2022-06-04 10:27:40.414 | + ./stack.sh:main:482 : exec 2022-06-04 10:27:40.415 | + ./stack.sh:main:490 : echo_summary 'stack.sh log /opt/stack/logs/stack.sh.log.2022-06-04-102740' 2022-06-04 10:27:40.415 | ++ ./stack.sh:main:482 : /usr/bin/python3.8 /home/ubuntu/devstack/tools/outfilter.py -o /opt/stack/logs/stack.sh.log.2022-06-04-102740.summary.2022-06-04-102740 2022-06-04 10:27:40.415 | + ./stack.sh:echo_summary:435 : [[ -t 3 ]] 2022-06-04 10:27:40.415 | + ./stack.sh:echo_summary:441 : echo -e stack.sh log /opt/stack/logs/stack.sh.log.2022-06-04-102740 2022-06-04 10:27:40.415 | + ./stack.sh:main:492 : ln -sf /opt/stack/logs/stack.sh.log.2022-06-04-102740 /opt/stack/logs/stack.sh.log 2022-06-04 10:27:40.415 | + ./stack.sh:main:493 : ln -sf /opt/stack/logs/stack.sh.log.2022-06-04-102740.summary.2022-06-04-102740 /opt/stack/logs/stack.sh.log.summary 2022-06-04 10:27:40.415 | + ./stack.sh:main:508 : check_path_perm_sanity /opt/stack 2022-06-04 10:27:40.415 | + functions:check_path_perm_sanity:596 : local real_path 2022-06-04 10:27:40.415 | ++ functions:check_path_perm_sanity:597 : readlink -f /opt/stack 2022-06-04 10:27:40.415 | + functions:check_path_perm_sanity:597 : real_path=/opt/stack 2022-06-04 10:27:40.415 | + functions:check_path_perm_sanity:598 : local rebuilt_path= 2022-06-04 10:27:40.415 | ++ functions:check_path_perm_sanity:599 : tr / ' ' 2022-06-04 10:27:40.415 | ++ functions:check_path_perm_sanity:599 : echo /opt/stack 2022-06-04 10:27:40.415 | + functions:check_path_perm_sanity:599 : for i in $(echo ${real_path} | tr "/" " ") 2022-06-04 10:27:40.415 | + functions:check_path_perm_sanity:600 : rebuilt_path=/opt 2022-06-04 10:27:40.415 | ++ functions:check_path_perm_sanity:602 : stat -c %a /opt 2022-06-04 10:27:40.415 | + functions:check_path_perm_sanity:602 : [[ 755 = 700 ]] 2022-06-04 10:27:40.415 | + functions:check_path_perm_sanity:599 : for i in $(echo ${real_path} | tr "/" " ") 2022-06-04 10:27:40.415 | + functions:check_path_perm_sanity:600 : rebuilt_path=/opt/stack 2022-06-04 10:27:40.415 | ++ functions:check_path_perm_sanity:602 : stat -c %a /opt/stack 2022-06-04 10:27:40.415 | + functions:check_path_perm_sanity:602 : [[ 755 = 700 ]] 2022-06-04 10:27:40.415 | + ./stack.sh:main:514 : trap exit_trap EXIT 2022-06-04 10:27:40.416 | + ./stack.sh:main:555 : trap err_trap ERR 2022-06-04 10:27:40.418 | + ./stack.sh:main:568 : set -o errexit 2022-06-04 10:27:40.420 | + ./stack.sh:main:571 : uname -a 2022-06-04 10:27:40.421 | Linux dv-neutron-844699-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-06-04 10:27:40.423 | + ./stack.sh:main:574 : SSL_BUNDLE_FILE=/opt/stack/data/ca-bundle.pem 2022-06-04 10:27:40.425 | + ./stack.sh:main:575 : rm -f /opt/stack/data/ca-bundle.pem 2022-06-04 10:27:40.428 | + ./stack.sh:main:578 : source /home/ubuntu/devstack/lib/database 2022-06-04 10:27:40.466 | + ./stack.sh:main:579 : source /home/ubuntu/devstack/lib/rpc_backend 2022-06-04 10:27:40.482 | + ./stack.sh:main:585 : fetch_plugins 2022-06-04 10:27:40.484 | + functions-common:fetch_plugins:1772 : local plugins= 2022-06-04 10:27:40.486 | + functions-common:fetch_plugins:1773 : local plugin 2022-06-04 10:27:40.488 | + functions-common:fetch_plugins:1776 : [[ -z '' ]] 2022-06-04 10:27:40.490 | + functions-common:fetch_plugins:1777 : return 2022-06-04 10:27:40.492 | + ./stack.sh:main:589 : run_phase override_defaults 2022-06-04 10:27:40.493 | + functions-common:run_phase:1854 : local mode=override_defaults 2022-06-04 10:27:40.495 | + functions-common:run_phase:1855 : local phase= 2022-06-04 10:27:40.498 | + functions-common:run_phase:1856 : [[ -d /home/ubuntu/devstack/extras.d ]] 2022-06-04 10:27:40.499 | + functions-common:run_phase:1857 : local extra_plugin_file_name 2022-06-04 10:27:40.501 | + functions-common:run_phase:1858 : for extra_plugin_file_name in $TOP_DIR/extras.d/*.sh 2022-06-04 10:27:40.503 | + functions-common:run_phase:1863 : local exceptions=80-tempest.sh 2022-06-04 10:27:40.505 | + functions-common:run_phase:1864 : local extra 2022-06-04 10:27:40.507 | ++ functions-common:run_phase:1865 : basename /home/ubuntu/devstack/extras.d/80-tempest.sh 2022-06-04 10:27:40.510 | + functions-common:run_phase:1865 : extra=80-tempest.sh 2022-06-04 10:27:40.513 | + functions-common:run_phase:1866 : [[ 80-tempest.sh =~ 80-tempest\.sh ]] 2022-06-04 10:27:40.515 | + functions-common:run_phase:1870 : [[ -r /home/ubuntu/devstack/extras.d/80-tempest.sh ]] 2022-06-04 10:27:40.516 | + functions-common:run_phase:1870 : source /home/ubuntu/devstack/extras.d/80-tempest.sh override_defaults 2022-06-04 10:27:40.518 | ++ extras.d/80-tempest.sh:source:3 : is_service_enabled tempest 2022-06-04 10:27:40.531 | ++ functions-common:is_service_enabled:2082 : return 0 2022-06-04 10:27:40.532 | ++ extras.d/80-tempest.sh:source:4 : [[ override_defaults == \s\o\u\r\c\e ]] 2022-06-04 10:27:40.534 | ++ extras.d/80-tempest.sh:source:7 : [[ override_defaults == \s\t\a\c\k ]] 2022-06-04 10:27:40.536 | ++ extras.d/80-tempest.sh:source:10 : [[ override_defaults == \s\t\a\c\k ]] 2022-06-04 10:27:40.538 | ++ extras.d/80-tempest.sh:source:13 : [[ override_defaults == \s\t\a\c\k ]] 2022-06-04 10:27:40.540 | ++ extras.d/80-tempest.sh:source:16 : [[ override_defaults == \s\t\a\c\k ]] 2022-06-04 10:27:40.541 | ++ extras.d/80-tempest.sh:source:19 : [[ override_defaults == \s\t\a\c\k ]] 2022-06-04 10:27:40.543 | ++ extras.d/80-tempest.sh:source:27 : [[ override_defaults == \u\n\s\t\a\c\k ]] 2022-06-04 10:27:40.545 | ++ extras.d/80-tempest.sh:source:32 : [[ override_defaults == \c\l\e\a\n ]] 2022-06-04 10:27:40.547 | + functions-common:run_phase:1875 : [[ override_defaults == \s\o\u\r\c\e ]] 2022-06-04 10:27:40.549 | + functions-common:run_phase:1878 : [[ override_defaults == \o\v\e\r\r\i\d\e\_\d\e\f\a\u\l\t\s ]] 2022-06-04 10:27:40.551 | + functions-common:run_phase:1879 : plugin_override_defaults 2022-06-04 10:27:40.553 | + functions-common:plugin_override_defaults:1813 : local plugins= 2022-06-04 10:27:40.554 | + functions-common:plugin_override_defaults:1814 : local plugin 2022-06-04 10:27:40.556 | + functions-common:plugin_override_defaults:1817 : [[ -z '' ]] 2022-06-04 10:27:40.558 | + functions-common:plugin_override_defaults:1818 : return 2022-06-04 10:27:40.561 | + ./stack.sh:main:592 : source /home/ubuntu/devstack/lib/apache 2022-06-04 10:27:40.578 | + ./stack.sh:main:595 : source /home/ubuntu/devstack/lib/tls 2022-06-04 10:27:40.580 | ++ lib/tls:source:38 : is_service_enabled tls-proxy 2022-06-04 10:27:40.593 | ++ functions-common:is_service_enabled:2082 : return 1 2022-06-04 10:27:40.595 | +++ lib/tls:source:43 : hostname -f 2022-06-04 10:27:40.598 | ++ lib/tls:source:43 : DEVSTACK_HOSTNAME=localhost 2022-06-04 10:27:40.600 | ++ lib/tls:source:44 : DEVSTACK_CERT_NAME=devstack-cert 2022-06-04 10:27:40.602 | ++ lib/tls:source:45 : DEVSTACK_CERT=/opt/stack/data/devstack-cert.pem 2022-06-04 10:27:40.604 | ++ lib/tls:source:48 : ROOT_CA_DIR=/opt/stack/data/CA/root-ca 2022-06-04 10:27:40.607 | ++ lib/tls:source:49 : INT_CA_DIR=/opt/stack/data/CA/int-ca 2022-06-04 10:27:40.609 | ++ lib/tls:source:51 : ORG_NAME=OpenStack 2022-06-04 10:27:40.610 | ++ lib/tls:source:52 : ORG_UNIT_NAME=DevStack 2022-06-04 10:27:40.612 | ++ lib/tls:source:55 : STUD_PROTO=--tls 2022-06-04 10:27:40.614 | ++ lib/tls:source:56 : STUD_CIPHERS='TLSv1+HIGH:!DES:!aNULL:!eNULL:@STRENGTH' 2022-06-04 10:27:40.616 | ++ lib/tls:source:63 : OPENSSL=/usr/bin/openssl 2022-06-04 10:27:40.620 | + ./stack.sh:main:598 : source /home/ubuntu/devstack/lib/infra 2022-06-04 10:27:40.633 | + ./stack.sh:main:599 : source /home/ubuntu/devstack/lib/libraries 2022-06-04 10:27:40.650 | + ./stack.sh:main:600 : source /home/ubuntu/devstack/lib/lvm 2022-06-04 10:27:40.662 | + ./stack.sh:main:601 : source /home/ubuntu/devstack/lib/horizon 2022-06-04 10:27:40.675 | + ./stack.sh:main:602 : source /home/ubuntu/devstack/lib/keystone 2022-06-04 10:27:40.712 | + ./stack.sh:main:603 : source /home/ubuntu/devstack/lib/glance 2022-06-04 10:27:40.774 | + ./stack.sh:main:604 : source /home/ubuntu/devstack/lib/nova 2022-06-04 10:27:40.866 | + ./stack.sh:main:605 : source /home/ubuntu/devstack/lib/placement 2022-06-04 10:27:40.888 | + ./stack.sh:main:606 : source /home/ubuntu/devstack/lib/cinder 2022-06-04 10:27:40.938 | + ./stack.sh:main:607 : source /home/ubuntu/devstack/lib/swift 2022-06-04 10:27:40.991 | + ./stack.sh:main:608 : source /home/ubuntu/devstack/lib/neutron 2022-06-04 10:27:41.139 | + ./stack.sh:main:609 : source /home/ubuntu/devstack/lib/ldap 2022-06-04 10:27:41.154 | + ./stack.sh:main:610 : source /home/ubuntu/devstack/lib/dstat 2022-06-04 10:27:41.167 | + ./stack.sh:main:611 : source /home/ubuntu/devstack/lib/tcpdump 2022-06-04 10:27:41.180 | + ./stack.sh:main:612 : source /home/ubuntu/devstack/lib/etcd3 2022-06-04 10:27:41.271 | + ./stack.sh:main:613 : source /home/ubuntu/devstack/lib/os-vif 2022-06-04 10:27:41.274 | ++ lib/os-vif:source:6 : OS_VIF_OVS_OVSDB_INTERFACE=vsctl 2022-06-04 10:27:41.276 | +++ lib/os-vif:source:17 : is_ml2_ovs 2022-06-04 10:27:41.279 | +++ lib/os-vif:is_ml2_ovs:9 : [[ openvswitch == \o\p\e\n\v\s\w\i\t\c\h ]] 2022-06-04 10:27:41.281 | +++ lib/os-vif:is_ml2_ovs:10 : echo True 2022-06-04 10:27:41.283 | +++ lib/os-vif:is_ml2_ovs:12 : echo False 2022-06-04 10:27:41.286 | ++ lib/os-vif:source:17 : OS_VIF_OVS_ISOLATE_VIF='True 2022-06-04 10:27:41.286 | False' 2022-06-04 10:27:41.288 | +++ lib/os-vif:source:18 : trueorfalse False OS_VIF_OVS_ISOLATE_VIF 2022-06-04 10:27:41.304 | ++ lib/os-vif:source:18 : OS_VIF_OVS_ISOLATE_VIF=False 2022-06-04 10:27:41.306 | + ./stack.sh:main:619 : run_phase source 2022-06-04 10:27:41.308 | + functions-common:run_phase:1854 : local mode=source 2022-06-04 10:27:41.310 | + functions-common:run_phase:1855 : local phase= 2022-06-04 10:27:41.312 | + functions-common:run_phase:1856 : [[ -d /home/ubuntu/devstack/extras.d ]] 2022-06-04 10:27:41.314 | + functions-common:run_phase:1857 : local extra_plugin_file_name 2022-06-04 10:27:41.316 | + functions-common:run_phase:1858 : for extra_plugin_file_name in $TOP_DIR/extras.d/*.sh 2022-06-04 10:27:41.318 | + functions-common:run_phase:1863 : local exceptions=80-tempest.sh 2022-06-04 10:27:41.321 | + functions-common:run_phase:1864 : local extra 2022-06-04 10:27:41.323 | ++ functions-common:run_phase:1865 : basename /home/ubuntu/devstack/extras.d/80-tempest.sh 2022-06-04 10:27:41.327 | + functions-common:run_phase:1865 : extra=80-tempest.sh 2022-06-04 10:27:41.329 | + functions-common:run_phase:1866 : [[ 80-tempest.sh =~ 80-tempest\.sh ]] 2022-06-04 10:27:41.331 | + functions-common:run_phase:1870 : [[ -r /home/ubuntu/devstack/extras.d/80-tempest.sh ]] 2022-06-04 10:27:41.333 | + functions-common:run_phase:1870 : source /home/ubuntu/devstack/extras.d/80-tempest.sh source 2022-06-04 10:27:41.336 | ++ extras.d/80-tempest.sh:source:3 : is_service_enabled tempest 2022-06-04 10:27:41.350 | ++ functions-common:is_service_enabled:2082 : return 0 2022-06-04 10:27:41.352 | ++ extras.d/80-tempest.sh:source:4 : [[ source == \s\o\u\r\c\e ]] 2022-06-04 10:27:41.354 | ++ extras.d/80-tempest.sh:source:6 : source /home/ubuntu/devstack/lib/tempest 2022-06-04 10:27:41.395 | ++ extras.d/80-tempest.sh:source:27 : [[ source == \u\n\s\t\a\c\k ]] 2022-06-04 10:27:41.398 | ++ extras.d/80-tempest.sh:source:32 : [[ source == \c\l\e\a\n ]] 2022-06-04 10:27:41.400 | + functions-common:run_phase:1875 : [[ source == \s\o\u\r\c\e ]] 2022-06-04 10:27:41.403 | + functions-common:run_phase:1876 : load_plugin_settings 2022-06-04 10:27:41.405 | + functions-common:load_plugin_settings:1790 : local plugins= 2022-06-04 10:27:41.408 | + functions-common:load_plugin_settings:1791 : local plugin 2022-06-04 10:27:41.410 | + functions-common:load_plugin_settings:1794 : [[ -z '' ]] 2022-06-04 10:27:41.412 | + functions-common:load_plugin_settings:1795 : return 2022-06-04 10:27:41.414 | + functions-common:run_phase:1877 : verify_disabled_services 2022-06-04 10:27:41.416 | + functions-common:verify_disabled_services:2137 : local service 2022-06-04 10:27:41.419 | + functions-common:verify_disabled_services:2138 : for service in ${ENABLED_SERVICES//,/ } 2022-06-04 10:27:41.421 | + functions-common:verify_disabled_services:2139 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,key, ]] 2022-06-04 10:27:41.423 | + functions-common:verify_disabled_services:2138 : for service in ${ENABLED_SERVICES//,/ } 2022-06-04 10:27:41.425 | + functions-common:verify_disabled_services:2139 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,n-api, ]] 2022-06-04 10:27:41.428 | + functions-common:verify_disabled_services:2138 : for service in ${ENABLED_SERVICES//,/ } 2022-06-04 10:27:41.430 | + functions-common:verify_disabled_services:2139 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,n-cond, ]] 2022-06-04 10:27:41.432 | + functions-common:verify_disabled_services:2138 : for service in ${ENABLED_SERVICES//,/ } 2022-06-04 10:27:41.435 | + functions-common:verify_disabled_services:2139 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,n-sch, ]] 2022-06-04 10:27:41.437 | + functions-common:verify_disabled_services:2138 : for service in ${ENABLED_SERVICES//,/ } 2022-06-04 10:27:41.439 | + functions-common:verify_disabled_services:2139 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,n-api-meta, ]] 2022-06-04 10:27:41.442 | + functions-common:verify_disabled_services:2138 : for service in ${ENABLED_SERVICES//,/ } 2022-06-04 10:27:41.444 | + functions-common:verify_disabled_services:2139 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,placement-api, ]] 2022-06-04 10:27:41.446 | + functions-common:verify_disabled_services:2138 : for service in ${ENABLED_SERVICES//,/ } 2022-06-04 10:27:41.450 | + functions-common:verify_disabled_services:2139 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,placement-client, ]] 2022-06-04 10:27:41.452 | + functions-common:verify_disabled_services:2138 : for service in ${ENABLED_SERVICES//,/ } 2022-06-04 10:27:41.454 | + functions-common:verify_disabled_services:2139 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,g-api, ]] 2022-06-04 10:27:41.456 | + functions-common:verify_disabled_services:2138 : for service in ${ENABLED_SERVICES//,/ } 2022-06-04 10:27:41.459 | + functions-common:verify_disabled_services:2139 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,c-sch, ]] 2022-06-04 10:27:41.461 | + functions-common:verify_disabled_services:2138 : for service in ${ENABLED_SERVICES//,/ } 2022-06-04 10:27:41.463 | + functions-common:verify_disabled_services:2139 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,c-api, ]] 2022-06-04 10:27:41.466 | + functions-common:verify_disabled_services:2138 : for service in ${ENABLED_SERVICES//,/ } 2022-06-04 10:27:41.468 | + functions-common:verify_disabled_services:2139 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,c-vol, ]] 2022-06-04 10:27:41.471 | + functions-common:verify_disabled_services:2138 : for service in ${ENABLED_SERVICES//,/ } 2022-06-04 10:27:41.473 | + functions-common:verify_disabled_services:2139 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,ovn-controller, ]] 2022-06-04 10:27:41.476 | + functions-common:verify_disabled_services:2138 : for service in ${ENABLED_SERVICES//,/ } 2022-06-04 10:27:41.478 | + functions-common:verify_disabled_services:2139 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,ovn-northd, ]] 2022-06-04 10:27:41.481 | + functions-common:verify_disabled_services:2138 : for service in ${ENABLED_SERVICES//,/ } 2022-06-04 10:27:41.483 | + functions-common:verify_disabled_services:2139 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,ovs-vswitchd, ]] 2022-06-04 10:27:41.485 | + functions-common:verify_disabled_services:2138 : for service in ${ENABLED_SERVICES//,/ } 2022-06-04 10:27:41.488 | + functions-common:verify_disabled_services:2139 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,ovsdb-server, ]] 2022-06-04 10:27:41.490 | + functions-common:verify_disabled_services:2138 : for service in ${ENABLED_SERVICES//,/ } 2022-06-04 10:27:41.492 | + functions-common:verify_disabled_services:2139 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,q-svc, ]] 2022-06-04 10:27:41.494 | + functions-common:verify_disabled_services:2138 : for service in ${ENABLED_SERVICES//,/ } 2022-06-04 10:27:41.497 | + functions-common:verify_disabled_services:2139 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,q-ovn-metadata-agent, ]] 2022-06-04 10:27:41.499 | + functions-common:verify_disabled_services:2138 : for service in ${ENABLED_SERVICES//,/ } 2022-06-04 10:27:41.502 | + functions-common:verify_disabled_services:2139 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,rabbit, ]] 2022-06-04 10:27:41.504 | + functions-common:verify_disabled_services:2138 : for service in ${ENABLED_SERVICES//,/ } 2022-06-04 10:27:41.506 | + functions-common:verify_disabled_services:2139 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,tempest, ]] 2022-06-04 10:27:41.508 | + functions-common:verify_disabled_services:2138 : for service in ${ENABLED_SERVICES//,/ } 2022-06-04 10:27:41.511 | + functions-common:verify_disabled_services:2139 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,mysql, ]] 2022-06-04 10:27:41.514 | + functions-common:verify_disabled_services:2138 : for service in ${ENABLED_SERVICES//,/ } 2022-06-04 10:27:41.516 | + functions-common:verify_disabled_services:2139 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,etcd3, ]] 2022-06-04 10:27:41.518 | + functions-common:verify_disabled_services:2138 : for service in ${ENABLED_SERVICES//,/ } 2022-06-04 10:27:41.521 | + functions-common:verify_disabled_services:2139 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,dstat, ]] 2022-06-04 10:27:41.523 | + functions-common:verify_disabled_services:2138 : for service in ${ENABLED_SERVICES//,/ } 2022-06-04 10:27:41.525 | + functions-common:verify_disabled_services:2139 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,n-crt, ]] 2022-06-04 10:27:41.528 | + functions-common:verify_disabled_services:2138 : for service in ${ENABLED_SERVICES//,/ } 2022-06-04 10:27:41.531 | + functions-common:verify_disabled_services:2139 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,n-cauth, ]] 2022-06-04 10:27:41.533 | + functions-common:verify_disabled_services:2138 : for service in ${ENABLED_SERVICES//,/ } 2022-06-04 10:27:41.535 | + functions-common:verify_disabled_services:2139 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,q-agt, ]] 2022-06-04 10:27:41.538 | + functions-common:verify_disabled_services:2138 : for service in ${ENABLED_SERVICES//,/ } 2022-06-04 10:27:41.540 | + functions-common:verify_disabled_services:2139 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,q-dhcp, ]] 2022-06-04 10:27:41.542 | + functions-common:verify_disabled_services:2138 : for service in ${ENABLED_SERVICES//,/ } 2022-06-04 10:27:41.545 | + functions-common:verify_disabled_services:2139 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,q-l3, ]] 2022-06-04 10:27:41.547 | + functions-common:verify_disabled_services:2138 : for service in ${ENABLED_SERVICES//,/ } 2022-06-04 10:27:41.550 | + functions-common:verify_disabled_services:2139 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,q-meta, ]] 2022-06-04 10:27:41.552 | + functions-common:verify_disabled_services:2138 : for service in ${ENABLED_SERVICES//,/ } 2022-06-04 10:27:41.554 | + functions-common:verify_disabled_services:2139 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,q-metering, ]] 2022-06-04 10:27:41.557 | + functions-common:verify_disabled_services:2138 : for service in ${ENABLED_SERVICES//,/ } 2022-06-04 10:27:41.559 | + functions-common:verify_disabled_services:2139 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,q-vpn, ]] 2022-06-04 10:27:41.561 | + functions-common:verify_disabled_services:2138 : for service in ${ENABLED_SERVICES//,/ } 2022-06-04 10:27:41.564 | + functions-common:verify_disabled_services:2139 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,g-reg, ]] 2022-06-04 10:27:41.566 | + functions-common:verify_disabled_services:2138 : for service in ${ENABLED_SERVICES//,/ } 2022-06-04 10:27:41.568 | + functions-common:verify_disabled_services:2139 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,cinder, ]] 2022-06-04 10:27:41.571 | + functions-common:verify_disabled_services:2138 : for service in ${ENABLED_SERVICES//,/ } 2022-06-04 10:27:41.573 | + functions-common:verify_disabled_services:2139 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,c-bak, ]] 2022-06-04 10:27:41.576 | + functions-common:verify_disabled_services:2138 : for service in ${ENABLED_SERVICES//,/ } 2022-06-04 10:27:41.578 | + functions-common:verify_disabled_services:2139 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,s-proxy, ]] 2022-06-04 10:27:41.581 | + functions-common:verify_disabled_services:2138 : for service in ${ENABLED_SERVICES//,/ } 2022-06-04 10:27:41.583 | + functions-common:verify_disabled_services:2139 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,s-object, ]] 2022-06-04 10:27:41.585 | + functions-common:verify_disabled_services:2138 : for service in ${ENABLED_SERVICES//,/ } 2022-06-04 10:27:41.587 | + functions-common:verify_disabled_services:2139 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,s-container, ]] 2022-06-04 10:27:41.591 | + functions-common:verify_disabled_services:2138 : for service in ${ENABLED_SERVICES//,/ } 2022-06-04 10:27:41.593 | + functions-common:verify_disabled_services:2139 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,s-account, ]] 2022-06-04 10:27:41.595 | + functions-common:verify_disabled_services:2138 : for service in ${ENABLED_SERVICES//,/ } 2022-06-04 10:27:41.598 | + functions-common:verify_disabled_services:2139 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,heat, ]] 2022-06-04 10:27:41.600 | + functions-common:verify_disabled_services:2138 : for service in ${ENABLED_SERVICES//,/ } 2022-06-04 10:27:41.603 | + functions-common:verify_disabled_services:2139 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,h-api, ]] 2022-06-04 10:27:41.605 | + functions-common:verify_disabled_services:2138 : for service in ${ENABLED_SERVICES//,/ } 2022-06-04 10:27:41.607 | + functions-common:verify_disabled_services:2139 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,h-api-cfn, ]] 2022-06-04 10:27:41.610 | + functions-common:verify_disabled_services:2138 : for service in ${ENABLED_SERVICES//,/ } 2022-06-04 10:27:41.612 | + functions-common:verify_disabled_services:2139 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,h-api-cw, ]] 2022-06-04 10:27:41.614 | + functions-common:verify_disabled_services:2138 : for service in ${ENABLED_SERVICES//,/ } 2022-06-04 10:27:41.616 | + functions-common:verify_disabled_services:2139 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,h-eng, ]] 2022-06-04 10:27:41.619 | + functions-common:verify_disabled_services:2138 : for service in ${ENABLED_SERVICES//,/ } 2022-06-04 10:27:41.621 | + functions-common:verify_disabled_services:2139 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,ceilometer-acentral, ]] 2022-06-04 10:27:41.624 | + functions-common:verify_disabled_services:2138 : for service in ${ENABLED_SERVICES//,/ } 2022-06-04 10:27:41.626 | + functions-common:verify_disabled_services:2139 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,ceilometer-acompute, ]] 2022-06-04 10:27:41.628 | + functions-common:verify_disabled_services:2138 : for service in ${ENABLED_SERVICES//,/ } 2022-06-04 10:27:41.631 | + functions-common:verify_disabled_services:2139 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,ceilometer-collector, ]] 2022-06-04 10:27:41.633 | + functions-common:verify_disabled_services:2138 : for service in ${ENABLED_SERVICES//,/ } 2022-06-04 10:27:41.635 | + functions-common:verify_disabled_services:2139 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,ceilometer-api, ]] 2022-06-04 10:27:41.638 | + functions-common:verify_disabled_services:2138 : for service in ${ENABLED_SERVICES//,/ } 2022-06-04 10:27:41.640 | + functions-common:verify_disabled_services:2139 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,ceilometer-anotification, ]] 2022-06-04 10:27:41.643 | + ./stack.sh:main:690 : initialize_database_backends 2022-06-04 10:27:41.645 | + lib/database:initialize_database_backends:65 : for backend in $DATABASE_BACKENDS 2022-06-04 10:27:41.648 | + lib/database:initialize_database_backends:66 : is_service_enabled mysql 2022-06-04 10:27:41.663 | + functions-common:is_service_enabled:2082 : return 0 2022-06-04 10:27:41.665 | + lib/database:initialize_database_backends:66 : DATABASE_TYPE=mysql 2022-06-04 10:27:41.668 | + lib/database:initialize_database_backends:65 : for backend in $DATABASE_BACKENDS 2022-06-04 10:27:41.670 | + lib/database:initialize_database_backends:66 : is_service_enabled postgresql 2022-06-04 10:27:41.687 | + functions-common:is_service_enabled:2082 : return 1 2022-06-04 10:27:41.689 | + lib/database:initialize_database_backends:69 : '[' -z mysql ']' 2022-06-04 10:27:41.691 | + lib/database:initialize_database_backends:73 : MYSQL_HOST=127.0.0.1 2022-06-04 10:27:41.693 | + lib/database:initialize_database_backends:74 : MYSQL_USER=root 2022-06-04 10:27:41.696 | + lib/database:initialize_database_backends:80 : [[ 4 == 6 ]] 2022-06-04 10:27:41.698 | + lib/database:initialize_database_backends:83 : DATABASE_HOST=127.0.0.1 2022-06-04 10:27:41.702 | + lib/database:initialize_database_backends:86 : DATABASE_USER=root 2022-06-04 10:27:41.704 | + lib/database:initialize_database_backends:88 : '[' -n '' ']' 2022-06-04 10:27:41.706 | + lib/database:initialize_database_backends:92 : return 0 2022-06-04 10:27:41.709 | + ./stack.sh:main:691 : echo 'Using mysql database backend' 2022-06-04 10:27:41.709 | Using mysql database backend 2022-06-04 10:27:41.711 | + ./stack.sh:main:694 : read_password DATABASE_PASSWORD 'ENTER A PASSWORD TO USE FOR THE DATABASE.' 2022-06-04 10:27:41.729 | + ./stack.sh:main:696 : define_database_baseurl 2022-06-04 10:27:41.733 | ++ lib/database:define_database_baseurl:106 : get_database_type_mysql 2022-06-04 10:27:41.735 | ++ lib/databases/mysql:get_database_type_mysql:38 : [[ PyMySQL == \P\y\M\y\S\Q\L ]] 2022-06-04 10:27:41.737 | ++ lib/databases/mysql:get_database_type_mysql:39 : echo mysql+pymysql 2022-06-04 10:27:41.740 | + lib/database:define_database_baseurl:106 : BASE_SQL_CONN=mysql+pymysql://root:Passw0rd@127.0.0.1 2022-06-04 10:27:41.743 | + ./stack.sh:main:708 : is_service_enabled rabbit 2022-06-04 10:27:41.759 | + functions-common:is_service_enabled:2082 : return 0 2022-06-04 10:27:41.763 | + ./stack.sh:main:709 : read_password RABBIT_PASSWORD 'ENTER A PASSWORD TO USE FOR RABBIT.' 2022-06-04 10:27:41.779 | + ./stack.sh:main:716 : is_service_enabled keystone 2022-06-04 10:27:41.796 | + functions-common:is_service_enabled:2082 : return 0 2022-06-04 10:27:41.798 | + ./stack.sh:main:718 : read_password SERVICE_PASSWORD 'ENTER A SERVICE_PASSWORD TO USE FOR THE SERVICE AUTHENTICATION.' 2022-06-04 10:27:41.815 | + ./stack.sh:main:720 : read_password ADMIN_PASSWORD 'ENTER A PASSWORD TO USE FOR HORIZON AND KEYSTONE (20 CHARS OR LESS).' 2022-06-04 10:27:41.832 | + ./stack.sh:main:731 : is_service_enabled ldap 2022-06-04 10:27:41.848 | + functions-common:is_service_enabled:2082 : return 1 2022-06-04 10:27:41.851 | + ./stack.sh:main:740 : is_service_enabled s-proxy 2022-06-04 10:27:41.867 | + functions-common:is_service_enabled:2082 : return 0 2022-06-04 10:27:41.870 | + ./stack.sh:main:744 : read_password SWIFT_HASH 'ENTER A RANDOM SWIFT HASH.' 2022-06-04 10:27:41.887 | + ./stack.sh:main:746 : [[ -z '' ]] 2022-06-04 10:27:41.889 | + ./stack.sh:main:746 : [[ False == \T\r\u\e ]] 2022-06-04 10:27:41.892 | + ./stack.sh:main:752 : save_stackenv 752 2022-06-04 10:27:41.894 | + functions-common:save_stackenv:60 : local tag=752 2022-06-04 10:27:41.897 | ++ functions-common:save_stackenv:62 : date +%F-%H%M%S 2022-06-04 10:27:41.902 | + functions-common:save_stackenv:62 : time_stamp=2022-06-04-102741 2022-06-04 10:27:41.904 | + functions-common:save_stackenv:63 : echo '# 2022-06-04-102741 752' 2022-06-04 10:27:41.907 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2022-06-04 10:27:41.909 | + functions-common:save_stackenv:65 : echo BASE_SQL_CONN=mysql+pymysql://root:Passw0rd@127.0.0.1 2022-06-04 10:27:41.911 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2022-06-04 10:27:41.914 | + functions-common:save_stackenv:65 : echo DATA_DIR=/opt/stack/data 2022-06-04 10:27:41.916 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2022-06-04 10:27:41.919 | + functions-common:save_stackenv:65 : echo DEST=/opt/stack 2022-06-04 10:27:41.921 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2022-06-04 10:27:41.923 | + 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-06-04 10:27:41.926 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2022-06-04 10:27:41.928 | + functions-common:save_stackenv:65 : echo HOST_IP=10.222.0.66 2022-06-04 10:27:41.931 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2022-06-04 10:27:41.934 | + functions-common:save_stackenv:65 : echo KEYSTONE_SERVICE_URI=http://10.222.0.66/identity 2022-06-04 10:27:41.936 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2022-06-04 10:27:41.939 | + functions-common:save_stackenv:65 : echo LOGFILE=/opt/stack/logs/stack.sh.log.2022-06-04-102740 2022-06-04 10:27:41.941 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2022-06-04 10:27:41.944 | + functions-common:save_stackenv:65 : echo OS_CACERT= 2022-06-04 10:27:41.946 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2022-06-04 10:27:41.948 | + functions-common:save_stackenv:65 : echo SERVICE_HOST=10.222.0.66 2022-06-04 10:27:41.951 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2022-06-04 10:27:41.954 | + functions-common:save_stackenv:65 : echo STACK_USER=ubuntu 2022-06-04 10:27:41.956 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2022-06-04 10:27:41.959 | + functions-common:save_stackenv:65 : echo TLS_IP= 2022-06-04 10:27:41.961 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2022-06-04 10:27:41.963 | + functions-common:save_stackenv:65 : echo HOST_IPV6=::1 2022-06-04 10:27:41.966 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2022-06-04 10:27:41.969 | + functions-common:save_stackenv:65 : echo SERVICE_IP_VERSION=4 2022-06-04 10:27:41.971 | + ./stack.sh:main:765 : GIT_DEPTH=0 2022-06-04 10:27:41.974 | + ./stack.sh:main:765 : git_clone https://opendev.org/openstack/requirements.git /opt/stack/requirements master 2022-06-04 10:27:41.976 | + functions-common:git_clone:597 : local git_remote=https://opendev.org/openstack/requirements.git 2022-06-04 10:27:41.978 | + functions-common:git_clone:598 : local git_dest=/opt/stack/requirements 2022-06-04 10:27:41.980 | + functions-common:git_clone:599 : local git_ref=master 2022-06-04 10:27:41.983 | + functions-common:git_clone:600 : local orig_dir 2022-06-04 10:27:41.985 | ++ functions-common:git_clone:601 : pwd 2022-06-04 10:27:41.988 | + functions-common:git_clone:601 : orig_dir=/home/ubuntu/devstack 2022-06-04 10:27:41.990 | + functions-common:git_clone:602 : local git_clone_flags= 2022-06-04 10:27:41.993 | ++ functions-common:git_clone:604 : trueorfalse False RECLONE 2022-06-04 10:27:42.008 | + functions-common:git_clone:604 : RECLONE=False 2022-06-04 10:27:42.011 | + functions-common:git_clone:605 : [[ 0 -gt 0 ]] 2022-06-04 10:27:42.013 | + functions-common:git_clone:609 : [[ False = \T\r\u\e ]] 2022-06-04 10:27:42.016 | + functions-common:git_clone:618 : echo master 2022-06-04 10:27:42.016 | + functions-common:git_clone:618 : egrep -q '^refs' 2022-06-04 10:27:42.021 | + functions-common:git_clone:632 : [[ ! -d /opt/stack/requirements ]] 2022-06-04 10:27:42.023 | + functions-common:git_clone:640 : [[ False = \T\r\u\e ]] 2022-06-04 10:27:42.026 | + functions-common:git_clone:675 : sudo git config --system --add safe.directory /opt/stack/requirements 2022-06-04 10:27:42.039 | + functions-common:git_clone:678 : cd /opt/stack/requirements 2022-06-04 10:27:42.041 | + functions-common:git_clone:679 : git show --oneline 2022-06-04 10:27:42.042 | + functions-common:git_clone:679 : head -1 2022-06-04 10:27:42.045 | 5be4ba97 Updated from generate-constraints 2022-06-04 10:27:42.047 | + functions-common:git_clone:680 : cd /home/ubuntu/devstack 2022-06-04 10:27:42.050 | + ./stack.sh:main:769 : echo_summary 'Installing package prerequisites' 2022-06-04 10:27:42.053 | + ./stack.sh:echo_summary:435 : [[ -t 3 ]] 2022-06-04 10:27:42.055 | + ./stack.sh:echo_summary:441 : echo -e Installing package prerequisites 2022-06-04 10:27:42.058 | + ./stack.sh:main:770 : source /home/ubuntu/devstack/tools/install_prereqs.sh 2022-06-04 10:27:42.061 | ++ tools/install_prereqs.sh:source:11 : FORCE_PREREQ=0 2022-06-04 10:27:42.064 | ++ tools/install_prereqs.sh:source:13 : getopts :f opt 2022-06-04 10:27:42.066 | ++ tools/install_prereqs.sh:source:23 : [[ -z /home/ubuntu/devstack ]] 2022-06-04 10:27:42.069 | ++ tools/install_prereqs.sh:source:43 : PREREQ_RERUN_MARKER=/home/ubuntu/devstack/.prereqs 2022-06-04 10:27:42.071 | ++ tools/install_prereqs.sh:source:44 : PREREQ_RERUN_HOURS=2 2022-06-04 10:27:42.074 | ++ tools/install_prereqs.sh:source:45 : PREREQ_RERUN_SECONDS=7200 2022-06-04 10:27:42.077 | +++ tools/install_prereqs.sh:source:47 : date +%s 2022-06-04 10:27:42.082 | ++ tools/install_prereqs.sh:source:47 : NOW=1654338462 2022-06-04 10:27:42.085 | +++ tools/install_prereqs.sh:source:48 : head -1 /home/ubuntu/devstack/.prereqs 2022-06-04 10:27:42.089 | ++ tools/install_prereqs.sh:source:48 : LAST_RUN=1654337686 2022-06-04 10:27:42.092 | ++ tools/install_prereqs.sh:source:49 : DELTA=776 2022-06-04 10:27:42.094 | ++ tools/install_prereqs.sh:source:50 : [[ 776 -lt 7200 ]] 2022-06-04 10:27:42.097 | ++ tools/install_prereqs.sh:source:50 : [[ -z 0 ]] 2022-06-04 10:27:42.099 | ++ tools/install_prereqs.sh:source:57 : export_proxy_variables 2022-06-04 10:27:42.102 | ++ functions-common:export_proxy_variables:2244 : isset http_proxy 2022-06-04 10:27:42.104 | ++ functions-common:isset:240 : [[ -v http_proxy ]] 2022-06-04 10:27:42.107 | ++ functions-common:export_proxy_variables:2247 : isset https_proxy 2022-06-04 10:27:42.109 | ++ functions-common:isset:240 : [[ -v https_proxy ]] 2022-06-04 10:27:42.112 | ++ functions-common:export_proxy_variables:2250 : isset no_proxy 2022-06-04 10:27:42.114 | ++ functions-common:isset:240 : [[ -v no_proxy ]] 2022-06-04 10:27:42.117 | +++ 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-06-04 10:27:42.164 | ++ tools/install_prereqs.sh:source:64 : PACKAGES='apache2 2022-06-04 10:27:42.164 | apache2-dev 2022-06-04 10:27:42.164 | bc 2022-06-04 10:27:42.164 | bsdmainutils 2022-06-04 10:27:42.164 | curl 2022-06-04 10:27:42.164 | g++ 2022-06-04 10:27:42.164 | gawk 2022-06-04 10:27:42.164 | gcc 2022-06-04 10:27:42.164 | gettext 2022-06-04 10:27:42.164 | git 2022-06-04 10:27:42.164 | graphviz 2022-06-04 10:27:42.164 | iputils-ping 2022-06-04 10:27:42.164 | libapache2-mod-proxy-uwsgi 2022-06-04 10:27:42.164 | libffi-dev 2022-06-04 10:27:42.164 | libjpeg-dev 2022-06-04 10:27:42.164 | libpcre3-dev 2022-06-04 10:27:42.164 | libpq-dev 2022-06-04 10:27:42.164 | libssl-dev 2022-06-04 10:27:42.164 | libsystemd-dev 2022-06-04 10:27:42.164 | libxml2-dev 2022-06-04 10:27:42.164 | libxslt1-dev 2022-06-04 10:27:42.164 | libyaml-dev 2022-06-04 10:27:42.164 | lsof 2022-06-04 10:27:42.164 | openssh-server 2022-06-04 10:27:42.164 | openssl 2022-06-04 10:27:42.164 | pkg-config 2022-06-04 10:27:42.164 | psmisc 2022-06-04 10:27:42.164 | python3-dev 2022-06-04 10:27:42.164 | python3-pip 2022-06-04 10:27:42.165 | python3-systemd 2022-06-04 10:27:42.165 | python3-venv 2022-06-04 10:27:42.165 | tar 2022-06-04 10:27:42.165 | tcpdump 2022-06-04 10:27:42.165 | unzip 2022-06-04 10:27:42.165 | uuid-runtime 2022-06-04 10:27:42.165 | wget 2022-06-04 10:27:42.165 | wget 2022-06-04 10:27:42.165 | zlib1g-dev 2022-06-04 10:27:42.165 | libkrb5-dev 2022-06-04 10:27:42.165 | libldap2-dev 2022-06-04 10:27:42.165 | libsasl2-dev 2022-06-04 10:27:42.165 | memcached 2022-06-04 10:27:42.165 | python3-mysqldb 2022-06-04 10:27:42.165 | sqlite3 2022-06-04 10:27:42.165 | conntrack 2022-06-04 10:27:42.165 | curl 2022-06-04 10:27:42.165 | dnsmasq-base 2022-06-04 10:27:42.165 | dnsmasq-utils 2022-06-04 10:27:42.165 | ebtables 2022-06-04 10:27:42.165 | genisoimage 2022-06-04 10:27:42.165 | iptables 2022-06-04 10:27:42.165 | iputils-arping 2022-06-04 10:27:42.165 | kpartx 2022-06-04 10:27:42.165 | libjs-jquery-tablesorter 2022-06-04 10:27:42.165 | parted 2022-06-04 10:27:42.165 | pm-utils 2022-06-04 10:27:42.165 | python3-mysqldb 2022-06-04 10:27:42.165 | socat 2022-06-04 10:27:42.165 | sqlite3 2022-06-04 10:27:42.165 | sudo 2022-06-04 10:27:42.165 | vlan 2022-06-04 10:27:42.165 | lsscsi 2022-06-04 10:27:42.165 | open-iscsi 2022-06-04 10:27:42.165 | lvm2 2022-06-04 10:27:42.165 | qemu-utils 2022-06-04 10:27:42.166 | thin-provisioning-tools 2022-06-04 10:27:42.166 | acl 2022-06-04 10:27:42.166 | dnsmasq-base 2022-06-04 10:27:42.166 | dnsmasq-utils 2022-06-04 10:27:42.166 | ebtables 2022-06-04 10:27:42.166 | haproxy 2022-06-04 10:27:42.166 | iptables 2022-06-04 10:27:42.166 | iputils-arping 2022-06-04 10:27:42.166 | iputils-ping 2022-06-04 10:27:42.166 | postgresql-server-dev-all 2022-06-04 10:27:42.166 | python3-mysqldb 2022-06-04 10:27:42.166 | sqlite3 2022-06-04 10:27:42.166 | sudo 2022-06-04 10:27:42.166 | vlan 2022-06-04 10:27:42.166 | pcp 2022-06-04 10:27:42.166 | ipset 2022-06-04 10:27:42.166 | conntrack 2022-06-04 10:27:42.166 | conntrackd 2022-06-04 10:27:42.166 | keepalived 2022-06-04 10:27:42.166 | lvm2 2022-06-04 10:27:42.166 | qemu-utils 2022-06-04 10:27:42.166 | thin-provisioning-tools 2022-06-04 10:27:42.166 | curl 2022-06-04 10:27:42.166 | liberasurecode-dev 2022-06-04 10:27:42.166 | make 2022-06-04 10:27:42.166 | memcached 2022-06-04 10:27:42.166 | rsync 2022-06-04 10:27:42.166 | sqlite3 2022-06-04 10:27:42.166 | xfsprogs' 2022-06-04 10:27:42.167 | +++ tools/install_prereqs.sh:source:65 : get_plugin_packages 2022-06-04 10:27:42.186 | ++ tools/install_prereqs.sh:source:65 : PACKAGES='apache2 2022-06-04 10:27:42.186 | apache2-dev 2022-06-04 10:27:42.186 | bc 2022-06-04 10:27:42.186 | bsdmainutils 2022-06-04 10:27:42.186 | curl 2022-06-04 10:27:42.186 | g++ 2022-06-04 10:27:42.186 | gawk 2022-06-04 10:27:42.186 | gcc 2022-06-04 10:27:42.186 | gettext 2022-06-04 10:27:42.186 | git 2022-06-04 10:27:42.186 | graphviz 2022-06-04 10:27:42.186 | iputils-ping 2022-06-04 10:27:42.186 | libapache2-mod-proxy-uwsgi 2022-06-04 10:27:42.186 | libffi-dev 2022-06-04 10:27:42.186 | libjpeg-dev 2022-06-04 10:27:42.186 | libpcre3-dev 2022-06-04 10:27:42.186 | libpq-dev 2022-06-04 10:27:42.186 | libssl-dev 2022-06-04 10:27:42.186 | libsystemd-dev 2022-06-04 10:27:42.186 | libxml2-dev 2022-06-04 10:27:42.186 | libxslt1-dev 2022-06-04 10:27:42.186 | libyaml-dev 2022-06-04 10:27:42.186 | lsof 2022-06-04 10:27:42.186 | openssh-server 2022-06-04 10:27:42.186 | openssl 2022-06-04 10:27:42.186 | pkg-config 2022-06-04 10:27:42.186 | psmisc 2022-06-04 10:27:42.187 | python3-dev 2022-06-04 10:27:42.187 | python3-pip 2022-06-04 10:27:42.187 | python3-systemd 2022-06-04 10:27:42.187 | python3-venv 2022-06-04 10:27:42.187 | tar 2022-06-04 10:27:42.187 | tcpdump 2022-06-04 10:27:42.187 | unzip 2022-06-04 10:27:42.187 | uuid-runtime 2022-06-04 10:27:42.187 | wget 2022-06-04 10:27:42.187 | wget 2022-06-04 10:27:42.187 | zlib1g-dev 2022-06-04 10:27:42.187 | libkrb5-dev 2022-06-04 10:27:42.187 | libldap2-dev 2022-06-04 10:27:42.187 | libsasl2-dev 2022-06-04 10:27:42.187 | memcached 2022-06-04 10:27:42.187 | python3-mysqldb 2022-06-04 10:27:42.187 | sqlite3 2022-06-04 10:27:42.187 | conntrack 2022-06-04 10:27:42.187 | curl 2022-06-04 10:27:42.187 | dnsmasq-base 2022-06-04 10:27:42.187 | dnsmasq-utils 2022-06-04 10:27:42.187 | ebtables 2022-06-04 10:27:42.187 | genisoimage 2022-06-04 10:27:42.187 | iptables 2022-06-04 10:27:42.187 | iputils-arping 2022-06-04 10:27:42.187 | kpartx 2022-06-04 10:27:42.187 | libjs-jquery-tablesorter 2022-06-04 10:27:42.187 | parted 2022-06-04 10:27:42.187 | pm-utils 2022-06-04 10:27:42.187 | python3-mysqldb 2022-06-04 10:27:42.187 | socat 2022-06-04 10:27:42.187 | sqlite3 2022-06-04 10:27:42.187 | sudo 2022-06-04 10:27:42.187 | vlan 2022-06-04 10:27:42.187 | lsscsi 2022-06-04 10:27:42.187 | open-iscsi 2022-06-04 10:27:42.188 | lvm2 2022-06-04 10:27:42.188 | qemu-utils 2022-06-04 10:27:42.188 | thin-provisioning-tools 2022-06-04 10:27:42.188 | acl 2022-06-04 10:27:42.188 | dnsmasq-base 2022-06-04 10:27:42.188 | dnsmasq-utils 2022-06-04 10:27:42.188 | ebtables 2022-06-04 10:27:42.188 | haproxy 2022-06-04 10:27:42.188 | iptables 2022-06-04 10:27:42.188 | iputils-arping 2022-06-04 10:27:42.188 | iputils-ping 2022-06-04 10:27:42.188 | postgresql-server-dev-all 2022-06-04 10:27:42.188 | python3-mysqldb 2022-06-04 10:27:42.188 | sqlite3 2022-06-04 10:27:42.188 | sudo 2022-06-04 10:27:42.188 | vlan 2022-06-04 10:27:42.188 | pcp 2022-06-04 10:27:42.188 | ipset 2022-06-04 10:27:42.188 | conntrack 2022-06-04 10:27:42.188 | conntrackd 2022-06-04 10:27:42.188 | keepalived 2022-06-04 10:27:42.188 | lvm2 2022-06-04 10:27:42.188 | qemu-utils 2022-06-04 10:27:42.188 | thin-provisioning-tools 2022-06-04 10:27:42.188 | curl 2022-06-04 10:27:42.188 | liberasurecode-dev 2022-06-04 10:27:42.188 | make 2022-06-04 10:27:42.188 | memcached 2022-06-04 10:27:42.188 | rsync 2022-06-04 10:27:42.188 | sqlite3 2022-06-04 10:27:42.188 | xfsprogs ' 2022-06-04 10:27:42.188 | ++ tools/install_prereqs.sh:source:67 : is_ubuntu 2022-06-04 10:27:42.190 | ++ functions-common:is_ubuntu:568 : [[ -z deb ]] 2022-06-04 10:27:42.193 | ++ functions-common:is_ubuntu:571 : '[' deb = deb ']' 2022-06-04 10:27:42.197 | ++ tools/install_prereqs.sh:source:67 : echo apache2 apache2-dev bc bsdmainutils curl g++ gawk gcc gettext git graphviz iputils-ping libapache2-mod-proxy-uwsgi libffi-dev libjpeg-dev libpcre3-dev libpq-dev libssl-dev libsystemd-dev libxml2-dev libxslt1-dev libyaml-dev lsof openssh-server openssl pkg-config psmisc python3-dev python3-pip python3-systemd python3-venv tar tcpdump unzip uuid-runtime wget wget zlib1g-dev libkrb5-dev libldap2-dev libsasl2-dev memcached python3-mysqldb sqlite3 conntrack curl dnsmasq-base dnsmasq-utils ebtables genisoimage iptables iputils-arping kpartx libjs-jquery-tablesorter parted pm-utils python3-mysqldb socat sqlite3 sudo vlan lsscsi open-iscsi lvm2 qemu-utils thin-provisioning-tools acl dnsmasq-base dnsmasq-utils ebtables haproxy iptables iputils-arping iputils-ping postgresql-server-dev-all python3-mysqldb sqlite3 sudo vlan pcp ipset conntrack conntrackd keepalived lvm2 qemu-utils thin-provisioning-tools curl liberasurecode-dev make memcached rsync sqlite3 xfsprogs 2022-06-04 10:27:42.197 | ++ tools/install_prereqs.sh:source:67 : grep -q dkms 2022-06-04 10:27:42.201 | ++ tools/install_prereqs.sh:source:72 : install_package apache2 apache2-dev bc bsdmainutils curl g++ gawk gcc gettext git graphviz iputils-ping libapache2-mod-proxy-uwsgi libffi-dev libjpeg-dev libpcre3-dev libpq-dev libssl-dev libsystemd-dev libxml2-dev libxslt1-dev libyaml-dev lsof openssh-server openssl pkg-config psmisc python3-dev python3-pip python3-systemd python3-venv tar tcpdump unzip uuid-runtime wget wget zlib1g-dev libkrb5-dev libldap2-dev libsasl2-dev memcached python3-mysqldb sqlite3 conntrack curl dnsmasq-base dnsmasq-utils ebtables genisoimage iptables iputils-arping kpartx libjs-jquery-tablesorter parted pm-utils python3-mysqldb socat sqlite3 sudo vlan lsscsi open-iscsi lvm2 qemu-utils thin-provisioning-tools acl dnsmasq-base dnsmasq-utils ebtables haproxy iptables iputils-arping iputils-ping postgresql-server-dev-all python3-mysqldb sqlite3 sudo vlan pcp ipset conntrack conntrackd keepalived lvm2 qemu-utils thin-provisioning-tools curl liberasurecode-dev make memcached rsync sqlite3 xfsprogs 2022-06-04 10:27:42.203 | ++ functions-common:install_package:1464 : update_package_repo 2022-06-04 10:27:42.206 | ++ functions-common:update_package_repo:1436 : NO_UPDATE_REPOS=False 2022-06-04 10:27:42.208 | ++ functions-common:update_package_repo:1437 : REPOS_UPDATED=False 2022-06-04 10:27:42.210 | ++ functions-common:update_package_repo:1438 : RETRY_UPDATE=False 2022-06-04 10:27:42.212 | ++ functions-common:update_package_repo:1440 : [[ False = \T\r\u\e ]] 2022-06-04 10:27:42.214 | ++ functions-common:update_package_repo:1444 : is_ubuntu 2022-06-04 10:27:42.216 | ++ functions-common:is_ubuntu:568 : [[ -z deb ]] 2022-06-04 10:27:42.218 | ++ functions-common:is_ubuntu:571 : '[' deb = deb ']' 2022-06-04 10:27:42.220 | ++ functions-common:update_package_repo:1445 : apt_get_update 2022-06-04 10:27:42.223 | ++ functions-common:apt_get_update:1190 : [[ False == \T\r\u\e ]] 2022-06-04 10:27:42.225 | ++ functions-common:apt_get_update:1195 : [[ False = \T\r\u\e ]] 2022-06-04 10:27:42.227 | ++ functions-common:apt_get_update:1197 : local sudo=sudo 2022-06-04 10:27:42.229 | +++ functions-common:apt_get_update:1198 : id -u 2022-06-04 10:27:42.234 | ++ functions-common:apt_get_update:1198 : [[ 1000 = \0 ]] 2022-06-04 10:27:42.236 | ++ functions-common:apt_get_update:1201 : time_start apt-get-update 2022-06-04 10:27:42.238 | ++ functions-common:time_start:2412 : local name=apt-get-update 2022-06-04 10:27:42.240 | ++ functions-common:time_start:2413 : local start_time= 2022-06-04 10:27:42.242 | ++ functions-common:time_start:2414 : [[ -n '' ]] 2022-06-04 10:27:42.245 | +++ functions-common:time_start:2417 : date +%s%3N 2022-06-04 10:27:42.249 | ++ functions-common:time_start:2417 : _TIME_START[$name]=1654338462247 2022-06-04 10:27:42.252 | ++ functions-common:apt_get_update:1203 : local 'proxies=http_proxy= https_proxy= no_proxy= ' 2022-06-04 10:27:42.254 | ++ functions-common:apt_get_update:1204 : local 'update_cmd=sudo http_proxy= https_proxy= no_proxy= apt-get update' 2022-06-04 10:27:42.256 | ++ functions-common:apt_get_update:1205 : timeout 300 sh -c 'while ! sudo http_proxy= https_proxy= no_proxy= apt-get update; do sleep 30; done' 2022-06-04 10:27:42.553 | Hit:1 http://security.ubuntu.com/ubuntu focal-security InRelease 2022-06-04 10:27:42.553 | Hit:2 http://nova.clouds.archive.ubuntu.com/ubuntu focal InRelease 2022-06-04 10:27:42.591 | Hit:3 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates InRelease 2022-06-04 10:27:42.634 | Hit:4 http://nova.clouds.archive.ubuntu.com/ubuntu focal-backports InRelease 2022-06-04 10:27:44.859 | Reading package lists... 2022-06-04 10:27:44.892 | ++ functions-common:apt_get_update:1209 : REPOS_UPDATED=True 2022-06-04 10:27:44.894 | ++ functions-common:apt_get_update:1211 : time_stop apt-get-update 2022-06-04 10:27:44.897 | ++ functions-common:time_stop:2426 : local name 2022-06-04 10:27:44.899 | ++ functions-common:time_stop:2427 : local end_time 2022-06-04 10:27:44.901 | ++ functions-common:time_stop:2428 : local elapsed_time 2022-06-04 10:27:44.904 | ++ functions-common:time_stop:2429 : local total 2022-06-04 10:27:44.906 | ++ functions-common:time_stop:2430 : local start_time 2022-06-04 10:27:44.908 | ++ functions-common:time_stop:2432 : name=apt-get-update 2022-06-04 10:27:44.911 | ++ functions-common:time_stop:2433 : start_time=1654338462247 2022-06-04 10:27:44.913 | ++ functions-common:time_stop:2435 : [[ -z 1654338462247 ]] 2022-06-04 10:27:44.915 | +++ functions-common:time_stop:2438 : date +%s%3N 2022-06-04 10:27:44.920 | ++ functions-common:time_stop:2438 : end_time=1654338464917 2022-06-04 10:27:44.922 | ++ functions-common:time_stop:2439 : elapsed_time=2670 2022-06-04 10:27:44.924 | ++ functions-common:time_stop:2440 : total=0 2022-06-04 10:27:44.926 | ++ functions-common:time_stop:2442 : _TIME_START[$name]= 2022-06-04 10:27:44.929 | ++ functions-common:time_stop:2443 : _TIME_TOTAL[$name]=2670 2022-06-04 10:27:44.931 | ++ functions-common:install_package:1465 : real_install_package apache2 apache2-dev bc bsdmainutils curl g++ gawk gcc gettext git graphviz iputils-ping libapache2-mod-proxy-uwsgi libffi-dev libjpeg-dev libpcre3-dev libpq-dev libssl-dev libsystemd-dev libxml2-dev libxslt1-dev libyaml-dev lsof openssh-server openssl pkg-config psmisc python3-dev python3-pip python3-systemd python3-venv tar tcpdump unzip uuid-runtime wget wget zlib1g-dev libkrb5-dev libldap2-dev libsasl2-dev memcached python3-mysqldb sqlite3 conntrack curl dnsmasq-base dnsmasq-utils ebtables genisoimage iptables iputils-arping kpartx libjs-jquery-tablesorter parted pm-utils python3-mysqldb socat sqlite3 sudo vlan lsscsi open-iscsi lvm2 qemu-utils thin-provisioning-tools acl dnsmasq-base dnsmasq-utils ebtables haproxy iptables iputils-arping iputils-ping postgresql-server-dev-all python3-mysqldb sqlite3 sudo vlan pcp ipset conntrack conntrackd keepalived lvm2 qemu-utils thin-provisioning-tools curl liberasurecode-dev make memcached rsync sqlite3 xfsprogs 2022-06-04 10:27:44.933 | ++ functions-common:real_install_package:1450 : is_ubuntu 2022-06-04 10:27:44.935 | ++ functions-common:is_ubuntu:568 : [[ -z deb ]] 2022-06-04 10:27:44.938 | ++ functions-common:is_ubuntu:571 : '[' deb = deb ']' 2022-06-04 10:27:44.940 | ++ functions-common:real_install_package:1451 : apt_get install apache2 apache2-dev bc bsdmainutils curl g++ gawk gcc gettext git graphviz iputils-ping libapache2-mod-proxy-uwsgi libffi-dev libjpeg-dev libpcre3-dev libpq-dev libssl-dev libsystemd-dev libxml2-dev libxslt1-dev libyaml-dev lsof openssh-server openssl pkg-config psmisc python3-dev python3-pip python3-systemd python3-venv tar tcpdump unzip uuid-runtime wget wget zlib1g-dev libkrb5-dev libldap2-dev libsasl2-dev memcached python3-mysqldb sqlite3 conntrack curl dnsmasq-base dnsmasq-utils ebtables genisoimage iptables iputils-arping kpartx libjs-jquery-tablesorter parted pm-utils python3-mysqldb socat sqlite3 sudo vlan lsscsi open-iscsi lvm2 qemu-utils thin-provisioning-tools acl dnsmasq-base dnsmasq-utils ebtables haproxy iptables iputils-arping iputils-ping postgresql-server-dev-all python3-mysqldb sqlite3 sudo vlan pcp ipset conntrack conntrackd keepalived lvm2 qemu-utils thin-provisioning-tools curl liberasurecode-dev make memcached rsync sqlite3 xfsprogs 2022-06-04 10:27:44.960 | ++ functions-common:apt_get:1231 : sudo DEBIAN_FRONTEND=noninteractive http_proxy= https_proxy= no_proxy= apt-get --option Dpkg::Options::=--force-confold --assume-yes install apache2 apache2-dev bc bsdmainutils curl g++ gawk gcc gettext git graphviz iputils-ping libapache2-mod-proxy-uwsgi libffi-dev libjpeg-dev libpcre3-dev libpq-dev libssl-dev libsystemd-dev libxml2-dev libxslt1-dev libyaml-dev lsof openssh-server openssl pkg-config psmisc python3-dev python3-pip python3-systemd python3-venv tar tcpdump unzip uuid-runtime wget wget zlib1g-dev libkrb5-dev libldap2-dev libsasl2-dev memcached python3-mysqldb sqlite3 conntrack curl dnsmasq-base dnsmasq-utils ebtables genisoimage iptables iputils-arping kpartx libjs-jquery-tablesorter parted pm-utils python3-mysqldb socat sqlite3 sudo vlan lsscsi open-iscsi lvm2 qemu-utils thin-provisioning-tools acl dnsmasq-base dnsmasq-utils ebtables haproxy iptables iputils-arping iputils-ping postgresql-server-dev-all python3-mysqldb sqlite3 sudo vlan pcp ipset conntrack conntrackd keepalived lvm2 qemu-utils thin-provisioning-tools curl liberasurecode-dev make memcached rsync sqlite3 xfsprogs 2022-06-04 10:27:45.071 | Reading package lists... 2022-06-04 10:27:45.319 | Building dependency tree... 2022-06-04 10:27:45.320 | Reading state information... 2022-06-04 10:27:45.356 | acl is already the newest version (2.2.53-6). 2022-06-04 10:27:45.356 | bc is already the newest version (1.07.1-2build1). 2022-06-04 10:27:45.356 | bsdmainutils is already the newest version (11.1.2ubuntu3). 2022-06-04 10:27:45.356 | conntrack is already the newest version (1:1.4.5-2). 2022-06-04 10:27:45.356 | ebtables is already the newest version (2.0.11-3build1). 2022-06-04 10:27:45.356 | g++ is already the newest version (4:9.3.0-1ubuntu2). 2022-06-04 10:27:45.356 | gawk is already the newest version (1:5.0.1+dfsg-1). 2022-06-04 10:27:45.356 | gcc is already the newest version (4:9.3.0-1ubuntu2). 2022-06-04 10:27:45.356 | genisoimage is already the newest version (9:1.1.11-3.1ubuntu1). 2022-06-04 10:27:45.356 | gettext is already the newest version (0.19.8.1-10build1). 2022-06-04 10:27:45.356 | iptables is already the newest version (1.8.4-3ubuntu2). 2022-06-04 10:27:45.356 | iputils-arping is already the newest version (3:20190709-3). 2022-06-04 10:27:45.356 | iputils-ping is already the newest version (3:20190709-3). 2022-06-04 10:27:45.356 | kpartx is already the newest version (0.8.3-1ubuntu2). 2022-06-04 10:27:45.356 | liberasurecode-dev is already the newest version (1.6.1-4). 2022-06-04 10:27:45.356 | libffi-dev is already the newest version (3.3-4). 2022-06-04 10:27:45.356 | libjpeg-dev is already the newest version (8c-2ubuntu8). 2022-06-04 10:27:45.357 | libxslt1-dev is already the newest version (1.1.34-4). 2022-06-04 10:27:45.357 | libyaml-dev is already the newest version (0.2.2-1). 2022-06-04 10:27:45.357 | lsscsi is already the newest version (0.30-0.1). 2022-06-04 10:27:45.357 | lvm2 is already the newest version (2.03.07-1ubuntu1). 2022-06-04 10:27:45.357 | make is already the newest version (4.2.1-1.2). 2022-06-04 10:27:45.357 | pkg-config is already the newest version (0.29.1-0ubuntu4). 2022-06-04 10:27:45.357 | psmisc is already the newest version (23.3-1). 2022-06-04 10:27:45.357 | python3-dev is already the newest version (3.8.2-0ubuntu2). 2022-06-04 10:27:45.357 | python3-mysqldb is already the newest version (1.4.4-2build1). 2022-06-04 10:27:45.357 | python3-systemd is already the newest version (234-3build2). 2022-06-04 10:27:45.357 | socat is already the newest version (1.7.3.3-2). 2022-06-04 10:27:45.357 | thin-provisioning-tools is already the newest version (0.8.5-4build1). 2022-06-04 10:27:45.357 | unzip is already the newest version (6.0-25ubuntu1). 2022-06-04 10:27:45.357 | xfsprogs is already the newest version (5.3.0-1ubuntu2). 2022-06-04 10:27:45.357 | conntrackd is already the newest version (1:1.4.5-2). 2022-06-04 10:27:45.357 | graphviz is already the newest version (2.42.2-3build2). 2022-06-04 10:27:45.357 | libjs-jquery-tablesorter is already the newest version (1:2.31.1+dfsg1-1). 2022-06-04 10:27:45.357 | pcp is already the newest version (5.0.3-1). 2022-06-04 10:27:45.357 | pm-utils is already the newest version (1.4.1-19). 2022-06-04 10:27:45.357 | python3-venv is already the newest version (3.8.2-0ubuntu2). 2022-06-04 10:27:45.357 | apache2 is already the newest version (2.4.41-4ubuntu3.11). 2022-06-04 10:27:45.357 | apache2-dev is already the newest version (2.4.41-4ubuntu3.11). 2022-06-04 10:27:45.357 | curl is already the newest version (7.68.0-1ubuntu2.11). 2022-06-04 10:27:45.357 | dnsmasq-base is already the newest version (2.80-1.1ubuntu1.5). 2022-06-04 10:27:45.357 | dnsmasq-utils is already the newest version (2.80-1.1ubuntu1.5). 2022-06-04 10:27:45.357 | git is already the newest version (1:2.25.1-1ubuntu3.4). 2022-06-04 10:27:45.357 | haproxy is already the newest version (2.0.13-2ubuntu0.5). 2022-06-04 10:27:45.357 | ipset is already the newest version (7.5-1ubuntu0.20.04.1). 2022-06-04 10:27:45.357 | keepalived is already the newest version (1:2.0.19-2ubuntu0.2). 2022-06-04 10:27:45.357 | libkrb5-dev is already the newest version (1.17-6ubuntu4.1). 2022-06-04 10:27:45.357 | libldap2-dev is already the newest version (2.4.49+dfsg-2ubuntu1.9). 2022-06-04 10:27:45.357 | libpcre3-dev is already the newest version (2:8.39-12ubuntu0.1). 2022-06-04 10:27:45.357 | libpq-dev is already the newest version (12.11-0ubuntu0.20.04.1). 2022-06-04 10:27:45.357 | libsasl2-dev is already the newest version (2.1.27+dfsg-2ubuntu0.1). 2022-06-04 10:27:45.358 | libssl-dev is already the newest version (1.1.1f-1ubuntu2.13). 2022-06-04 10:27:45.358 | libsystemd-dev is already the newest version (245.4-4ubuntu3.17). 2022-06-04 10:27:45.358 | libxml2-dev is already the newest version (2.9.10+dfsg-5ubuntu0.20.04.3). 2022-06-04 10:27:45.358 | lsof is already the newest version (4.93.2+dfsg-1ubuntu0.20.04.1). 2022-06-04 10:27:45.358 | memcached is already the newest version (1.5.22-2ubuntu0.2). 2022-06-04 10:27:45.358 | open-iscsi is already the newest version (2.0.874-7.1ubuntu6.2). 2022-06-04 10:27:45.358 | openssh-server is already the newest version (1:8.2p1-4ubuntu0.5). 2022-06-04 10:27:45.358 | openssl is already the newest version (1.1.1f-1ubuntu2.13). 2022-06-04 10:27:45.358 | parted is already the newest version (3.3-4ubuntu0.20.04.1). 2022-06-04 10:27:45.358 | qemu-utils is already the newest version (1:4.2-3ubuntu6.21). 2022-06-04 10:27:45.358 | rsync is already the newest version (3.1.3-8ubuntu0.3). 2022-06-04 10:27:45.358 | sqlite3 is already the newest version (3.31.1-4ubuntu0.3). 2022-06-04 10:27:45.358 | sudo is already the newest version (1.8.31-1ubuntu1.2). 2022-06-04 10:27:45.358 | tar is already the newest version (1.30+dfsg-7ubuntu0.20.04.2). 2022-06-04 10:27:45.358 | tcpdump is already the newest version (4.9.3-4ubuntu0.1). 2022-06-04 10:27:45.358 | uuid-runtime is already the newest version (2.34-0.1ubuntu9.3). 2022-06-04 10:27:45.358 | wget is already the newest version (1.20.3-1ubuntu2). 2022-06-04 10:27:45.358 | zlib1g-dev is already the newest version (1:1.2.11.dfsg-2ubuntu1.3). 2022-06-04 10:27:45.583 | libapache2-mod-proxy-uwsgi is already the newest version (2.4.41-4ubuntu3.11). 2022-06-04 10:27:45.583 | postgresql-server-dev-all is already the newest version (214ubuntu0.1). 2022-06-04 10:27:45.583 | python3-pip is already the newest version (20.0.2-5ubuntu1.6). 2022-06-04 10:27:45.583 | vlan is already the newest version (2.0.4ubuntu1.20.04.1). 2022-06-04 10:27:45.583 | The following packages were automatically installed and are no longer required: 2022-06-04 10:27:45.584 | apport-symptoms libnetplan0 python3-automat python3-blinker python3-click 2022-06-04 10:27:45.584 | python3-colorama python3-configobj python3-constantly python3-entrypoints 2022-06-04 10:27:45.584 | python3-hamcrest python3-hyperlink python3-incremental python3-jwt 2022-06-04 10:27:45.584 | python3-keyring python3-lazr.uri python3-oauthlib python3-problem-report 2022-06-04 10:27:45.584 | python3-secretstorage python3-twisted-bin python3-wadllib 2022-06-04 10:27:45.584 | python3-zope.interface 2022-06-04 10:27:45.584 | Use 'sudo apt autoremove' to remove them. 2022-06-04 10:27:45.701 | 0 upgraded, 0 newly installed, 0 to remove and 139 not upgraded. 2022-06-04 10:27:45.705 | ++ functions-common:apt_get:1235 : result=0 2022-06-04 10:27:45.708 | ++ functions-common:apt_get:1238 : time_stop apt-get 2022-06-04 10:27:45.710 | ++ functions-common:time_stop:2426 : local name 2022-06-04 10:27:45.712 | ++ functions-common:time_stop:2427 : local end_time 2022-06-04 10:27:45.714 | ++ functions-common:time_stop:2428 : local elapsed_time 2022-06-04 10:27:45.717 | ++ functions-common:time_stop:2429 : local total 2022-06-04 10:27:45.719 | ++ functions-common:time_stop:2430 : local start_time 2022-06-04 10:27:45.721 | ++ functions-common:time_stop:2432 : name=apt-get 2022-06-04 10:27:45.723 | ++ functions-common:time_stop:2433 : start_time=1654338464958 2022-06-04 10:27:45.726 | ++ functions-common:time_stop:2435 : [[ -z 1654338464958 ]] 2022-06-04 10:27:45.728 | +++ functions-common:time_stop:2438 : date +%s%3N 2022-06-04 10:27:45.733 | ++ functions-common:time_stop:2438 : end_time=1654338465730 2022-06-04 10:27:45.735 | ++ functions-common:time_stop:2439 : elapsed_time=772 2022-06-04 10:27:45.737 | ++ functions-common:time_stop:2440 : total=764 2022-06-04 10:27:45.739 | ++ functions-common:time_stop:2442 : _TIME_START[$name]= 2022-06-04 10:27:45.742 | ++ functions-common:time_stop:2443 : _TIME_TOTAL[$name]=1536 2022-06-04 10:27:45.744 | ++ functions-common:apt_get:1239 : return 0 2022-06-04 10:27:45.747 | ++ tools/install_prereqs.sh:source:74 : [[ -n False ]] 2022-06-04 10:27:45.750 | ++ tools/install_prereqs.sh:source:74 : [[ False != \F\a\l\s\e ]] 2022-06-04 10:27:45.752 | ++ tools/install_prereqs.sh:source:88 : date +%s 2022-06-04 10:27:45.756 | ++ tools/install_prereqs.sh:source:89 : date 2022-06-04 10:27:45.761 | + ./stack.sh:main:785 : [[ False != \T\r\u\e ]] 2022-06-04 10:27:45.764 | + ./stack.sh:main:786 : PYPI_ALTERNATIVE_URL= 2022-06-04 10:27:45.767 | + ./stack.sh:main:786 : /home/ubuntu/devstack/tools/install_pip.sh 2022-06-04 10:27:47.191 | + tools/install_pip.sh:main:25 : FILES=/home/ubuntu/devstack/files 2022-06-04 10:27:47.193 | + tools/install_pip.sh:main:40 : PIP_GET_PIP_URL=https://bootstrap.pypa.io/get-pip.py 2022-06-04 10:27:47.195 | + tools/install_pip.sh:main:41 : PIP_GET_PIP36_URL=https://bootstrap.pypa.io/pip/3.6/get-pip.py 2022-06-04 10:27:47.197 | + tools/install_pip.sh:main:43 : GetDistro 2022-06-04 10:27:47.199 | + functions-common:GetDistro:446 : GetOSVersion 2022-06-04 10:27:47.201 | + functions-common:GetOSVersion:416 : source /etc/os-release 2022-06-04 10:27:47.203 | ++ /etc/os-release:source:1 : NAME=Ubuntu 2022-06-04 10:27:47.205 | ++ /etc/os-release:source:2 : VERSION='20.04.2 LTS (Focal Fossa)' 2022-06-04 10:27:47.206 | ++ /etc/os-release:source:3 : ID=ubuntu 2022-06-04 10:27:47.208 | ++ /etc/os-release:source:4 : ID_LIKE=debian 2022-06-04 10:27:47.210 | ++ /etc/os-release:source:5 : PRETTY_NAME='Ubuntu 20.04.2 LTS' 2022-06-04 10:27:47.212 | ++ /etc/os-release:source:6 : VERSION_ID=20.04 2022-06-04 10:27:47.213 | ++ /etc/os-release:source:7 : HOME_URL=https://www.ubuntu.com/ 2022-06-04 10:27:47.215 | ++ /etc/os-release:source:8 : SUPPORT_URL=https://help.ubuntu.com/ 2022-06-04 10:27:47.217 | ++ /etc/os-release:source:9 : BUG_REPORT_URL=https://bugs.launchpad.net/ubuntu/ 2022-06-04 10:27:47.219 | ++ /etc/os-release:source:10 : PRIVACY_POLICY_URL=https://www.ubuntu.com/legal/terms-and-policies/privacy-policy 2022-06-04 10:27:47.220 | ++ /etc/os-release:source:11 : VERSION_CODENAME=focal 2022-06-04 10:27:47.222 | ++ /etc/os-release:source:12 : UBUNTU_CODENAME=focal 2022-06-04 10:27:47.224 | + functions-common:GetOSVersion:417 : [[ ubuntu20.04.2 LTS (Focal Fossa) == \c\e\n\t\o\s\9 ]] 2022-06-04 10:27:47.226 | + functions-common:GetOSVersion:422 : _ensure_lsb_release 2022-06-04 10:27:47.228 | ++ functions-common:_ensure_lsb_release:393 : command -v lsb_release 2022-06-04 10:27:47.231 | + functions-common:_ensure_lsb_release:393 : [[ -x /usr/bin/lsb_release ]] 2022-06-04 10:27:47.232 | + functions-common:_ensure_lsb_release:394 : return 2022-06-04 10:27:47.235 | ++ functions-common:GetOSVersion:424 : lsb_release -r -s 2022-06-04 10:27:47.307 | + functions-common:GetOSVersion:424 : os_RELEASE=20.04 2022-06-04 10:27:47.310 | ++ functions-common:GetOSVersion:425 : lsb_release -c -s 2022-06-04 10:27:47.383 | + functions-common:GetOSVersion:425 : os_CODENAME=focal 2022-06-04 10:27:47.385 | ++ functions-common:GetOSVersion:426 : lsb_release -i -s 2022-06-04 10:27:47.457 | + functions-common:GetOSVersion:426 : os_VENDOR=Ubuntu 2022-06-04 10:27:47.459 | + functions-common:GetOSVersion:429 : [[ Ubuntu =~ (Debian|Ubuntu|LinuxMint) ]] 2022-06-04 10:27:47.461 | + functions-common:GetOSVersion:430 : os_PACKAGE=deb 2022-06-04 10:27:47.463 | + functions-common:GetOSVersion:435 : typeset -xr os_VENDOR 2022-06-04 10:27:47.465 | + functions-common:GetOSVersion:436 : typeset -xr os_RELEASE 2022-06-04 10:27:47.466 | + functions-common:GetOSVersion:437 : typeset -xr os_PACKAGE 2022-06-04 10:27:47.468 | + functions-common:GetOSVersion:438 : typeset -xr os_CODENAME 2022-06-04 10:27:47.470 | + functions-common:GetDistro:448 : [[ Ubuntu =~ (Ubuntu) ]] 2022-06-04 10:27:47.472 | + functions-common:GetDistro:451 : DISTRO=focal 2022-06-04 10:27:47.475 | + functions-common:GetDistro:496 : typeset -xr DISTRO 2022-06-04 10:27:47.477 | + tools/install_pip.sh:main:44 : echo 'Distro: focal' 2022-06-04 10:27:47.477 | Distro: focal 2022-06-04 10:27:47.479 | + tools/install_pip.sh:main:124 : get_versions 2022-06-04 10:27:47.482 | ++ tools/install_pip.sh:get_versions:49 : which pip 2022-06-04 10:27:47.485 | + tools/install_pip.sh:get_versions:49 : PIP=/usr/local/bin/pip 2022-06-04 10:27:47.487 | + tools/install_pip.sh:get_versions:50 : [[ -n /usr/local/bin/pip ]] 2022-06-04 10:27:47.490 | ++ tools/install_pip.sh:get_versions:51 : /usr/local/bin/pip --version 2022-06-04 10:27:47.490 | ++ tools/install_pip.sh:get_versions:51 : awk '{ print $2}' 2022-06-04 10:27:48.168 | + tools/install_pip.sh:get_versions:51 : PIP_VERSION=21.3.1 2022-06-04 10:27:48.170 | + tools/install_pip.sh:get_versions:52 : echo 'pip: 21.3.1' 2022-06-04 10:27:48.170 | pip: 21.3.1 2022-06-04 10:27:48.172 | + tools/install_pip.sh:main:126 : [[ -n '' ]] 2022-06-04 10:27:48.174 | + tools/install_pip.sh:main:130 : is_fedora 2022-06-04 10:27:48.176 | + functions-common:is_fedora:520 : [[ -z Ubuntu ]] 2022-06-04 10:27:48.177 | + functions-common:is_fedora:524 : '[' Ubuntu = Fedora ']' 2022-06-04 10:27:48.179 | + functions-common:is_fedora:524 : '[' Ubuntu = 'Red Hat' ']' 2022-06-04 10:27:48.181 | + functions-common:is_fedora:525 : '[' Ubuntu = RedHatEnterpriseServer ']' 2022-06-04 10:27:48.182 | + functions-common:is_fedora:526 : '[' Ubuntu = RedHatEnterprise ']' 2022-06-04 10:27:48.185 | + functions-common:is_fedora:527 : '[' Ubuntu = CentOS ']' 2022-06-04 10:27:48.186 | + functions-common:is_fedora:527 : '[' Ubuntu = CentOSStream ']' 2022-06-04 10:27:48.188 | + functions-common:is_fedora:528 : '[' Ubuntu = AlmaLinux ']' 2022-06-04 10:27:48.190 | + functions-common:is_fedora:529 : '[' Ubuntu = OracleServer ']' 2022-06-04 10:27:48.192 | + functions-common:is_fedora:529 : '[' Ubuntu = Virtuozzo ']' 2022-06-04 10:27:48.194 | + tools/install_pip.sh:main:141 : is_ubuntu 2022-06-04 10:27:48.195 | + functions-common:is_ubuntu:568 : [[ -z deb ]] 2022-06-04 10:27:48.197 | + functions-common:is_ubuntu:571 : '[' deb = deb ']' 2022-06-04 10:27:48.200 | + tools/install_pip.sh:main:142 : : 2022-06-04 10:27:48.202 | + tools/install_pip.sh:main:147 : set -x 2022-06-04 10:27:48.203 | + tools/install_pip.sh:main:151 : pip_install_gr setuptools 2022-06-04 10:27:48.205 | + inc/python:pip_install_gr:76 : local name=setuptools 2022-06-04 10:27:48.207 | + inc/python:pip_install_gr:77 : local clean_name 2022-06-04 10:27:48.209 | ++ inc/python:pip_install_gr:78 : get_from_global_requirements setuptools 2022-06-04 10:27:48.211 | ++ inc/python:get_from_global_requirements:221 : local package=setuptools 2022-06-04 10:27:48.213 | ++ inc/python:get_from_global_requirements:222 : local required_pkg 2022-06-04 10:27:48.216 | +++ inc/python:get_from_global_requirements:223 : cut -d# -f1 2022-06-04 10:27:48.216 | +++ inc/python:get_from_global_requirements:223 : grep -i -h '^setuptools' /opt/stack/requirements/global-requirements.txt 2022-06-04 10:27:48.221 | ++ inc/python:get_from_global_requirements:223 : 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-06-04 10:27:48.222 | ++ inc/python:get_from_global_requirements:224 : [[ 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-06-04 10:27:48.224 | ++ inc/python:get_from_global_requirements:227 : 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-06-04 10:27:48.226 | + 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-06-04 10:27:48.228 | + 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-06-04 10:27:48.245 | 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-06-04 10:27:48.247 | + inc/python:pip_install:190 : sudo -H LC_ALL=en_US.UTF-8 SETUPTOOLS_USE_DISTUTILS=stdlib http_proxy= https_proxy= no_proxy= PIP_FIND_LINKS= python3.8 -m pip install -c /opt/stack/requirements/upper-constraints.txt '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-06-04 10:27:49.112 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-06-04 10:27:49.112 | from cryptography.utils import int_from_bytes 2022-06-04 10:27:49.112 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-06-04 10:27:49.113 | from cryptography.utils import int_from_bytes 2022-06-04 10:27:50.264 | Looking in indexes: http://10.100.0.9:8080/cloudbase/CI/+simple/ 2022-06-04 10:27:51.853 | 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-06-04 10:27:51.866 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/68e/45d17c9281ba2/setuptools-62.3.2-py3-none-any.whl (1.2 MB) 2022-06-04 10:27:54.467 | Installing collected packages: setuptools 2022-06-04 10:27:55.411 | Successfully installed setuptools-62.3.2 2022-06-04 10:27:55.411 | WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv 2022-06-04 10:27:55.592 | WARNING: You are using pip version 21.3.1; however, version 22.1.2 is available. 2022-06-04 10:27:55.592 | You should consider upgrading via the '/usr/bin/python3.8 -m pip install --upgrade pip' command. 2022-06-04 10:27:55.735 | + inc/python:pip_install:196 : result=0 2022-06-04 10:27:55.737 | + inc/python:pip_install:198 : time_stop pip_install 2022-06-04 10:27:55.739 | + functions-common:time_stop:2426 : local name 2022-06-04 10:27:55.741 | + functions-common:time_stop:2427 : local end_time 2022-06-04 10:27:55.742 | + functions-common:time_stop:2428 : local elapsed_time 2022-06-04 10:27:55.744 | + functions-common:time_stop:2429 : local total 2022-06-04 10:27:55.746 | + functions-common:time_stop:2430 : local start_time 2022-06-04 10:27:55.748 | + functions-common:time_stop:2432 : name=pip_install 2022-06-04 10:27:55.750 | + functions-common:time_stop:2433 : start_time=1654338468240 2022-06-04 10:27:55.752 | + functions-common:time_stop:2435 : [[ -z 1654338468240 ]] 2022-06-04 10:27:55.754 | ++ functions-common:time_stop:2438 : date +%s%3N 2022-06-04 10:27:55.757 | + functions-common:time_stop:2438 : end_time=1654338475755 2022-06-04 10:27:55.759 | + functions-common:time_stop:2439 : elapsed_time=7515 2022-06-04 10:27:55.760 | + functions-common:time_stop:2440 : total=0 2022-06-04 10:27:55.762 | + functions-common:time_stop:2442 : _TIME_START[$name]= 2022-06-04 10:27:55.764 | + functions-common:time_stop:2443 : _TIME_TOTAL[$name]=7515 2022-06-04 10:27:55.766 | + inc/python:pip_install:199 : return 0 2022-06-04 10:27:55.768 | + tools/install_pip.sh:main:153 : get_versions 2022-06-04 10:27:55.770 | ++ tools/install_pip.sh:get_versions:49 : which pip 2022-06-04 10:27:55.774 | + tools/install_pip.sh:get_versions:49 : PIP=/usr/local/bin/pip 2022-06-04 10:27:55.776 | + tools/install_pip.sh:get_versions:50 : [[ -n /usr/local/bin/pip ]] 2022-06-04 10:27:55.779 | ++ tools/install_pip.sh:get_versions:51 : awk '{ print $2}' 2022-06-04 10:27:55.779 | ++ tools/install_pip.sh:get_versions:51 : /usr/local/bin/pip --version 2022-06-04 10:27:56.458 | + tools/install_pip.sh:get_versions:51 : PIP_VERSION=21.3.1 2022-06-04 10:27:56.460 | + tools/install_pip.sh:get_versions:52 : echo 'pip: 21.3.1' 2022-06-04 10:27:56.460 | pip: 21.3.1 2022-06-04 10:27:56.463 | + ./stack.sh:main:790 : source /home/ubuntu/devstack/tools/fixup_stuff.sh 2022-06-04 10:27:56.465 | ++ tools/fixup_stuff.sh:source:12 : [[ -z /home/ubuntu/devstack ]] 2022-06-04 10:27:56.469 | + ./stack.sh:main:791 : fixup_all 2022-06-04 10:27:56.471 | + tools/fixup_stuff.sh:fixup_all:157 : fixup_ubuntu 2022-06-04 10:27:56.473 | + tools/fixup_stuff.sh:fixup_ubuntu:141 : is_ubuntu 2022-06-04 10:27:56.476 | + functions-common:is_ubuntu:568 : [[ -z deb ]] 2022-06-04 10:27:56.478 | + functions-common:is_ubuntu:571 : '[' deb = deb ']' 2022-06-04 10:27:56.481 | + tools/fixup_stuff.sh:fixup_ubuntu:151 : sudo rm -rf '/usr/lib/python3/dist-packages/PyYAML-*.egg-info' 2022-06-04 10:27:56.492 | + tools/fixup_stuff.sh:fixup_ubuntu:152 : sudo rm -rf '/usr/lib/python3/dist-packages/pyasn1_modules-*.egg-info' 2022-06-04 10:27:56.504 | + tools/fixup_stuff.sh:fixup_ubuntu:153 : sudo rm -rf '/usr/lib/python3/dist-packages/simplejson-*.egg-info' 2022-06-04 10:27:56.515 | + tools/fixup_stuff.sh:fixup_all:158 : fixup_fedora 2022-06-04 10:27:56.518 | + tools/fixup_stuff.sh:fixup_fedora:33 : is_fedora 2022-06-04 10:27:56.520 | + functions-common:is_fedora:520 : [[ -z Ubuntu ]] 2022-06-04 10:27:56.522 | + functions-common:is_fedora:524 : '[' Ubuntu = Fedora ']' 2022-06-04 10:27:56.524 | + functions-common:is_fedora:524 : '[' Ubuntu = 'Red Hat' ']' 2022-06-04 10:27:56.526 | + functions-common:is_fedora:525 : '[' Ubuntu = RedHatEnterpriseServer ']' 2022-06-04 10:27:56.528 | + functions-common:is_fedora:526 : '[' Ubuntu = RedHatEnterprise ']' 2022-06-04 10:27:56.530 | + functions-common:is_fedora:527 : '[' Ubuntu = CentOS ']' 2022-06-04 10:27:56.532 | + functions-common:is_fedora:527 : '[' Ubuntu = CentOSStream ']' 2022-06-04 10:27:56.535 | + functions-common:is_fedora:528 : '[' Ubuntu = AlmaLinux ']' 2022-06-04 10:27:56.537 | + functions-common:is_fedora:529 : '[' Ubuntu = OracleServer ']' 2022-06-04 10:27:56.539 | + functions-common:is_fedora:529 : '[' Ubuntu = Virtuozzo ']' 2022-06-04 10:27:56.541 | + tools/fixup_stuff.sh:fixup_fedora:34 : return 2022-06-04 10:27:56.544 | + tools/fixup_stuff.sh:fixup_all:159 : fixup_suse 2022-06-04 10:27:56.546 | + tools/fixup_stuff.sh:fixup_suse:94 : is_suse 2022-06-04 10:27:56.548 | + functions-common:is_suse:537 : is_opensuse 2022-06-04 10:27:56.550 | + functions-common:is_opensuse:544 : [[ -z Ubuntu ]] 2022-06-04 10:27:56.553 | + functions-common:is_opensuse:548 : [[ Ubuntu =~ (openSUSE) ]] 2022-06-04 10:27:56.555 | + functions-common:is_suse:537 : is_suse_linux_enterprise 2022-06-04 10:27:56.557 | + functions-common:is_suse_linux_enterprise:556 : [[ -z Ubuntu ]] 2022-06-04 10:27:56.560 | + functions-common:is_suse_linux_enterprise:560 : [[ Ubuntu =~ (^SUSE) ]] 2022-06-04 10:27:56.562 | + tools/fixup_stuff.sh:fixup_suse:95 : return 2022-06-04 10:27:56.564 | + ./stack.sh:main:794 : pip_install -U os-testr 2022-06-04 10:27:56.585 | Using python 3.8 to install os-testr 2022-06-04 10:27:56.588 | + inc/python:pip_install:190 : sudo -H LC_ALL=en_US.UTF-8 SETUPTOOLS_USE_DISTUTILS=stdlib http_proxy= https_proxy= no_proxy= PIP_FIND_LINKS= python3.8 -m pip install -c /opt/stack/requirements/upper-constraints.txt -U os-testr 2022-06-04 10:27:57.457 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-06-04 10:27:57.457 | from cryptography.utils import int_from_bytes 2022-06-04 10:27:57.457 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-06-04 10:27:57.457 | from cryptography.utils import int_from_bytes 2022-06-04 10:27:58.487 | Looking in indexes: http://10.100.0.9:8080/cloudbase/CI/+simple/ 2022-06-04 10:27:58.518 | Requirement already satisfied: os-testr in /usr/local/lib/python3.8/dist-packages (3.0.0) 2022-06-04 10:27:58.909 | Requirement already satisfied: testtools>=2.2.0 in /usr/local/lib/python3.8/dist-packages (from os-testr) (2.5.0) 2022-06-04 10:27:58.910 | Requirement already satisfied: pbr!=2.1.0,>=2.0.0 in /usr/local/lib/python3.8/dist-packages (from os-testr) (5.9.0) 2022-06-04 10:27:58.911 | Requirement already satisfied: python-subunit>=1.0.0 in /usr/local/lib/python3.8/dist-packages (from os-testr) (1.4.0) 2022-06-04 10:27:58.926 | Requirement already satisfied: extras in /usr/local/lib/python3.8/dist-packages (from python-subunit>=1.0.0->os-testr) (1.0.0) 2022-06-04 10:27:58.936 | Requirement already satisfied: fixtures>=1.3.0 in /usr/local/lib/python3.8/dist-packages (from testtools>=2.2.0->os-testr) (3.0.0) 2022-06-04 10:27:58.947 | Requirement already satisfied: six in /usr/local/lib/python3.8/dist-packages (from fixtures>=1.3.0->testtools>=2.2.0->os-testr) (1.16.0) 2022-06-04 10:28:01.469 | WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv 2022-06-04 10:28:01.476 | WARNING: You are using pip version 21.3.1; however, version 22.1.2 is available. 2022-06-04 10:28:01.476 | You should consider upgrading via the '/usr/bin/python3.8 -m pip install --upgrade pip' command. 2022-06-04 10:28:01.596 | + inc/python:pip_install:196 : result=0 2022-06-04 10:28:01.599 | + inc/python:pip_install:198 : time_stop pip_install 2022-06-04 10:28:01.601 | + functions-common:time_stop:2426 : local name 2022-06-04 10:28:01.603 | + functions-common:time_stop:2427 : local end_time 2022-06-04 10:28:01.606 | + functions-common:time_stop:2428 : local elapsed_time 2022-06-04 10:28:01.608 | + functions-common:time_stop:2429 : local total 2022-06-04 10:28:01.610 | + functions-common:time_stop:2430 : local start_time 2022-06-04 10:28:01.612 | + functions-common:time_stop:2432 : name=pip_install 2022-06-04 10:28:01.614 | + functions-common:time_stop:2433 : start_time=1654338476580 2022-06-04 10:28:01.616 | + functions-common:time_stop:2435 : [[ -z 1654338476580 ]] 2022-06-04 10:28:01.619 | ++ functions-common:time_stop:2438 : date +%s%3N 2022-06-04 10:28:01.623 | + functions-common:time_stop:2438 : end_time=1654338481621 2022-06-04 10:28:01.625 | + functions-common:time_stop:2439 : elapsed_time=5041 2022-06-04 10:28:01.627 | + functions-common:time_stop:2440 : total=0 2022-06-04 10:28:01.629 | + functions-common:time_stop:2442 : _TIME_START[$name]= 2022-06-04 10:28:01.632 | + functions-common:time_stop:2443 : _TIME_TOTAL[$name]=5041 2022-06-04 10:28:01.634 | + inc/python:pip_install:199 : return 0 2022-06-04 10:28:01.637 | + ./stack.sh:main:798 : iniset -sudo /etc/systemd/journald.conf Journal RateLimitBurst 0 2022-06-04 10:28:01.689 | + ./stack.sh:main:799 : sudo systemctl restart systemd-journald 2022-06-04 10:28:01.800 | + ./stack.sh:main:805 : install_infra 2022-06-04 10:28:01.803 | + lib/infra:install_infra:31 : local PIP_VIRTUAL_ENV=/opt/stack/requirements/.venv 2022-06-04 10:28:01.805 | + lib/infra:install_infra:32 : '[' '!' -d /opt/stack/requirements/.venv ']' 2022-06-04 10:28:01.808 | + lib/infra:install_infra:34 : PIP_VIRTUAL_ENV=/opt/stack/requirements/.venv 2022-06-04 10:28:01.811 | + lib/infra:install_infra:34 : pip_install -U pbr 2022-06-04 10:28:01.835 | + inc/python:pip_install:190 : env http_proxy= https_proxy= no_proxy= PIP_FIND_LINKS= /opt/stack/requirements/.venv/bin/pip install -c /opt/stack/requirements/upper-constraints.txt -U pbr 2022-06-04 10:28:04.632 | Looking in indexes: http://10.100.0.9:8080/cloudbase/CI/+simple/ 2022-06-04 10:28:04.758 | Requirement already up-to-date: pbr===5.9.0 in /opt/stack/requirements/.venv/lib/python3.8/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 333)) (5.9.0) 2022-06-04 10:28:05.080 | + inc/python:pip_install:196 : result=0 2022-06-04 10:28:05.082 | + inc/python:pip_install:198 : time_stop pip_install 2022-06-04 10:28:05.084 | + functions-common:time_stop:2426 : local name 2022-06-04 10:28:05.086 | + functions-common:time_stop:2427 : local end_time 2022-06-04 10:28:05.088 | + functions-common:time_stop:2428 : local elapsed_time 2022-06-04 10:28:05.091 | + functions-common:time_stop:2429 : local total 2022-06-04 10:28:05.093 | + functions-common:time_stop:2430 : local start_time 2022-06-04 10:28:05.095 | + functions-common:time_stop:2432 : name=pip_install 2022-06-04 10:28:05.097 | + functions-common:time_stop:2433 : start_time=1654338481828 2022-06-04 10:28:05.100 | + functions-common:time_stop:2435 : [[ -z 1654338481828 ]] 2022-06-04 10:28:05.103 | ++ functions-common:time_stop:2438 : date +%s%3N 2022-06-04 10:28:05.107 | + functions-common:time_stop:2438 : end_time=1654338485104 2022-06-04 10:28:05.109 | + functions-common:time_stop:2439 : elapsed_time=3276 2022-06-04 10:28:05.111 | + functions-common:time_stop:2440 : total=5041 2022-06-04 10:28:05.114 | + functions-common:time_stop:2442 : _TIME_START[$name]= 2022-06-04 10:28:05.116 | + functions-common:time_stop:2443 : _TIME_TOTAL[$name]=8317 2022-06-04 10:28:05.118 | + inc/python:pip_install:199 : return 0 2022-06-04 10:28:05.121 | + lib/infra:install_infra:35 : PIP_VIRTUAL_ENV=/opt/stack/requirements/.venv 2022-06-04 10:28:05.123 | + lib/infra:install_infra:35 : pip_install /opt/stack/requirements 2022-06-04 10:28:05.146 | + inc/python:pip_install:190 : env http_proxy= https_proxy= no_proxy= PIP_FIND_LINKS= /opt/stack/requirements/.venv/bin/pip install -c /opt/stack/requirements/upper-constraints.txt /opt/stack/requirements 2022-06-04 10:28:07.797 | Looking in indexes: http://10.100.0.9:8080/cloudbase/CI/+simple/ 2022-06-04 10:28:07.799 | Processing /opt/stack/requirements 2022-06-04 10:28:09.538 | Requirement already satisfied: PyYAML===6.0 in /opt/stack/requirements/.venv/lib/python3.8/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 22)) (6.0) 2022-06-04 10:28:09.541 | Requirement already satisfied: fixtures===3.0.0 in /opt/stack/requirements/.venv/lib/python3.8/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 169)) (3.0.0) 2022-06-04 10:28:09.553 | Requirement already satisfied: packaging===21.3 in /opt/stack/requirements/.venv/lib/python3.8/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 329)) (21.3) 2022-06-04 10:28:09.558 | Requirement already satisfied: pbr===5.9.0 in /opt/stack/requirements/.venv/lib/python3.8/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 333)) (5.9.0) 2022-06-04 10:28:09.561 | Requirement already satisfied: pyparsing===3.0.9 in /opt/stack/requirements/.venv/lib/python3.8/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 369)) (3.0.9) 2022-06-04 10:28:09.567 | Requirement already satisfied: requests===2.27.1 in /opt/stack/requirements/.venv/lib/python3.8/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 454)) (2.27.1) 2022-06-04 10:28:09.595 | Requirement already satisfied: six===1.16.0 in /opt/stack/requirements/.venv/lib/python3.8/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 491)) (1.16.0) 2022-06-04 10:28:09.598 | Requirement already satisfied: testtools===2.5.0 in /opt/stack/requirements/.venv/lib/python3.8/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 544)) (2.5.0) 2022-06-04 10:28:09.608 | Requirement already satisfied: urllib3===1.26.9 in /opt/stack/requirements/.venv/lib/python3.8/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 570)) (1.26.9) 2022-06-04 10:28:09.643 | Requirement already satisfied: Parsley>=1.2 in /opt/stack/requirements/.venv/lib/python3.8/site-packages (from openstack-requirements==1.2.1.dev5464) (1.3) 2022-06-04 10:28:09.646 | Requirement already satisfied: beagle>=0.2.1 in /opt/stack/requirements/.venv/lib/python3.8/site-packages (from openstack-requirements==1.2.1.dev5464) (0.3.0) 2022-06-04 10:28:09.661 | Requirement already satisfied: idna===3.3 in /opt/stack/requirements/.venv/lib/python3.8/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 201)) (3.3) 2022-06-04 10:28:09.664 | Requirement already satisfied: charset-normalizer===2.0.12 in /opt/stack/requirements/.venv/lib/python3.8/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 113)) (2.0.12) 2022-06-04 10:28:09.669 | Requirement already satisfied: certifi>=2017.4.17 in /opt/stack/requirements/.venv/lib/python3.8/site-packages (from requests===2.27.1->-c /opt/stack/requirements/upper-constraints.txt (line 454)) (2022.5.18.1) 2022-06-04 10:28:09.672 | Requirement already satisfied: extras===1.0.0 in /opt/stack/requirements/.venv/lib/python3.8/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 165)) (1.0.0) 2022-06-04 10:28:09.674 | Requirement already satisfied: cliff===3.10.1 in /opt/stack/requirements/.venv/lib/python3.8/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 115)) (3.10.1) 2022-06-04 10:28:09.687 | Requirement already satisfied: cmd2===2.4.1 in /opt/stack/requirements/.venv/lib/python3.8/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 116)) (2.4.1) 2022-06-04 10:28:09.737 | Requirement already satisfied: autopage===0.5.1 in /opt/stack/requirements/.venv/lib/python3.8/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 93)) (0.5.1) 2022-06-04 10:28:09.741 | Requirement already satisfied: stevedore===3.5.0 in /opt/stack/requirements/.venv/lib/python3.8/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 524)) (3.5.0) 2022-06-04 10:28:09.748 | Requirement already satisfied: prettytable===3.3.0 in /opt/stack/requirements/.venv/lib/python3.8/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 342)) (3.3.0) 2022-06-04 10:28:09.779 | Requirement already satisfied: attrs===21.4.0 in /opt/stack/requirements/.venv/lib/python3.8/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 90)) (21.4.0) 2022-06-04 10:28:09.845 | Requirement already satisfied: pyperclip===1.8.2 in /opt/stack/requirements/.venv/lib/python3.8/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 370)) (1.8.2) 2022-06-04 10:28:09.847 | Requirement already satisfied: wcwidth===0.2.5 in /opt/stack/requirements/.venv/lib/python3.8/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 580)) (0.2.5) 2022-06-04 10:28:09.853 | Building wheels for collected packages: openstack-requirements 2022-06-04 10:28:09.854 | Building wheel for openstack-requirements (setup.py): started 2022-06-04 10:28:10.705 | Building wheel for openstack-requirements (setup.py): finished with status 'error' 2022-06-04 10:28:10.705 | ERROR: Command errored out with exit status 1: 2022-06-04 10:28:10.705 | command: /opt/stack/requirements/.venv/bin/python3 -u -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'/tmp/pip-req-build-qqj84xv6/setup.py'"'"'; __file__='"'"'/tmp/pip-req-build-qqj84xv6/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-fwaa42lu 2022-06-04 10:28:10.705 | cwd: /tmp/pip-req-build-qqj84xv6/ 2022-06-04 10:28:10.705 | Complete output (6 lines): 2022-06-04 10:28:10.705 | usage: setup.py [global_opts] cmd1 [cmd1_opts] [cmd2 [cmd2_opts] ...] 2022-06-04 10:28:10.705 | or: setup.py --help [cmd1 cmd2 ...] 2022-06-04 10:28:10.705 | or: setup.py --help-commands 2022-06-04 10:28:10.705 | or: setup.py cmd --help 2022-06-04 10:28:10.706 | 2022-06-04 10:28:10.706 | error: invalid command 'bdist_wheel' 2022-06-04 10:28:10.706 | ---------------------------------------- 2022-06-04 10:28:10.706 | ERROR: Failed building wheel for openstack-requirements 2022-06-04 10:28:10.706 | Running setup.py clean for openstack-requirements 2022-06-04 10:28:11.551 | Failed to build openstack-requirements 2022-06-04 10:28:11.567 | Installing collected packages: openstack-requirements 2022-06-04 10:28:11.567 | Attempting uninstall: openstack-requirements 2022-06-04 10:28:11.568 | Found existing installation: openstack-requirements 1.2.1.dev5464 2022-06-04 10:28:11.604 | Uninstalling openstack-requirements-1.2.1.dev5464: 2022-06-04 10:28:11.622 | Successfully uninstalled openstack-requirements-1.2.1.dev5464 2022-06-04 10:28:11.625 | Running setup.py install for openstack-requirements: started 2022-06-04 10:28:14.033 | Running setup.py install for openstack-requirements: finished with status 'done' 2022-06-04 10:28:14.057 | Successfully installed openstack-requirements-1.2.1.dev5464 2022-06-04 10:28:14.185 | + inc/python:pip_install:196 : result=0 2022-06-04 10:28:14.188 | + inc/python:pip_install:198 : time_stop pip_install 2022-06-04 10:28:14.190 | + functions-common:time_stop:2426 : local name 2022-06-04 10:28:14.192 | + functions-common:time_stop:2427 : local end_time 2022-06-04 10:28:14.194 | + functions-common:time_stop:2428 : local elapsed_time 2022-06-04 10:28:14.196 | + functions-common:time_stop:2429 : local total 2022-06-04 10:28:14.199 | + functions-common:time_stop:2430 : local start_time 2022-06-04 10:28:14.201 | + functions-common:time_stop:2432 : name=pip_install 2022-06-04 10:28:14.203 | + functions-common:time_stop:2433 : start_time=1654338485138 2022-06-04 10:28:14.205 | + functions-common:time_stop:2435 : [[ -z 1654338485138 ]] 2022-06-04 10:28:14.208 | ++ functions-common:time_stop:2438 : date +%s%3N 2022-06-04 10:28:14.212 | + functions-common:time_stop:2438 : end_time=1654338494210 2022-06-04 10:28:14.214 | + functions-common:time_stop:2439 : elapsed_time=9072 2022-06-04 10:28:14.216 | + functions-common:time_stop:2440 : total=8317 2022-06-04 10:28:14.218 | + functions-common:time_stop:2442 : _TIME_START[$name]= 2022-06-04 10:28:14.221 | + functions-common:time_stop:2443 : _TIME_TOTAL[$name]=17389 2022-06-04 10:28:14.223 | + inc/python:pip_install:199 : return 0 2022-06-04 10:28:14.226 | + lib/infra:install_infra:39 : unset PIP_VIRTUAL_ENV 2022-06-04 10:28:14.228 | + lib/infra:install_infra:42 : use_library_from_git pbr 2022-06-04 10:28:14.231 | + inc/python:use_library_from_git:246 : local name=pbr 2022-06-04 10:28:14.233 | + inc/python:use_library_from_git:247 : local enabled=1 2022-06-04 10:28:14.235 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2022-06-04 10:28:14.238 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,pbr, ]] 2022-06-04 10:28:14.240 | + inc/python:use_library_from_git:249 : return 1 2022-06-04 10:28:14.242 | + lib/infra:install_infra:48 : pip_install -U pbr 2022-06-04 10:28:14.264 | Using python 3.8 to install pbr 2022-06-04 10:28:14.267 | + inc/python:pip_install:190 : sudo -H LC_ALL=en_US.UTF-8 SETUPTOOLS_USE_DISTUTILS=stdlib http_proxy= https_proxy= no_proxy= PIP_FIND_LINKS= python3.8 -m pip install -c /opt/stack/requirements/upper-constraints.txt -U pbr 2022-06-04 10:28:15.120 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-06-04 10:28:15.120 | from cryptography.utils import int_from_bytes 2022-06-04 10:28:15.120 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-06-04 10:28:15.120 | from cryptography.utils import int_from_bytes 2022-06-04 10:28:16.154 | Looking in indexes: http://10.100.0.9:8080/cloudbase/CI/+simple/ 2022-06-04 10:28:16.187 | Requirement already satisfied: pbr in /usr/local/lib/python3.8/dist-packages (5.9.0) 2022-06-04 10:28:18.866 | WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv 2022-06-04 10:28:18.873 | WARNING: You are using pip version 21.3.1; however, version 22.1.2 is available. 2022-06-04 10:28:18.873 | You should consider upgrading via the '/usr/bin/python3.8 -m pip install --upgrade pip' command. 2022-06-04 10:28:18.997 | + inc/python:pip_install:196 : result=0 2022-06-04 10:28:18.999 | + inc/python:pip_install:198 : time_stop pip_install 2022-06-04 10:28:19.002 | + functions-common:time_stop:2426 : local name 2022-06-04 10:28:19.004 | + functions-common:time_stop:2427 : local end_time 2022-06-04 10:28:19.006 | + functions-common:time_stop:2428 : local elapsed_time 2022-06-04 10:28:19.008 | + functions-common:time_stop:2429 : local total 2022-06-04 10:28:19.010 | + functions-common:time_stop:2430 : local start_time 2022-06-04 10:28:19.012 | + functions-common:time_stop:2432 : name=pip_install 2022-06-04 10:28:19.015 | + functions-common:time_stop:2433 : start_time=1654338494258 2022-06-04 10:28:19.017 | + functions-common:time_stop:2435 : [[ -z 1654338494258 ]] 2022-06-04 10:28:19.019 | ++ functions-common:time_stop:2438 : date +%s%3N 2022-06-04 10:28:19.023 | + functions-common:time_stop:2438 : end_time=1654338499021 2022-06-04 10:28:19.025 | + functions-common:time_stop:2439 : elapsed_time=4763 2022-06-04 10:28:19.028 | + functions-common:time_stop:2440 : total=17389 2022-06-04 10:28:19.030 | + functions-common:time_stop:2442 : _TIME_START[$name]= 2022-06-04 10:28:19.032 | + functions-common:time_stop:2443 : _TIME_TOTAL[$name]=22152 2022-06-04 10:28:19.034 | + inc/python:pip_install:199 : return 0 2022-06-04 10:28:19.036 | + ./stack.sh:main:808 : python3 -m venv /opt/stack/bindep-venv 2022-06-04 10:28:21.358 | + ./stack.sh:main:810 : /opt/stack/bindep-venv/bin/pip install bindep 2022-06-04 10:28:23.301 | Looking in indexes: http://10.100.0.9:8080/cloudbase/CI/+simple/ 2022-06-04 10:28:23.302 | Requirement already satisfied: bindep in /opt/stack/bindep-venv/lib/python3.8/site-packages (2.11.0) 2022-06-04 10:28:23.324 | Requirement already satisfied: packaging; python_version >= "3.6" in /opt/stack/bindep-venv/lib/python3.8/site-packages (from bindep) (21.3) 2022-06-04 10:28:23.330 | Requirement already satisfied: distro>=1.7.0; python_version >= "3.6" in /opt/stack/bindep-venv/lib/python3.8/site-packages (from bindep) (1.7.0) 2022-06-04 10:28:23.332 | Requirement already satisfied: Parsley in /opt/stack/bindep-venv/lib/python3.8/site-packages (from bindep) (1.3) 2022-06-04 10:28:23.334 | Requirement already satisfied: pbr>=2.0.0 in /opt/stack/bindep-venv/lib/python3.8/site-packages (from bindep) (5.9.0) 2022-06-04 10:28:23.338 | Requirement already satisfied: pyparsing!=3.0.5,>=2.0.2 in /opt/stack/bindep-venv/lib/python3.8/site-packages (from packaging; python_version >= "3.6"->bindep) (3.0.9) 2022-06-04 10:28:23.412 | + ./stack.sh:main:811 : export BINDEP_CMD=/opt/stack/bindep-venv/bin/bindep 2022-06-04 10:28:23.415 | + ./stack.sh:main:811 : BINDEP_CMD=/opt/stack/bindep-venv/bin/bindep 2022-06-04 10:28:23.419 | ++ ./stack.sh:main:814 : _get_plugin_bindep_packages 2022-06-04 10:28:23.435 | + ./stack.sh:main:814 : pkgs= 2022-06-04 10:28:23.438 | + ./stack.sh:main:815 : [[ -n '' ]] 2022-06-04 10:28:23.441 | + ./stack.sh:main:822 : run_phase stack pre-install 2022-06-04 10:28:23.443 | + functions-common:run_phase:1854 : local mode=stack 2022-06-04 10:28:23.445 | + functions-common:run_phase:1855 : local phase=pre-install 2022-06-04 10:28:23.447 | + functions-common:run_phase:1856 : [[ -d /home/ubuntu/devstack/extras.d ]] 2022-06-04 10:28:23.450 | + functions-common:run_phase:1857 : local extra_plugin_file_name 2022-06-04 10:28:23.452 | + functions-common:run_phase:1858 : for extra_plugin_file_name in $TOP_DIR/extras.d/*.sh 2022-06-04 10:28:23.455 | + functions-common:run_phase:1863 : local exceptions=80-tempest.sh 2022-06-04 10:28:23.457 | + functions-common:run_phase:1864 : local extra 2022-06-04 10:28:23.460 | ++ functions-common:run_phase:1865 : basename /home/ubuntu/devstack/extras.d/80-tempest.sh 2022-06-04 10:28:23.463 | + functions-common:run_phase:1865 : extra=80-tempest.sh 2022-06-04 10:28:23.466 | + functions-common:run_phase:1866 : [[ 80-tempest.sh =~ 80-tempest\.sh ]] 2022-06-04 10:28:23.469 | + functions-common:run_phase:1870 : [[ -r /home/ubuntu/devstack/extras.d/80-tempest.sh ]] 2022-06-04 10:28:23.471 | + functions-common:run_phase:1870 : source /home/ubuntu/devstack/extras.d/80-tempest.sh stack pre-install 2022-06-04 10:28:23.473 | ++ extras.d/80-tempest.sh:source:3 : is_service_enabled tempest 2022-06-04 10:28:23.488 | ++ functions-common:is_service_enabled:2082 : return 0 2022-06-04 10:28:23.491 | ++ extras.d/80-tempest.sh:source:4 : [[ stack == \s\o\u\r\c\e ]] 2022-06-04 10:28:23.493 | ++ extras.d/80-tempest.sh:source:7 : [[ stack == \s\t\a\c\k ]] 2022-06-04 10:28:23.495 | ++ extras.d/80-tempest.sh:source:7 : [[ pre-install == \i\n\s\t\a\l\l ]] 2022-06-04 10:28:23.498 | ++ extras.d/80-tempest.sh:source:10 : [[ stack == \s\t\a\c\k ]] 2022-06-04 10:28:23.500 | ++ extras.d/80-tempest.sh:source:10 : [[ pre-install == \p\o\s\t\-\c\o\n\f\i\g ]] 2022-06-04 10:28:23.502 | ++ extras.d/80-tempest.sh:source:13 : [[ stack == \s\t\a\c\k ]] 2022-06-04 10:28:23.504 | ++ extras.d/80-tempest.sh:source:13 : [[ pre-install == \e\x\t\r\a ]] 2022-06-04 10:28:23.506 | ++ extras.d/80-tempest.sh:source:16 : [[ stack == \s\t\a\c\k ]] 2022-06-04 10:28:23.508 | ++ extras.d/80-tempest.sh:source:16 : [[ pre-install == \p\o\s\t\-\e\x\t\r\a ]] 2022-06-04 10:28:23.511 | ++ extras.d/80-tempest.sh:source:19 : [[ stack == \s\t\a\c\k ]] 2022-06-04 10:28:23.513 | ++ extras.d/80-tempest.sh:source:19 : [[ pre-install == \t\e\s\t\-\c\o\n\f\i\g ]] 2022-06-04 10:28:23.515 | ++ extras.d/80-tempest.sh:source:27 : [[ stack == \u\n\s\t\a\c\k ]] 2022-06-04 10:28:23.518 | ++ extras.d/80-tempest.sh:source:32 : [[ stack == \c\l\e\a\n ]] 2022-06-04 10:28:23.520 | + functions-common:run_phase:1875 : [[ stack == \s\o\u\r\c\e ]] 2022-06-04 10:28:23.522 | + functions-common:run_phase:1878 : [[ stack == \o\v\e\r\r\i\d\e\_\d\e\f\a\u\l\t\s ]] 2022-06-04 10:28:23.524 | + functions-common:run_phase:1881 : run_plugins stack pre-install 2022-06-04 10:28:23.527 | + functions-common:run_plugins:1840 : local mode=stack 2022-06-04 10:28:23.529 | + functions-common:run_plugins:1841 : local phase=pre-install 2022-06-04 10:28:23.532 | + functions-common:run_plugins:1843 : local plugins= 2022-06-04 10:28:23.534 | + functions-common:run_plugins:1844 : local plugin 2022-06-04 10:28:23.536 | + ./stack.sh:main:825 : set_systemd_override DefaultLimitNOFILE 2048 2022-06-04 10:28:23.539 | + functions:set_systemd_override:820 : local key=DefaultLimitNOFILE 2022-06-04 10:28:23.541 | + functions:set_systemd_override:821 : local value=2048 2022-06-04 10:28:23.544 | + functions:set_systemd_override:823 : local sysconf=/etc/systemd/system.conf 2022-06-04 10:28:23.546 | + functions:set_systemd_override:824 : iniset -sudo /etc/systemd/system.conf Manager DefaultLimitNOFILE 2048 2022-06-04 10:28:23.599 | + functions:set_systemd_override:825 : echo 'Set systemd system override for DefaultLimitNOFILE=2048' 2022-06-04 10:28:23.599 | Set systemd system override for DefaultLimitNOFILE=2048 2022-06-04 10:28:23.602 | + functions:set_systemd_override:827 : sudo systemctl daemon-reload 2022-06-04 10:28:24.039 | + ./stack.sh:main:827 : install_rpc_backend 2022-06-04 10:28:24.041 | + lib/rpc_backend:install_rpc_backend:52 : is_service_enabled rabbit 2022-06-04 10:28:24.058 | + functions-common:is_service_enabled:2082 : return 0 2022-06-04 10:28:24.061 | + lib/rpc_backend:install_rpc_backend:54 : install_package rabbitmq-server 2022-06-04 10:28:24.063 | + functions-common:install_package:1464 : update_package_repo 2022-06-04 10:28:24.066 | + functions-common:update_package_repo:1436 : NO_UPDATE_REPOS=False 2022-06-04 10:28:24.068 | + functions-common:update_package_repo:1437 : REPOS_UPDATED=True 2022-06-04 10:28:24.070 | + functions-common:update_package_repo:1438 : RETRY_UPDATE=False 2022-06-04 10:28:24.073 | + functions-common:update_package_repo:1440 : [[ False = \T\r\u\e ]] 2022-06-04 10:28:24.075 | + functions-common:update_package_repo:1444 : is_ubuntu 2022-06-04 10:28:24.078 | + functions-common:is_ubuntu:568 : [[ -z deb ]] 2022-06-04 10:28:24.080 | + functions-common:is_ubuntu:571 : '[' deb = deb ']' 2022-06-04 10:28:24.082 | + functions-common:update_package_repo:1445 : apt_get_update 2022-06-04 10:28:24.085 | + functions-common:apt_get_update:1190 : [[ True == \T\r\u\e ]] 2022-06-04 10:28:24.087 | + functions-common:apt_get_update:1190 : [[ False != \T\r\u\e ]] 2022-06-04 10:28:24.090 | + functions-common:apt_get_update:1191 : return 2022-06-04 10:28:24.092 | + functions-common:install_package:1465 : real_install_package rabbitmq-server 2022-06-04 10:28:24.094 | + functions-common:real_install_package:1450 : is_ubuntu 2022-06-04 10:28:24.097 | + functions-common:is_ubuntu:568 : [[ -z deb ]] 2022-06-04 10:28:24.099 | + functions-common:is_ubuntu:571 : '[' deb = deb ']' 2022-06-04 10:28:24.102 | + functions-common:real_install_package:1451 : apt_get install rabbitmq-server 2022-06-04 10:28:24.123 | + functions-common:apt_get:1231 : sudo DEBIAN_FRONTEND=noninteractive http_proxy= https_proxy= no_proxy= apt-get --option Dpkg::Options::=--force-confold --assume-yes install rabbitmq-server 2022-06-04 10:28:24.234 | Reading package lists... 2022-06-04 10:28:24.481 | Building dependency tree... 2022-06-04 10:28:24.483 | Reading state information... 2022-06-04 10:28:24.743 | rabbitmq-server is already the newest version (3.8.2-0ubuntu1.3). 2022-06-04 10:28:24.743 | The following packages were automatically installed and are no longer required: 2022-06-04 10:28:24.744 | apport-symptoms libnetplan0 python3-automat python3-blinker python3-click 2022-06-04 10:28:24.744 | python3-colorama python3-configobj python3-constantly python3-entrypoints 2022-06-04 10:28:24.744 | python3-hamcrest python3-hyperlink python3-incremental python3-jwt 2022-06-04 10:28:24.744 | python3-keyring python3-lazr.uri python3-oauthlib python3-problem-report 2022-06-04 10:28:24.744 | python3-secretstorage python3-twisted-bin python3-wadllib 2022-06-04 10:28:24.744 | python3-zope.interface 2022-06-04 10:28:24.744 | Use 'sudo apt autoremove' to remove them. 2022-06-04 10:28:24.862 | 0 upgraded, 0 newly installed, 0 to remove and 139 not upgraded. 2022-06-04 10:28:24.867 | + functions-common:apt_get:1235 : result=0 2022-06-04 10:28:24.869 | + functions-common:apt_get:1238 : time_stop apt-get 2022-06-04 10:28:24.872 | + functions-common:time_stop:2426 : local name 2022-06-04 10:28:24.874 | + functions-common:time_stop:2427 : local end_time 2022-06-04 10:28:24.877 | + functions-common:time_stop:2428 : local elapsed_time 2022-06-04 10:28:24.879 | + functions-common:time_stop:2429 : local total 2022-06-04 10:28:24.881 | + functions-common:time_stop:2430 : local start_time 2022-06-04 10:28:24.883 | + functions-common:time_stop:2432 : name=apt-get 2022-06-04 10:28:24.885 | + functions-common:time_stop:2433 : start_time=1654338504120 2022-06-04 10:28:24.888 | + functions-common:time_stop:2435 : [[ -z 1654338504120 ]] 2022-06-04 10:28:24.891 | ++ functions-common:time_stop:2438 : date +%s%3N 2022-06-04 10:28:24.895 | + functions-common:time_stop:2438 : end_time=1654338504892 2022-06-04 10:28:24.897 | + functions-common:time_stop:2439 : elapsed_time=772 2022-06-04 10:28:24.899 | + functions-common:time_stop:2440 : total=1536 2022-06-04 10:28:24.902 | + functions-common:time_stop:2442 : _TIME_START[$name]= 2022-06-04 10:28:24.904 | + functions-common:time_stop:2443 : _TIME_TOTAL[$name]=2308 2022-06-04 10:28:24.906 | + functions-common:apt_get:1239 : return 0 2022-06-04 10:28:24.909 | + lib/rpc_backend:install_rpc_backend:55 : is_suse 2022-06-04 10:28:24.911 | + functions-common:is_suse:537 : is_opensuse 2022-06-04 10:28:24.913 | + functions-common:is_opensuse:544 : [[ -z Ubuntu ]] 2022-06-04 10:28:24.916 | + functions-common:is_opensuse:548 : [[ Ubuntu =~ (openSUSE) ]] 2022-06-04 10:28:24.918 | + functions-common:is_suse:537 : is_suse_linux_enterprise 2022-06-04 10:28:24.921 | + functions-common:is_suse_linux_enterprise:556 : [[ -z Ubuntu ]] 2022-06-04 10:28:24.923 | + functions-common:is_suse_linux_enterprise:560 : [[ Ubuntu =~ (^SUSE) ]] 2022-06-04 10:28:24.925 | + lib/rpc_backend:install_rpc_backend:68 : is_fedora 2022-06-04 10:28:24.928 | + functions-common:is_fedora:520 : [[ -z Ubuntu ]] 2022-06-04 10:28:24.930 | + functions-common:is_fedora:524 : '[' Ubuntu = Fedora ']' 2022-06-04 10:28:24.933 | + functions-common:is_fedora:524 : '[' Ubuntu = 'Red Hat' ']' 2022-06-04 10:28:24.935 | + functions-common:is_fedora:525 : '[' Ubuntu = RedHatEnterpriseServer ']' 2022-06-04 10:28:24.938 | + functions-common:is_fedora:526 : '[' Ubuntu = RedHatEnterprise ']' 2022-06-04 10:28:24.940 | + functions-common:is_fedora:527 : '[' Ubuntu = CentOS ']' 2022-06-04 10:28:24.942 | + functions-common:is_fedora:527 : '[' Ubuntu = CentOSStream ']' 2022-06-04 10:28:24.945 | + functions-common:is_fedora:528 : '[' Ubuntu = AlmaLinux ']' 2022-06-04 10:28:24.947 | + functions-common:is_fedora:529 : '[' Ubuntu = OracleServer ']' 2022-06-04 10:28:24.949 | + functions-common:is_fedora:529 : '[' Ubuntu = Virtuozzo ']' 2022-06-04 10:28:24.952 | + lib/rpc_backend:install_rpc_backend:68 : is_suse 2022-06-04 10:28:24.962 | + functions-common:is_suse:537 : is_opensuse 2022-06-04 10:28:24.964 | + functions-common:is_opensuse:544 : [[ -z Ubuntu ]] 2022-06-04 10:28:24.967 | + functions-common:is_opensuse:548 : [[ Ubuntu =~ (openSUSE) ]] 2022-06-04 10:28:24.969 | + functions-common:is_suse:537 : is_suse_linux_enterprise 2022-06-04 10:28:24.971 | + functions-common:is_suse_linux_enterprise:556 : [[ -z Ubuntu ]] 2022-06-04 10:28:24.974 | + functions-common:is_suse_linux_enterprise:560 : [[ Ubuntu =~ (^SUSE) ]] 2022-06-04 10:28:24.976 | + ./stack.sh:main:828 : restart_rpc_backend 2022-06-04 10:28:24.979 | + lib/rpc_backend:restart_rpc_backend:81 : is_service_enabled rabbit 2022-06-04 10:28:24.996 | + functions-common:is_service_enabled:2082 : return 0 2022-06-04 10:28:24.998 | + lib/rpc_backend:restart_rpc_backend:83 : echo_summary 'Starting RabbitMQ' 2022-06-04 10:28:25.000 | + ./stack.sh:echo_summary:435 : [[ -t 3 ]] 2022-06-04 10:28:25.003 | + ./stack.sh:echo_summary:441 : echo -e Starting RabbitMQ 2022-06-04 10:28:25.005 | + lib/rpc_backend:restart_rpc_backend:94 : local i 2022-06-04 10:28:25.008 | ++ lib/rpc_backend:restart_rpc_backend:95 : seq 20 2022-06-04 10:28:25.012 | + lib/rpc_backend:restart_rpc_backend:95 : for i in `seq 20` 2022-06-04 10:28:25.015 | + lib/rpc_backend:restart_rpc_backend:96 : local rc=0 2022-06-04 10:28:25.017 | + lib/rpc_backend:restart_rpc_backend:98 : [[ 1 -eq 20 ]] 2022-06-04 10:28:25.019 | + lib/rpc_backend:restart_rpc_backend:100 : [[ 1 == \0 ]] 2022-06-04 10:28:25.022 | + lib/rpc_backend:restart_rpc_backend:104 : rabbit_setuser stackrabbit Passw0rd 2022-06-04 10:28:25.024 | + lib/rpc_backend:rabbit_setuser:173 : local user=stackrabbit pass=Passw0rd found= out= 2022-06-04 10:28:25.027 | ++ lib/rpc_backend:rabbit_setuser:174 : sudo rabbitmqctl list_users 2022-06-04 10:28:25.742 | + lib/rpc_backend:rabbit_setuser:174 : out='Listing users ... 2022-06-04 10:28:25.742 | user tags 2022-06-04 10:28:25.742 | stackrabbit []' 2022-06-04 10:28:25.746 | ++ lib/rpc_backend:rabbit_setuser:176 : echo 'Listing users ... 2022-06-04 10:28:25.746 | user tags 2022-06-04 10:28:25.746 | stackrabbit []' 2022-06-04 10:28:25.747 | ++ lib/rpc_backend:rabbit_setuser:176 : awk '$1 == user { print $1 }' user=stackrabbit 2022-06-04 10:28:25.752 | + lib/rpc_backend:rabbit_setuser:176 : found=stackrabbit 2022-06-04 10:28:25.755 | + lib/rpc_backend:rabbit_setuser:177 : '[' stackrabbit = stackrabbit ']' 2022-06-04 10:28:25.757 | + lib/rpc_backend:rabbit_setuser:178 : sudo rabbitmqctl change_password stackrabbit Passw0rd 2022-06-04 10:28:26.408 | Changing password for user "stackrabbit" ... 2022-06-04 10:28:26.431 | + lib/rpc_backend:rabbit_setuser:184 : sudo rabbitmqctl set_permissions stackrabbit '.*' '.*' '.*' 2022-06-04 10:28:27.100 | Setting permissions for user "stackrabbit" in vhost "/" ... 2022-06-04 10:28:27.124 | + lib/rpc_backend:restart_rpc_backend:105 : '[' 0 -ne 0 ']' 2022-06-04 10:28:27.127 | + lib/rpc_backend:restart_rpc_backend:110 : sudo rabbitmqctl change_password stackrabbit Passw0rd 2022-06-04 10:28:27.787 | Changing password for user "stackrabbit" ... 2022-06-04 10:28:27.812 | + lib/rpc_backend:restart_rpc_backend:112 : '[' 0 -ne 0 ']' 2022-06-04 10:28:27.815 | + lib/rpc_backend:restart_rpc_backend:116 : break 2022-06-04 10:28:27.817 | + lib/rpc_backend:restart_rpc_backend:119 : sudo rabbitmqctl delete_user guest 2022-06-04 10:28:28.466 | Deleting user "guest" ... 2022-06-04 10:28:28.482 | Error: 2022-06-04 10:28:28.482 | {:no_such_user, "guest"} 2022-06-04 10:28:28.496 | + lib/rpc_backend:restart_rpc_backend:119 : true 2022-06-04 10:28:28.498 | + ./stack.sh:main:830 : is_service_enabled mysql postgresql 2022-06-04 10:28:28.515 | + functions-common:is_service_enabled:2082 : return 0 2022-06-04 10:28:28.518 | + ./stack.sh:main:831 : install_database 2022-06-04 10:28:28.520 | + lib/database:install_database:118 : install_database_mysql 2022-06-04 10:28:28.522 | + lib/databases/mysql:install_database_mysql:170 : is_ubuntu 2022-06-04 10:28:28.525 | + functions-common:is_ubuntu:568 : [[ -z deb ]] 2022-06-04 10:28:28.527 | + functions-common:is_ubuntu:571 : '[' deb = deb ']' 2022-06-04 10:28:28.529 | + lib/databases/mysql:install_database_mysql:173 : sudo debconf-set-selections 2022-06-04 10:28:28.742 | + lib/databases/mysql:install_database_mysql:183 : [[ ! -e /home/ubuntu/.my.cnf ]] 2022-06-04 10:28:28.744 | + lib/databases/mysql:install_database_mysql:196 : [[ True == \T\r\u\e ]] 2022-06-04 10:28:28.747 | + lib/databases/mysql:install_database_mysql:197 : is_oraclelinux 2022-06-04 10:28:28.750 | + functions-common:is_oraclelinux:508 : [[ -z Ubuntu ]] 2022-06-04 10:28:28.752 | + functions-common:is_oraclelinux:512 : '[' Ubuntu = OracleServer ']' 2022-06-04 10:28:28.754 | + lib/databases/mysql:install_database_mysql:199 : is_fedora 2022-06-04 10:28:28.757 | + functions-common:is_fedora:520 : [[ -z Ubuntu ]] 2022-06-04 10:28:28.759 | + functions-common:is_fedora:524 : '[' Ubuntu = Fedora ']' 2022-06-04 10:28:28.761 | + functions-common:is_fedora:524 : '[' Ubuntu = 'Red Hat' ']' 2022-06-04 10:28:28.764 | + functions-common:is_fedora:525 : '[' Ubuntu = RedHatEnterpriseServer ']' 2022-06-04 10:28:28.766 | + functions-common:is_fedora:526 : '[' Ubuntu = RedHatEnterprise ']' 2022-06-04 10:28:28.768 | + functions-common:is_fedora:527 : '[' Ubuntu = CentOS ']' 2022-06-04 10:28:28.771 | + functions-common:is_fedora:527 : '[' Ubuntu = CentOSStream ']' 2022-06-04 10:28:28.773 | + functions-common:is_fedora:528 : '[' Ubuntu = AlmaLinux ']' 2022-06-04 10:28:28.775 | + functions-common:is_fedora:529 : '[' Ubuntu = OracleServer ']' 2022-06-04 10:28:28.778 | + functions-common:is_fedora:529 : '[' Ubuntu = Virtuozzo ']' 2022-06-04 10:28:28.780 | + lib/databases/mysql:install_database_mysql:202 : is_suse 2022-06-04 10:28:28.782 | + functions-common:is_suse:537 : is_opensuse 2022-06-04 10:28:28.785 | + functions-common:is_opensuse:544 : [[ -z Ubuntu ]] 2022-06-04 10:28:28.787 | + functions-common:is_opensuse:548 : [[ Ubuntu =~ (openSUSE) ]] 2022-06-04 10:28:28.789 | + functions-common:is_suse:537 : is_suse_linux_enterprise 2022-06-04 10:28:28.792 | + functions-common:is_suse_linux_enterprise:556 : [[ -z Ubuntu ]] 2022-06-04 10:28:28.795 | + functions-common:is_suse_linux_enterprise:560 : [[ Ubuntu =~ (^SUSE) ]] 2022-06-04 10:28:28.797 | + lib/databases/mysql:install_database_mysql:205 : is_ubuntu 2022-06-04 10:28:28.799 | + functions-common:is_ubuntu:568 : [[ -z deb ]] 2022-06-04 10:28:28.802 | + functions-common:is_ubuntu:571 : '[' deb = deb ']' 2022-06-04 10:28:28.804 | + lib/databases/mysql:install_database_mysql:206 : install_package mysql-server 2022-06-04 10:28:28.806 | + functions-common:install_package:1464 : update_package_repo 2022-06-04 10:28:28.809 | + functions-common:update_package_repo:1436 : NO_UPDATE_REPOS=False 2022-06-04 10:28:28.811 | + functions-common:update_package_repo:1437 : REPOS_UPDATED=True 2022-06-04 10:28:28.814 | + functions-common:update_package_repo:1438 : RETRY_UPDATE=False 2022-06-04 10:28:28.816 | + functions-common:update_package_repo:1440 : [[ False = \T\r\u\e ]] 2022-06-04 10:28:28.818 | + functions-common:update_package_repo:1444 : is_ubuntu 2022-06-04 10:28:28.821 | + functions-common:is_ubuntu:568 : [[ -z deb ]] 2022-06-04 10:28:28.823 | + functions-common:is_ubuntu:571 : '[' deb = deb ']' 2022-06-04 10:28:28.826 | + functions-common:update_package_repo:1445 : apt_get_update 2022-06-04 10:28:28.828 | + functions-common:apt_get_update:1190 : [[ True == \T\r\u\e ]] 2022-06-04 10:28:28.830 | + functions-common:apt_get_update:1190 : [[ False != \T\r\u\e ]] 2022-06-04 10:28:28.832 | + functions-common:apt_get_update:1191 : return 2022-06-04 10:28:28.835 | + functions-common:install_package:1465 : real_install_package mysql-server 2022-06-04 10:28:28.837 | + functions-common:real_install_package:1450 : is_ubuntu 2022-06-04 10:28:28.839 | + functions-common:is_ubuntu:568 : [[ -z deb ]] 2022-06-04 10:28:28.842 | + functions-common:is_ubuntu:571 : '[' deb = deb ']' 2022-06-04 10:28:28.844 | + functions-common:real_install_package:1451 : apt_get install mysql-server 2022-06-04 10:28:28.866 | + functions-common:apt_get:1231 : sudo DEBIAN_FRONTEND=noninteractive http_proxy= https_proxy= no_proxy= apt-get --option Dpkg::Options::=--force-confold --assume-yes install mysql-server 2022-06-04 10:28:28.978 | Reading package lists... 2022-06-04 10:28:29.227 | Building dependency tree... 2022-06-04 10:28:29.229 | Reading state information... 2022-06-04 10:28:29.490 | mysql-server is already the newest version (8.0.29-0ubuntu0.20.04.3). 2022-06-04 10:28:29.490 | The following packages were automatically installed and are no longer required: 2022-06-04 10:28:29.491 | apport-symptoms libnetplan0 python3-automat python3-blinker python3-click 2022-06-04 10:28:29.491 | python3-colorama python3-configobj python3-constantly python3-entrypoints 2022-06-04 10:28:29.491 | python3-hamcrest python3-hyperlink python3-incremental python3-jwt 2022-06-04 10:28:29.491 | python3-keyring python3-lazr.uri python3-oauthlib python3-problem-report 2022-06-04 10:28:29.491 | python3-secretstorage python3-twisted-bin python3-wadllib 2022-06-04 10:28:29.491 | python3-zope.interface 2022-06-04 10:28:29.491 | Use 'sudo apt autoremove' to remove them. 2022-06-04 10:28:29.607 | 0 upgraded, 0 newly installed, 0 to remove and 139 not upgraded. 2022-06-04 10:28:29.611 | + functions-common:apt_get:1235 : result=0 2022-06-04 10:28:29.614 | + functions-common:apt_get:1238 : time_stop apt-get 2022-06-04 10:28:29.616 | + functions-common:time_stop:2426 : local name 2022-06-04 10:28:29.618 | + functions-common:time_stop:2427 : local end_time 2022-06-04 10:28:29.621 | + functions-common:time_stop:2428 : local elapsed_time 2022-06-04 10:28:29.623 | + functions-common:time_stop:2429 : local total 2022-06-04 10:28:29.626 | + functions-common:time_stop:2430 : local start_time 2022-06-04 10:28:29.628 | + functions-common:time_stop:2432 : name=apt-get 2022-06-04 10:28:29.630 | + functions-common:time_stop:2433 : start_time=1654338508864 2022-06-04 10:28:29.632 | + functions-common:time_stop:2435 : [[ -z 1654338508864 ]] 2022-06-04 10:28:29.635 | ++ functions-common:time_stop:2438 : date +%s%3N 2022-06-04 10:28:29.640 | + functions-common:time_stop:2438 : end_time=1654338509637 2022-06-04 10:28:29.642 | + functions-common:time_stop:2439 : elapsed_time=773 2022-06-04 10:28:29.644 | + functions-common:time_stop:2440 : total=2308 2022-06-04 10:28:29.646 | + functions-common:time_stop:2442 : _TIME_START[$name]= 2022-06-04 10:28:29.648 | + functions-common:time_stop:2443 : _TIME_TOTAL[$name]=3081 2022-06-04 10:28:29.650 | + functions-common:apt_get:1239 : return 0 2022-06-04 10:28:29.653 | + ./stack.sh:main:833 : '[' -n mysql ']' 2022-06-04 10:28:29.656 | + ./stack.sh:main:834 : install_database_python 2022-06-04 10:28:29.658 | + lib/database:install_database_python:123 : install_database_python_mysql 2022-06-04 10:28:29.660 | + lib/databases/mysql:install_database_python_mysql:215 : pip_install_gr PyMySQL 2022-06-04 10:28:29.663 | + inc/python:pip_install_gr:76 : local name=PyMySQL 2022-06-04 10:28:29.665 | + inc/python:pip_install_gr:77 : local clean_name 2022-06-04 10:28:29.668 | ++ inc/python:pip_install_gr:78 : get_from_global_requirements PyMySQL 2022-06-04 10:28:29.670 | ++ inc/python:get_from_global_requirements:221 : local package=PyMySQL 2022-06-04 10:28:29.673 | ++ inc/python:get_from_global_requirements:222 : local required_pkg 2022-06-04 10:28:29.676 | +++ inc/python:get_from_global_requirements:223 : grep -i -h '^PyMySQL' /opt/stack/requirements/global-requirements.txt 2022-06-04 10:28:29.677 | +++ inc/python:get_from_global_requirements:223 : cut -d# -f1 2022-06-04 10:28:29.682 | ++ inc/python:get_from_global_requirements:223 : required_pkg='PyMySQL ' 2022-06-04 10:28:29.684 | ++ inc/python:get_from_global_requirements:224 : [[ PyMySQL == '' ]] 2022-06-04 10:28:29.687 | ++ inc/python:get_from_global_requirements:227 : echo PyMySQL 2022-06-04 10:28:29.689 | + inc/python:pip_install_gr:78 : clean_name=PyMySQL 2022-06-04 10:28:29.692 | + inc/python:pip_install_gr:79 : pip_install PyMySQL 2022-06-04 10:28:29.713 | Using python 3.8 to install PyMySQL 2022-06-04 10:28:29.717 | + inc/python:pip_install:190 : sudo -H LC_ALL=en_US.UTF-8 SETUPTOOLS_USE_DISTUTILS=stdlib http_proxy= https_proxy= no_proxy= PIP_FIND_LINKS= python3.8 -m pip install -c /opt/stack/requirements/upper-constraints.txt PyMySQL 2022-06-04 10:28:30.725 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-06-04 10:28:30.725 | from cryptography.utils import int_from_bytes 2022-06-04 10:28:30.725 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-06-04 10:28:30.725 | from cryptography.utils import int_from_bytes 2022-06-04 10:28:31.782 | Looking in indexes: http://10.100.0.9:8080/cloudbase/CI/+simple/ 2022-06-04 10:28:31.814 | Requirement already satisfied: PyMySQL in /usr/local/lib/python3.8/dist-packages (1.0.2) 2022-06-04 10:28:34.445 | WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv 2022-06-04 10:28:34.453 | WARNING: You are using pip version 21.3.1; however, version 22.1.2 is available. 2022-06-04 10:28:34.453 | You should consider upgrading via the '/usr/bin/python3.8 -m pip install --upgrade pip' command. 2022-06-04 10:28:34.565 | + inc/python:pip_install:196 : result=0 2022-06-04 10:28:34.567 | + inc/python:pip_install:198 : time_stop pip_install 2022-06-04 10:28:34.569 | + functions-common:time_stop:2426 : local name 2022-06-04 10:28:34.572 | + functions-common:time_stop:2427 : local end_time 2022-06-04 10:28:34.574 | + functions-common:time_stop:2428 : local elapsed_time 2022-06-04 10:28:34.576 | + functions-common:time_stop:2429 : local total 2022-06-04 10:28:34.579 | + functions-common:time_stop:2430 : local start_time 2022-06-04 10:28:34.581 | + functions-common:time_stop:2432 : name=pip_install 2022-06-04 10:28:34.583 | + functions-common:time_stop:2433 : start_time=1654338509708 2022-06-04 10:28:34.585 | + functions-common:time_stop:2435 : [[ -z 1654338509708 ]] 2022-06-04 10:28:34.589 | ++ functions-common:time_stop:2438 : date +%s%3N 2022-06-04 10:28:34.593 | + functions-common:time_stop:2438 : end_time=1654338514591 2022-06-04 10:28:34.595 | + functions-common:time_stop:2439 : elapsed_time=4883 2022-06-04 10:28:34.598 | + functions-common:time_stop:2440 : total=22152 2022-06-04 10:28:34.600 | + functions-common:time_stop:2442 : _TIME_START[$name]= 2022-06-04 10:28:34.602 | + functions-common:time_stop:2443 : _TIME_TOTAL[$name]=27035 2022-06-04 10:28:34.605 | + inc/python:pip_install:199 : return 0 2022-06-04 10:28:34.608 | + lib/databases/mysql:install_database_python_mysql:216 : [[ PyMySQL == \M\y\S\Q\L\-\p\y\t\h\o\n ]] 2022-06-04 10:28:34.610 | + lib/databases/mysql:install_database_python_mysql:218 : [[ PyMySQL == \P\y\M\y\S\Q\L ]] 2022-06-04 10:28:34.612 | + lib/databases/mysql:install_database_python_mysql:219 : ADDITIONAL_VENV_PACKAGES+=,PyMySQL 2022-06-04 10:28:34.615 | + ./stack.sh:main:837 : is_service_enabled neutron 2022-06-04 10:28:34.631 | + functions-common:is_service_enabled:2082 : return 0 2022-06-04 10:28:34.634 | + ./stack.sh:main:838 : install_neutron_agent_packages 2022-06-04 10:28:34.637 | + lib/neutron:install_neutron_agent_packages:714 : is_neutron_legacy_enabled 2022-06-04 10:28:34.640 | ++ lib/neutron:is_neutron_legacy_enabled:136 : echo n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon 2022-06-04 10:28:34.640 | ++ lib/neutron:is_neutron_legacy_enabled:136 : sed s/neutron-//g 2022-06-04 10:28:34.646 | + lib/neutron:is_neutron_legacy_enabled:136 : disabled_services_copy=n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon 2022-06-04 10:28:34.648 | + lib/neutron:is_neutron_legacy_enabled:137 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon =~ ,neutron ]] 2022-06-04 10:28:34.650 | + 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-06-04 10:28:34.653 | + lib/neutron:is_neutron_legacy_enabled:138 : return 0 2022-06-04 10:28:34.656 | + lib/neutron:install_neutron_agent_packages:716 : install_neutron_agent_packages_mutnauq 2022-06-04 10:28:34.658 | + lib/neutron-legacy:install_neutron_agent_packages_mutnauq:486 : is_service_enabled q-l3 2022-06-04 10:28:34.674 | + functions-common:is_service_enabled:2082 : return 0 2022-06-04 10:28:34.676 | + lib/neutron-legacy:install_neutron_agent_packages_mutnauq:487 : install_package radvd 2022-06-04 10:28:34.678 | + functions-common:install_package:1464 : update_package_repo 2022-06-04 10:28:34.681 | + functions-common:update_package_repo:1436 : NO_UPDATE_REPOS=False 2022-06-04 10:28:34.683 | + functions-common:update_package_repo:1437 : REPOS_UPDATED=True 2022-06-04 10:28:34.685 | + functions-common:update_package_repo:1438 : RETRY_UPDATE=False 2022-06-04 10:28:34.688 | + functions-common:update_package_repo:1440 : [[ False = \T\r\u\e ]] 2022-06-04 10:28:34.690 | + functions-common:update_package_repo:1444 : is_ubuntu 2022-06-04 10:28:34.692 | + functions-common:is_ubuntu:568 : [[ -z deb ]] 2022-06-04 10:28:34.695 | + functions-common:is_ubuntu:571 : '[' deb = deb ']' 2022-06-04 10:28:34.697 | + functions-common:update_package_repo:1445 : apt_get_update 2022-06-04 10:28:34.700 | + functions-common:apt_get_update:1190 : [[ True == \T\r\u\e ]] 2022-06-04 10:28:34.702 | + functions-common:apt_get_update:1190 : [[ False != \T\r\u\e ]] 2022-06-04 10:28:34.704 | + functions-common:apt_get_update:1191 : return 2022-06-04 10:28:34.707 | + functions-common:install_package:1465 : real_install_package radvd 2022-06-04 10:28:34.709 | + functions-common:real_install_package:1450 : is_ubuntu 2022-06-04 10:28:34.711 | + functions-common:is_ubuntu:568 : [[ -z deb ]] 2022-06-04 10:28:34.714 | + functions-common:is_ubuntu:571 : '[' deb = deb ']' 2022-06-04 10:28:34.716 | + functions-common:real_install_package:1451 : apt_get install radvd 2022-06-04 10:28:34.737 | + functions-common:apt_get:1231 : sudo DEBIAN_FRONTEND=noninteractive http_proxy= https_proxy= no_proxy= apt-get --option Dpkg::Options::=--force-confold --assume-yes install radvd 2022-06-04 10:28:34.851 | Reading package lists... 2022-06-04 10:28:35.112 | Building dependency tree... 2022-06-04 10:28:35.114 | Reading state information... 2022-06-04 10:28:35.376 | radvd is already the newest version (1:2.17-2). 2022-06-04 10:28:35.376 | The following packages were automatically installed and are no longer required: 2022-06-04 10:28:35.377 | apport-symptoms libnetplan0 python3-automat python3-blinker python3-click 2022-06-04 10:28:35.377 | python3-colorama python3-configobj python3-constantly python3-entrypoints 2022-06-04 10:28:35.377 | python3-hamcrest python3-hyperlink python3-incremental python3-jwt 2022-06-04 10:28:35.377 | python3-keyring python3-lazr.uri python3-oauthlib python3-problem-report 2022-06-04 10:28:35.377 | python3-secretstorage python3-twisted-bin python3-wadllib 2022-06-04 10:28:35.377 | python3-zope.interface 2022-06-04 10:28:35.377 | Use 'sudo apt autoremove' to remove them. 2022-06-04 10:28:35.493 | 0 upgraded, 0 newly installed, 0 to remove and 139 not upgraded. 2022-06-04 10:28:35.498 | + functions-common:apt_get:1235 : result=0 2022-06-04 10:28:35.501 | + functions-common:apt_get:1238 : time_stop apt-get 2022-06-04 10:28:35.503 | + functions-common:time_stop:2426 : local name 2022-06-04 10:28:35.505 | + functions-common:time_stop:2427 : local end_time 2022-06-04 10:28:35.507 | + functions-common:time_stop:2428 : local elapsed_time 2022-06-04 10:28:35.510 | + functions-common:time_stop:2429 : local total 2022-06-04 10:28:35.512 | + functions-common:time_stop:2430 : local start_time 2022-06-04 10:28:35.514 | + functions-common:time_stop:2432 : name=apt-get 2022-06-04 10:28:35.516 | + functions-common:time_stop:2433 : start_time=1654338514734 2022-06-04 10:28:35.518 | + functions-common:time_stop:2435 : [[ -z 1654338514734 ]] 2022-06-04 10:28:35.521 | ++ functions-common:time_stop:2438 : date +%s%3N 2022-06-04 10:28:35.525 | + functions-common:time_stop:2438 : end_time=1654338515523 2022-06-04 10:28:35.528 | + functions-common:time_stop:2439 : elapsed_time=789 2022-06-04 10:28:35.530 | + functions-common:time_stop:2440 : total=3081 2022-06-04 10:28:35.532 | + functions-common:time_stop:2442 : _TIME_START[$name]= 2022-06-04 10:28:35.534 | + functions-common:time_stop:2443 : _TIME_TOTAL[$name]=3870 2022-06-04 10:28:35.537 | + functions-common:apt_get:1239 : return 0 2022-06-04 10:28:35.539 | + lib/neutron-legacy:install_neutron_agent_packages_mutnauq:490 : is_service_enabled q-agt q-dhcp q-l3 2022-06-04 10:28:35.556 | + functions-common:is_service_enabled:2082 : return 0 2022-06-04 10:28:35.559 | + lib/neutron-legacy:install_neutron_agent_packages_mutnauq:491 : neutron_plugin_install_agent_packages 2022-06-04 10:28:35.561 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_install_agent_packages:17 : _neutron_ovs_base_install_agent_packages 2022-06-04 10:28:35.563 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_agent_packages:69 : '[' False == True ']' 2022-06-04 10:28:35.566 | ++ lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_agent_packages:76 : get_packages openvswitch 2022-06-04 10:28:35.586 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_agent_packages:76 : install_package fakeroot make openvswitch-switch 2022-06-04 10:28:35.589 | + functions-common:install_package:1464 : update_package_repo 2022-06-04 10:28:35.591 | + functions-common:update_package_repo:1436 : NO_UPDATE_REPOS=False 2022-06-04 10:28:35.593 | + functions-common:update_package_repo:1437 : REPOS_UPDATED=True 2022-06-04 10:28:35.595 | + functions-common:update_package_repo:1438 : RETRY_UPDATE=False 2022-06-04 10:28:35.598 | + functions-common:update_package_repo:1440 : [[ False = \T\r\u\e ]] 2022-06-04 10:28:35.600 | + functions-common:update_package_repo:1444 : is_ubuntu 2022-06-04 10:28:35.602 | + functions-common:is_ubuntu:568 : [[ -z deb ]] 2022-06-04 10:28:35.605 | + functions-common:is_ubuntu:571 : '[' deb = deb ']' 2022-06-04 10:28:35.607 | + functions-common:update_package_repo:1445 : apt_get_update 2022-06-04 10:28:35.610 | + functions-common:apt_get_update:1190 : [[ True == \T\r\u\e ]] 2022-06-04 10:28:35.612 | + functions-common:apt_get_update:1190 : [[ False != \T\r\u\e ]] 2022-06-04 10:28:35.614 | + functions-common:apt_get_update:1191 : return 2022-06-04 10:28:35.616 | + functions-common:install_package:1465 : real_install_package fakeroot make openvswitch-switch 2022-06-04 10:28:35.619 | + functions-common:real_install_package:1450 : is_ubuntu 2022-06-04 10:28:35.622 | + functions-common:is_ubuntu:568 : [[ -z deb ]] 2022-06-04 10:28:35.624 | + functions-common:is_ubuntu:571 : '[' deb = deb ']' 2022-06-04 10:28:35.626 | + functions-common:real_install_package:1451 : apt_get install fakeroot make openvswitch-switch 2022-06-04 10:28:35.647 | + functions-common:apt_get:1231 : sudo DEBIAN_FRONTEND=noninteractive http_proxy= https_proxy= no_proxy= apt-get --option Dpkg::Options::=--force-confold --assume-yes install fakeroot make openvswitch-switch 2022-06-04 10:28:35.758 | Reading package lists... 2022-06-04 10:28:36.005 | Building dependency tree... 2022-06-04 10:28:36.007 | Reading state information... 2022-06-04 10:28:36.268 | fakeroot is already the newest version (1.24-1). 2022-06-04 10:28:36.268 | make is already the newest version (4.2.1-1.2). 2022-06-04 10:28:36.268 | openvswitch-switch is already the newest version (2.13.5-0ubuntu1). 2022-06-04 10:28:36.268 | The following packages were automatically installed and are no longer required: 2022-06-04 10:28:36.269 | apport-symptoms libnetplan0 python3-automat python3-blinker python3-click 2022-06-04 10:28:36.269 | python3-colorama python3-configobj python3-constantly python3-entrypoints 2022-06-04 10:28:36.269 | python3-hamcrest python3-hyperlink python3-incremental python3-jwt 2022-06-04 10:28:36.269 | python3-keyring python3-lazr.uri python3-oauthlib python3-problem-report 2022-06-04 10:28:36.269 | python3-secretstorage python3-twisted-bin python3-wadllib 2022-06-04 10:28:36.269 | python3-zope.interface 2022-06-04 10:28:36.269 | Use 'sudo apt autoremove' to remove them. 2022-06-04 10:28:36.384 | 0 upgraded, 0 newly installed, 0 to remove and 139 not upgraded. 2022-06-04 10:28:36.389 | + functions-common:apt_get:1235 : result=0 2022-06-04 10:28:36.391 | + functions-common:apt_get:1238 : time_stop apt-get 2022-06-04 10:28:36.394 | + functions-common:time_stop:2426 : local name 2022-06-04 10:28:36.396 | + functions-common:time_stop:2427 : local end_time 2022-06-04 10:28:36.398 | + functions-common:time_stop:2428 : local elapsed_time 2022-06-04 10:28:36.400 | + functions-common:time_stop:2429 : local total 2022-06-04 10:28:36.403 | + functions-common:time_stop:2430 : local start_time 2022-06-04 10:28:36.405 | + functions-common:time_stop:2432 : name=apt-get 2022-06-04 10:28:36.408 | + functions-common:time_stop:2433 : start_time=1654338515644 2022-06-04 10:28:36.410 | + functions-common:time_stop:2435 : [[ -z 1654338515644 ]] 2022-06-04 10:28:36.413 | ++ functions-common:time_stop:2438 : date +%s%3N 2022-06-04 10:28:36.417 | + functions-common:time_stop:2438 : end_time=1654338516414 2022-06-04 10:28:36.419 | + functions-common:time_stop:2439 : elapsed_time=770 2022-06-04 10:28:36.421 | + functions-common:time_stop:2440 : total=3870 2022-06-04 10:28:36.423 | + functions-common:time_stop:2442 : _TIME_START[$name]= 2022-06-04 10:28:36.425 | + functions-common:time_stop:2443 : _TIME_TOTAL[$name]=4640 2022-06-04 10:28:36.427 | + functions-common:apt_get:1239 : return 0 2022-06-04 10:28:36.430 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_agent_packages:77 : is_ubuntu 2022-06-04 10:28:36.432 | + functions-common:is_ubuntu:568 : [[ -z deb ]] 2022-06-04 10:28:36.435 | + functions-common:is_ubuntu:571 : '[' deb = deb ']' 2022-06-04 10:28:36.437 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_agent_packages:78 : _neutron_ovs_base_install_ubuntu_dkms 2022-06-04 10:28:36.439 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_ubuntu_dkms:58 : local kernel_version 2022-06-04 10:28:36.442 | ++ lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_ubuntu_dkms:59 : uname -r 2022-06-04 10:28:36.446 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_ubuntu_dkms:59 : kernel_version=5.4.0-72-generic 2022-06-04 10:28:36.449 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_ubuntu_dkms:60 : local kernel_major_minor 2022-06-04 10:28:36.453 | ++ lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_ubuntu_dkms:61 : echo 5.4.0-72-generic 2022-06-04 10:28:36.453 | ++ lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_ubuntu_dkms:61 : cut -d. -f1-2 2022-06-04 10:28:36.457 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_ubuntu_dkms:61 : kernel_major_minor=5.4 2022-06-04 10:28:36.460 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_ubuntu_dkms:63 : vercmp 5.4 '<' 3.13 2022-06-04 10:28:36.462 | + functions:vercmp:628 : local v1=5.4 2022-06-04 10:28:36.465 | + functions:vercmp:629 : local 'op=<' 2022-06-04 10:28:36.467 | + functions:vercmp:630 : local v2=3.13 2022-06-04 10:28:36.469 | + functions:vercmp:631 : local result 2022-06-04 10:28:36.473 | ++ functions:vercmp:635 : echo -e '5.4\n3.13' 2022-06-04 10:28:36.474 | ++ functions:vercmp:635 : sort -V 2022-06-04 10:28:36.474 | ++ functions:vercmp:635 : head -1 2022-06-04 10:28:36.480 | + functions:vercmp:635 : result=3.13 2022-06-04 10:28:36.482 | + functions:vercmp:637 : case $op in 2022-06-04 10:28:36.484 | + functions:vercmp:647 : '[' 5.4 '!=' 3.13 ']' 2022-06-04 10:28:36.486 | + functions:vercmp:647 : '[' 3.13 = 5.4 ']' 2022-06-04 10:28:36.489 | + functions:vercmp:648 : return 2022-06-04 10:28:36.491 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_agent_packages:79 : restart_service openvswitch-switch 2022-06-04 10:28:36.493 | + functions-common:restart_service:2310 : '[' -x /bin/systemctl ']' 2022-06-04 10:28:36.496 | + functions-common:restart_service:2311 : sudo /bin/systemctl restart openvswitch-switch 2022-06-04 10:28:36.974 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_install_agent_packages:18 : use_library_from_git os-ken 2022-06-04 10:28:36.981 | + inc/python:use_library_from_git:246 : local name=os-ken 2022-06-04 10:28:36.983 | + inc/python:use_library_from_git:247 : local enabled=1 2022-06-04 10:28:36.986 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2022-06-04 10:28:36.988 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,os-ken, ]] 2022-06-04 10:28:36.991 | + inc/python:use_library_from_git:249 : return 1 2022-06-04 10:28:36.994 | + ./stack.sh:main:841 : is_service_enabled etcd3 2022-06-04 10:28:37.011 | + functions-common:is_service_enabled:2082 : return 0 2022-06-04 10:28:37.014 | + ./stack.sh:main:842 : install_etcd3 2022-06-04 10:28:37.016 | + lib/etcd3:install_etcd3:103 : echo 'Installing etcd' 2022-06-04 10:28:37.016 | Installing etcd 2022-06-04 10:28:37.018 | + lib/etcd3:install_etcd3:106 : sudo mkdir -p /opt/stack/bin 2022-06-04 10:28:37.031 | + lib/etcd3:install_etcd3:107 : sudo mkdir -p /opt/stack/data/etcd 2022-06-04 10:28:37.050 | + lib/etcd3:install_etcd3:108 : [[ True == \T\r\u\e ]] 2022-06-04 10:28:37.053 | + lib/etcd3:install_etcd3:109 : sudo mount -t tmpfs -o nodev,nosuid,size=512M tmpfs /opt/stack/data/etcd 2022-06-04 10:28:37.069 | + lib/etcd3:install_etcd3:113 : local etcd_file 2022-06-04 10:28:37.072 | ++ lib/etcd3:install_etcd3:114 : get_extra_file https://github.com/etcd-io/etcd/releases/download/v3.3.12/etcd-v3.3.12-linux-amd64.tar.gz 2022-06-04 10:28:37.075 | ++ functions:get_extra_file:62 : local file_url=https://github.com/etcd-io/etcd/releases/download/v3.3.12/etcd-v3.3.12-linux-amd64.tar.gz 2022-06-04 10:28:37.078 | +++ functions:get_extra_file:64 : basename https://github.com/etcd-io/etcd/releases/download/v3.3.12/etcd-v3.3.12-linux-amd64.tar.gz 2022-06-04 10:28:37.082 | ++ functions:get_extra_file:64 : file_name=etcd-v3.3.12-linux-amd64.tar.gz 2022-06-04 10:28:37.085 | ++ functions:get_extra_file:65 : [[ https://github.com/etcd-io/etcd/releases/download/v3.3.12/etcd-v3.3.12-linux-amd64.tar.gz != file* ]] 2022-06-04 10:28:37.087 | ++ functions:get_extra_file:67 : [[ ! -f /home/ubuntu/devstack/files/etcd-v3.3.12-linux-amd64.tar.gz ]] 2022-06-04 10:28:37.090 | ++ functions:get_extra_file:73 : echo /home/ubuntu/devstack/files/etcd-v3.3.12-linux-amd64.tar.gz 2022-06-04 10:28:37.092 | ++ functions:get_extra_file:74 : return 2022-06-04 10:28:37.095 | + lib/etcd3:install_etcd3:114 : etcd_file=/home/ubuntu/devstack/files/etcd-v3.3.12-linux-amd64.tar.gz 2022-06-04 10:28:37.097 | + lib/etcd3:install_etcd3:115 : '[' '!' -f /home/ubuntu/devstack/files/etcd-v3.3.12-linux-amd64/etcd ']' 2022-06-04 10:28:37.100 | + lib/etcd3:install_etcd3:124 : '[' '!' -f /opt/stack/bin/etcd ']' 2022-06-04 10:28:37.102 | + ./stack.sh:main:851 : is_service_enabled tls-proxy 2022-06-04 10:28:37.119 | + functions-common:is_service_enabled:2082 : return 1 2022-06-04 10:28:37.122 | + ./stack.sh:main:861 : install_dstat 2022-06-04 10:28:37.124 | + lib/dstat:install_dstat:22 : is_service_enabled memory_tracker 2022-06-04 10:28:37.141 | + functions-common:is_service_enabled:2082 : return 1 2022-06-04 10:28:37.143 | + ./stack.sh:main:867 : echo_summary 'Installing OpenStack project source' 2022-06-04 10:28:37.145 | + ./stack.sh:echo_summary:435 : [[ -t 3 ]] 2022-06-04 10:28:37.148 | + ./stack.sh:echo_summary:441 : echo -e Installing OpenStack project source 2022-06-04 10:28:37.150 | + ./stack.sh:main:870 : install_libs 2022-06-04 10:28:37.153 | + lib/libraries:install_libs:90 : _install_lib_from_source automaton 2022-06-04 10:28:37.155 | + lib/libraries:_install_lib_from_source:74 : local name=automaton 2022-06-04 10:28:37.157 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git automaton 2022-06-04 10:28:37.159 | + inc/python:use_library_from_git:246 : local name=automaton 2022-06-04 10:28:37.162 | + inc/python:use_library_from_git:247 : local enabled=1 2022-06-04 10:28:37.164 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2022-06-04 10:28:37.166 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,automaton, ]] 2022-06-04 10:28:37.169 | + inc/python:use_library_from_git:249 : return 1 2022-06-04 10:28:37.171 | + lib/libraries:install_libs:91 : _install_lib_from_source castellan 2022-06-04 10:28:37.174 | + lib/libraries:_install_lib_from_source:74 : local name=castellan 2022-06-04 10:28:37.176 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git castellan 2022-06-04 10:28:37.178 | + inc/python:use_library_from_git:246 : local name=castellan 2022-06-04 10:28:37.180 | + inc/python:use_library_from_git:247 : local enabled=1 2022-06-04 10:28:37.183 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2022-06-04 10:28:37.185 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,castellan, ]] 2022-06-04 10:28:37.188 | + inc/python:use_library_from_git:249 : return 1 2022-06-04 10:28:37.190 | + lib/libraries:install_libs:92 : _install_lib_from_source cliff 2022-06-04 10:28:37.192 | + lib/libraries:_install_lib_from_source:74 : local name=cliff 2022-06-04 10:28:37.194 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git cliff 2022-06-04 10:28:37.197 | + inc/python:use_library_from_git:246 : local name=cliff 2022-06-04 10:28:37.199 | + inc/python:use_library_from_git:247 : local enabled=1 2022-06-04 10:28:37.201 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2022-06-04 10:28:37.204 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,cliff, ]] 2022-06-04 10:28:37.206 | + inc/python:use_library_from_git:249 : return 1 2022-06-04 10:28:37.208 | + lib/libraries:install_libs:93 : _install_lib_from_source cursive 2022-06-04 10:28:37.210 | + lib/libraries:_install_lib_from_source:74 : local name=cursive 2022-06-04 10:28:37.213 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git cursive 2022-06-04 10:28:37.215 | + inc/python:use_library_from_git:246 : local name=cursive 2022-06-04 10:28:37.218 | + inc/python:use_library_from_git:247 : local enabled=1 2022-06-04 10:28:37.220 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2022-06-04 10:28:37.222 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,cursive, ]] 2022-06-04 10:28:37.225 | + inc/python:use_library_from_git:249 : return 1 2022-06-04 10:28:37.228 | + lib/libraries:install_libs:94 : _install_lib_from_source debtcollector 2022-06-04 10:28:37.231 | + lib/libraries:_install_lib_from_source:74 : local name=debtcollector 2022-06-04 10:28:37.233 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git debtcollector 2022-06-04 10:28:37.236 | + inc/python:use_library_from_git:246 : local name=debtcollector 2022-06-04 10:28:37.238 | + inc/python:use_library_from_git:247 : local enabled=1 2022-06-04 10:28:37.240 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2022-06-04 10:28:37.242 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,debtcollector, ]] 2022-06-04 10:28:37.245 | + inc/python:use_library_from_git:249 : return 1 2022-06-04 10:28:37.247 | + lib/libraries:install_libs:95 : _install_lib_from_source futurist 2022-06-04 10:28:37.250 | + lib/libraries:_install_lib_from_source:74 : local name=futurist 2022-06-04 10:28:37.252 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git futurist 2022-06-04 10:28:37.254 | + inc/python:use_library_from_git:246 : local name=futurist 2022-06-04 10:28:37.256 | + inc/python:use_library_from_git:247 : local enabled=1 2022-06-04 10:28:37.259 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2022-06-04 10:28:37.261 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,futurist, ]] 2022-06-04 10:28:37.263 | + inc/python:use_library_from_git:249 : return 1 2022-06-04 10:28:37.266 | + lib/libraries:install_libs:96 : _install_lib_from_source openstacksdk 2022-06-04 10:28:37.268 | + lib/libraries:_install_lib_from_source:74 : local name=openstacksdk 2022-06-04 10:28:37.270 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git openstacksdk 2022-06-04 10:28:37.273 | + inc/python:use_library_from_git:246 : local name=openstacksdk 2022-06-04 10:28:37.275 | + inc/python:use_library_from_git:247 : local enabled=1 2022-06-04 10:28:37.278 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2022-06-04 10:28:37.280 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,openstacksdk, ]] 2022-06-04 10:28:37.282 | + inc/python:use_library_from_git:249 : return 1 2022-06-04 10:28:37.285 | + lib/libraries:install_libs:97 : _install_lib_from_source osc-lib 2022-06-04 10:28:37.287 | + lib/libraries:_install_lib_from_source:74 : local name=osc-lib 2022-06-04 10:28:37.290 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git osc-lib 2022-06-04 10:28:37.293 | + inc/python:use_library_from_git:246 : local name=osc-lib 2022-06-04 10:28:37.295 | + inc/python:use_library_from_git:247 : local enabled=1 2022-06-04 10:28:37.298 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2022-06-04 10:28:37.300 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,osc-lib, ]] 2022-06-04 10:28:37.302 | + inc/python:use_library_from_git:249 : return 1 2022-06-04 10:28:37.305 | + lib/libraries:install_libs:98 : _install_lib_from_source osc-placement 2022-06-04 10:28:37.307 | + lib/libraries:_install_lib_from_source:74 : local name=osc-placement 2022-06-04 10:28:37.309 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git osc-placement 2022-06-04 10:28:37.312 | + inc/python:use_library_from_git:246 : local name=osc-placement 2022-06-04 10:28:37.314 | + inc/python:use_library_from_git:247 : local enabled=1 2022-06-04 10:28:37.316 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2022-06-04 10:28:37.318 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,osc-placement, ]] 2022-06-04 10:28:37.321 | + inc/python:use_library_from_git:249 : return 1 2022-06-04 10:28:37.323 | + lib/libraries:install_libs:99 : _install_lib_from_source os-client-config 2022-06-04 10:28:37.325 | + lib/libraries:_install_lib_from_source:74 : local name=os-client-config 2022-06-04 10:28:37.328 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git os-client-config 2022-06-04 10:28:37.330 | + inc/python:use_library_from_git:246 : local name=os-client-config 2022-06-04 10:28:37.332 | + inc/python:use_library_from_git:247 : local enabled=1 2022-06-04 10:28:37.335 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2022-06-04 10:28:37.337 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,os-client-config, ]] 2022-06-04 10:28:37.340 | + inc/python:use_library_from_git:249 : return 1 2022-06-04 10:28:37.342 | + lib/libraries:install_libs:100 : _install_lib_from_source oslo.cache 2022-06-04 10:28:37.345 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.cache 2022-06-04 10:28:37.347 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.cache 2022-06-04 10:28:37.350 | + inc/python:use_library_from_git:246 : local name=oslo.cache 2022-06-04 10:28:37.352 | + inc/python:use_library_from_git:247 : local enabled=1 2022-06-04 10:28:37.355 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2022-06-04 10:28:37.357 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,oslo.cache, ]] 2022-06-04 10:28:37.360 | + inc/python:use_library_from_git:249 : return 1 2022-06-04 10:28:37.362 | + lib/libraries:install_libs:101 : _install_lib_from_source oslo.concurrency 2022-06-04 10:28:37.364 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.concurrency 2022-06-04 10:28:37.367 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.concurrency 2022-06-04 10:28:37.369 | + inc/python:use_library_from_git:246 : local name=oslo.concurrency 2022-06-04 10:28:37.371 | + inc/python:use_library_from_git:247 : local enabled=1 2022-06-04 10:28:37.373 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2022-06-04 10:28:37.376 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,oslo.concurrency, ]] 2022-06-04 10:28:37.378 | + inc/python:use_library_from_git:249 : return 1 2022-06-04 10:28:37.380 | + lib/libraries:install_libs:102 : _install_lib_from_source oslo.config 2022-06-04 10:28:37.383 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.config 2022-06-04 10:28:37.385 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.config 2022-06-04 10:28:37.388 | + inc/python:use_library_from_git:246 : local name=oslo.config 2022-06-04 10:28:37.390 | + inc/python:use_library_from_git:247 : local enabled=1 2022-06-04 10:28:37.392 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2022-06-04 10:28:37.395 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,oslo.config, ]] 2022-06-04 10:28:37.397 | + inc/python:use_library_from_git:249 : return 1 2022-06-04 10:28:37.399 | + lib/libraries:install_libs:103 : _install_lib_from_source oslo.context 2022-06-04 10:28:37.402 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.context 2022-06-04 10:28:37.405 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.context 2022-06-04 10:28:37.407 | + inc/python:use_library_from_git:246 : local name=oslo.context 2022-06-04 10:28:37.409 | + inc/python:use_library_from_git:247 : local enabled=1 2022-06-04 10:28:37.412 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2022-06-04 10:28:37.414 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,oslo.context, ]] 2022-06-04 10:28:37.416 | + inc/python:use_library_from_git:249 : return 1 2022-06-04 10:28:37.420 | + lib/libraries:install_libs:104 : _install_lib_from_source oslo.db 2022-06-04 10:28:37.422 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.db 2022-06-04 10:28:37.424 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.db 2022-06-04 10:28:37.427 | + inc/python:use_library_from_git:246 : local name=oslo.db 2022-06-04 10:28:37.429 | + inc/python:use_library_from_git:247 : local enabled=1 2022-06-04 10:28:37.431 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2022-06-04 10:28:37.434 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,oslo.db, ]] 2022-06-04 10:28:37.436 | + inc/python:use_library_from_git:249 : return 1 2022-06-04 10:28:37.438 | + lib/libraries:install_libs:105 : _install_lib_from_source oslo.i18n 2022-06-04 10:28:37.441 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.i18n 2022-06-04 10:28:37.443 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.i18n 2022-06-04 10:28:37.446 | + inc/python:use_library_from_git:246 : local name=oslo.i18n 2022-06-04 10:28:37.448 | + inc/python:use_library_from_git:247 : local enabled=1 2022-06-04 10:28:37.450 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2022-06-04 10:28:37.453 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,oslo.i18n, ]] 2022-06-04 10:28:37.455 | + inc/python:use_library_from_git:249 : return 1 2022-06-04 10:28:37.457 | + lib/libraries:install_libs:106 : _install_lib_from_source oslo.limit 2022-06-04 10:28:37.460 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.limit 2022-06-04 10:28:37.462 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.limit 2022-06-04 10:28:37.465 | + inc/python:use_library_from_git:246 : local name=oslo.limit 2022-06-04 10:28:37.467 | + inc/python:use_library_from_git:247 : local enabled=1 2022-06-04 10:28:37.470 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2022-06-04 10:28:37.472 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,oslo.limit, ]] 2022-06-04 10:28:37.475 | + inc/python:use_library_from_git:249 : return 1 2022-06-04 10:28:37.477 | + lib/libraries:install_libs:107 : _install_lib_from_source oslo.log 2022-06-04 10:28:37.480 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.log 2022-06-04 10:28:37.482 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.log 2022-06-04 10:28:37.485 | + inc/python:use_library_from_git:246 : local name=oslo.log 2022-06-04 10:28:37.487 | + inc/python:use_library_from_git:247 : local enabled=1 2022-06-04 10:28:37.490 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2022-06-04 10:28:37.492 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,oslo.log, ]] 2022-06-04 10:28:37.494 | + inc/python:use_library_from_git:249 : return 1 2022-06-04 10:28:37.497 | + lib/libraries:install_libs:108 : _install_lib_from_source oslo.messaging 2022-06-04 10:28:37.499 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.messaging 2022-06-04 10:28:37.501 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.messaging 2022-06-04 10:28:37.504 | + inc/python:use_library_from_git:246 : local name=oslo.messaging 2022-06-04 10:28:37.506 | + inc/python:use_library_from_git:247 : local enabled=1 2022-06-04 10:28:37.508 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2022-06-04 10:28:37.511 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,oslo.messaging, ]] 2022-06-04 10:28:37.513 | + inc/python:use_library_from_git:249 : return 1 2022-06-04 10:28:37.516 | + lib/libraries:install_libs:109 : _install_lib_from_source oslo.middleware 2022-06-04 10:28:37.518 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.middleware 2022-06-04 10:28:37.520 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.middleware 2022-06-04 10:28:37.523 | + inc/python:use_library_from_git:246 : local name=oslo.middleware 2022-06-04 10:28:37.525 | + inc/python:use_library_from_git:247 : local enabled=1 2022-06-04 10:28:37.528 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2022-06-04 10:28:37.530 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,oslo.middleware, ]] 2022-06-04 10:28:37.533 | + inc/python:use_library_from_git:249 : return 1 2022-06-04 10:28:37.535 | + lib/libraries:install_libs:110 : _install_lib_from_source oslo.policy 2022-06-04 10:28:37.537 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.policy 2022-06-04 10:28:37.540 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.policy 2022-06-04 10:28:37.543 | + inc/python:use_library_from_git:246 : local name=oslo.policy 2022-06-04 10:28:37.545 | + inc/python:use_library_from_git:247 : local enabled=1 2022-06-04 10:28:37.547 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2022-06-04 10:28:37.550 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,oslo.policy, ]] 2022-06-04 10:28:37.552 | + inc/python:use_library_from_git:249 : return 1 2022-06-04 10:28:37.554 | + lib/libraries:install_libs:111 : _install_lib_from_source oslo.privsep 2022-06-04 10:28:37.557 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.privsep 2022-06-04 10:28:37.559 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.privsep 2022-06-04 10:28:37.561 | + inc/python:use_library_from_git:246 : local name=oslo.privsep 2022-06-04 10:28:37.564 | + inc/python:use_library_from_git:247 : local enabled=1 2022-06-04 10:28:37.566 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2022-06-04 10:28:37.568 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,oslo.privsep, ]] 2022-06-04 10:28:37.570 | + inc/python:use_library_from_git:249 : return 1 2022-06-04 10:28:37.573 | + lib/libraries:install_libs:112 : _install_lib_from_source oslo.reports 2022-06-04 10:28:37.575 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.reports 2022-06-04 10:28:37.578 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.reports 2022-06-04 10:28:37.580 | + inc/python:use_library_from_git:246 : local name=oslo.reports 2022-06-04 10:28:37.582 | + inc/python:use_library_from_git:247 : local enabled=1 2022-06-04 10:28:37.585 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2022-06-04 10:28:37.587 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,oslo.reports, ]] 2022-06-04 10:28:37.590 | + inc/python:use_library_from_git:249 : return 1 2022-06-04 10:28:37.592 | + lib/libraries:install_libs:113 : _install_lib_from_source oslo.rootwrap 2022-06-04 10:28:37.595 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.rootwrap 2022-06-04 10:28:37.597 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.rootwrap 2022-06-04 10:28:37.600 | + inc/python:use_library_from_git:246 : local name=oslo.rootwrap 2022-06-04 10:28:37.602 | + inc/python:use_library_from_git:247 : local enabled=1 2022-06-04 10:28:37.605 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2022-06-04 10:28:37.607 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,oslo.rootwrap, ]] 2022-06-04 10:28:37.610 | + inc/python:use_library_from_git:249 : return 1 2022-06-04 10:28:37.612 | + lib/libraries:install_libs:114 : _install_lib_from_source oslo.serialization 2022-06-04 10:28:37.614 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.serialization 2022-06-04 10:28:37.617 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.serialization 2022-06-04 10:28:37.619 | + inc/python:use_library_from_git:246 : local name=oslo.serialization 2022-06-04 10:28:37.621 | + inc/python:use_library_from_git:247 : local enabled=1 2022-06-04 10:28:37.624 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2022-06-04 10:28:37.626 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,oslo.serialization, ]] 2022-06-04 10:28:37.628 | + inc/python:use_library_from_git:249 : return 1 2022-06-04 10:28:37.631 | + lib/libraries:install_libs:115 : _install_lib_from_source oslo.service 2022-06-04 10:28:37.633 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.service 2022-06-04 10:28:37.636 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.service 2022-06-04 10:28:37.639 | + inc/python:use_library_from_git:246 : local name=oslo.service 2022-06-04 10:28:37.642 | + inc/python:use_library_from_git:247 : local enabled=1 2022-06-04 10:28:37.645 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2022-06-04 10:28:37.648 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,oslo.service, ]] 2022-06-04 10:28:37.652 | + inc/python:use_library_from_git:249 : return 1 2022-06-04 10:28:37.654 | + lib/libraries:install_libs:116 : _install_lib_from_source oslo.utils 2022-06-04 10:28:37.656 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.utils 2022-06-04 10:28:37.659 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.utils 2022-06-04 10:28:37.661 | + inc/python:use_library_from_git:246 : local name=oslo.utils 2022-06-04 10:28:37.664 | + inc/python:use_library_from_git:247 : local enabled=1 2022-06-04 10:28:37.666 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2022-06-04 10:28:37.668 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,oslo.utils, ]] 2022-06-04 10:28:37.671 | + inc/python:use_library_from_git:249 : return 1 2022-06-04 10:28:37.673 | + lib/libraries:install_libs:117 : _install_lib_from_source oslo.versionedobjects 2022-06-04 10:28:37.675 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.versionedobjects 2022-06-04 10:28:37.678 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.versionedobjects 2022-06-04 10:28:37.680 | + inc/python:use_library_from_git:246 : local name=oslo.versionedobjects 2022-06-04 10:28:37.682 | + inc/python:use_library_from_git:247 : local enabled=1 2022-06-04 10:28:37.685 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2022-06-04 10:28:37.687 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,oslo.versionedobjects, ]] 2022-06-04 10:28:37.689 | + inc/python:use_library_from_git:249 : return 1 2022-06-04 10:28:37.692 | + lib/libraries:install_libs:118 : _install_lib_from_source oslo.vmware 2022-06-04 10:28:37.694 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.vmware 2022-06-04 10:28:37.697 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.vmware 2022-06-04 10:28:37.699 | + inc/python:use_library_from_git:246 : local name=oslo.vmware 2022-06-04 10:28:37.702 | + inc/python:use_library_from_git:247 : local enabled=1 2022-06-04 10:28:37.704 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2022-06-04 10:28:37.707 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,oslo.vmware, ]] 2022-06-04 10:28:37.709 | + inc/python:use_library_from_git:249 : return 1 2022-06-04 10:28:37.711 | + lib/libraries:install_libs:119 : _install_lib_from_source osprofiler 2022-06-04 10:28:37.714 | + lib/libraries:_install_lib_from_source:74 : local name=osprofiler 2022-06-04 10:28:37.717 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git osprofiler 2022-06-04 10:28:37.719 | + inc/python:use_library_from_git:246 : local name=osprofiler 2022-06-04 10:28:37.722 | + inc/python:use_library_from_git:247 : local enabled=1 2022-06-04 10:28:37.724 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2022-06-04 10:28:37.727 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,osprofiler, ]] 2022-06-04 10:28:37.729 | + inc/python:use_library_from_git:249 : return 1 2022-06-04 10:28:37.731 | + lib/libraries:install_libs:120 : _install_lib_from_source pycadf 2022-06-04 10:28:37.734 | + lib/libraries:_install_lib_from_source:74 : local name=pycadf 2022-06-04 10:28:37.736 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git pycadf 2022-06-04 10:28:37.738 | + inc/python:use_library_from_git:246 : local name=pycadf 2022-06-04 10:28:37.741 | + inc/python:use_library_from_git:247 : local enabled=1 2022-06-04 10:28:37.743 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2022-06-04 10:28:37.746 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,pycadf, ]] 2022-06-04 10:28:37.748 | + inc/python:use_library_from_git:249 : return 1 2022-06-04 10:28:37.750 | + lib/libraries:install_libs:121 : _install_lib_from_source stevedore 2022-06-04 10:28:37.753 | + lib/libraries:_install_lib_from_source:74 : local name=stevedore 2022-06-04 10:28:37.755 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git stevedore 2022-06-04 10:28:37.757 | + inc/python:use_library_from_git:246 : local name=stevedore 2022-06-04 10:28:37.760 | + inc/python:use_library_from_git:247 : local enabled=1 2022-06-04 10:28:37.763 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2022-06-04 10:28:37.765 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,stevedore, ]] 2022-06-04 10:28:37.768 | + inc/python:use_library_from_git:249 : return 1 2022-06-04 10:28:37.770 | + lib/libraries:install_libs:122 : _install_lib_from_source taskflow 2022-06-04 10:28:37.772 | + lib/libraries:_install_lib_from_source:74 : local name=taskflow 2022-06-04 10:28:37.775 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git taskflow 2022-06-04 10:28:37.778 | + inc/python:use_library_from_git:246 : local name=taskflow 2022-06-04 10:28:37.780 | + inc/python:use_library_from_git:247 : local enabled=1 2022-06-04 10:28:37.782 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2022-06-04 10:28:37.785 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,taskflow, ]] 2022-06-04 10:28:37.787 | + inc/python:use_library_from_git:249 : return 1 2022-06-04 10:28:37.789 | + lib/libraries:install_libs:123 : _install_lib_from_source tooz 2022-06-04 10:28:37.792 | + lib/libraries:_install_lib_from_source:74 : local name=tooz 2022-06-04 10:28:37.795 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git tooz 2022-06-04 10:28:37.797 | + inc/python:use_library_from_git:246 : local name=tooz 2022-06-04 10:28:37.799 | + inc/python:use_library_from_git:247 : local enabled=1 2022-06-04 10:28:37.802 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2022-06-04 10:28:37.804 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,tooz, ]] 2022-06-04 10:28:37.806 | + inc/python:use_library_from_git:249 : return 1 2022-06-04 10:28:37.809 | + lib/libraries:install_libs:127 : _install_lib_from_source os-brick 2022-06-04 10:28:37.811 | + lib/libraries:_install_lib_from_source:74 : local name=os-brick 2022-06-04 10:28:37.814 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git os-brick 2022-06-04 10:28:37.816 | + inc/python:use_library_from_git:246 : local name=os-brick 2022-06-04 10:28:37.818 | + inc/python:use_library_from_git:247 : local enabled=1 2022-06-04 10:28:37.820 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2022-06-04 10:28:37.823 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,os-brick, ]] 2022-06-04 10:28:37.826 | + inc/python:use_library_from_git:249 : return 1 2022-06-04 10:28:37.828 | + lib/libraries:install_libs:128 : _install_lib_from_source os-resource-classes 2022-06-04 10:28:37.830 | + lib/libraries:_install_lib_from_source:74 : local name=os-resource-classes 2022-06-04 10:28:37.833 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git os-resource-classes 2022-06-04 10:28:37.835 | + inc/python:use_library_from_git:246 : local name=os-resource-classes 2022-06-04 10:28:37.837 | + inc/python:use_library_from_git:247 : local enabled=1 2022-06-04 10:28:37.840 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2022-06-04 10:28:37.843 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,os-resource-classes, ]] 2022-06-04 10:28:37.845 | + inc/python:use_library_from_git:249 : return 1 2022-06-04 10:28:37.847 | + lib/libraries:install_libs:129 : _install_lib_from_source os-traits 2022-06-04 10:28:37.850 | + lib/libraries:_install_lib_from_source:74 : local name=os-traits 2022-06-04 10:28:37.852 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git os-traits 2022-06-04 10:28:37.855 | + inc/python:use_library_from_git:246 : local name=os-traits 2022-06-04 10:28:37.857 | + inc/python:use_library_from_git:247 : local enabled=1 2022-06-04 10:28:37.860 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2022-06-04 10:28:37.862 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,os-traits, ]] 2022-06-04 10:28:37.864 | + inc/python:use_library_from_git:249 : return 1 2022-06-04 10:28:37.867 | + lib/libraries:install_libs:132 : _install_lib_from_source python-barbicanclient 2022-06-04 10:28:37.869 | + lib/libraries:_install_lib_from_source:74 : local name=python-barbicanclient 2022-06-04 10:28:37.871 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git python-barbicanclient 2022-06-04 10:28:37.874 | + inc/python:use_library_from_git:246 : local name=python-barbicanclient 2022-06-04 10:28:37.876 | + inc/python:use_library_from_git:247 : local enabled=1 2022-06-04 10:28:37.879 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2022-06-04 10:28:37.881 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,python-barbicanclient, ]] 2022-06-04 10:28:37.883 | + inc/python:use_library_from_git:249 : return 1 2022-06-04 10:28:37.886 | + lib/libraries:install_libs:139 : pip_install etcd3 2022-06-04 10:28:37.908 | Using python 3.8 to install etcd3 2022-06-04 10:28:37.910 | + inc/python:pip_install:190 : sudo -H LC_ALL=en_US.UTF-8 SETUPTOOLS_USE_DISTUTILS=stdlib http_proxy= https_proxy= no_proxy= PIP_FIND_LINKS= python3.8 -m pip install -c /opt/stack/requirements/upper-constraints.txt etcd3 2022-06-04 10:28:38.762 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-06-04 10:28:38.762 | from cryptography.utils import int_from_bytes 2022-06-04 10:28:38.763 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-06-04 10:28:38.763 | from cryptography.utils import int_from_bytes 2022-06-04 10:28:39.807 | Looking in indexes: http://10.100.0.9:8080/cloudbase/CI/+simple/ 2022-06-04 10:28:39.840 | Requirement already satisfied: etcd3 in /usr/local/lib/python3.8/dist-packages (0.12.0) 2022-06-04 10:28:39.848 | Requirement already satisfied: tenacity>=6.1.0 in /usr/local/lib/python3.8/dist-packages (from etcd3) (6.3.1) 2022-06-04 10:28:39.849 | Requirement already satisfied: grpcio>=1.27.1 in /usr/local/lib/python3.8/dist-packages (from etcd3) (1.46.3) 2022-06-04 10:28:39.850 | Requirement already satisfied: protobuf>=3.6.1 in /usr/local/lib/python3.8/dist-packages (from etcd3) (3.20.1) 2022-06-04 10:28:39.851 | Requirement already satisfied: six>=1.12.0 in /usr/local/lib/python3.8/dist-packages (from etcd3) (1.16.0) 2022-06-04 10:28:42.397 | WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv 2022-06-04 10:28:42.405 | WARNING: You are using pip version 21.3.1; however, version 22.1.2 is available. 2022-06-04 10:28:42.405 | You should consider upgrading via the '/usr/bin/python3.8 -m pip install --upgrade pip' command. 2022-06-04 10:28:42.518 | + inc/python:pip_install:196 : result=0 2022-06-04 10:28:42.520 | + inc/python:pip_install:198 : time_stop pip_install 2022-06-04 10:28:42.522 | + functions-common:time_stop:2426 : local name 2022-06-04 10:28:42.524 | + functions-common:time_stop:2427 : local end_time 2022-06-04 10:28:42.527 | + functions-common:time_stop:2428 : local elapsed_time 2022-06-04 10:28:42.529 | + functions-common:time_stop:2429 : local total 2022-06-04 10:28:42.531 | + functions-common:time_stop:2430 : local start_time 2022-06-04 10:28:42.533 | + functions-common:time_stop:2432 : name=pip_install 2022-06-04 10:28:42.535 | + functions-common:time_stop:2433 : start_time=1654338517902 2022-06-04 10:28:42.537 | + functions-common:time_stop:2435 : [[ -z 1654338517902 ]] 2022-06-04 10:28:42.540 | ++ functions-common:time_stop:2438 : date +%s%3N 2022-06-04 10:28:42.545 | + functions-common:time_stop:2438 : end_time=1654338522542 2022-06-04 10:28:42.547 | + functions-common:time_stop:2439 : elapsed_time=4640 2022-06-04 10:28:42.549 | + functions-common:time_stop:2440 : total=27035 2022-06-04 10:28:42.551 | + functions-common:time_stop:2442 : _TIME_START[$name]= 2022-06-04 10:28:42.553 | + functions-common:time_stop:2443 : _TIME_TOTAL[$name]=31675 2022-06-04 10:28:42.555 | + inc/python:pip_install:199 : return 0 2022-06-04 10:28:42.559 | + lib/libraries:install_libs:140 : pip_install etcd3gw 2022-06-04 10:28:42.581 | Using python 3.8 to install etcd3gw 2022-06-04 10:28:42.583 | + inc/python:pip_install:190 : sudo -H LC_ALL=en_US.UTF-8 SETUPTOOLS_USE_DISTUTILS=stdlib http_proxy= https_proxy= no_proxy= PIP_FIND_LINKS= python3.8 -m pip install -c /opt/stack/requirements/upper-constraints.txt etcd3gw 2022-06-04 10:28:43.451 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-06-04 10:28:43.451 | from cryptography.utils import int_from_bytes 2022-06-04 10:28:43.451 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-06-04 10:28:43.451 | from cryptography.utils import int_from_bytes 2022-06-04 10:28:44.493 | Looking in indexes: http://10.100.0.9:8080/cloudbase/CI/+simple/ 2022-06-04 10:28:44.525 | Requirement already satisfied: etcd3gw in /usr/local/lib/python3.8/dist-packages (1.0.2) 2022-06-04 10:28:44.532 | Requirement already satisfied: futurist>=0.16.0 in /usr/local/lib/python3.8/dist-packages (from etcd3gw) (2.4.1) 2022-06-04 10:28:44.533 | Requirement already satisfied: requests>=2.20.0 in /usr/local/lib/python3.8/dist-packages (from etcd3gw) (2.27.1) 2022-06-04 10:28:44.534 | Requirement already satisfied: pbr>=2.0 in /usr/local/lib/python3.8/dist-packages (from etcd3gw) (5.9.0) 2022-06-04 10:28:44.564 | Requirement already satisfied: idna<4,>=2.5 in /usr/local/lib/python3.8/dist-packages (from requests>=2.20.0->etcd3gw) (3.3) 2022-06-04 10:28:44.565 | Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3/dist-packages (from requests>=2.20.0->etcd3gw) (2019.11.28) 2022-06-04 10:28:44.566 | 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.9) 2022-06-04 10:28:44.568 | 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-06-04 10:28:47.111 | WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv 2022-06-04 10:28:47.117 | WARNING: You are using pip version 21.3.1; however, version 22.1.2 is available. 2022-06-04 10:28:47.118 | You should consider upgrading via the '/usr/bin/python3.8 -m pip install --upgrade pip' command. 2022-06-04 10:28:47.235 | + inc/python:pip_install:196 : result=0 2022-06-04 10:28:47.237 | + inc/python:pip_install:198 : time_stop pip_install 2022-06-04 10:28:47.239 | + functions-common:time_stop:2426 : local name 2022-06-04 10:28:47.242 | + functions-common:time_stop:2427 : local end_time 2022-06-04 10:28:47.244 | + functions-common:time_stop:2428 : local elapsed_time 2022-06-04 10:28:47.247 | + functions-common:time_stop:2429 : local total 2022-06-04 10:28:47.249 | + functions-common:time_stop:2430 : local start_time 2022-06-04 10:28:47.251 | + functions-common:time_stop:2432 : name=pip_install 2022-06-04 10:28:47.253 | + functions-common:time_stop:2433 : start_time=1654338522575 2022-06-04 10:28:47.256 | + functions-common:time_stop:2435 : [[ -z 1654338522575 ]] 2022-06-04 10:28:47.258 | ++ functions-common:time_stop:2438 : date +%s%3N 2022-06-04 10:28:47.263 | + functions-common:time_stop:2438 : end_time=1654338527261 2022-06-04 10:28:47.265 | + functions-common:time_stop:2439 : elapsed_time=4686 2022-06-04 10:28:47.268 | + functions-common:time_stop:2440 : total=31675 2022-06-04 10:28:47.270 | + functions-common:time_stop:2442 : _TIME_START[$name]= 2022-06-04 10:28:47.272 | + functions-common:time_stop:2443 : _TIME_TOTAL[$name]=36361 2022-06-04 10:28:47.274 | + inc/python:pip_install:199 : return 0 2022-06-04 10:28:47.277 | + ./stack.sh:main:873 : install_apache_uwsgi 2022-06-04 10:28:47.279 | + lib/apache:install_apache_uwsgi:85 : local apxs=apxs2 2022-06-04 10:28:47.281 | + lib/apache:install_apache_uwsgi:86 : is_fedora 2022-06-04 10:28:47.284 | + functions-common:is_fedora:520 : [[ -z Ubuntu ]] 2022-06-04 10:28:47.286 | + functions-common:is_fedora:524 : '[' Ubuntu = Fedora ']' 2022-06-04 10:28:47.288 | + functions-common:is_fedora:524 : '[' Ubuntu = 'Red Hat' ']' 2022-06-04 10:28:47.291 | + functions-common:is_fedora:525 : '[' Ubuntu = RedHatEnterpriseServer ']' 2022-06-04 10:28:47.293 | + functions-common:is_fedora:526 : '[' Ubuntu = RedHatEnterprise ']' 2022-06-04 10:28:47.296 | + functions-common:is_fedora:527 : '[' Ubuntu = CentOS ']' 2022-06-04 10:28:47.298 | + functions-common:is_fedora:527 : '[' Ubuntu = CentOSStream ']' 2022-06-04 10:28:47.300 | + functions-common:is_fedora:528 : '[' Ubuntu = AlmaLinux ']' 2022-06-04 10:28:47.303 | + functions-common:is_fedora:529 : '[' Ubuntu = OracleServer ']' 2022-06-04 10:28:47.305 | + functions-common:is_fedora:529 : '[' Ubuntu = Virtuozzo ']' 2022-06-04 10:28:47.309 | + lib/apache:install_apache_uwsgi:90 : is_ubuntu 2022-06-04 10:28:47.311 | + functions-common:is_ubuntu:568 : [[ -z deb ]] 2022-06-04 10:28:47.313 | + functions-common:is_ubuntu:571 : '[' deb = deb ']' 2022-06-04 10:28:47.316 | + lib/apache:install_apache_uwsgi:91 : local 'pkg_list=uwsgi uwsgi-plugin-python3 libapache2-mod-proxy-uwsgi' 2022-06-04 10:28:47.318 | + lib/apache:install_apache_uwsgi:92 : install_package uwsgi uwsgi-plugin-python3 libapache2-mod-proxy-uwsgi 2022-06-04 10:28:47.320 | + functions-common:install_package:1464 : update_package_repo 2022-06-04 10:28:47.324 | + functions-common:update_package_repo:1436 : NO_UPDATE_REPOS=False 2022-06-04 10:28:47.326 | + functions-common:update_package_repo:1437 : REPOS_UPDATED=True 2022-06-04 10:28:47.328 | + functions-common:update_package_repo:1438 : RETRY_UPDATE=False 2022-06-04 10:28:47.331 | + functions-common:update_package_repo:1440 : [[ False = \T\r\u\e ]] 2022-06-04 10:28:47.333 | + functions-common:update_package_repo:1444 : is_ubuntu 2022-06-04 10:28:47.335 | + functions-common:is_ubuntu:568 : [[ -z deb ]] 2022-06-04 10:28:47.338 | + functions-common:is_ubuntu:571 : '[' deb = deb ']' 2022-06-04 10:28:47.340 | + functions-common:update_package_repo:1445 : apt_get_update 2022-06-04 10:28:47.343 | + functions-common:apt_get_update:1190 : [[ True == \T\r\u\e ]] 2022-06-04 10:28:47.345 | + functions-common:apt_get_update:1190 : [[ False != \T\r\u\e ]] 2022-06-04 10:28:47.347 | + functions-common:apt_get_update:1191 : return 2022-06-04 10:28:47.350 | + functions-common:install_package:1465 : real_install_package uwsgi uwsgi-plugin-python3 libapache2-mod-proxy-uwsgi 2022-06-04 10:28:47.352 | + functions-common:real_install_package:1450 : is_ubuntu 2022-06-04 10:28:47.355 | + functions-common:is_ubuntu:568 : [[ -z deb ]] 2022-06-04 10:28:47.358 | + functions-common:is_ubuntu:571 : '[' deb = deb ']' 2022-06-04 10:28:47.360 | + functions-common:real_install_package:1451 : apt_get install uwsgi uwsgi-plugin-python3 libapache2-mod-proxy-uwsgi 2022-06-04 10:28:47.382 | + functions-common:apt_get:1231 : sudo DEBIAN_FRONTEND=noninteractive http_proxy= https_proxy= no_proxy= apt-get --option Dpkg::Options::=--force-confold --assume-yes install uwsgi uwsgi-plugin-python3 libapache2-mod-proxy-uwsgi 2022-06-04 10:28:47.493 | Reading package lists... 2022-06-04 10:28:47.742 | Building dependency tree... 2022-06-04 10:28:47.744 | Reading state information... 2022-06-04 10:28:48.008 | uwsgi is already the newest version (2.0.18-11ubuntu1). 2022-06-04 10:28:48.008 | uwsgi-plugin-python3 is already the newest version (2.0.18-11ubuntu1). 2022-06-04 10:28:48.008 | libapache2-mod-proxy-uwsgi is already the newest version (2.4.41-4ubuntu3.11). 2022-06-04 10:28:48.008 | The following packages were automatically installed and are no longer required: 2022-06-04 10:28:48.009 | apport-symptoms libnetplan0 python3-automat python3-blinker python3-click 2022-06-04 10:28:48.009 | python3-colorama python3-configobj python3-constantly python3-entrypoints 2022-06-04 10:28:48.009 | python3-hamcrest python3-hyperlink python3-incremental python3-jwt 2022-06-04 10:28:48.010 | python3-keyring python3-lazr.uri python3-oauthlib python3-problem-report 2022-06-04 10:28:48.010 | python3-secretstorage python3-twisted-bin python3-wadllib 2022-06-04 10:28:48.010 | python3-zope.interface 2022-06-04 10:28:48.010 | Use 'sudo apt autoremove' to remove them. 2022-06-04 10:28:48.127 | 0 upgraded, 0 newly installed, 0 to remove and 139 not upgraded. 2022-06-04 10:28:48.131 | + functions-common:apt_get:1235 : result=0 2022-06-04 10:28:48.134 | + functions-common:apt_get:1238 : time_stop apt-get 2022-06-04 10:28:48.136 | + functions-common:time_stop:2426 : local name 2022-06-04 10:28:48.139 | + functions-common:time_stop:2427 : local end_time 2022-06-04 10:28:48.141 | + functions-common:time_stop:2428 : local elapsed_time 2022-06-04 10:28:48.143 | + functions-common:time_stop:2429 : local total 2022-06-04 10:28:48.145 | + functions-common:time_stop:2430 : local start_time 2022-06-04 10:28:48.148 | + functions-common:time_stop:2432 : name=apt-get 2022-06-04 10:28:48.150 | + functions-common:time_stop:2433 : start_time=1654338527379 2022-06-04 10:28:48.153 | + functions-common:time_stop:2435 : [[ -z 1654338527379 ]] 2022-06-04 10:28:48.156 | ++ functions-common:time_stop:2438 : date +%s%3N 2022-06-04 10:28:48.160 | + functions-common:time_stop:2438 : end_time=1654338528157 2022-06-04 10:28:48.162 | + functions-common:time_stop:2439 : elapsed_time=778 2022-06-04 10:28:48.164 | + functions-common:time_stop:2440 : total=4640 2022-06-04 10:28:48.167 | + functions-common:time_stop:2442 : _TIME_START[$name]= 2022-06-04 10:28:48.169 | + functions-common:time_stop:2443 : _TIME_TOTAL[$name]=5418 2022-06-04 10:28:48.171 | + functions-common:apt_get:1239 : return 0 2022-06-04 10:28:48.174 | + lib/apache:install_apache_uwsgi:128 : is_ubuntu 2022-06-04 10:28:48.176 | + functions-common:is_ubuntu:568 : [[ -z deb ]] 2022-06-04 10:28:48.178 | + functions-common:is_ubuntu:571 : '[' deb = deb ']' 2022-06-04 10:28:48.181 | + lib/apache:install_apache_uwsgi:130 : sudo a2enmod proxy 2022-06-04 10:28:48.243 | Module proxy already enabled 2022-06-04 10:28:48.247 | + lib/apache:install_apache_uwsgi:131 : sudo a2enmod proxy_uwsgi 2022-06-04 10:28:48.310 | Considering dependency proxy for proxy_uwsgi: 2022-06-04 10:28:48.310 | Module proxy already enabled 2022-06-04 10:28:48.310 | Module proxy_uwsgi already enabled 2022-06-04 10:28:48.314 | + lib/apache:install_apache_uwsgi:137 : restart_apache_server 2022-06-04 10:28:48.316 | + lib/apache:restart_apache_server:250 : restart_service apache2 2022-06-04 10:28:48.319 | + functions-common:restart_service:2310 : '[' -x /bin/systemctl ']' 2022-06-04 10:28:48.321 | + functions-common:restart_service:2311 : sudo /bin/systemctl restart apache2 2022-06-04 10:28:48.464 | + ./stack.sh:main:876 : install_keystoneauth 2022-06-04 10:28:48.467 | + lib/keystone:install_keystoneauth:498 : use_library_from_git keystoneauth 2022-06-04 10:28:48.469 | + inc/python:use_library_from_git:246 : local name=keystoneauth 2022-06-04 10:28:48.472 | + inc/python:use_library_from_git:247 : local enabled=1 2022-06-04 10:28:48.474 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2022-06-04 10:28:48.477 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,keystoneauth, ]] 2022-06-04 10:28:48.479 | + inc/python:use_library_from_git:249 : return 1 2022-06-04 10:28:48.482 | + ./stack.sh:main:877 : install_keystoneclient 2022-06-04 10:28:48.484 | + lib/keystone:install_keystoneclient:506 : use_library_from_git python-keystoneclient 2022-06-04 10:28:48.486 | + inc/python:use_library_from_git:246 : local name=python-keystoneclient 2022-06-04 10:28:48.489 | + inc/python:use_library_from_git:247 : local enabled=1 2022-06-04 10:28:48.491 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2022-06-04 10:28:48.493 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,python-keystoneclient, ]] 2022-06-04 10:28:48.496 | + inc/python:use_library_from_git:249 : return 1 2022-06-04 10:28:48.499 | + ./stack.sh:main:878 : install_glanceclient 2022-06-04 10:28:48.501 | + lib/glance:install_glanceclient:498 : use_library_from_git python-glanceclient 2022-06-04 10:28:48.503 | + inc/python:use_library_from_git:246 : local name=python-glanceclient 2022-06-04 10:28:48.506 | + inc/python:use_library_from_git:247 : local enabled=1 2022-06-04 10:28:48.508 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2022-06-04 10:28:48.511 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,python-glanceclient, ]] 2022-06-04 10:28:48.514 | + inc/python:use_library_from_git:249 : return 1 2022-06-04 10:28:48.516 | + ./stack.sh:main:879 : install_cinderclient 2022-06-04 10:28:48.518 | + lib/cinder:install_cinderclient:484 : use_library_from_git python-brick-cinderclient-ext 2022-06-04 10:28:48.521 | + inc/python:use_library_from_git:246 : local name=python-brick-cinderclient-ext 2022-06-04 10:28:48.523 | + inc/python:use_library_from_git:247 : local enabled=1 2022-06-04 10:28:48.526 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2022-06-04 10:28:48.528 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,python-brick-cinderclient-ext, ]] 2022-06-04 10:28:48.531 | + inc/python:use_library_from_git:249 : return 1 2022-06-04 10:28:48.533 | + lib/cinder:install_cinderclient:489 : use_library_from_git python-cinderclient 2022-06-04 10:28:48.535 | + inc/python:use_library_from_git:246 : local name=python-cinderclient 2022-06-04 10:28:48.538 | + inc/python:use_library_from_git:247 : local enabled=1 2022-06-04 10:28:48.540 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2022-06-04 10:28:48.543 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,python-cinderclient, ]] 2022-06-04 10:28:48.545 | + inc/python:use_library_from_git:249 : return 1 2022-06-04 10:28:48.547 | + ./stack.sh:main:880 : install_novaclient 2022-06-04 10:28:48.550 | + lib/nova:install_novaclient:878 : use_library_from_git python-novaclient 2022-06-04 10:28:48.552 | + inc/python:use_library_from_git:246 : local name=python-novaclient 2022-06-04 10:28:48.555 | + inc/python:use_library_from_git:247 : local enabled=1 2022-06-04 10:28:48.558 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2022-06-04 10:28:48.560 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,python-novaclient, ]] 2022-06-04 10:28:48.562 | + inc/python:use_library_from_git:249 : return 1 2022-06-04 10:28:48.565 | + ./stack.sh:main:881 : is_service_enabled swift glance horizon 2022-06-04 10:28:48.582 | + functions-common:is_service_enabled:2082 : return 0 2022-06-04 10:28:48.585 | + ./stack.sh:main:882 : install_swiftclient 2022-06-04 10:28:48.587 | + lib/swift:install_swiftclient:733 : use_library_from_git python-swiftclient 2022-06-04 10:28:48.590 | + inc/python:use_library_from_git:246 : local name=python-swiftclient 2022-06-04 10:28:48.592 | + inc/python:use_library_from_git:247 : local enabled=1 2022-06-04 10:28:48.595 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2022-06-04 10:28:48.597 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,python-swiftclient, ]] 2022-06-04 10:28:48.600 | + inc/python:use_library_from_git:249 : return 1 2022-06-04 10:28:48.602 | + ./stack.sh:main:884 : is_service_enabled neutron nova horizon 2022-06-04 10:28:48.618 | + functions-common:is_service_enabled:2082 : return 0 2022-06-04 10:28:48.621 | + ./stack.sh:main:885 : install_neutronclient 2022-06-04 10:28:48.624 | + lib/neutron:install_neutronclient:452 : use_library_from_git python-neutronclient 2022-06-04 10:28:48.626 | + inc/python:use_library_from_git:246 : local name=python-neutronclient 2022-06-04 10:28:48.629 | + inc/python:use_library_from_git:247 : local enabled=1 2022-06-04 10:28:48.631 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2022-06-04 10:28:48.633 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,python-neutronclient, ]] 2022-06-04 10:28:48.637 | + inc/python:use_library_from_git:249 : return 1 2022-06-04 10:28:48.639 | + ./stack.sh:main:889 : install_keystonemiddleware 2022-06-04 10:28:48.641 | + lib/keystone:install_keystonemiddleware:516 : use_library_from_git keystonemiddleware 2022-06-04 10:28:48.644 | + inc/python:use_library_from_git:246 : local name=keystonemiddleware 2022-06-04 10:28:48.646 | + inc/python:use_library_from_git:247 : local enabled=1 2022-06-04 10:28:48.649 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2022-06-04 10:28:48.651 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,keystonemiddleware, ]] 2022-06-04 10:28:48.654 | + inc/python:use_library_from_git:249 : return 1 2022-06-04 10:28:48.656 | + lib/keystone:install_keystonemiddleware:521 : pip_install_gr keystonemiddleware 2022-06-04 10:28:48.658 | + inc/python:pip_install_gr:76 : local name=keystonemiddleware 2022-06-04 10:28:48.661 | + inc/python:pip_install_gr:77 : local clean_name 2022-06-04 10:28:48.664 | ++ inc/python:pip_install_gr:78 : get_from_global_requirements keystonemiddleware 2022-06-04 10:28:48.666 | ++ inc/python:get_from_global_requirements:221 : local package=keystonemiddleware 2022-06-04 10:28:48.669 | ++ inc/python:get_from_global_requirements:222 : local required_pkg 2022-06-04 10:28:48.672 | +++ inc/python:get_from_global_requirements:223 : grep -i -h '^keystonemiddleware' /opt/stack/requirements/global-requirements.txt 2022-06-04 10:28:48.673 | +++ inc/python:get_from_global_requirements:223 : cut -d# -f1 2022-06-04 10:28:48.677 | ++ inc/python:get_from_global_requirements:223 : required_pkg='keystonemiddleware ' 2022-06-04 10:28:48.680 | ++ inc/python:get_from_global_requirements:224 : [[ keystonemiddleware == '' ]] 2022-06-04 10:28:48.682 | ++ inc/python:get_from_global_requirements:227 : echo keystonemiddleware 2022-06-04 10:28:48.685 | + inc/python:pip_install_gr:78 : clean_name=keystonemiddleware 2022-06-04 10:28:48.688 | + inc/python:pip_install_gr:79 : pip_install keystonemiddleware 2022-06-04 10:28:48.709 | Using python 3.8 to install keystonemiddleware 2022-06-04 10:28:48.711 | + inc/python:pip_install:190 : sudo -H LC_ALL=en_US.UTF-8 SETUPTOOLS_USE_DISTUTILS=stdlib http_proxy= https_proxy= no_proxy= PIP_FIND_LINKS= python3.8 -m pip install -c /opt/stack/requirements/upper-constraints.txt keystonemiddleware 2022-06-04 10:28:49.567 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-06-04 10:28:49.567 | from cryptography.utils import int_from_bytes 2022-06-04 10:28:49.568 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-06-04 10:28:49.568 | from cryptography.utils import int_from_bytes 2022-06-04 10:28:50.602 | Looking in indexes: http://10.100.0.9:8080/cloudbase/CI/+simple/ 2022-06-04 10:28:50.633 | Requirement already satisfied: keystonemiddleware in /usr/local/lib/python3.8/dist-packages (9.5.0) 2022-06-04 10:28:50.686 | 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-06-04 10:28:50.687 | Requirement already satisfied: oslo.log>=3.36.0 in /usr/local/lib/python3.8/dist-packages (from keystonemiddleware) (5.0.0) 2022-06-04 10:28:50.688 | Requirement already satisfied: requests>=2.14.2 in /usr/local/lib/python3.8/dist-packages (from keystonemiddleware) (2.27.1) 2022-06-04 10:28:50.689 | Requirement already satisfied: WebOb>=1.7.1 in /usr/local/lib/python3.8/dist-packages (from keystonemiddleware) (1.8.7) 2022-06-04 10:28:50.690 | Requirement already satisfied: keystoneauth1>=3.12.0 in /usr/local/lib/python3.8/dist-packages (from keystonemiddleware) (4.6.0) 2022-06-04 10:28:50.691 | Requirement already satisfied: oslo.config>=5.2.0 in /usr/local/lib/python3.8/dist-packages (from keystonemiddleware) (8.8.0) 2022-06-04 10:28:50.692 | Requirement already satisfied: oslo.context>=2.19.2 in /usr/local/lib/python3.8/dist-packages (from keystonemiddleware) (4.1.0) 2022-06-04 10:28:50.693 | Requirement already satisfied: pycadf!=2.0.0,>=1.1.0 in /usr/local/lib/python3.8/dist-packages (from keystonemiddleware) (3.1.1) 2022-06-04 10:28:50.694 | Requirement already satisfied: six>=1.10.0 in /usr/local/lib/python3.8/dist-packages (from keystonemiddleware) (1.16.0) 2022-06-04 10:28:50.695 | Requirement already satisfied: oslo.i18n>=3.15.3 in /usr/local/lib/python3.8/dist-packages (from keystonemiddleware) (5.1.0) 2022-06-04 10:28:50.696 | Requirement already satisfied: oslo.utils>=3.33.0 in /usr/local/lib/python3.8/dist-packages (from keystonemiddleware) (4.13.0) 2022-06-04 10:28:50.698 | Requirement already satisfied: pbr!=2.1.0,>=2.0.0 in /usr/local/lib/python3.8/dist-packages (from keystonemiddleware) (5.9.0) 2022-06-04 10:28:50.699 | Requirement already satisfied: oslo.cache>=1.26.0 in /usr/local/lib/python3.8/dist-packages (from keystonemiddleware) (2.11.0) 2022-06-04 10:28:50.700 | Requirement already satisfied: python-keystoneclient>=3.20.0 in /usr/local/lib/python3.8/dist-packages (from keystonemiddleware) (4.5.0) 2022-06-04 10:28:50.758 | 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-06-04 10:28:50.759 | 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-06-04 10:28:50.761 | 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-06-04 10:28:50.800 | 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-06-04 10:28:50.840 | 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-06-04 10:28:50.842 | 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-06-04 10:28:50.843 | Requirement already satisfied: PyYAML>=5.1 in /usr/local/lib/python3.8/dist-packages (from oslo.config>=5.2.0->keystonemiddleware) (6.0) 2022-06-04 10:28:50.844 | Requirement already satisfied: debtcollector>=1.2.0 in /usr/local/lib/python3.8/dist-packages (from oslo.config>=5.2.0->keystonemiddleware) (2.5.0) 2022-06-04 10:28:50.894 | 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-06-04 10:28:50.898 | 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-06-04 10:28:50.907 | Requirement already satisfied: pytz>=2013.6 in /usr/local/lib/python3.8/dist-packages (from oslo.serialization!=2.19.1,>=2.18.0->keystonemiddleware) (2022.1) 2022-06-04 10:28:50.909 | 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-06-04 10:28:50.923 | 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-06-04 10:28:50.924 | Requirement already satisfied: packaging>=20.4 in /usr/local/lib/python3.8/dist-packages (from oslo.utils>=3.33.0->keystonemiddleware) (21.3) 2022-06-04 10:28:50.925 | Requirement already satisfied: pyparsing>=2.1.0 in /usr/local/lib/python3.8/dist-packages (from oslo.utils>=3.33.0->keystonemiddleware) (3.0.9) 2022-06-04 10:28:50.993 | Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3/dist-packages (from requests>=2.14.2->keystonemiddleware) (2019.11.28) 2022-06-04 10:28:50.996 | 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-06-04 10:28:50.997 | 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.9) 2022-06-04 10:28:51.000 | Requirement already satisfied: idna<4,>=2.5 in /usr/local/lib/python3.8/dist-packages (from requests>=2.14.2->keystonemiddleware) (3.3) 2022-06-04 10:28:51.050 | 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.14.1) 2022-06-04 10:28:51.062 | 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-06-04 10:28:53.530 | WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv 2022-06-04 10:28:53.537 | WARNING: You are using pip version 21.3.1; however, version 22.1.2 is available. 2022-06-04 10:28:53.537 | You should consider upgrading via the '/usr/bin/python3.8 -m pip install --upgrade pip' command. 2022-06-04 10:28:53.659 | + inc/python:pip_install:196 : result=0 2022-06-04 10:28:53.662 | + inc/python:pip_install:198 : time_stop pip_install 2022-06-04 10:28:53.664 | + functions-common:time_stop:2426 : local name 2022-06-04 10:28:53.667 | + functions-common:time_stop:2427 : local end_time 2022-06-04 10:28:53.669 | + functions-common:time_stop:2428 : local elapsed_time 2022-06-04 10:28:53.671 | + functions-common:time_stop:2429 : local total 2022-06-04 10:28:53.673 | + functions-common:time_stop:2430 : local start_time 2022-06-04 10:28:53.675 | + functions-common:time_stop:2432 : name=pip_install 2022-06-04 10:28:53.678 | + functions-common:time_stop:2433 : start_time=1654338528704 2022-06-04 10:28:53.680 | + functions-common:time_stop:2435 : [[ -z 1654338528704 ]] 2022-06-04 10:28:53.683 | ++ functions-common:time_stop:2438 : date +%s%3N 2022-06-04 10:28:53.687 | + functions-common:time_stop:2438 : end_time=1654338533684 2022-06-04 10:28:53.689 | + functions-common:time_stop:2439 : elapsed_time=4980 2022-06-04 10:28:53.691 | + functions-common:time_stop:2440 : total=36361 2022-06-04 10:28:53.693 | + functions-common:time_stop:2442 : _TIME_START[$name]= 2022-06-04 10:28:53.696 | + functions-common:time_stop:2443 : _TIME_TOTAL[$name]=41341 2022-06-04 10:28:53.699 | + inc/python:pip_install:199 : return 0 2022-06-04 10:28:53.701 | + lib/keystone:install_keystonemiddleware:525 : pip_install_gr python-memcached 2022-06-04 10:28:53.703 | + inc/python:pip_install_gr:76 : local name=python-memcached 2022-06-04 10:28:53.706 | + inc/python:pip_install_gr:77 : local clean_name 2022-06-04 10:28:53.709 | ++ inc/python:pip_install_gr:78 : get_from_global_requirements python-memcached 2022-06-04 10:28:53.711 | ++ inc/python:get_from_global_requirements:221 : local package=python-memcached 2022-06-04 10:28:53.714 | ++ inc/python:get_from_global_requirements:222 : local required_pkg 2022-06-04 10:28:53.718 | +++ inc/python:get_from_global_requirements:223 : grep -i -h '^python-memcached' /opt/stack/requirements/global-requirements.txt 2022-06-04 10:28:53.718 | +++ inc/python:get_from_global_requirements:223 : cut -d# -f1 2022-06-04 10:28:53.724 | ++ inc/python:get_from_global_requirements:223 : required_pkg='python-memcached ' 2022-06-04 10:28:53.726 | ++ inc/python:get_from_global_requirements:224 : [[ python-memcached == '' ]] 2022-06-04 10:28:53.729 | ++ inc/python:get_from_global_requirements:227 : echo python-memcached 2022-06-04 10:28:53.732 | + inc/python:pip_install_gr:78 : clean_name=python-memcached 2022-06-04 10:28:53.734 | + inc/python:pip_install_gr:79 : pip_install python-memcached 2022-06-04 10:28:53.757 | Using python 3.8 to install python-memcached 2022-06-04 10:28:53.759 | + inc/python:pip_install:190 : sudo -H LC_ALL=en_US.UTF-8 SETUPTOOLS_USE_DISTUTILS=stdlib http_proxy= https_proxy= no_proxy= PIP_FIND_LINKS= python3.8 -m pip install -c /opt/stack/requirements/upper-constraints.txt python-memcached 2022-06-04 10:28:54.616 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-06-04 10:28:54.616 | from cryptography.utils import int_from_bytes 2022-06-04 10:28:54.616 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-06-04 10:28:54.616 | from cryptography.utils import int_from_bytes 2022-06-04 10:28:55.655 | Looking in indexes: http://10.100.0.9:8080/cloudbase/CI/+simple/ 2022-06-04 10:28:55.688 | Requirement already satisfied: python-memcached in /usr/local/lib/python3.8/dist-packages (1.59) 2022-06-04 10:28:55.691 | Requirement already satisfied: six>=1.4.0 in /usr/local/lib/python3.8/dist-packages (from python-memcached) (1.16.0) 2022-06-04 10:28:58.239 | WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv 2022-06-04 10:28:58.245 | WARNING: You are using pip version 21.3.1; however, version 22.1.2 is available. 2022-06-04 10:28:58.245 | You should consider upgrading via the '/usr/bin/python3.8 -m pip install --upgrade pip' command. 2022-06-04 10:28:58.363 | + inc/python:pip_install:196 : result=0 2022-06-04 10:28:58.365 | + inc/python:pip_install:198 : time_stop pip_install 2022-06-04 10:28:58.367 | + functions-common:time_stop:2426 : local name 2022-06-04 10:28:58.369 | + functions-common:time_stop:2427 : local end_time 2022-06-04 10:28:58.372 | + functions-common:time_stop:2428 : local elapsed_time 2022-06-04 10:28:58.374 | + functions-common:time_stop:2429 : local total 2022-06-04 10:28:58.376 | + functions-common:time_stop:2430 : local start_time 2022-06-04 10:28:58.379 | + functions-common:time_stop:2432 : name=pip_install 2022-06-04 10:28:58.381 | + functions-common:time_stop:2433 : start_time=1654338533751 2022-06-04 10:28:58.383 | + functions-common:time_stop:2435 : [[ -z 1654338533751 ]] 2022-06-04 10:28:58.386 | ++ functions-common:time_stop:2438 : date +%s%3N 2022-06-04 10:28:58.390 | + functions-common:time_stop:2438 : end_time=1654338538388 2022-06-04 10:28:58.392 | + functions-common:time_stop:2439 : elapsed_time=4637 2022-06-04 10:28:58.395 | + functions-common:time_stop:2440 : total=41341 2022-06-04 10:28:58.397 | + functions-common:time_stop:2442 : _TIME_START[$name]= 2022-06-04 10:28:58.399 | + functions-common:time_stop:2443 : _TIME_TOTAL[$name]=45978 2022-06-04 10:28:58.402 | + inc/python:pip_install:199 : return 0 2022-06-04 10:28:58.404 | + ./stack.sh:main:891 : is_service_enabled keystone 2022-06-04 10:28:58.422 | + functions-common:is_service_enabled:2082 : return 0 2022-06-04 10:28:58.425 | + ./stack.sh:main:892 : '[' 10.222.0.66 == 10.222.0.66 ']' 2022-06-04 10:28:58.427 | + ./stack.sh:main:893 : stack_install_service keystone 2022-06-04 10:28:58.430 | + lib/stack:stack_install_service:20 : local service=keystone 2022-06-04 10:28:58.432 | + lib/stack:stack_install_service:21 : type install_keystone 2022-06-04 10:28:58.435 | + lib/stack:stack_install_service:23 : [[ False = True ]] 2022-06-04 10:28:58.437 | + lib/stack:stack_install_service:32 : install_keystone 2022-06-04 10:28:58.439 | + lib/keystone:install_keystone:531 : is_service_enabled ldap 2022-06-04 10:28:58.454 | + functions-common:is_service_enabled:2082 : return 1 2022-06-04 10:28:58.457 | + lib/keystone:install_keystone:535 : git_clone https://opendev.org/openstack/keystone.git /opt/stack/keystone master 2022-06-04 10:28:58.459 | + functions-common:git_clone:597 : local git_remote=https://opendev.org/openstack/keystone.git 2022-06-04 10:28:58.461 | + functions-common:git_clone:598 : local git_dest=/opt/stack/keystone 2022-06-04 10:28:58.464 | + functions-common:git_clone:599 : local git_ref=master 2022-06-04 10:28:58.466 | + functions-common:git_clone:600 : local orig_dir 2022-06-04 10:28:58.469 | ++ functions-common:git_clone:601 : pwd 2022-06-04 10:28:58.471 | + functions-common:git_clone:601 : orig_dir=/home/ubuntu/devstack 2022-06-04 10:28:58.473 | + functions-common:git_clone:602 : local git_clone_flags= 2022-06-04 10:28:58.476 | ++ functions-common:git_clone:604 : trueorfalse False RECLONE 2022-06-04 10:28:58.492 | + functions-common:git_clone:604 : RECLONE=False 2022-06-04 10:28:58.494 | + functions-common:git_clone:605 : [[ 0 -gt 0 ]] 2022-06-04 10:28:58.496 | + functions-common:git_clone:609 : [[ False = \T\r\u\e ]] 2022-06-04 10:28:58.499 | + functions-common:git_clone:618 : echo master 2022-06-04 10:28:58.499 | + functions-common:git_clone:618 : egrep -q '^refs' 2022-06-04 10:28:58.504 | + functions-common:git_clone:632 : [[ ! -d /opt/stack/keystone ]] 2022-06-04 10:28:58.506 | + functions-common:git_clone:640 : [[ False = \T\r\u\e ]] 2022-06-04 10:28:58.508 | + functions-common:git_clone:675 : sudo git config --system --add safe.directory /opt/stack/keystone 2022-06-04 10:28:58.521 | + functions-common:git_clone:678 : cd /opt/stack/keystone 2022-06-04 10:28:58.523 | + functions-common:git_clone:679 : git show --oneline 2022-06-04 10:28:58.524 | + functions-common:git_clone:679 : head -1 2022-06-04 10:28:58.528 | daa8e746b Merge "Fix typo in documentation" 2022-06-04 10:28:58.530 | + functions-common:git_clone:680 : cd /home/ubuntu/devstack 2022-06-04 10:28:58.532 | + lib/keystone:install_keystone:536 : setup_develop /opt/stack/keystone 2022-06-04 10:28:58.535 | + inc/python:setup_develop:334 : local bindep 2022-06-04 10:28:58.537 | + inc/python:setup_develop:335 : [[ /opt/stack/keystone == -bindep* ]] 2022-06-04 10:28:58.539 | + inc/python:setup_develop:339 : local project_dir=/opt/stack/keystone 2022-06-04 10:28:58.542 | + inc/python:setup_develop:340 : local extras= 2022-06-04 10:28:58.544 | + inc/python:setup_develop:341 : _setup_package_with_constraints_edit /opt/stack/keystone -e 2022-06-04 10:28:58.547 | + inc/python:_setup_package_with_constraints_edit:360 : local bindep 2022-06-04 10:28:58.549 | + inc/python:_setup_package_with_constraints_edit:361 : [[ /opt/stack/keystone == -bindep* ]] 2022-06-04 10:28:58.551 | + inc/python:_setup_package_with_constraints_edit:365 : local project_dir=/opt/stack/keystone 2022-06-04 10:28:58.554 | + inc/python:_setup_package_with_constraints_edit:366 : local flags=-e 2022-06-04 10:28:58.556 | + inc/python:_setup_package_with_constraints_edit:367 : local extras= 2022-06-04 10:28:58.559 | ++ inc/python:_setup_package_with_constraints_edit:374 : cd /opt/stack/keystone 2022-06-04 10:28:58.561 | ++ inc/python:_setup_package_with_constraints_edit:374 : pwd 2022-06-04 10:28:58.564 | + inc/python:_setup_package_with_constraints_edit:374 : project_dir=/opt/stack/keystone 2022-06-04 10:28:58.567 | + inc/python:_setup_package_with_constraints_edit:376 : '[' -n /opt/stack/requirements ']' 2022-06-04 10:28:58.569 | + inc/python:_setup_package_with_constraints_edit:380 : local name 2022-06-04 10:28:58.572 | ++ inc/python:_setup_package_with_constraints_edit:381 : awk '/^name.*=/ {print $3}' /opt/stack/keystone/setup.cfg 2022-06-04 10:28:58.577 | + inc/python:_setup_package_with_constraints_edit:381 : name=keystone 2022-06-04 10:28:58.580 | + inc/python:_setup_package_with_constraints_edit:383 : /opt/stack/requirements/.venv/bin/edit-constraints /opt/stack/requirements/upper-constraints.txt -- keystone 2022-06-04 10:28:59.246 | + inc/python:_setup_package_with_constraints_edit:386 : setup_package /opt/stack/keystone -e 2022-06-04 10:28:59.248 | + inc/python:setup_package:414 : local bindep=0 2022-06-04 10:28:59.250 | + inc/python:setup_package:415 : local bindep_flag= 2022-06-04 10:28:59.253 | + inc/python:setup_package:416 : local bindep_profiles= 2022-06-04 10:28:59.255 | + inc/python:setup_package:417 : [[ /opt/stack/keystone == -bindep* ]] 2022-06-04 10:28:59.257 | + inc/python:setup_package:422 : local project_dir=/opt/stack/keystone 2022-06-04 10:28:59.259 | + inc/python:setup_package:423 : local flags=-e 2022-06-04 10:28:59.262 | + inc/python:setup_package:424 : local extras= 2022-06-04 10:28:59.264 | + inc/python:setup_package:428 : [[ -n -e ]] 2022-06-04 10:28:59.266 | + inc/python:setup_package:428 : [[ -z '' ]] 2022-06-04 10:28:59.269 | + inc/python:setup_package:428 : [[ ! -e =~ ^-.* ]] 2022-06-04 10:28:59.271 | + inc/python:setup_package:433 : [[ ! -z '' ]] 2022-06-04 10:28:59.273 | + inc/python:setup_package:438 : [[ 0 == 1 ]] 2022-06-04 10:28:59.275 | + inc/python:setup_package:442 : pip_install -e /opt/stack/keystone 2022-06-04 10:28:59.295 | Using python 3.8 to install /opt/stack/keystone 2022-06-04 10:28:59.298 | + inc/python:pip_install:190 : sudo -H LC_ALL=en_US.UTF-8 SETUPTOOLS_USE_DISTUTILS=stdlib http_proxy= https_proxy= no_proxy= PIP_FIND_LINKS= python3.8 -m pip install -c /opt/stack/requirements/upper-constraints.txt -e /opt/stack/keystone 2022-06-04 10:29:00.156 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-06-04 10:29:00.156 | from cryptography.utils import int_from_bytes 2022-06-04 10:29:00.156 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-06-04 10:29:00.156 | from cryptography.utils import int_from_bytes 2022-06-04 10:29:01.200 | Looking in indexes: http://10.100.0.9:8080/cloudbase/CI/+simple/ 2022-06-04 10:29:01.233 | Obtaining file:///opt/stack/keystone 2022-06-04 10:29:01.233 | Preparing metadata (setup.py): started 2022-06-04 10:29:05.451 | Preparing metadata (setup.py): finished with status 'done' 2022-06-04 10:29:05.529 | Requirement already satisfied: pbr!=2.1.0,>=2.0.0 in /usr/local/lib/python3.8/dist-packages (from keystone==21.1.0.dev19) (5.9.0) 2022-06-04 10:29:05.530 | Requirement already satisfied: WebOb>=1.7.1 in /usr/local/lib/python3.8/dist-packages (from keystone==21.1.0.dev19) (1.8.7) 2022-06-04 10:29:05.531 | Requirement already satisfied: Flask!=0.11,>=1.0.2 in /usr/local/lib/python3.8/dist-packages (from keystone==21.1.0.dev19) (2.1.2) 2022-06-04 10:29:05.532 | Requirement already satisfied: Flask-RESTful>=0.3.5 in /usr/local/lib/python3.8/dist-packages (from keystone==21.1.0.dev19) (0.3.9) 2022-06-04 10:29:05.533 | Requirement already satisfied: cryptography>=2.7 in /usr/local/lib/python3.8/dist-packages (from keystone==21.1.0.dev19) (36.0.2) 2022-06-04 10:29:05.534 | Requirement already satisfied: SQLAlchemy>=1.3.0 in /usr/local/lib/python3.8/dist-packages (from keystone==21.1.0.dev19) (1.4.37) 2022-06-04 10:29:05.535 | Requirement already satisfied: sqlalchemy-migrate>=0.13.0 in /usr/local/lib/python3.8/dist-packages (from keystone==21.1.0.dev19) (0.13.0) 2022-06-04 10:29:05.536 | Requirement already satisfied: stevedore>=1.20.0 in /usr/local/lib/python3.8/dist-packages (from keystone==21.1.0.dev19) (3.5.0) 2022-06-04 10:29:05.538 | Requirement already satisfied: passlib>=1.7.0 in /usr/local/lib/python3.8/dist-packages (from keystone==21.1.0.dev19) (1.7.4) 2022-06-04 10:29:05.539 | Requirement already satisfied: python-keystoneclient>=3.8.0 in /usr/local/lib/python3.8/dist-packages (from keystone==21.1.0.dev19) (4.5.0) 2022-06-04 10:29:05.540 | Requirement already satisfied: keystonemiddleware>=7.0.0 in /usr/local/lib/python3.8/dist-packages (from keystone==21.1.0.dev19) (9.5.0) 2022-06-04 10:29:05.541 | Requirement already satisfied: bcrypt>=3.1.3 in /usr/local/lib/python3.8/dist-packages (from keystone==21.1.0.dev19) (3.2.2) 2022-06-04 10:29:05.543 | Requirement already satisfied: scrypt>=0.8.0 in /usr/local/lib/python3.8/dist-packages (from keystone==21.1.0.dev19) (0.8.20) 2022-06-04 10:29:05.544 | Requirement already satisfied: oslo.cache>=1.26.0 in /usr/local/lib/python3.8/dist-packages (from keystone==21.1.0.dev19) (2.11.0) 2022-06-04 10:29:05.545 | Requirement already satisfied: oslo.config>=6.8.0 in /usr/local/lib/python3.8/dist-packages (from keystone==21.1.0.dev19) (8.8.0) 2022-06-04 10:29:05.546 | Requirement already satisfied: oslo.context>=2.22.0 in /usr/local/lib/python3.8/dist-packages (from keystone==21.1.0.dev19) (4.1.0) 2022-06-04 10:29:05.547 | Requirement already satisfied: oslo.messaging>=5.29.0 in /usr/local/lib/python3.8/dist-packages (from keystone==21.1.0.dev19) (12.14.0) 2022-06-04 10:29:05.548 | Requirement already satisfied: oslo.db>=6.0.0 in /usr/local/lib/python3.8/dist-packages (from keystone==21.1.0.dev19) (11.3.0) 2022-06-04 10:29:05.550 | Requirement already satisfied: oslo.i18n>=3.15.3 in /usr/local/lib/python3.8/dist-packages (from keystone==21.1.0.dev19) (5.1.0) 2022-06-04 10:29:05.551 | Requirement already satisfied: oslo.log>=3.44.0 in /usr/local/lib/python3.8/dist-packages (from keystone==21.1.0.dev19) (5.0.0) 2022-06-04 10:29:05.552 | Requirement already satisfied: oslo.middleware>=3.31.0 in /usr/local/lib/python3.8/dist-packages (from keystone==21.1.0.dev19) (4.5.1) 2022-06-04 10:29:05.553 | Requirement already satisfied: oslo.policy>=3.10.0 in /usr/local/lib/python3.8/dist-packages (from keystone==21.1.0.dev19) (3.12.1) 2022-06-04 10:29:05.554 | Requirement already satisfied: oslo.serialization!=2.19.1,>=2.18.0 in /usr/local/lib/python3.8/dist-packages (from keystone==21.1.0.dev19) (4.3.0) 2022-06-04 10:29:05.555 | Requirement already satisfied: oslo.upgradecheck>=1.3.0 in /usr/local/lib/python3.8/dist-packages (from keystone==21.1.0.dev19) (1.5.0) 2022-06-04 10:29:05.556 | Requirement already satisfied: oslo.utils>=3.33.0 in /usr/local/lib/python3.8/dist-packages (from keystone==21.1.0.dev19) (4.13.0) 2022-06-04 10:29:05.558 | Requirement already satisfied: oauthlib>=0.6.2 in /usr/local/lib/python3.8/dist-packages (from keystone==21.1.0.dev19) (3.2.0) 2022-06-04 10:29:05.559 | Requirement already satisfied: pysaml2>=5.0.0 in /usr/local/lib/python3.8/dist-packages (from keystone==21.1.0.dev19) (7.1.2) 2022-06-04 10:29:05.560 | Requirement already satisfied: PyJWT>=1.6.1 in /usr/local/lib/python3.8/dist-packages (from keystone==21.1.0.dev19) (2.4.0) 2022-06-04 10:29:05.561 | Requirement already satisfied: dogpile.cache>=1.0.2 in /usr/local/lib/python3.8/dist-packages (from keystone==21.1.0.dev19) (1.1.5) 2022-06-04 10:29:05.562 | Requirement already satisfied: jsonschema>=3.2.0 in /usr/lib/python3/dist-packages (from keystone==21.1.0.dev19) (3.2.0) 2022-06-04 10:29:05.563 | Requirement already satisfied: pycadf!=2.0.0,>=1.1.0 in /usr/local/lib/python3.8/dist-packages (from keystone==21.1.0.dev19) (3.1.1) 2022-06-04 10:29:05.564 | Requirement already satisfied: msgpack>=0.5.0 in /usr/local/lib/python3.8/dist-packages (from keystone==21.1.0.dev19) (1.0.3) 2022-06-04 10:29:05.566 | Requirement already satisfied: osprofiler>=1.4.0 in /usr/local/lib/python3.8/dist-packages (from keystone==21.1.0.dev19) (3.4.3) 2022-06-04 10:29:05.566 | Requirement already satisfied: pytz>=2013.6 in /usr/local/lib/python3.8/dist-packages (from keystone==21.1.0.dev19) (2022.1) 2022-06-04 10:29:05.576 | Requirement already satisfied: cffi>=1.1 in /usr/local/lib/python3.8/dist-packages (from bcrypt>=3.1.3->keystone==21.1.0.dev19) (1.15.0) 2022-06-04 10:29:05.621 | Requirement already satisfied: decorator>=4.0.0 in /usr/local/lib/python3.8/dist-packages (from dogpile.cache>=1.0.2->keystone==21.1.0.dev19) (5.1.1) 2022-06-04 10:29:05.637 | Requirement already satisfied: itsdangerous>=2.0 in /usr/local/lib/python3.8/dist-packages (from Flask!=0.11,>=1.0.2->keystone==21.1.0.dev19) (2.1.2) 2022-06-04 10:29:05.639 | Requirement already satisfied: importlib-metadata>=3.6.0 in /usr/local/lib/python3.8/dist-packages (from Flask!=0.11,>=1.0.2->keystone==21.1.0.dev19) (4.11.4) 2022-06-04 10:29:05.640 | Requirement already satisfied: click>=8.0 in /usr/local/lib/python3.8/dist-packages (from Flask!=0.11,>=1.0.2->keystone==21.1.0.dev19) (8.1.3) 2022-06-04 10:29:05.641 | Requirement already satisfied: Werkzeug>=2.0 in /usr/local/lib/python3.8/dist-packages (from Flask!=0.11,>=1.0.2->keystone==21.1.0.dev19) (2.1.2) 2022-06-04 10:29:05.642 | Requirement already satisfied: Jinja2>=3.0 in /usr/local/lib/python3.8/dist-packages (from Flask!=0.11,>=1.0.2->keystone==21.1.0.dev19) (3.1.2) 2022-06-04 10:29:05.652 | Requirement already satisfied: aniso8601>=0.82 in /usr/local/lib/python3.8/dist-packages (from Flask-RESTful>=0.3.5->keystone==21.1.0.dev19) (9.0.1) 2022-06-04 10:29:05.654 | Requirement already satisfied: six>=1.3.0 in /usr/local/lib/python3.8/dist-packages (from Flask-RESTful>=0.3.5->keystone==21.1.0.dev19) (1.16.0) 2022-06-04 10:29:05.717 | Requirement already satisfied: keystoneauth1>=3.12.0 in /usr/local/lib/python3.8/dist-packages (from keystonemiddleware>=7.0.0->keystone==21.1.0.dev19) (4.6.0) 2022-06-04 10:29:05.720 | Requirement already satisfied: requests>=2.14.2 in /usr/local/lib/python3.8/dist-packages (from keystonemiddleware>=7.0.0->keystone==21.1.0.dev19) (2.27.1) 2022-06-04 10:29:05.817 | Requirement already satisfied: rfc3986>=1.2.0 in /usr/local/lib/python3.8/dist-packages (from oslo.config>=6.8.0->keystone==21.1.0.dev19) (1.5.0) 2022-06-04 10:29:05.818 | Requirement already satisfied: netaddr>=0.7.18 in /usr/local/lib/python3.8/dist-packages (from oslo.config>=6.8.0->keystone==21.1.0.dev19) (0.8.0) 2022-06-04 10:29:05.820 | Requirement already satisfied: PyYAML>=5.1 in /usr/local/lib/python3.8/dist-packages (from oslo.config>=6.8.0->keystone==21.1.0.dev19) (6.0) 2022-06-04 10:29:05.821 | Requirement already satisfied: debtcollector>=1.2.0 in /usr/local/lib/python3.8/dist-packages (from oslo.config>=6.8.0->keystone==21.1.0.dev19) (2.5.0) 2022-06-04 10:29:05.877 | Requirement already satisfied: alembic>=0.9.6 in /usr/local/lib/python3.8/dist-packages (from oslo.db>=6.0.0->keystone==21.1.0.dev19) (1.8.0) 2022-06-04 10:29:05.878 | Requirement already satisfied: testresources>=2.0.0 in /usr/local/lib/python3.8/dist-packages (from oslo.db>=6.0.0->keystone==21.1.0.dev19) (2.0.1) 2022-06-04 10:29:05.879 | Requirement already satisfied: testscenarios>=0.4 in /usr/local/lib/python3.8/dist-packages (from oslo.db>=6.0.0->keystone==21.1.0.dev19) (0.5.0) 2022-06-04 10:29:05.930 | Requirement already satisfied: python-dateutil>=2.7.0 in /usr/local/lib/python3.8/dist-packages (from oslo.log>=3.44.0->keystone==21.1.0.dev19) (2.8.2) 2022-06-04 10:29:05.934 | Requirement already satisfied: pyinotify>=0.9.6 in /usr/local/lib/python3.8/dist-packages (from oslo.log>=3.44.0->keystone==21.1.0.dev19) (0.9.6) 2022-06-04 10:29:05.990 | Requirement already satisfied: kombu>=4.6.6 in /usr/local/lib/python3.8/dist-packages (from oslo.messaging>=5.29.0->keystone==21.1.0.dev19) (5.2.4) 2022-06-04 10:29:05.991 | Requirement already satisfied: amqp>=2.5.2 in /usr/local/lib/python3.8/dist-packages (from oslo.messaging>=5.29.0->keystone==21.1.0.dev19) (5.1.1) 2022-06-04 10:29:05.993 | Requirement already satisfied: oslo.metrics>=0.2.1 in /usr/local/lib/python3.8/dist-packages (from oslo.messaging>=5.29.0->keystone==21.1.0.dev19) (0.4.0) 2022-06-04 10:29:05.994 | 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==21.1.0.dev19) (2.8.0) 2022-06-04 10:29:05.995 | Requirement already satisfied: cachetools>=2.0.0 in /usr/local/lib/python3.8/dist-packages (from oslo.messaging>=5.29.0->keystone==21.1.0.dev19) (5.2.0) 2022-06-04 10:29:05.998 | Requirement already satisfied: futurist>=1.2.0 in /usr/local/lib/python3.8/dist-packages (from oslo.messaging>=5.29.0->keystone==21.1.0.dev19) (2.4.1) 2022-06-04 10:29:06.019 | Requirement already satisfied: statsd>=3.2.1 in /usr/local/lib/python3.8/dist-packages (from oslo.middleware>=3.31.0->keystone==21.1.0.dev19) (3.3.0) 2022-06-04 10:29:06.068 | Requirement already satisfied: PrettyTable>=0.7.1 in /usr/local/lib/python3.8/dist-packages (from oslo.upgradecheck>=1.3.0->keystone==21.1.0.dev19) (3.3.0) 2022-06-04 10:29:06.089 | Requirement already satisfied: iso8601>=0.1.11 in /usr/local/lib/python3.8/dist-packages (from oslo.utils>=3.33.0->keystone==21.1.0.dev19) (1.0.2) 2022-06-04 10:29:06.090 | Requirement already satisfied: pyparsing>=2.1.0 in /usr/local/lib/python3.8/dist-packages (from oslo.utils>=3.33.0->keystone==21.1.0.dev19) (3.0.9) 2022-06-04 10:29:06.091 | Requirement already satisfied: netifaces>=0.10.4 in /usr/local/lib/python3.8/dist-packages (from oslo.utils>=3.33.0->keystone==21.1.0.dev19) (0.11.0) 2022-06-04 10:29:06.092 | Requirement already satisfied: packaging>=20.4 in /usr/local/lib/python3.8/dist-packages (from oslo.utils>=3.33.0->keystone==21.1.0.dev19) (21.3) 2022-06-04 10:29:06.140 | Requirement already satisfied: oslo.concurrency>=3.26.0 in /usr/local/lib/python3.8/dist-packages (from osprofiler>=1.4.0->keystone==21.1.0.dev19) (4.5.1) 2022-06-04 10:29:06.285 | Requirement already satisfied: setuptools in /usr/local/lib/python3.8/dist-packages (from pysaml2>=5.0.0->keystone==21.1.0.dev19) (62.3.2) 2022-06-04 10:29:06.286 | Requirement already satisfied: xmlschema>=1.2.1 in /usr/local/lib/python3.8/dist-packages (from pysaml2>=5.0.0->keystone==21.1.0.dev19) (1.11.1) 2022-06-04 10:29:06.287 | Requirement already satisfied: pyOpenSSL in /usr/local/lib/python3.8/dist-packages (from pysaml2>=5.0.0->keystone==21.1.0.dev19) (22.0.0) 2022-06-04 10:29:06.288 | Requirement already satisfied: defusedxml in /usr/local/lib/python3.8/dist-packages (from pysaml2>=5.0.0->keystone==21.1.0.dev19) (0.7.1) 2022-06-04 10:29:06.289 | Requirement already satisfied: importlib-resources in /usr/local/lib/python3.8/dist-packages (from pysaml2>=5.0.0->keystone==21.1.0.dev19) (5.7.1) 2022-06-04 10:29:06.517 | Requirement already satisfied: greenlet!=0.4.17 in /usr/local/lib/python3.8/dist-packages (from SQLAlchemy>=1.3.0->keystone==21.1.0.dev19) (1.1.2) 2022-06-04 10:29:06.538 | Requirement already satisfied: Tempita>=0.4 in /usr/local/lib/python3.8/dist-packages (from sqlalchemy-migrate>=0.13.0->keystone==21.1.0.dev19) (0.5.2) 2022-06-04 10:29:06.540 | Requirement already satisfied: sqlparse in /usr/local/lib/python3.8/dist-packages (from sqlalchemy-migrate>=0.13.0->keystone==21.1.0.dev19) (0.4.2) 2022-06-04 10:29:06.610 | Requirement already satisfied: Mako in /usr/local/lib/python3.8/dist-packages (from alembic>=0.9.6->oslo.db>=6.0.0->keystone==21.1.0.dev19) (1.2.0) 2022-06-04 10:29:06.629 | 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==21.1.0.dev19) (5.0.0) 2022-06-04 10:29:06.688 | Requirement already satisfied: pycparser in /usr/local/lib/python3.8/dist-packages (from cffi>=1.1->bcrypt>=3.1.3->keystone==21.1.0.dev19) (2.21) 2022-06-04 10:29:06.728 | 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==21.1.0.dev19) (1.14.1) 2022-06-04 10:29:06.833 | Requirement already satisfied: zipp>=0.5 in /usr/local/lib/python3.8/dist-packages (from importlib-metadata>=3.6.0->Flask!=0.11,>=1.0.2->keystone==21.1.0.dev19) (3.8.0) 2022-06-04 10:29:06.890 | 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==21.1.0.dev19) (2.1.1) 2022-06-04 10:29:06.963 | 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==21.1.0.dev19) (1.7.0) 2022-06-04 10:29:07.092 | 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==21.1.0.dev19) (0.17.3) 2022-06-04 10:29:07.124 | 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==21.1.0.dev19) (0.14.1) 2022-06-04 10:29:07.164 | 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==21.1.0.dev19) (3.0.0) 2022-06-04 10:29:07.167 | 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==21.1.0.dev19) (2.5.1) 2022-06-04 10:29:07.169 | 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==21.1.0.dev19) (3.5.0) 2022-06-04 10:29:07.170 | 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==21.1.0.dev19) (1.3.5) 2022-06-04 10:29:07.172 | 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==21.1.0.dev19) (2.1.1) 2022-06-04 10:29:07.180 | 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==21.1.0.dev19) (0.33.1) 2022-06-04 10:29:07.236 | Requirement already satisfied: wcwidth in /usr/local/lib/python3.8/dist-packages (from PrettyTable>=0.7.1->oslo.upgradecheck>=1.3.0->keystone==21.1.0.dev19) (0.2.5) 2022-06-04 10:29:07.375 | 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==21.1.0.dev19) (3.3) 2022-06-04 10:29:07.376 | Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3/dist-packages (from requests>=2.14.2->keystonemiddleware>=7.0.0->keystone==21.1.0.dev19) (2019.11.28) 2022-06-04 10:29:07.377 | 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==21.1.0.dev19) (1.26.9) 2022-06-04 10:29:07.380 | 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==21.1.0.dev19) (2.0.12) 2022-06-04 10:29:07.531 | Requirement already satisfied: testtools in /usr/local/lib/python3.8/dist-packages (from testscenarios>=0.4->oslo.db>=6.0.0->keystone==21.1.0.dev19) (2.5.0) 2022-06-04 10:29:07.611 | Requirement already satisfied: elementpath<3.0.0,>=2.5.0 in /usr/local/lib/python3.8/dist-packages (from xmlschema>=1.2.1->pysaml2>=5.0.0->keystone==21.1.0.dev19) (2.5.3) 2022-06-04 10:29:07.860 | 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==21.1.0.dev19) (2.2.1) 2022-06-04 10:29:08.122 | 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==21.1.0.dev19) (0.7) 2022-06-04 10:29:08.157 | 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==21.1.0.dev19) (1.0.0) 2022-06-04 10:29:10.068 | Installing collected packages: keystone 2022-06-04 10:29:10.068 | Attempting uninstall: keystone 2022-06-04 10:29:10.071 | Found existing installation: keystone 21.1.0.dev19 2022-06-04 10:29:10.075 | Can't uninstall 'keystone'. No files were found to uninstall. 2022-06-04 10:29:10.077 | Running setup.py develop for keystone 2022-06-04 10:29:15.429 | Successfully installed keystone 2022-06-04 10:29:15.429 | WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv 2022-06-04 10:29:15.437 | WARNING: You are using pip version 21.3.1; however, version 22.1.2 is available. 2022-06-04 10:29:15.437 | You should consider upgrading via the '/usr/bin/python3.8 -m pip install --upgrade pip' command. 2022-06-04 10:29:15.579 | + inc/python:pip_install:196 : result=0 2022-06-04 10:29:15.581 | + inc/python:pip_install:198 : time_stop pip_install 2022-06-04 10:29:15.583 | + functions-common:time_stop:2426 : local name 2022-06-04 10:29:15.586 | + functions-common:time_stop:2427 : local end_time 2022-06-04 10:29:15.588 | + functions-common:time_stop:2428 : local elapsed_time 2022-06-04 10:29:15.590 | + functions-common:time_stop:2429 : local total 2022-06-04 10:29:15.592 | + functions-common:time_stop:2430 : local start_time 2022-06-04 10:29:15.594 | + functions-common:time_stop:2432 : name=pip_install 2022-06-04 10:29:15.597 | + functions-common:time_stop:2433 : start_time=1654338539290 2022-06-04 10:29:15.599 | + functions-common:time_stop:2435 : [[ -z 1654338539290 ]] 2022-06-04 10:29:15.602 | ++ functions-common:time_stop:2438 : date +%s%3N 2022-06-04 10:29:15.606 | + functions-common:time_stop:2438 : end_time=1654338555604 2022-06-04 10:29:15.608 | + functions-common:time_stop:2439 : elapsed_time=16314 2022-06-04 10:29:15.610 | + functions-common:time_stop:2440 : total=45978 2022-06-04 10:29:15.612 | + functions-common:time_stop:2442 : _TIME_START[$name]= 2022-06-04 10:29:15.614 | + functions-common:time_stop:2443 : _TIME_TOTAL[$name]=62292 2022-06-04 10:29:15.617 | + inc/python:pip_install:199 : return 0 2022-06-04 10:29:15.619 | + inc/python:setup_package:444 : [[ -e == \-\e ]] 2022-06-04 10:29:15.622 | + inc/python:setup_package:445 : safe_chown -R ubuntu /opt/stack/keystone/keystone.egg-info 2022-06-04 10:29:15.624 | + functions-common:safe_chown:2327 : _safe_permission_operation chown -R ubuntu /opt/stack/keystone/keystone.egg-info 2022-06-04 10:29:15.642 | + functions-common:_safe_permission_operation:2175 : sudo chown -R ubuntu /opt/stack/keystone/keystone.egg-info 2022-06-04 10:29:15.654 | + inc/python:_setup_package_with_constraints_edit:390 : use_library_from_git /opt/stack/keystone 2022-06-04 10:29:15.657 | + inc/python:use_library_from_git:246 : local name=/opt/stack/keystone 2022-06-04 10:29:15.659 | + inc/python:use_library_from_git:247 : local enabled=1 2022-06-04 10:29:15.661 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2022-06-04 10:29:15.664 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,/opt/stack/keystone, ]] 2022-06-04 10:29:15.666 | + inc/python:use_library_from_git:249 : return 1 2022-06-04 10:29:15.669 | + lib/keystone:install_keystone:538 : is_service_enabled ldap 2022-06-04 10:29:15.685 | + functions-common:is_service_enabled:2082 : return 1 2022-06-04 10:29:15.687 | + lib/keystone:install_keystone:542 : '[' uwsgi == mod_wsgi ']' 2022-06-04 10:29:15.690 | + lib/stack:stack_install_service:33 : [[ False = True ]] 2022-06-04 10:29:15.692 | + ./stack.sh:main:894 : configure_keystone 2022-06-04 10:29:15.695 | + lib/keystone:configure_keystone:192 : sudo install -d -o ubuntu /etc/keystone 2022-06-04 10:29:15.707 | + 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-06-04 10:29:15.710 | + lib/keystone:configure_keystone:195 : install -m 600 /dev/null /etc/keystone/keystone.conf 2022-06-04 10:29:15.714 | + lib/keystone:configure_keystone:198 : is_service_enabled ldap 2022-06-04 10:29:15.730 | + functions-common:is_service_enabled:2082 : return 1 2022-06-04 10:29:15.733 | + lib/keystone:configure_keystone:202 : iniset /etc/keystone/keystone.conf identity driver sql 2022-06-04 10:29:15.765 | + lib/keystone:configure_keystone:203 : iniset /etc/keystone/keystone.conf identity password_hash_rounds 4 2022-06-04 10:29:15.792 | + lib/keystone:configure_keystone:204 : iniset /etc/keystone/keystone.conf assignment driver sql 2022-06-04 10:29:15.823 | + lib/keystone:configure_keystone:205 : iniset /etc/keystone/keystone.conf role driver sql 2022-06-04 10:29:15.853 | + lib/keystone:configure_keystone:206 : iniset /etc/keystone/keystone.conf resource driver sql 2022-06-04 10:29:15.883 | + lib/keystone:configure_keystone:209 : iniset /etc/keystone/keystone.conf cache enabled True 2022-06-04 10:29:15.913 | + lib/keystone:configure_keystone:210 : iniset /etc/keystone/keystone.conf cache backend dogpile.cache.memcached 2022-06-04 10:29:15.941 | + lib/keystone:configure_keystone:211 : iniset /etc/keystone/keystone.conf cache memcache_servers localhost:11211 2022-06-04 10:29:15.968 | + lib/keystone:configure_keystone:213 : iniset_rpc_backend keystone /etc/keystone/keystone.conf oslo_messaging_notifications 2022-06-04 10:29:15.971 | + lib/rpc_backend:iniset_rpc_backend:157 : local package=keystone 2022-06-04 10:29:15.973 | + lib/rpc_backend:iniset_rpc_backend:158 : local file=/etc/keystone/keystone.conf 2022-06-04 10:29:15.976 | + lib/rpc_backend:iniset_rpc_backend:159 : local section=oslo_messaging_notifications 2022-06-04 10:29:15.979 | + lib/rpc_backend:iniset_rpc_backend:160 : local virtual_host= 2022-06-04 10:29:15.981 | + lib/rpc_backend:iniset_rpc_backend:161 : is_service_enabled rabbit 2022-06-04 10:29:15.997 | + functions-common:is_service_enabled:2082 : return 0 2022-06-04 10:29:16.000 | ++ lib/rpc_backend:iniset_rpc_backend:162 : get_transport_url '' 2022-06-04 10:29:16.002 | ++ lib/rpc_backend:get_transport_url:139 : local virtual_host= 2022-06-04 10:29:16.005 | ++ lib/rpc_backend:get_transport_url:140 : is_service_enabled rabbit 2022-06-04 10:29:16.019 | ++ functions-common:is_service_enabled:2082 : return 0 2022-06-04 10:29:16.022 | ++ lib/rpc_backend:get_transport_url:141 : echo rabbit://stackrabbit:Passw0rd@10.222.0.66:5672/ 2022-06-04 10:29:16.025 | + lib/rpc_backend:iniset_rpc_backend:162 : iniset /etc/keystone/keystone.conf oslo_messaging_notifications transport_url rabbit://stackrabbit:Passw0rd@10.222.0.66:5672/ 2022-06-04 10:29:16.054 | + lib/rpc_backend:iniset_rpc_backend:163 : '[' -n '' ']' 2022-06-04 10:29:16.057 | + lib/rpc_backend:iniset_rpc_backend:166 : '[' -n '' ']' 2022-06-04 10:29:16.060 | + lib/keystone:configure_keystone:215 : local service_port=5000 2022-06-04 10:29:16.062 | + lib/keystone:configure_keystone:217 : is_service_enabled tls-proxy 2022-06-04 10:29:16.078 | + functions-common:is_service_enabled:2082 : return 1 2022-06-04 10:29:16.080 | + lib/keystone:configure_keystone:226 : iniset /etc/keystone/keystone.conf DEFAULT public_endpoint http://10.222.0.66/identity 2022-06-04 10:29:16.110 | + lib/keystone:configure_keystone:228 : [[ fernet != '' ]] 2022-06-04 10:29:16.113 | + lib/keystone:configure_keystone:229 : iniset /etc/keystone/keystone.conf token provider fernet 2022-06-04 10:29:16.144 | ++ lib/keystone:configure_keystone:232 : database_connection_url keystone 2022-06-04 10:29:16.146 | ++ lib/database:database_connection_url:134 : local db=keystone 2022-06-04 10:29:16.149 | ++ lib/database:database_connection_url:135 : database_connection_url_mysql keystone 2022-06-04 10:29:16.151 | ++ lib/databases/mysql:database_connection_url_mysql:224 : local db=keystone 2022-06-04 10:29:16.153 | ++ lib/databases/mysql:database_connection_url_mysql:225 : local plugin 2022-06-04 10:29:16.156 | ++ lib/databases/mysql:database_connection_url_mysql:229 : [[ True == \T\r\u\e ]] 2022-06-04 10:29:16.158 | ++ lib/databases/mysql:database_connection_url_mysql:230 : is_service_enabled mysql 2022-06-04 10:29:16.175 | ++ functions-common:is_service_enabled:2082 : return 0 2022-06-04 10:29:16.177 | ++ lib/databases/mysql:database_connection_url_mysql:231 : plugin='&plugin=dbcounter' 2022-06-04 10:29:16.179 | ++ lib/databases/mysql:database_connection_url_mysql:235 : echo 'mysql+pymysql://root:Passw0rd@127.0.0.1/keystone?charset=utf8&plugin=dbcounter' 2022-06-04 10:29:16.183 | + lib/keystone:configure_keystone:232 : iniset /etc/keystone/keystone.conf database connection 'mysql+pymysql://root:Passw0rd@127.0.0.1/keystone?charset=utf8&plugin=dbcounter' 2022-06-04 10:29:16.214 | + lib/keystone:configure_keystone:235 : '[' False '!=' False ']' 2022-06-04 10:29:16.215 | + lib/keystone:configure_keystone:240 : setup_logging /etc/keystone/keystone.conf 2022-06-04 10:29:16.218 | + functions:setup_logging:674 : setup_systemd_logging /etc/keystone/keystone.conf 2022-06-04 10:29:16.220 | + functions:setup_systemd_logging:689 : local conf_file=/etc/keystone/keystone.conf 2022-06-04 10:29:16.223 | ++ functions:setup_systemd_logging:694 : trueorfalse False USE_JOURNAL 2022-06-04 10:29:16.240 | + functions:setup_systemd_logging:694 : USE_JOURNAL=False 2022-06-04 10:29:16.242 | + functions:setup_systemd_logging:695 : local pidstr= 2022-06-04 10:29:16.245 | + functions:setup_systemd_logging:696 : [[ False == \T\r\u\e ]] 2022-06-04 10:29:16.248 | + functions:setup_systemd_logging:700 : pidstr='(pid=%(process)d) ' 2022-06-04 10:29:16.250 | + 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-06-04 10:29:16.278 | + 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-06-04 10:29:16.305 | + 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-06-04 10:29:16.333 | + functions:setup_systemd_logging:706 : iniset /etc/keystone/keystone.conf DEFAULT logging_exception_prefix 'ERROR %(name)s %(instance)s' 2022-06-04 10:29:16.362 | + lib/keystone:configure_keystone:242 : iniset /etc/keystone/keystone.conf DEFAULT debug True 2022-06-04 10:29:16.389 | + lib/keystone:configure_keystone:244 : '[' uwsgi == mod_wsgi ']' 2022-06-04 10:29:16.392 | + lib/keystone:configure_keystone:248 : write_uwsgi_config /etc/keystone/keystone-uwsgi-public.ini /usr/local/bin/keystone-wsgi-public /identity 2022-06-04 10:29:16.394 | + lib/apache:write_uwsgi_config:254 : local file=/etc/keystone/keystone-uwsgi-public.ini 2022-06-04 10:29:16.396 | + lib/apache:write_uwsgi_config:255 : local wsgi=/usr/local/bin/keystone-wsgi-public 2022-06-04 10:29:16.398 | + lib/apache:write_uwsgi_config:256 : local url=/identity 2022-06-04 10:29:16.401 | + lib/apache:write_uwsgi_config:257 : local http= 2022-06-04 10:29:16.404 | + lib/apache:write_uwsgi_config:258 : local name= 2022-06-04 10:29:16.407 | ++ lib/apache:write_uwsgi_config:259 : basename /usr/local/bin/keystone-wsgi-public 2022-06-04 10:29:16.411 | + lib/apache:write_uwsgi_config:259 : name=keystone-wsgi-public 2022-06-04 10:29:16.413 | + lib/apache:write_uwsgi_config:263 : local socket_dir=/var/run/uwsgi 2022-06-04 10:29:16.415 | + lib/apache:write_uwsgi_config:267 : sudo mkdir -p /etc/tmpfiles.d/ 2022-06-04 10:29:16.428 | + lib/apache:write_uwsgi_config:268 : echo 'd /var/run/uwsgi 0755 ubuntu root' 2022-06-04 10:29:16.429 | + lib/apache:write_uwsgi_config:268 : sudo tee /etc/tmpfiles.d/uwsgi.conf 2022-06-04 10:29:16.437 | d /var/run/uwsgi 0755 ubuntu root 2022-06-04 10:29:16.441 | + lib/apache:write_uwsgi_config:269 : sudo systemd-tmpfiles --create /etc/tmpfiles.d/uwsgi.conf 2022-06-04 10:29:16.456 | + lib/apache:write_uwsgi_config:271 : local socket=/var/run/uwsgi/keystone-wsgi-public.socket 2022-06-04 10:29:16.458 | + lib/apache:write_uwsgi_config:274 : rm -rf /etc/keystone/keystone-uwsgi-public.ini 2022-06-04 10:29:16.462 | + lib/apache:write_uwsgi_config:275 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi wsgi-file /usr/local/bin/keystone-wsgi-public 2022-06-04 10:29:16.492 | + lib/apache:write_uwsgi_config:276 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi processes 2 2022-06-04 10:29:16.519 | + lib/apache:write_uwsgi_config:278 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi master true 2022-06-04 10:29:16.547 | + lib/apache:write_uwsgi_config:280 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi die-on-term true 2022-06-04 10:29:16.574 | + lib/apache:write_uwsgi_config:281 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi exit-on-reload false 2022-06-04 10:29:16.602 | + lib/apache:write_uwsgi_config:284 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi worker-reload-mercy 90 2022-06-04 10:29:16.630 | + lib/apache:write_uwsgi_config:285 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi enable-threads true 2022-06-04 10:29:16.658 | + lib/apache:write_uwsgi_config:286 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi plugins http,python3 2022-06-04 10:29:16.686 | + lib/apache:write_uwsgi_config:288 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi thunder-lock true 2022-06-04 10:29:16.714 | + lib/apache:write_uwsgi_config:290 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi hook-master-start 'unix_signal:15 gracefully_kill_them_all' 2022-06-04 10:29:16.741 | + lib/apache:write_uwsgi_config:292 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi buffer-size 65535 2022-06-04 10:29:16.769 | + lib/apache:write_uwsgi_config:294 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi add-header 'Connection: close' 2022-06-04 10:29:16.796 | + lib/apache:write_uwsgi_config:296 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi lazy-apps true 2022-06-04 10:29:16.824 | + lib/apache:write_uwsgi_config:299 : [[ -n '' ]] 2022-06-04 10:29:16.826 | + lib/apache:write_uwsgi_config:302 : local apache_conf= 2022-06-04 10:29:16.830 | ++ lib/apache:write_uwsgi_config:303 : apache_site_config_for keystone-wsgi-public 2022-06-04 10:29:16.832 | ++ lib/apache:apache_site_config_for:186 : local site=keystone-wsgi-public 2022-06-04 10:29:16.834 | ++ lib/apache:apache_site_config_for:187 : is_ubuntu 2022-06-04 10:29:16.837 | ++ functions-common:is_ubuntu:568 : [[ -z deb ]] 2022-06-04 10:29:16.840 | ++ functions-common:is_ubuntu:571 : '[' deb = deb ']' 2022-06-04 10:29:16.842 | ++ lib/apache:apache_site_config_for:189 : echo /etc/apache2/sites-available/keystone-wsgi-public.conf 2022-06-04 10:29:16.845 | + lib/apache:write_uwsgi_config:303 : apache_conf=/etc/apache2/sites-available/keystone-wsgi-public.conf 2022-06-04 10:29:16.847 | + lib/apache:write_uwsgi_config:304 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi socket /var/run/uwsgi/keystone-wsgi-public.socket 2022-06-04 10:29:16.874 | + lib/apache:write_uwsgi_config:305 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi chmod-socket 666 2022-06-04 10:29:16.903 | + lib/apache:write_uwsgi_config:306 : sudo tee -a /etc/apache2/sites-available/keystone-wsgi-public.conf 2022-06-04 10:29:16.903 | + lib/apache:write_uwsgi_config:306 : echo 'ProxyPass "/identity" "unix:/var/run/uwsgi/keystone-wsgi-public.socket|uwsgi://uwsgi-uds-keystone-wsgi-public" retry=0 ' 2022-06-04 10:29:16.912 | ProxyPass "/identity" "unix:/var/run/uwsgi/keystone-wsgi-public.socket|uwsgi://uwsgi-uds-keystone-wsgi-public" retry=0 2022-06-04 10:29:16.915 | + lib/apache:write_uwsgi_config:307 : enable_apache_site keystone-wsgi-public 2022-06-04 10:29:16.917 | + lib/apache:enable_apache_site:203 : local site=keystone-wsgi-public 2022-06-04 10:29:16.920 | + lib/apache:enable_apache_site:205 : enable_apache_mod version 2022-06-04 10:29:16.922 | + lib/apache:enable_apache_mod:59 : local mod=version 2022-06-04 10:29:16.924 | + lib/apache:enable_apache_mod:61 : is_ubuntu 2022-06-04 10:29:16.927 | + functions-common:is_ubuntu:568 : [[ -z deb ]] 2022-06-04 10:29:16.929 | + functions-common:is_ubuntu:571 : '[' deb = deb ']' 2022-06-04 10:29:16.931 | + lib/apache:enable_apache_mod:64 : [[ version != \v\e\r\s\i\o\n ]] 2022-06-04 10:29:16.933 | + lib/apache:enable_apache_site:206 : is_ubuntu 2022-06-04 10:29:16.936 | + functions-common:is_ubuntu:568 : [[ -z deb ]] 2022-06-04 10:29:16.938 | + functions-common:is_ubuntu:571 : '[' deb = deb ']' 2022-06-04 10:29:16.940 | + lib/apache:enable_apache_site:207 : sudo a2ensite keystone-wsgi-public 2022-06-04 10:29:17.003 | Site keystone-wsgi-public already enabled 2022-06-04 10:29:17.007 | + lib/apache:write_uwsgi_config:308 : restart_apache_server 2022-06-04 10:29:17.010 | + lib/apache:restart_apache_server:250 : restart_service apache2 2022-06-04 10:29:17.013 | + functions-common:restart_service:2310 : '[' -x /bin/systemctl ']' 2022-06-04 10:29:17.015 | + functions-common:restart_service:2311 : sudo /bin/systemctl restart apache2 2022-06-04 10:29:17.154 | + lib/keystone:configure_keystone:251 : iniset /etc/keystone/keystone.conf DEFAULT max_token_size 16384 2022-06-04 10:29:17.186 | + lib/keystone:configure_keystone:253 : iniset /etc/keystone/keystone.conf fernet_tokens key_repository /etc/keystone/fernet-keys/ 2022-06-04 10:29:17.218 | + lib/keystone:configure_keystone:255 : iniset /etc/keystone/keystone.conf credential key_repository /etc/keystone/credential-keys/ 2022-06-04 10:29:17.252 | + lib/keystone:configure_keystone:263 : [[ True = True ]] 2022-06-04 10:29:17.254 | + lib/keystone:configure_keystone:264 : iniset /etc/keystone/keystone.conf security_compliance lockout_failure_attempts 2 2022-06-04 10:29:17.285 | + lib/keystone:configure_keystone:265 : iniset /etc/keystone/keystone.conf security_compliance lockout_duration 10 2022-06-04 10:29:17.313 | + lib/keystone:configure_keystone:266 : iniset /etc/keystone/keystone.conf security_compliance unique_last_password_count 2 2022-06-04 10:29:17.342 | + lib/keystone:configure_keystone:268 : [[ False == True ]] 2022-06-04 10:29:17.345 | + lib/keystone:configure_keystone:268 : [[ False == True ]] 2022-06-04 10:29:17.347 | + ./stack.sh:main:898 : is_service_enabled swift 2022-06-04 10:29:17.365 | + functions-common:is_service_enabled:2082 : return 0 2022-06-04 10:29:17.367 | + ./stack.sh:main:899 : is_service_enabled ceilometer 2022-06-04 10:29:17.385 | + functions-common:is_service_enabled:2082 : return 1 2022-06-04 10:29:17.387 | + ./stack.sh:main:902 : stack_install_service swift 2022-06-04 10:29:17.390 | + lib/stack:stack_install_service:20 : local service=swift 2022-06-04 10:29:17.392 | + lib/stack:stack_install_service:21 : type install_swift 2022-06-04 10:29:17.394 | + lib/stack:stack_install_service:23 : [[ False = True ]] 2022-06-04 10:29:17.397 | + lib/stack:stack_install_service:32 : install_swift 2022-06-04 10:29:17.399 | + lib/swift:install_swift:723 : git_clone https://opendev.org/openstack/swift.git /opt/stack/swift master 2022-06-04 10:29:17.402 | + functions-common:git_clone:597 : local git_remote=https://opendev.org/openstack/swift.git 2022-06-04 10:29:17.404 | + functions-common:git_clone:598 : local git_dest=/opt/stack/swift 2022-06-04 10:29:17.406 | + functions-common:git_clone:599 : local git_ref=master 2022-06-04 10:29:17.408 | + functions-common:git_clone:600 : local orig_dir 2022-06-04 10:29:17.411 | ++ functions-common:git_clone:601 : pwd 2022-06-04 10:29:17.414 | + functions-common:git_clone:601 : orig_dir=/home/ubuntu/devstack 2022-06-04 10:29:17.417 | + functions-common:git_clone:602 : local git_clone_flags= 2022-06-04 10:29:17.419 | ++ functions-common:git_clone:604 : trueorfalse False RECLONE 2022-06-04 10:29:17.436 | + functions-common:git_clone:604 : RECLONE=False 2022-06-04 10:29:17.438 | + functions-common:git_clone:605 : [[ 0 -gt 0 ]] 2022-06-04 10:29:17.441 | + functions-common:git_clone:609 : [[ False = \T\r\u\e ]] 2022-06-04 10:29:17.443 | + functions-common:git_clone:618 : echo master 2022-06-04 10:29:17.444 | + functions-common:git_clone:618 : egrep -q '^refs' 2022-06-04 10:29:17.449 | + functions-common:git_clone:632 : [[ ! -d /opt/stack/swift ]] 2022-06-04 10:29:17.451 | + functions-common:git_clone:640 : [[ False = \T\r\u\e ]] 2022-06-04 10:29:17.453 | + functions-common:git_clone:675 : sudo git config --system --add safe.directory /opt/stack/swift 2022-06-04 10:29:17.466 | + functions-common:git_clone:678 : cd /opt/stack/swift 2022-06-04 10:29:17.469 | + functions-common:git_clone:679 : git show --oneline 2022-06-04 10:29:17.469 | + functions-common:git_clone:679 : head -1 2022-06-04 10:29:17.473 | 2ed6e08f9 Merge "s3api tests: allow AWS credential file loading" 2022-06-04 10:29:17.475 | + functions-common:git_clone:680 : cd /home/ubuntu/devstack 2022-06-04 10:29:17.478 | + lib/swift:install_swift:726 : setup_develop /opt/stack/swift keystone 2022-06-04 10:29:17.481 | + inc/python:setup_develop:334 : local bindep 2022-06-04 10:29:17.484 | + inc/python:setup_develop:335 : [[ /opt/stack/swift == -bindep* ]] 2022-06-04 10:29:17.486 | + inc/python:setup_develop:339 : local project_dir=/opt/stack/swift 2022-06-04 10:29:17.488 | + inc/python:setup_develop:340 : local extras=keystone 2022-06-04 10:29:17.491 | + inc/python:setup_develop:341 : _setup_package_with_constraints_edit /opt/stack/swift -e keystone 2022-06-04 10:29:17.493 | + inc/python:_setup_package_with_constraints_edit:360 : local bindep 2022-06-04 10:29:17.496 | + inc/python:_setup_package_with_constraints_edit:361 : [[ /opt/stack/swift == -bindep* ]] 2022-06-04 10:29:17.499 | + inc/python:_setup_package_with_constraints_edit:365 : local project_dir=/opt/stack/swift 2022-06-04 10:29:17.501 | + inc/python:_setup_package_with_constraints_edit:366 : local flags=-e 2022-06-04 10:29:17.503 | + inc/python:_setup_package_with_constraints_edit:367 : local extras=keystone 2022-06-04 10:29:17.506 | ++ inc/python:_setup_package_with_constraints_edit:374 : cd /opt/stack/swift 2022-06-04 10:29:17.509 | ++ inc/python:_setup_package_with_constraints_edit:374 : pwd 2022-06-04 10:29:17.511 | + inc/python:_setup_package_with_constraints_edit:374 : project_dir=/opt/stack/swift 2022-06-04 10:29:17.514 | + inc/python:_setup_package_with_constraints_edit:376 : '[' -n /opt/stack/requirements ']' 2022-06-04 10:29:17.516 | + inc/python:_setup_package_with_constraints_edit:380 : local name 2022-06-04 10:29:17.519 | ++ inc/python:_setup_package_with_constraints_edit:381 : awk '/^name.*=/ {print $3}' /opt/stack/swift/setup.cfg 2022-06-04 10:29:17.525 | + inc/python:_setup_package_with_constraints_edit:381 : name=swift 2022-06-04 10:29:17.527 | + inc/python:_setup_package_with_constraints_edit:383 : /opt/stack/requirements/.venv/bin/edit-constraints /opt/stack/requirements/upper-constraints.txt -- swift 2022-06-04 10:29:18.166 | + inc/python:_setup_package_with_constraints_edit:386 : setup_package /opt/stack/swift -e keystone 2022-06-04 10:29:18.168 | + inc/python:setup_package:414 : local bindep=0 2022-06-04 10:29:18.170 | + inc/python:setup_package:415 : local bindep_flag= 2022-06-04 10:29:18.173 | + inc/python:setup_package:416 : local bindep_profiles= 2022-06-04 10:29:18.175 | + inc/python:setup_package:417 : [[ /opt/stack/swift == -bindep* ]] 2022-06-04 10:29:18.177 | + inc/python:setup_package:422 : local project_dir=/opt/stack/swift 2022-06-04 10:29:18.180 | + inc/python:setup_package:423 : local flags=-e 2022-06-04 10:29:18.182 | + inc/python:setup_package:424 : local extras=keystone 2022-06-04 10:29:18.184 | + inc/python:setup_package:428 : [[ -n -e ]] 2022-06-04 10:29:18.187 | + inc/python:setup_package:428 : [[ -z keystone ]] 2022-06-04 10:29:18.189 | + inc/python:setup_package:433 : [[ ! -z keystone ]] 2022-06-04 10:29:18.191 | + inc/python:setup_package:434 : extras='[keystone]' 2022-06-04 10:29:18.194 | + inc/python:setup_package:438 : [[ 0 == 1 ]] 2022-06-04 10:29:18.196 | + inc/python:setup_package:442 : pip_install -e '/opt/stack/swift[keystone]' 2022-06-04 10:29:18.218 | Using python 3.8 to install /opt/stack/swift 2022-06-04 10:29:18.220 | + inc/python:pip_install:190 : sudo -H LC_ALL=en_US.UTF-8 SETUPTOOLS_USE_DISTUTILS=stdlib http_proxy= https_proxy= no_proxy= PIP_FIND_LINKS= python3.8 -m pip install -c /opt/stack/requirements/upper-constraints.txt -e '/opt/stack/swift[keystone]' 2022-06-04 10:29:19.074 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-06-04 10:29:19.074 | from cryptography.utils import int_from_bytes 2022-06-04 10:29:19.074 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-06-04 10:29:19.074 | from cryptography.utils import int_from_bytes 2022-06-04 10:29:20.119 | Looking in indexes: http://10.100.0.9:8080/cloudbase/CI/+simple/ 2022-06-04 10:29:20.152 | Obtaining file:///opt/stack/swift 2022-06-04 10:29:20.153 | Preparing metadata (setup.py): started 2022-06-04 10:29:24.215 | Preparing metadata (setup.py): finished with status 'done' 2022-06-04 10:29:24.257 | Requirement already satisfied: eventlet>=0.25.0 in /usr/local/lib/python3.8/dist-packages (from swift==2.30.0.dev76) (0.33.1) 2022-06-04 10:29:24.258 | Requirement already satisfied: greenlet>=0.3.2 in /usr/local/lib/python3.8/dist-packages (from swift==2.30.0.dev76) (1.1.2) 2022-06-04 10:29:24.259 | Requirement already satisfied: netifaces!=0.10.0,!=0.10.1,>=0.8 in /usr/local/lib/python3.8/dist-packages (from swift==2.30.0.dev76) (0.11.0) 2022-06-04 10:29:24.261 | Requirement already satisfied: PasteDeploy>=2.0.0 in /usr/local/lib/python3.8/dist-packages (from swift==2.30.0.dev76) (2.1.1) 2022-06-04 10:29:24.262 | Requirement already satisfied: lxml>=3.4.1 in /usr/local/lib/python3.8/dist-packages (from swift==2.30.0.dev76) (4.9.0) 2022-06-04 10:29:24.263 | Requirement already satisfied: requests>=2.14.2 in /usr/local/lib/python3.8/dist-packages (from swift==2.30.0.dev76) (2.27.1) 2022-06-04 10:29:24.264 | Requirement already satisfied: six>=1.10.0 in /usr/local/lib/python3.8/dist-packages (from swift==2.30.0.dev76) (1.16.0) 2022-06-04 10:29:24.265 | Requirement already satisfied: xattr>=0.4 in /usr/local/lib/python3.8/dist-packages (from swift==2.30.0.dev76) (0.9.9) 2022-06-04 10:29:24.266 | Requirement already satisfied: PyECLib>=1.3.1 in /usr/local/lib/python3.8/dist-packages (from swift==2.30.0.dev76) (1.6.1) 2022-06-04 10:29:24.267 | Requirement already satisfied: cryptography>=2.0.2 in /usr/local/lib/python3.8/dist-packages (from swift==2.30.0.dev76) (36.0.2) 2022-06-04 10:29:24.268 | Requirement already satisfied: keystonemiddleware>=4.17.0 in /usr/local/lib/python3.8/dist-packages (from swift==2.30.0.dev76) (9.5.0) 2022-06-04 10:29:24.305 | Requirement already satisfied: cffi>=1.12 in /usr/local/lib/python3.8/dist-packages (from cryptography>=2.0.2->swift==2.30.0.dev76) (1.15.0) 2022-06-04 10:29:24.314 | Requirement already satisfied: dnspython>=1.15.0 in /usr/local/lib/python3.8/dist-packages (from eventlet>=0.25.0->swift==2.30.0.dev76) (2.2.1) 2022-06-04 10:29:24.372 | Requirement already satisfied: oslo.log>=3.36.0 in /usr/local/lib/python3.8/dist-packages (from keystonemiddleware>=4.17.0->swift==2.30.0.dev76) (5.0.0) 2022-06-04 10:29:24.373 | 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.30.0.dev76) (4.3.0) 2022-06-04 10:29:24.374 | Requirement already satisfied: oslo.i18n>=3.15.3 in /usr/local/lib/python3.8/dist-packages (from keystonemiddleware>=4.17.0->swift==2.30.0.dev76) (5.1.0) 2022-06-04 10:29:24.376 | Requirement already satisfied: oslo.utils>=3.33.0 in /usr/local/lib/python3.8/dist-packages (from keystonemiddleware>=4.17.0->swift==2.30.0.dev76) (4.13.0) 2022-06-04 10:29:24.377 | Requirement already satisfied: oslo.context>=2.19.2 in /usr/local/lib/python3.8/dist-packages (from keystonemiddleware>=4.17.0->swift==2.30.0.dev76) (4.1.0) 2022-06-04 10:29:24.378 | Requirement already satisfied: keystoneauth1>=3.12.0 in /usr/local/lib/python3.8/dist-packages (from keystonemiddleware>=4.17.0->swift==2.30.0.dev76) (4.6.0) 2022-06-04 10:29:24.379 | Requirement already satisfied: oslo.cache>=1.26.0 in /usr/local/lib/python3.8/dist-packages (from keystonemiddleware>=4.17.0->swift==2.30.0.dev76) (2.11.0) 2022-06-04 10:29:24.381 | Requirement already satisfied: python-keystoneclient>=3.20.0 in /usr/local/lib/python3.8/dist-packages (from keystonemiddleware>=4.17.0->swift==2.30.0.dev76) (4.5.0) 2022-06-04 10:29:24.382 | 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.30.0.dev76) (5.9.0) 2022-06-04 10:29:24.383 | Requirement already satisfied: WebOb>=1.7.1 in /usr/local/lib/python3.8/dist-packages (from keystonemiddleware>=4.17.0->swift==2.30.0.dev76) (1.8.7) 2022-06-04 10:29:24.384 | Requirement already satisfied: oslo.config>=5.2.0 in /usr/local/lib/python3.8/dist-packages (from keystonemiddleware>=4.17.0->swift==2.30.0.dev76) (8.8.0) 2022-06-04 10:29:24.385 | 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.30.0.dev76) (3.1.1) 2022-06-04 10:29:24.405 | Requirement already satisfied: setuptools in /usr/local/lib/python3.8/dist-packages (from PasteDeploy>=2.0.0->swift==2.30.0.dev76) (62.3.2) 2022-06-04 10:29:24.436 | Requirement already satisfied: urllib3<1.27,>=1.21.1 in /usr/local/lib/python3.8/dist-packages (from requests>=2.14.2->swift==2.30.0.dev76) (1.26.9) 2022-06-04 10:29:24.437 | Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3/dist-packages (from requests>=2.14.2->swift==2.30.0.dev76) (2019.11.28) 2022-06-04 10:29:24.439 | Requirement already satisfied: idna<4,>=2.5 in /usr/local/lib/python3.8/dist-packages (from requests>=2.14.2->swift==2.30.0.dev76) (3.3) 2022-06-04 10:29:24.442 | Requirement already satisfied: charset-normalizer~=2.0.0 in /usr/local/lib/python3.8/dist-packages (from requests>=2.14.2->swift==2.30.0.dev76) (2.0.12) 2022-06-04 10:29:24.465 | Requirement already satisfied: pycparser in /usr/local/lib/python3.8/dist-packages (from cffi>=1.12->cryptography>=2.0.2->swift==2.30.0.dev76) (2.21) 2022-06-04 10:29:24.566 | 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.30.0.dev76) (3.5.0) 2022-06-04 10:29:24.567 | 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.30.0.dev76) (1.0.2) 2022-06-04 10:29:24.569 | 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.30.0.dev76) (1.7.0) 2022-06-04 10:29:24.613 | 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.30.0.dev76) (1.1.5) 2022-06-04 10:29:24.655 | 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.30.0.dev76) (0.8.0) 2022-06-04 10:29:24.657 | 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.30.0.dev76) (1.5.0) 2022-06-04 10:29:24.658 | 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.30.0.dev76) (6.0) 2022-06-04 10:29:24.659 | 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.30.0.dev76) (2.5.0) 2022-06-04 10:29:24.722 | 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.30.0.dev76) (2.8.2) 2022-06-04 10:29:24.726 | 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.30.0.dev76) (0.9.6) 2022-06-04 10:29:24.744 | 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.30.0.dev76) (2022.1) 2022-06-04 10:29:24.745 | 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.30.0.dev76) (1.0.3) 2022-06-04 10:29:24.763 | 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.30.0.dev76) (21.3) 2022-06-04 10:29:24.765 | 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.30.0.dev76) (3.0.9) 2022-06-04 10:29:24.886 | 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.30.0.dev76) (1.14.1) 2022-06-04 10:29:24.901 | 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.30.0.dev76) (5.1.1) 2022-06-04 10:29:27.201 | Installing collected packages: swift 2022-06-04 10:29:27.201 | Attempting uninstall: swift 2022-06-04 10:29:27.203 | Found existing installation: swift 2.30.0.dev76 2022-06-04 10:29:27.206 | Can't uninstall 'swift'. No files were found to uninstall. 2022-06-04 10:29:27.208 | Running setup.py develop for swift 2022-06-04 10:29:32.466 | Successfully installed swift 2022-06-04 10:29:32.466 | WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv 2022-06-04 10:29:32.474 | WARNING: You are using pip version 21.3.1; however, version 22.1.2 is available. 2022-06-04 10:29:32.474 | You should consider upgrading via the '/usr/bin/python3.8 -m pip install --upgrade pip' command. 2022-06-04 10:29:32.623 | + inc/python:pip_install:196 : result=0 2022-06-04 10:29:32.626 | + inc/python:pip_install:198 : time_stop pip_install 2022-06-04 10:29:32.628 | + functions-common:time_stop:2426 : local name 2022-06-04 10:29:32.630 | + functions-common:time_stop:2427 : local end_time 2022-06-04 10:29:32.632 | + functions-common:time_stop:2428 : local elapsed_time 2022-06-04 10:29:32.635 | + functions-common:time_stop:2429 : local total 2022-06-04 10:29:32.637 | + functions-common:time_stop:2430 : local start_time 2022-06-04 10:29:32.640 | + functions-common:time_stop:2432 : name=pip_install 2022-06-04 10:29:32.643 | + functions-common:time_stop:2433 : start_time=1654338558212 2022-06-04 10:29:32.646 | + functions-common:time_stop:2435 : [[ -z 1654338558212 ]] 2022-06-04 10:29:32.649 | ++ functions-common:time_stop:2438 : date +%s%3N 2022-06-04 10:29:32.653 | + functions-common:time_stop:2438 : end_time=1654338572650 2022-06-04 10:29:32.656 | + functions-common:time_stop:2439 : elapsed_time=14438 2022-06-04 10:29:32.660 | + functions-common:time_stop:2440 : total=62292 2022-06-04 10:29:32.662 | + functions-common:time_stop:2442 : _TIME_START[$name]= 2022-06-04 10:29:32.664 | + functions-common:time_stop:2443 : _TIME_TOTAL[$name]=76730 2022-06-04 10:29:32.666 | + inc/python:pip_install:199 : return 0 2022-06-04 10:29:32.669 | + inc/python:setup_package:444 : [[ -e == \-\e ]] 2022-06-04 10:29:32.671 | + inc/python:setup_package:445 : safe_chown -R ubuntu /opt/stack/swift/swift.egg-info 2022-06-04 10:29:32.674 | + functions-common:safe_chown:2327 : _safe_permission_operation chown -R ubuntu /opt/stack/swift/swift.egg-info 2022-06-04 10:29:32.693 | + functions-common:_safe_permission_operation:2175 : sudo chown -R ubuntu /opt/stack/swift/swift.egg-info 2022-06-04 10:29:32.709 | + inc/python:_setup_package_with_constraints_edit:390 : use_library_from_git /opt/stack/swift 2022-06-04 10:29:32.711 | + inc/python:use_library_from_git:246 : local name=/opt/stack/swift 2022-06-04 10:29:32.715 | + inc/python:use_library_from_git:247 : local enabled=1 2022-06-04 10:29:32.718 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2022-06-04 10:29:32.720 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,/opt/stack/swift, ]] 2022-06-04 10:29:32.723 | + inc/python:use_library_from_git:249 : return 1 2022-06-04 10:29:32.726 | + lib/swift:install_swift:727 : '[' False == True ']' 2022-06-04 10:29:32.729 | + lib/stack:stack_install_service:33 : [[ False = True ]] 2022-06-04 10:29:32.731 | + ./stack.sh:main:903 : configure_swift 2022-06-04 10:29:32.734 | + lib/swift:configure_swift:331 : local swift_pipeline=crossdomain 2022-06-04 10:29:32.736 | + lib/swift:configure_swift:332 : local node_number 2022-06-04 10:29:32.738 | + lib/swift:configure_swift:333 : local swift_node_config 2022-06-04 10:29:32.740 | + lib/swift:configure_swift:334 : local swift_log_dir 2022-06-04 10:29:32.743 | + lib/swift:configure_swift:337 : /usr/local/bin/swift-init --run-dir=/opt/stack/data/swift/run all stop 2022-06-04 10:29:34.011 | No container-reconciler running 2022-06-04 10:29:34.011 | No account-reaper running 2022-06-04 10:29:34.011 | No container-server running 2022-06-04 10:29:34.011 | No container-sharder running 2022-06-04 10:29:34.012 | No account-auditor running 2022-06-04 10:29:34.012 | No object-server running 2022-06-04 10:29:34.012 | No container-updater running 2022-06-04 10:29:34.012 | No account-server running 2022-06-04 10:29:34.012 | No object-expirer running 2022-06-04 10:29:34.012 | No account-replicator running 2022-06-04 10:29:34.012 | No container-replicator running 2022-06-04 10:29:34.012 | No object-replicator running 2022-06-04 10:29:34.012 | No object-auditor running 2022-06-04 10:29:34.012 | No proxy-server running 2022-06-04 10:29:34.012 | No object-updater running 2022-06-04 10:29:34.012 | No container-auditor running 2022-06-04 10:29:34.012 | No container-sync running 2022-06-04 10:29:34.012 | No object-reconstructor running 2022-06-04 10:29:34.120 | + lib/swift:configure_swift:337 : true 2022-06-04 10:29:34.122 | + lib/swift:configure_swift:339 : sudo install -d -o ubuntu /etc/swift 2022-06-04 10:29:34.135 | + lib/swift:configure_swift:340 : sudo install -d -o ubuntu /etc/swift/object-server /etc/swift/container-server /etc/swift/account-server 2022-06-04 10:29:34.147 | + lib/swift:configure_swift:342 : [[ /etc/swift != \/\e\t\c\/\s\w\i\f\t ]] 2022-06-04 10:29:34.150 | + lib/swift:configure_swift:355 : sudo tee /etc/rsyncd.conf 2022-06-04 10:29:34.151 | ++ lib/swift:configure_swift:351 : id -g -n ubuntu 2022-06-04 10:29:34.155 | + lib/swift:configure_swift:351 : sed -e ' 2022-06-04 10:29:34.155 | s/%GROUP%/ubuntu/; 2022-06-04 10:29:34.155 | s/%USER%/ubuntu/; 2022-06-04 10:29:34.155 | s,%SWIFT_DATA_DIR%,/opt/stack/data/swift,; 2022-06-04 10:29:34.155 | ' /home/ubuntu/devstack/files/swift/rsyncd.conf 2022-06-04 10:29:34.159 | uid = ubuntu 2022-06-04 10:29:34.159 | gid = ubuntu 2022-06-04 10:29:34.159 | log file = /opt/stack/data/swift/logs/rsyncd.log 2022-06-04 10:29:34.159 | pid file = /opt/stack/data/swift/run/rsyncd.pid 2022-06-04 10:29:34.159 | address = 127.0.0.1 2022-06-04 10:29:34.159 | 2022-06-04 10:29:34.159 | [account6612] 2022-06-04 10:29:34.159 | max connections = 25 2022-06-04 10:29:34.159 | path = /opt/stack/data/swift/1/node/ 2022-06-04 10:29:34.159 | read only = false 2022-06-04 10:29:34.159 | lock file = /opt/stack/data/swift/run/account6612.lock 2022-06-04 10:29:34.159 | 2022-06-04 10:29:34.159 | [account6622] 2022-06-04 10:29:34.159 | max connections = 25 2022-06-04 10:29:34.159 | path = /opt/stack/data/swift/2/node/ 2022-06-04 10:29:34.159 | read only = false 2022-06-04 10:29:34.159 | lock file = /opt/stack/data/swift/run/account6622.lock 2022-06-04 10:29:34.159 | 2022-06-04 10:29:34.160 | [account6632] 2022-06-04 10:29:34.160 | max connections = 25 2022-06-04 10:29:34.160 | path = /opt/stack/data/swift/3/node/ 2022-06-04 10:29:34.160 | read only = false 2022-06-04 10:29:34.160 | lock file = /opt/stack/data/swift/run/account6632.lock 2022-06-04 10:29:34.160 | 2022-06-04 10:29:34.160 | [account6642] 2022-06-04 10:29:34.160 | max connections = 25 2022-06-04 10:29:34.160 | path = /opt/stack/data/swift/4/node/ 2022-06-04 10:29:34.160 | read only = false 2022-06-04 10:29:34.160 | lock file = /opt/stack/data/swift/run/account6642.lock 2022-06-04 10:29:34.160 | 2022-06-04 10:29:34.160 | 2022-06-04 10:29:34.160 | [container6611] 2022-06-04 10:29:34.160 | max connections = 25 2022-06-04 10:29:34.160 | path = /opt/stack/data/swift/1/node/ 2022-06-04 10:29:34.160 | read only = false 2022-06-04 10:29:34.160 | lock file = /opt/stack/data/swift/run/container6611.lock 2022-06-04 10:29:34.160 | 2022-06-04 10:29:34.160 | [container6621] 2022-06-04 10:29:34.160 | max connections = 25 2022-06-04 10:29:34.160 | path = /opt/stack/data/swift/2/node/ 2022-06-04 10:29:34.160 | read only = false 2022-06-04 10:29:34.160 | lock file = /opt/stack/data/swift/run/container6621.lock 2022-06-04 10:29:34.160 | 2022-06-04 10:29:34.160 | [container6631] 2022-06-04 10:29:34.160 | max connections = 25 2022-06-04 10:29:34.160 | path = /opt/stack/data/swift/3/node/ 2022-06-04 10:29:34.160 | read only = false 2022-06-04 10:29:34.160 | lock file = /opt/stack/data/swift/run/container6631.lock 2022-06-04 10:29:34.160 | 2022-06-04 10:29:34.160 | [container6641] 2022-06-04 10:29:34.161 | max connections = 25 2022-06-04 10:29:34.161 | path = /opt/stack/data/swift/4/node/ 2022-06-04 10:29:34.161 | read only = false 2022-06-04 10:29:34.161 | lock file = /opt/stack/data/swift/run/container6641.lock 2022-06-04 10:29:34.161 | 2022-06-04 10:29:34.161 | 2022-06-04 10:29:34.161 | [object6613] 2022-06-04 10:29:34.161 | max connections = 25 2022-06-04 10:29:34.161 | path = /opt/stack/data/swift/1/node/ 2022-06-04 10:29:34.161 | read only = false 2022-06-04 10:29:34.161 | lock file = /opt/stack/data/swift/run/object6613.lock 2022-06-04 10:29:34.161 | 2022-06-04 10:29:34.161 | [object6623] 2022-06-04 10:29:34.161 | max connections = 25 2022-06-04 10:29:34.161 | path = /opt/stack/data/swift/2/node/ 2022-06-04 10:29:34.161 | read only = false 2022-06-04 10:29:34.161 | lock file = /opt/stack/data/swift/run/object6623.lock 2022-06-04 10:29:34.161 | 2022-06-04 10:29:34.161 | [object6633] 2022-06-04 10:29:34.161 | max connections = 25 2022-06-04 10:29:34.161 | path = /opt/stack/data/swift/3/node/ 2022-06-04 10:29:34.161 | read only = false 2022-06-04 10:29:34.161 | lock file = /opt/stack/data/swift/run/object6633.lock 2022-06-04 10:29:34.161 | 2022-06-04 10:29:34.161 | [object6643] 2022-06-04 10:29:34.161 | max connections = 25 2022-06-04 10:29:34.161 | path = /opt/stack/data/swift/4/node/ 2022-06-04 10:29:34.161 | read only = false 2022-06-04 10:29:34.161 | lock file = /opt/stack/data/swift/run/object6643.lock 2022-06-04 10:29:34.162 | + lib/swift:configure_swift:357 : is_ubuntu 2022-06-04 10:29:34.164 | + functions-common:is_ubuntu:568 : [[ -z deb ]] 2022-06-04 10:29:34.166 | + functions-common:is_ubuntu:571 : '[' deb = deb ']' 2022-06-04 10:29:34.168 | + lib/swift:configure_swift:358 : sudo sed -i '/^RSYNC_ENABLE=false/ { s/false/true/ }' /etc/default/rsync 2022-06-04 10:29:34.180 | + lib/swift:configure_swift:363 : SWIFT_CONFIG_PROXY_SERVER=/etc/swift/proxy-server.conf 2022-06-04 10:29:34.183 | + lib/swift:configure_swift:364 : cp /opt/stack/swift/etc/proxy-server.conf-sample /etc/swift/proxy-server.conf 2022-06-04 10:29:34.187 | + lib/swift:configure_swift:365 : cp /opt/stack/swift/etc/internal-client.conf-sample /etc/swift/internal-client.conf 2022-06-04 10:29:34.191 | + lib/swift:configure_swift:369 : local csyncfile=/etc/swift/container-sync-realms.conf 2022-06-04 10:29:34.193 | + lib/swift:configure_swift:370 : cp /opt/stack/swift/etc/container-sync-realms.conf-sample /etc/swift/container-sync-realms.conf 2022-06-04 10:29:34.198 | + lib/swift:configure_swift:371 : iniset /etc/swift/container-sync-realms.conf realm1 key realm1key 2022-06-04 10:29:34.227 | + lib/swift:configure_swift:372 : iniset /etc/swift/container-sync-realms.conf realm1 cluster_name1 http://10.222.0.66:8080/v1/ 2022-06-04 10:29:34.253 | + lib/swift:configure_swift:374 : iniuncomment /etc/swift/proxy-server.conf DEFAULT user 2022-06-04 10:29:34.271 | + lib/swift:configure_swift:375 : iniset /etc/swift/proxy-server.conf DEFAULT user ubuntu 2022-06-04 10:29:34.300 | + lib/swift:configure_swift:377 : iniuncomment /etc/swift/proxy-server.conf DEFAULT swift_dir 2022-06-04 10:29:34.318 | + lib/swift:configure_swift:378 : iniset /etc/swift/proxy-server.conf DEFAULT swift_dir /etc/swift 2022-06-04 10:29:34.346 | + lib/swift:configure_swift:380 : iniuncomment /etc/swift/proxy-server.conf DEFAULT workers 2022-06-04 10:29:34.365 | + lib/swift:configure_swift:381 : iniset /etc/swift/proxy-server.conf DEFAULT workers 1 2022-06-04 10:29:34.393 | + lib/swift:configure_swift:383 : iniuncomment /etc/swift/proxy-server.conf DEFAULT log_level 2022-06-04 10:29:34.412 | + lib/swift:configure_swift:384 : iniset /etc/swift/proxy-server.conf DEFAULT log_level DEBUG 2022-06-04 10:29:34.441 | + lib/swift:configure_swift:386 : iniuncomment /etc/swift/proxy-server.conf DEFAULT bind_ip 2022-06-04 10:29:34.459 | + lib/swift:configure_swift:387 : iniset /etc/swift/proxy-server.conf DEFAULT bind_ip 0.0.0.0 2022-06-04 10:29:34.488 | + lib/swift:configure_swift:389 : iniuncomment /etc/swift/proxy-server.conf DEFAULT bind_port 2022-06-04 10:29:34.505 | + lib/swift:configure_swift:390 : is_service_enabled tls-proxy 2022-06-04 10:29:34.520 | + functions-common:is_service_enabled:2082 : return 1 2022-06-04 10:29:34.523 | + lib/swift:configure_swift:393 : iniset /etc/swift/proxy-server.conf DEFAULT bind_port 8080 2022-06-04 10:29:34.552 | + lib/swift:configure_swift:399 : iniset /etc/swift/proxy-server.conf app:proxy-server node_timeout 120 2022-06-04 10:29:34.579 | + lib/swift:configure_swift:400 : iniset /etc/swift/proxy-server.conf app:proxy-server conn_timeout 20 2022-06-04 10:29:34.607 | + lib/swift:configure_swift:403 : iniset /etc/swift/proxy-server.conf filter:versioned_writes allow_versioned_writes true 2022-06-04 10:29:34.635 | + lib/swift:configure_swift:406 : [[ False == \T\r\u\e ]] 2022-06-04 10:29:34.637 | + lib/swift:configure_swift:411 : is_service_enabled ceilometer 2022-06-04 10:29:34.652 | + functions-common:is_service_enabled:2082 : return 1 2022-06-04 10:29:34.654 | + lib/swift:configure_swift:422 : iniset /etc/swift/proxy-server.conf filter:proxy-logging reveal_sensitive_prefix 12 2022-06-04 10:29:34.681 | + lib/swift:configure_swift:428 : is_service_enabled s3api 2022-06-04 10:29:34.696 | + functions-common:is_service_enabled:2082 : return 1 2022-06-04 10:29:34.699 | + lib/swift:configure_swift:431 : is_service_enabled keystone 2022-06-04 10:29:34.714 | + functions-common:is_service_enabled:2082 : return 0 2022-06-04 10:29:34.717 | + lib/swift:configure_swift:432 : swift_pipeline+=' authtoken' 2022-06-04 10:29:34.719 | + lib/swift:configure_swift:433 : is_service_enabled s3api 2022-06-04 10:29:34.734 | + functions-common:is_service_enabled:2082 : return 1 2022-06-04 10:29:34.736 | + lib/swift:configure_swift:438 : swift_pipeline+=' keystoneauth' 2022-06-04 10:29:34.738 | + lib/swift:configure_swift:441 : swift_pipeline+=' tempauth ' 2022-06-04 10:29:34.740 | + lib/swift:configure_swift:443 : sed -i '/^pipeline/ { s/tempauth/crossdomain authtoken keystoneauth tempauth formpost staticweb/ ;}' /etc/swift/proxy-server.conf 2022-06-04 10:29:34.745 | + lib/swift:configure_swift:444 : sed -i '/^pipeline/ { s/proxy-server/ proxy-server/ ; }' /etc/swift/proxy-server.conf 2022-06-04 10:29:34.750 | + lib/swift:configure_swift:446 : iniset /etc/swift/proxy-server.conf app:proxy-server account_autocreate true 2022-06-04 10:29:34.779 | + lib/swift:configure_swift:447 : iniset /etc/swift/proxy-server.conf app:proxy-server allow_account_management true 2022-06-04 10:29:34.806 | + lib/swift:configure_swift:450 : iniset /etc/swift/proxy-server.conf filter:crossdomain use egg:swift#crossdomain 2022-06-04 10:29:34.836 | + lib/swift:configure_swift:455 : iniset /etc/swift/proxy-server.conf filter:authtoken log_name swift 2022-06-04 10:29:34.867 | + lib/swift:configure_swift:457 : iniset /etc/swift/proxy-server.conf filter:authtoken paste.filter_factory keystonemiddleware.auth_token:filter_factory 2022-06-04 10:29:34.894 | + lib/swift:configure_swift:458 : configure_keystone_authtoken_middleware /etc/swift/proxy-server.conf swift filter:authtoken 2022-06-04 10:29:34.896 | + lib/keystone:configure_keystone_authtoken_middleware:447 : local conf_file=/etc/swift/proxy-server.conf 2022-06-04 10:29:34.898 | + lib/keystone:configure_keystone_authtoken_middleware:448 : local admin_user=swift 2022-06-04 10:29:34.901 | + lib/keystone:configure_keystone_authtoken_middleware:449 : local section=filter:authtoken 2022-06-04 10:29:34.903 | + lib/keystone:configure_keystone_authtoken_middleware:451 : iniset /etc/swift/proxy-server.conf filter:authtoken auth_type password 2022-06-04 10:29:34.930 | + lib/keystone:configure_keystone_authtoken_middleware:452 : iniset /etc/swift/proxy-server.conf filter:authtoken interface public 2022-06-04 10:29:34.957 | + lib/keystone:configure_keystone_authtoken_middleware:453 : iniset /etc/swift/proxy-server.conf filter:authtoken auth_url http://10.222.0.66/identity 2022-06-04 10:29:34.985 | + lib/keystone:configure_keystone_authtoken_middleware:454 : iniset /etc/swift/proxy-server.conf filter:authtoken username swift 2022-06-04 10:29:35.013 | + lib/keystone:configure_keystone_authtoken_middleware:455 : iniset /etc/swift/proxy-server.conf filter:authtoken password Passw0rd 2022-06-04 10:29:35.041 | + lib/keystone:configure_keystone_authtoken_middleware:456 : iniset /etc/swift/proxy-server.conf filter:authtoken user_domain_name Default 2022-06-04 10:29:35.069 | + lib/keystone:configure_keystone_authtoken_middleware:457 : iniset /etc/swift/proxy-server.conf filter:authtoken project_name service 2022-06-04 10:29:35.096 | + lib/keystone:configure_keystone_authtoken_middleware:458 : iniset /etc/swift/proxy-server.conf filter:authtoken project_domain_name Default 2022-06-04 10:29:35.124 | + lib/keystone:configure_keystone_authtoken_middleware:460 : iniset /etc/swift/proxy-server.conf filter:authtoken cafile /opt/stack/data/ca-bundle.pem 2022-06-04 10:29:35.152 | + lib/keystone:configure_keystone_authtoken_middleware:461 : iniset /etc/swift/proxy-server.conf filter:authtoken memcached_servers localhost:11211 2022-06-04 10:29:35.178 | + lib/swift:configure_swift:459 : iniset /etc/swift/proxy-server.conf filter:authtoken delay_auth_decision 1 2022-06-04 10:29:35.206 | + lib/swift:configure_swift:460 : iniset /etc/swift/proxy-server.conf filter:authtoken cache swift.cache 2022-06-04 10:29:35.234 | + lib/swift:configure_swift:461 : iniset /etc/swift/proxy-server.conf filter:authtoken include_service_catalog False 2022-06-04 10:29:35.262 | + lib/swift:configure_swift:463 : iniset /etc/swift/proxy-server.conf filter:keystoneauth use egg:swift#keystoneauth 2022-06-04 10:29:35.292 | + lib/swift:configure_swift:464 : iniset /etc/swift/proxy-server.conf filter:keystoneauth operator_roles 'Member, admin' 2022-06-04 10:29:35.320 | + lib/swift:configure_swift:469 : iniuncomment /etc/swift/proxy-server.conf filter:tempauth account_autocreate 2022-06-04 10:29:35.344 | + lib/swift:configure_swift:470 : iniset /etc/swift/proxy-server.conf filter:tempauth reseller_prefix TEMPAUTH 2022-06-04 10:29:35.373 | + lib/swift:configure_swift:473 : iniset /etc/swift/proxy-server.conf filter:domain_remap reseller_prefixes 'AUTH, TEMPAUTH' 2022-06-04 10:29:35.401 | + lib/swift:configure_swift:475 : cp /opt/stack/swift/etc/swift.conf-sample /etc/swift/swift.conf 2022-06-04 10:29:35.406 | + lib/swift:configure_swift:476 : iniset /etc/swift/swift.conf swift-hash swift_hash_path_suffix 66a3d6b56c1f479c8b4e70ab5d2014f6 2022-06-04 10:29:35.435 | + lib/swift:configure_swift:477 : iniset /etc/swift/swift.conf swift-constraints max_header_size 16384 2022-06-04 10:29:35.462 | + lib/swift:configure_swift:478 : iniset /etc/swift/swift.conf swift-constraints max_file_size 5368709122 2022-06-04 10:29:35.489 | + lib/swift:configure_swift:480 : local node_number 2022-06-04 10:29:35.492 | + lib/swift:configure_swift:481 : for node_number in ${SWIFT_REPLICAS_SEQ} 2022-06-04 10:29:35.495 | + lib/swift:configure_swift:482 : local swift_node_config=/etc/swift/object-server/1.conf 2022-06-04 10:29:35.497 | + lib/swift:configure_swift:483 : cp /opt/stack/swift/etc/object-server.conf-sample /etc/swift/object-server/1.conf 2022-06-04 10:29:35.501 | + lib/swift:configure_swift:484 : generate_swift_config_services /etc/swift/object-server/1.conf 1 6613 object 2022-06-04 10:29:35.503 | + lib/swift:generate_swift_config_services:289 : local swift_node_config=/etc/swift/object-server/1.conf 2022-06-04 10:29:35.506 | + lib/swift:generate_swift_config_services:290 : local node_id=1 2022-06-04 10:29:35.508 | + lib/swift:generate_swift_config_services:291 : local bind_port=6613 2022-06-04 10:29:35.510 | + lib/swift:generate_swift_config_services:292 : local server_type=object 2022-06-04 10:29:35.512 | + lib/swift:generate_swift_config_services:294 : log_facility=0 2022-06-04 10:29:35.515 | + lib/swift:generate_swift_config_services:295 : local node_path=/opt/stack/data/swift/1 2022-06-04 10:29:35.517 | + lib/swift:generate_swift_config_services:297 : iniuncomment /etc/swift/object-server/1.conf DEFAULT user 2022-06-04 10:29:35.534 | + lib/swift:generate_swift_config_services:298 : iniset /etc/swift/object-server/1.conf DEFAULT user ubuntu 2022-06-04 10:29:35.563 | + lib/swift:generate_swift_config_services:300 : iniuncomment /etc/swift/object-server/1.conf DEFAULT bind_port 2022-06-04 10:29:35.581 | + lib/swift:generate_swift_config_services:301 : iniset /etc/swift/object-server/1.conf DEFAULT bind_port 6613 2022-06-04 10:29:35.611 | + lib/swift:generate_swift_config_services:303 : iniuncomment /etc/swift/object-server/1.conf DEFAULT swift_dir 2022-06-04 10:29:35.629 | + lib/swift:generate_swift_config_services:304 : iniset /etc/swift/object-server/1.conf DEFAULT swift_dir /etc/swift 2022-06-04 10:29:35.657 | + lib/swift:generate_swift_config_services:306 : iniuncomment /etc/swift/object-server/1.conf DEFAULT devices 2022-06-04 10:29:35.676 | + lib/swift:generate_swift_config_services:307 : iniset /etc/swift/object-server/1.conf DEFAULT devices /opt/stack/data/swift/1 2022-06-04 10:29:35.705 | + lib/swift:generate_swift_config_services:309 : iniuncomment /etc/swift/object-server/1.conf DEFAULT log_facility 2022-06-04 10:29:35.723 | + lib/swift:generate_swift_config_services:310 : iniset /etc/swift/object-server/1.conf DEFAULT log_facility LOG_LOCAL0 2022-06-04 10:29:35.753 | + lib/swift:generate_swift_config_services:312 : iniuncomment /etc/swift/object-server/1.conf DEFAULT workers 2022-06-04 10:29:35.771 | + lib/swift:generate_swift_config_services:313 : iniset /etc/swift/object-server/1.conf DEFAULT workers 2 2022-06-04 10:29:35.800 | + lib/swift:generate_swift_config_services:315 : iniuncomment /etc/swift/object-server/1.conf DEFAULT disable_fallocate 2022-06-04 10:29:35.818 | + lib/swift:generate_swift_config_services:316 : iniset /etc/swift/object-server/1.conf DEFAULT disable_fallocate true 2022-06-04 10:29:35.847 | + lib/swift:generate_swift_config_services:318 : iniuncomment /etc/swift/object-server/1.conf DEFAULT mount_check 2022-06-04 10:29:35.866 | + lib/swift:generate_swift_config_services:319 : iniset /etc/swift/object-server/1.conf DEFAULT mount_check false 2022-06-04 10:29:35.894 | + lib/swift:generate_swift_config_services:321 : iniuncomment /etc/swift/object-server/1.conf object-replicator vm_test_mode 2022-06-04 10:29:35.913 | + lib/swift:generate_swift_config_services:322 : iniset /etc/swift/object-server/1.conf object-replicator vm_test_mode yes 2022-06-04 10:29:35.941 | + 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-06-04 10:29:35.946 | + lib/swift:configure_swift:485 : iniuncomment /etc/swift/object-server/1.conf DEFAULT bind_ip 2022-06-04 10:29:35.964 | + lib/swift:configure_swift:486 : iniset /etc/swift/object-server/1.conf DEFAULT bind_ip 0.0.0.0 2022-06-04 10:29:35.993 | + lib/swift:configure_swift:487 : iniset /etc/swift/object-server/1.conf filter:recon recon_cache_path /opt/stack/data/swift/cache 2022-06-04 10:29:36.022 | + lib/swift:configure_swift:489 : swift_node_config=/etc/swift/container-server/1.conf 2022-06-04 10:29:36.024 | + lib/swift:configure_swift:490 : cp /opt/stack/swift/etc/container-server.conf-sample /etc/swift/container-server/1.conf 2022-06-04 10:29:36.029 | + lib/swift:configure_swift:491 : generate_swift_config_services /etc/swift/container-server/1.conf 1 6611 container 2022-06-04 10:29:36.031 | + lib/swift:generate_swift_config_services:289 : local swift_node_config=/etc/swift/container-server/1.conf 2022-06-04 10:29:36.034 | + lib/swift:generate_swift_config_services:290 : local node_id=1 2022-06-04 10:29:36.036 | + lib/swift:generate_swift_config_services:291 : local bind_port=6611 2022-06-04 10:29:36.038 | + lib/swift:generate_swift_config_services:292 : local server_type=container 2022-06-04 10:29:36.041 | + lib/swift:generate_swift_config_services:294 : log_facility=0 2022-06-04 10:29:36.043 | + lib/swift:generate_swift_config_services:295 : local node_path=/opt/stack/data/swift/1 2022-06-04 10:29:36.046 | + lib/swift:generate_swift_config_services:297 : iniuncomment /etc/swift/container-server/1.conf DEFAULT user 2022-06-04 10:29:36.063 | + lib/swift:generate_swift_config_services:298 : iniset /etc/swift/container-server/1.conf DEFAULT user ubuntu 2022-06-04 10:29:36.092 | + lib/swift:generate_swift_config_services:300 : iniuncomment /etc/swift/container-server/1.conf DEFAULT bind_port 2022-06-04 10:29:36.111 | + lib/swift:generate_swift_config_services:301 : iniset /etc/swift/container-server/1.conf DEFAULT bind_port 6611 2022-06-04 10:29:36.140 | + lib/swift:generate_swift_config_services:303 : iniuncomment /etc/swift/container-server/1.conf DEFAULT swift_dir 2022-06-04 10:29:36.158 | + lib/swift:generate_swift_config_services:304 : iniset /etc/swift/container-server/1.conf DEFAULT swift_dir /etc/swift 2022-06-04 10:29:36.186 | + lib/swift:generate_swift_config_services:306 : iniuncomment /etc/swift/container-server/1.conf DEFAULT devices 2022-06-04 10:29:36.205 | + lib/swift:generate_swift_config_services:307 : iniset /etc/swift/container-server/1.conf DEFAULT devices /opt/stack/data/swift/1 2022-06-04 10:29:36.233 | + lib/swift:generate_swift_config_services:309 : iniuncomment /etc/swift/container-server/1.conf DEFAULT log_facility 2022-06-04 10:29:36.252 | + lib/swift:generate_swift_config_services:310 : iniset /etc/swift/container-server/1.conf DEFAULT log_facility LOG_LOCAL0 2022-06-04 10:29:36.281 | + lib/swift:generate_swift_config_services:312 : iniuncomment /etc/swift/container-server/1.conf DEFAULT workers 2022-06-04 10:29:36.299 | + lib/swift:generate_swift_config_services:313 : iniset /etc/swift/container-server/1.conf DEFAULT workers 2 2022-06-04 10:29:36.327 | + lib/swift:generate_swift_config_services:315 : iniuncomment /etc/swift/container-server/1.conf DEFAULT disable_fallocate 2022-06-04 10:29:36.346 | + lib/swift:generate_swift_config_services:316 : iniset /etc/swift/container-server/1.conf DEFAULT disable_fallocate true 2022-06-04 10:29:36.374 | + lib/swift:generate_swift_config_services:318 : iniuncomment /etc/swift/container-server/1.conf DEFAULT mount_check 2022-06-04 10:29:36.393 | + lib/swift:generate_swift_config_services:319 : iniset /etc/swift/container-server/1.conf DEFAULT mount_check false 2022-06-04 10:29:36.422 | + lib/swift:generate_swift_config_services:321 : iniuncomment /etc/swift/container-server/1.conf container-replicator vm_test_mode 2022-06-04 10:29:36.440 | + lib/swift:generate_swift_config_services:322 : iniset /etc/swift/container-server/1.conf container-replicator vm_test_mode yes 2022-06-04 10:29:36.468 | + 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-06-04 10:29:36.473 | + lib/swift:configure_swift:492 : iniuncomment /etc/swift/container-server/1.conf DEFAULT bind_ip 2022-06-04 10:29:36.491 | + lib/swift:configure_swift:493 : iniset /etc/swift/container-server/1.conf DEFAULT bind_ip 0.0.0.0 2022-06-04 10:29:36.521 | + lib/swift:configure_swift:495 : swift_node_config=/etc/swift/account-server/1.conf 2022-06-04 10:29:36.523 | + lib/swift:configure_swift:496 : cp /opt/stack/swift/etc/account-server.conf-sample /etc/swift/account-server/1.conf 2022-06-04 10:29:36.527 | + lib/swift:configure_swift:497 : generate_swift_config_services /etc/swift/account-server/1.conf 1 6612 account 2022-06-04 10:29:36.530 | + lib/swift:generate_swift_config_services:289 : local swift_node_config=/etc/swift/account-server/1.conf 2022-06-04 10:29:36.532 | + lib/swift:generate_swift_config_services:290 : local node_id=1 2022-06-04 10:29:36.534 | + lib/swift:generate_swift_config_services:291 : local bind_port=6612 2022-06-04 10:29:36.536 | + lib/swift:generate_swift_config_services:292 : local server_type=account 2022-06-04 10:29:36.538 | + lib/swift:generate_swift_config_services:294 : log_facility=0 2022-06-04 10:29:36.541 | + lib/swift:generate_swift_config_services:295 : local node_path=/opt/stack/data/swift/1 2022-06-04 10:29:36.543 | + lib/swift:generate_swift_config_services:297 : iniuncomment /etc/swift/account-server/1.conf DEFAULT user 2022-06-04 10:29:36.562 | + lib/swift:generate_swift_config_services:298 : iniset /etc/swift/account-server/1.conf DEFAULT user ubuntu 2022-06-04 10:29:36.590 | + lib/swift:generate_swift_config_services:300 : iniuncomment /etc/swift/account-server/1.conf DEFAULT bind_port 2022-06-04 10:29:36.608 | + lib/swift:generate_swift_config_services:301 : iniset /etc/swift/account-server/1.conf DEFAULT bind_port 6612 2022-06-04 10:29:36.637 | + lib/swift:generate_swift_config_services:303 : iniuncomment /etc/swift/account-server/1.conf DEFAULT swift_dir 2022-06-04 10:29:36.655 | + lib/swift:generate_swift_config_services:304 : iniset /etc/swift/account-server/1.conf DEFAULT swift_dir /etc/swift 2022-06-04 10:29:36.684 | + lib/swift:generate_swift_config_services:306 : iniuncomment /etc/swift/account-server/1.conf DEFAULT devices 2022-06-04 10:29:36.703 | + lib/swift:generate_swift_config_services:307 : iniset /etc/swift/account-server/1.conf DEFAULT devices /opt/stack/data/swift/1 2022-06-04 10:29:36.731 | + lib/swift:generate_swift_config_services:309 : iniuncomment /etc/swift/account-server/1.conf DEFAULT log_facility 2022-06-04 10:29:36.750 | + lib/swift:generate_swift_config_services:310 : iniset /etc/swift/account-server/1.conf DEFAULT log_facility LOG_LOCAL0 2022-06-04 10:29:36.778 | + lib/swift:generate_swift_config_services:312 : iniuncomment /etc/swift/account-server/1.conf DEFAULT workers 2022-06-04 10:29:36.796 | + lib/swift:generate_swift_config_services:313 : iniset /etc/swift/account-server/1.conf DEFAULT workers 2 2022-06-04 10:29:36.825 | + lib/swift:generate_swift_config_services:315 : iniuncomment /etc/swift/account-server/1.conf DEFAULT disable_fallocate 2022-06-04 10:29:36.843 | + lib/swift:generate_swift_config_services:316 : iniset /etc/swift/account-server/1.conf DEFAULT disable_fallocate true 2022-06-04 10:29:36.873 | + lib/swift:generate_swift_config_services:318 : iniuncomment /etc/swift/account-server/1.conf DEFAULT mount_check 2022-06-04 10:29:36.891 | + lib/swift:generate_swift_config_services:319 : iniset /etc/swift/account-server/1.conf DEFAULT mount_check false 2022-06-04 10:29:36.919 | + lib/swift:generate_swift_config_services:321 : iniuncomment /etc/swift/account-server/1.conf account-replicator vm_test_mode 2022-06-04 10:29:36.938 | + lib/swift:generate_swift_config_services:322 : iniset /etc/swift/account-server/1.conf account-replicator vm_test_mode yes 2022-06-04 10:29:36.965 | + 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-06-04 10:29:36.970 | + lib/swift:configure_swift:498 : iniuncomment /etc/swift/account-server/1.conf DEFAULT bind_ip 2022-06-04 10:29:36.989 | + lib/swift:configure_swift:499 : iniset /etc/swift/account-server/1.conf DEFAULT bind_ip 0.0.0.0 2022-06-04 10:29:37.018 | + lib/swift:configure_swift:503 : iniset /etc/swift/proxy-server.conf filter:tempauth user_swiftprojecttest1_swiftusertest1 'testing .admin' 2022-06-04 10:29:37.046 | + lib/swift:configure_swift:504 : iniset /etc/swift/proxy-server.conf filter:tempauth user_swiftprojecttest2_swiftusertest2 'testing2 .admin' 2022-06-04 10:29:37.075 | + lib/swift:configure_swift:505 : iniset /etc/swift/proxy-server.conf filter:tempauth user_swiftprojecttest1_swiftusertest3 'testing3 .admin' 2022-06-04 10:29:37.103 | + lib/swift:configure_swift:507 : testfile=/etc/swift/test.conf 2022-06-04 10:29:37.106 | + lib/swift:configure_swift:508 : cp /opt/stack/swift/test/sample.conf /etc/swift/test.conf 2022-06-04 10:29:37.110 | + lib/swift:configure_swift:511 : iniset /etc/swift/test.conf func_test account swiftprojecttest1 2022-06-04 10:29:37.139 | + lib/swift:configure_swift:512 : iniset /etc/swift/test.conf func_test username swiftusertest1 2022-06-04 10:29:37.169 | + lib/swift:configure_swift:513 : iniset /etc/swift/test.conf func_test username3 swiftusertest3 2022-06-04 10:29:37.198 | + lib/swift:configure_swift:514 : iniset /etc/swift/test.conf func_test account2 swiftprojecttest2 2022-06-04 10:29:37.227 | + lib/swift:configure_swift:515 : iniset /etc/swift/test.conf func_test username2 swiftusertest2 2022-06-04 10:29:37.257 | + lib/swift:configure_swift:516 : iniset /etc/swift/test.conf func_test account4 swiftprojecttest4 2022-06-04 10:29:37.285 | + lib/swift:configure_swift:517 : iniset /etc/swift/test.conf func_test username4 swiftusertest4 2022-06-04 10:29:37.312 | + lib/swift:configure_swift:518 : iniset /etc/swift/test.conf func_test password4 testing4 2022-06-04 10:29:37.340 | + lib/swift:configure_swift:519 : iniset /etc/swift/test.conf func_test domain4 swift_test 2022-06-04 10:29:37.368 | + lib/swift:configure_swift:521 : is_service_enabled keystone 2022-06-04 10:29:37.384 | + functions-common:is_service_enabled:2082 : return 0 2022-06-04 10:29:37.387 | + lib/swift:configure_swift:522 : iniuncomment /etc/swift/test.conf func_test auth_version 2022-06-04 10:29:37.407 | + lib/swift:configure_swift:523 : local auth_vers 2022-06-04 10:29:37.410 | ++ lib/swift:configure_swift:524 : iniget /etc/swift/test.conf func_test auth_version 2022-06-04 10:29:37.430 | + lib/swift:configure_swift:524 : auth_vers=3 2022-06-04 10:29:37.432 | + lib/swift:configure_swift:525 : iniset /etc/swift/test.conf func_test auth_host 10.222.0.66 2022-06-04 10:29:37.459 | + lib/swift:configure_swift:526 : [[ http == \h\t\t\p\s ]] 2022-06-04 10:29:37.462 | + lib/swift:configure_swift:529 : iniset /etc/swift/test.conf func_test auth_port 80 2022-06-04 10:29:37.490 | + lib/swift:configure_swift:531 : iniset /etc/swift/test.conf func_test auth_uri http://10.222.0.66/identity 2022-06-04 10:29:37.519 | + lib/swift:configure_swift:532 : [[ 3 == \3 ]] 2022-06-04 10:29:37.521 | + lib/swift:configure_swift:533 : iniset /etc/swift/test.conf func_test auth_prefix /identity/v3/ 2022-06-04 10:29:37.549 | + lib/swift:configure_swift:537 : is_service_enabled tls-proxy 2022-06-04 10:29:37.566 | + functions-common:is_service_enabled:2082 : return 1 2022-06-04 10:29:37.568 | + lib/swift:configure_swift:543 : local user_group 2022-06-04 10:29:37.571 | ++ lib/swift:configure_swift:544 : id -g ubuntu 2022-06-04 10:29:37.576 | + lib/swift:configure_swift:544 : user_group=1000 2022-06-04 10:29:37.578 | + lib/swift:configure_swift:545 : sudo install -d -o ubuntu -g 1000 /opt/stack/data/swift 2022-06-04 10:29:37.592 | + lib/swift:configure_swift:547 : local swift_log_dir=/opt/stack/data/swift/logs 2022-06-04 10:29:37.594 | + lib/swift:configure_swift:548 : sudo rm -rf /opt/stack/data/swift/logs 2022-06-04 10:29:37.606 | + lib/swift:configure_swift:549 : local swift_log_group=adm 2022-06-04 10:29:37.609 | + lib/swift:configure_swift:550 : is_suse 2022-06-04 10:29:37.611 | + functions-common:is_suse:537 : is_opensuse 2022-06-04 10:29:37.613 | + functions-common:is_opensuse:544 : [[ -z Ubuntu ]] 2022-06-04 10:29:37.615 | + functions-common:is_opensuse:548 : [[ Ubuntu =~ (openSUSE) ]] 2022-06-04 10:29:37.618 | + functions-common:is_suse:537 : is_suse_linux_enterprise 2022-06-04 10:29:37.620 | + functions-common:is_suse_linux_enterprise:556 : [[ -z Ubuntu ]] 2022-06-04 10:29:37.622 | + functions-common:is_suse_linux_enterprise:560 : [[ Ubuntu =~ (^SUSE) ]] 2022-06-04 10:29:37.625 | + lib/swift:configure_swift:553 : sudo install -d -o ubuntu -g adm /opt/stack/data/swift/logs/hourly 2022-06-04 10:29:37.638 | + lib/swift:configure_swift:555 : [[ False != \F\a\l\s\e ]] 2022-06-04 10:29:37.640 | + lib/swift:configure_swift:563 : '[' False == True ']' 2022-06-04 10:29:37.643 | + ./stack.sh:main:906 : is_service_enabled s3api 2022-06-04 10:29:37.661 | + functions-common:is_service_enabled:2082 : return 1 2022-06-04 10:29:37.663 | + ./stack.sh:main:912 : is_service_enabled g-api n-api 2022-06-04 10:29:37.681 | + functions-common:is_service_enabled:2082 : return 0 2022-06-04 10:29:37.684 | + ./stack.sh:main:914 : stack_install_service glance 2022-06-04 10:29:37.686 | + lib/stack:stack_install_service:20 : local service=glance 2022-06-04 10:29:37.689 | + lib/stack:stack_install_service:21 : type install_glance 2022-06-04 10:29:37.691 | + lib/stack:stack_install_service:23 : [[ False = True ]] 2022-06-04 10:29:37.694 | + lib/stack:stack_install_service:32 : install_glance 2022-06-04 10:29:37.697 | + lib/glance:install_glance:507 : glance_store_extras=() 2022-06-04 10:29:37.700 | + lib/glance:install_glance:507 : local glance_store_extras 2022-06-04 10:29:37.702 | + lib/glance:install_glance:509 : is_service_enabled cinder 2022-06-04 10:29:37.721 | + functions-common:is_service_enabled:2082 : return 0 2022-06-04 10:29:37.723 | + lib/glance:install_glance:510 : glance_store_extras=("cinder" "${glance_store_extras[@]}") 2022-06-04 10:29:37.726 | + lib/glance:install_glance:513 : is_service_enabled swift 2022-06-04 10:29:37.743 | + functions-common:is_service_enabled:2082 : return 0 2022-06-04 10:29:37.746 | + lib/glance:install_glance:514 : glance_store_extras=("swift" "${glance_store_extras[@]}") 2022-06-04 10:29:37.748 | + lib/glance:install_glance:519 : use_library_from_git glance_store 2022-06-04 10:29:37.751 | + inc/python:use_library_from_git:246 : local name=glance_store 2022-06-04 10:29:37.754 | + inc/python:use_library_from_git:247 : local enabled=1 2022-06-04 10:29:37.756 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2022-06-04 10:29:37.759 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,glance_store, ]] 2022-06-04 10:29:37.762 | + inc/python:use_library_from_git:249 : return 1 2022-06-04 10:29:37.765 | ++ lib/glance:install_glance:525 : join_extras swift cinder 2022-06-04 10:29:37.768 | ++ inc/python:join_extras:29 : local IFS=, 2022-06-04 10:29:37.771 | ++ inc/python:join_extras:30 : echo swift,cinder 2022-06-04 10:29:37.774 | + lib/glance:install_glance:525 : pip_install_gr_extras glance-store swift,cinder 2022-06-04 10:29:37.777 | + inc/python:pip_install_gr_extras:89 : local name=glance-store 2022-06-04 10:29:37.780 | + inc/python:pip_install_gr_extras:90 : local extras=swift,cinder 2022-06-04 10:29:37.782 | + inc/python:pip_install_gr_extras:91 : local version_constraints 2022-06-04 10:29:37.786 | ++ inc/python:pip_install_gr_extras:92 : get_version_constraints_from_global_requirements glance-store 2022-06-04 10:29:37.788 | ++ inc/python:get_version_constraints_from_global_requirements:233 : local package=glance-store 2022-06-04 10:29:37.791 | ++ inc/python:get_version_constraints_from_global_requirements:234 : local required_pkg_version_constraint 2022-06-04 10:29:37.794 | +++ inc/python:get_version_constraints_from_global_requirements:236 : grep -i -h -o -P '^glance-store\K.*' /opt/stack/requirements/global-requirements.txt 2022-06-04 10:29:37.795 | +++ inc/python:get_version_constraints_from_global_requirements:236 : cut -d# -f1 2022-06-04 10:29:37.800 | ++ inc/python:get_version_constraints_from_global_requirements:236 : required_pkg_version_constraint='!=0.29.0 ' 2022-06-04 10:29:37.802 | ++ inc/python:get_version_constraints_from_global_requirements:237 : [[ !=0.29.0 == '' ]] 2022-06-04 10:29:37.805 | ++ inc/python:get_version_constraints_from_global_requirements:240 : echo '!=0.29.0' 2022-06-04 10:29:37.808 | + inc/python:pip_install_gr_extras:92 : version_constraints='!=0.29.0' 2022-06-04 10:29:37.810 | + inc/python:pip_install_gr_extras:93 : pip_install 'glance-store[swift,cinder]!=0.29.0' 2022-06-04 10:29:37.833 | Using python 3.8 to install glance-store[swift,cinder]!=0.29.0 2022-06-04 10:29:37.835 | + inc/python:pip_install:190 : sudo -H LC_ALL=en_US.UTF-8 SETUPTOOLS_USE_DISTUTILS=stdlib http_proxy= https_proxy= no_proxy= PIP_FIND_LINKS= python3.8 -m pip install -c /opt/stack/requirements/upper-constraints.txt 'glance-store[swift,cinder]!=0.29.0' 2022-06-04 10:29:38.724 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-06-04 10:29:38.724 | from cryptography.utils import int_from_bytes 2022-06-04 10:29:38.724 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-06-04 10:29:38.724 | from cryptography.utils import int_from_bytes 2022-06-04 10:29:39.783 | Looking in indexes: http://10.100.0.9:8080/cloudbase/CI/+simple/ 2022-06-04 10:29:39.817 | Requirement already satisfied: glance-store[cinder,swift]!=0.29.0 in /usr/local/lib/python3.8/dist-packages (4.0.0) 2022-06-04 10:29:39.902 | 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-06-04 10:29:39.903 | 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-06-04 10:29:39.904 | Requirement already satisfied: keystoneauth1>=3.4.0 in /usr/local/lib/python3.8/dist-packages (from glance-store[cinder,swift]!=0.29.0) (4.6.0) 2022-06-04 10:29:39.905 | 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-06-04 10:29:39.906 | 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.1) 2022-06-04 10:29:39.907 | 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-06-04 10:29:39.908 | 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-06-04 10:29:39.909 | 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-06-04 10:29:39.910 | 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-06-04 10:29:39.911 | 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.1) 2022-06-04 10:29:39.913 | 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.13.0) 2022-06-04 10:29:39.914 | 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.5.0) 2022-06-04 10:29:39.916 | 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-06-04 10:29:39.919 | Requirement already satisfied: python-swiftclient>=3.2.0 in /usr/local/lib/python3.8/dist-packages (from glance-store[cinder,swift]!=0.29.0) (4.0.0) 2022-06-04 10:29:39.921 | 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-06-04 10:29:39.923 | 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-06-04 10:29:39.926 | 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.8.0) 2022-06-04 10:29:39.928 | 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-06-04 10:29:39.937 | 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-06-04 10:29:39.938 | 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.2.1) 2022-06-04 10:29:39.951 | 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.9) 2022-06-04 10:29:40.022 | 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-06-04 10:29:40.023 | 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.9.0) 2022-06-04 10:29:40.024 | 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-06-04 10:29:40.049 | 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-06-04 10:29:40.051 | 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) (5.0.0) 2022-06-04 10:29:40.052 | 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.7.0) 2022-06-04 10:29:40.053 | 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-06-04 10:29:40.055 | 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-06-04 10:29:40.065 | 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-06-04 10:29:40.109 | 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-06-04 10:29:40.110 | 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.5.0) 2022-06-04 10:29:40.111 | 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-06-04 10:29:40.112 | 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-06-04 10:29:40.132 | 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-06-04 10:29:40.133 | 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-06-04 10:29:40.149 | 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) (2022.1) 2022-06-04 10:29:40.166 | 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-06-04 10:29:40.168 | 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-06-04 10:29:40.187 | 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-06-04 10:29:40.190 | 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.3.0) 2022-06-04 10:29:40.271 | 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-06-04 10:29:40.273 | 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-06-04 10:29:40.275 | 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-06-04 10:29:40.276 | 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.9) 2022-06-04 10:29:40.326 | 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-06-04 10:29:40.350 | 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.14.1) 2022-06-04 10:29:40.566 | 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-06-04 10:29:40.569 | 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-06-04 10:29:40.603 | 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.5) 2022-06-04 10:29:40.604 | 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-06-04 10:29:40.605 | 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-06-04 10:29:40.608 | 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-06-04 10:29:40.609 | 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-06-04 10:29:40.612 | 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-06-04 10:29:40.667 | 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-06-04 10:29:40.847 | 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-06-04 10:29:40.872 | 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) (62.3.2) 2022-06-04 10:29:40.955 | 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-06-04 10:29:41.102 | 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-06-04 10:29:43.259 | WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv 2022-06-04 10:29:43.266 | WARNING: You are using pip version 21.3.1; however, version 22.1.2 is available. 2022-06-04 10:29:43.266 | You should consider upgrading via the '/usr/bin/python3.8 -m pip install --upgrade pip' command. 2022-06-04 10:29:43.395 | + inc/python:pip_install:196 : result=0 2022-06-04 10:29:43.397 | + inc/python:pip_install:198 : time_stop pip_install 2022-06-04 10:29:43.400 | + functions-common:time_stop:2426 : local name 2022-06-04 10:29:43.402 | + functions-common:time_stop:2427 : local end_time 2022-06-04 10:29:43.405 | + functions-common:time_stop:2428 : local elapsed_time 2022-06-04 10:29:43.407 | + functions-common:time_stop:2429 : local total 2022-06-04 10:29:43.410 | + functions-common:time_stop:2430 : local start_time 2022-06-04 10:29:43.412 | + functions-common:time_stop:2432 : name=pip_install 2022-06-04 10:29:43.414 | + functions-common:time_stop:2433 : start_time=1654338577827 2022-06-04 10:29:43.417 | + functions-common:time_stop:2435 : [[ -z 1654338577827 ]] 2022-06-04 10:29:43.420 | ++ functions-common:time_stop:2438 : date +%s%3N 2022-06-04 10:29:43.424 | + functions-common:time_stop:2438 : end_time=1654338583422 2022-06-04 10:29:43.427 | + functions-common:time_stop:2439 : elapsed_time=5595 2022-06-04 10:29:43.429 | + functions-common:time_stop:2440 : total=76730 2022-06-04 10:29:43.432 | + functions-common:time_stop:2442 : _TIME_START[$name]= 2022-06-04 10:29:43.434 | + functions-common:time_stop:2443 : _TIME_TOTAL[$name]=82325 2022-06-04 10:29:43.437 | + inc/python:pip_install:199 : return 0 2022-06-04 10:29:43.439 | + lib/glance:install_glance:526 : copy_rootwrap /usr/local/etc/glance 2022-06-04 10:29:43.442 | + lib/glance:copy_rootwrap:239 : local source_path=/usr/local/etc/glance 2022-06-04 10:29:43.445 | + lib/glance:copy_rootwrap:241 : sudo install -d -o ubuntu /etc/glance 2022-06-04 10:29:43.458 | + lib/glance:copy_rootwrap:242 : cp -r /usr/local/etc/glance/rootwrap.conf /usr/local/etc/glance/rootwrap.d /etc/glance/ 2022-06-04 10:29:43.464 | + lib/glance:install_glance:529 : git_clone https://opendev.org/openstack/glance.git /opt/stack/glance master 2022-06-04 10:29:43.466 | + functions-common:git_clone:597 : local git_remote=https://opendev.org/openstack/glance.git 2022-06-04 10:29:43.468 | + functions-common:git_clone:598 : local git_dest=/opt/stack/glance 2022-06-04 10:29:43.471 | + functions-common:git_clone:599 : local git_ref=master 2022-06-04 10:29:43.473 | + functions-common:git_clone:600 : local orig_dir 2022-06-04 10:29:43.476 | ++ functions-common:git_clone:601 : pwd 2022-06-04 10:29:43.479 | + functions-common:git_clone:601 : orig_dir=/home/ubuntu/devstack 2022-06-04 10:29:43.481 | + functions-common:git_clone:602 : local git_clone_flags= 2022-06-04 10:29:43.484 | ++ functions-common:git_clone:604 : trueorfalse False RECLONE 2022-06-04 10:29:43.501 | + functions-common:git_clone:604 : RECLONE=False 2022-06-04 10:29:43.504 | + functions-common:git_clone:605 : [[ 0 -gt 0 ]] 2022-06-04 10:29:43.506 | + functions-common:git_clone:609 : [[ False = \T\r\u\e ]] 2022-06-04 10:29:43.510 | + functions-common:git_clone:618 : echo master 2022-06-04 10:29:43.510 | + functions-common:git_clone:618 : egrep -q '^refs' 2022-06-04 10:29:43.515 | + functions-common:git_clone:632 : [[ ! -d /opt/stack/glance ]] 2022-06-04 10:29:43.518 | + functions-common:git_clone:640 : [[ False = \T\r\u\e ]] 2022-06-04 10:29:43.520 | + functions-common:git_clone:675 : sudo git config --system --add safe.directory /opt/stack/glance 2022-06-04 10:29:43.533 | + functions-common:git_clone:678 : cd /opt/stack/glance 2022-06-04 10:29:43.536 | + functions-common:git_clone:679 : git show --oneline 2022-06-04 10:29:43.536 | + functions-common:git_clone:679 : head -1 2022-06-04 10:29:43.543 | 6bd1d14a5 Imported Translations from Zanata 2022-06-04 10:29:43.546 | + functions-common:git_clone:680 : cd /home/ubuntu/devstack 2022-06-04 10:29:43.548 | + lib/glance:install_glance:531 : setup_develop /opt/stack/glance 2022-06-04 10:29:43.551 | + inc/python:setup_develop:334 : local bindep 2022-06-04 10:29:43.553 | + inc/python:setup_develop:335 : [[ /opt/stack/glance == -bindep* ]] 2022-06-04 10:29:43.557 | + inc/python:setup_develop:339 : local project_dir=/opt/stack/glance 2022-06-04 10:29:43.559 | + inc/python:setup_develop:340 : local extras= 2022-06-04 10:29:43.562 | + inc/python:setup_develop:341 : _setup_package_with_constraints_edit /opt/stack/glance -e 2022-06-04 10:29:43.564 | + inc/python:_setup_package_with_constraints_edit:360 : local bindep 2022-06-04 10:29:43.567 | + inc/python:_setup_package_with_constraints_edit:361 : [[ /opt/stack/glance == -bindep* ]] 2022-06-04 10:29:43.570 | + inc/python:_setup_package_with_constraints_edit:365 : local project_dir=/opt/stack/glance 2022-06-04 10:29:43.573 | + inc/python:_setup_package_with_constraints_edit:366 : local flags=-e 2022-06-04 10:29:43.575 | + inc/python:_setup_package_with_constraints_edit:367 : local extras= 2022-06-04 10:29:43.578 | ++ inc/python:_setup_package_with_constraints_edit:374 : cd /opt/stack/glance 2022-06-04 10:29:43.581 | ++ inc/python:_setup_package_with_constraints_edit:374 : pwd 2022-06-04 10:29:43.584 | + inc/python:_setup_package_with_constraints_edit:374 : project_dir=/opt/stack/glance 2022-06-04 10:29:43.586 | + inc/python:_setup_package_with_constraints_edit:376 : '[' -n /opt/stack/requirements ']' 2022-06-04 10:29:43.589 | + inc/python:_setup_package_with_constraints_edit:380 : local name 2022-06-04 10:29:43.592 | ++ inc/python:_setup_package_with_constraints_edit:381 : awk '/^name.*=/ {print $3}' /opt/stack/glance/setup.cfg 2022-06-04 10:29:43.598 | + inc/python:_setup_package_with_constraints_edit:381 : name=glance 2022-06-04 10:29:43.601 | + inc/python:_setup_package_with_constraints_edit:383 : /opt/stack/requirements/.venv/bin/edit-constraints /opt/stack/requirements/upper-constraints.txt -- glance 2022-06-04 10:29:44.235 | + inc/python:_setup_package_with_constraints_edit:386 : setup_package /opt/stack/glance -e 2022-06-04 10:29:44.238 | + inc/python:setup_package:414 : local bindep=0 2022-06-04 10:29:44.240 | + inc/python:setup_package:415 : local bindep_flag= 2022-06-04 10:29:44.242 | + inc/python:setup_package:416 : local bindep_profiles= 2022-06-04 10:29:44.245 | + inc/python:setup_package:417 : [[ /opt/stack/glance == -bindep* ]] 2022-06-04 10:29:44.248 | + inc/python:setup_package:422 : local project_dir=/opt/stack/glance 2022-06-04 10:29:44.250 | + inc/python:setup_package:423 : local flags=-e 2022-06-04 10:29:44.252 | + inc/python:setup_package:424 : local extras= 2022-06-04 10:29:44.255 | + inc/python:setup_package:428 : [[ -n -e ]] 2022-06-04 10:29:44.257 | + inc/python:setup_package:428 : [[ -z '' ]] 2022-06-04 10:29:44.260 | + inc/python:setup_package:428 : [[ ! -e =~ ^-.* ]] 2022-06-04 10:29:44.263 | + inc/python:setup_package:433 : [[ ! -z '' ]] 2022-06-04 10:29:44.265 | + inc/python:setup_package:438 : [[ 0 == 1 ]] 2022-06-04 10:29:44.267 | + inc/python:setup_package:442 : pip_install -e /opt/stack/glance 2022-06-04 10:29:44.288 | Using python 3.8 to install /opt/stack/glance 2022-06-04 10:29:44.291 | + inc/python:pip_install:190 : sudo -H LC_ALL=en_US.UTF-8 SETUPTOOLS_USE_DISTUTILS=stdlib http_proxy= https_proxy= no_proxy= PIP_FIND_LINKS= python3.8 -m pip install -c /opt/stack/requirements/upper-constraints.txt -e /opt/stack/glance 2022-06-04 10:29:45.151 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-06-04 10:29:45.151 | from cryptography.utils import int_from_bytes 2022-06-04 10:29:45.151 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-06-04 10:29:45.151 | from cryptography.utils import int_from_bytes 2022-06-04 10:29:46.209 | Looking in indexes: http://10.100.0.9:8080/cloudbase/CI/+simple/ 2022-06-04 10:29:46.242 | Obtaining file:///opt/stack/glance 2022-06-04 10:29:46.243 | Preparing metadata (setup.py): started 2022-06-04 10:29:50.181 | Preparing metadata (setup.py): finished with status 'done' 2022-06-04 10:29:50.256 | Requirement already satisfied: pbr>=3.1.1 in /usr/local/lib/python3.8/dist-packages (from glance==25.0.0.dev61) (5.9.0) 2022-06-04 10:29:50.257 | Requirement already satisfied: defusedxml>=0.6.0 in /usr/local/lib/python3.8/dist-packages (from glance==25.0.0.dev61) (0.7.1) 2022-06-04 10:29:50.258 | Requirement already satisfied: SQLAlchemy>=1.3.14 in /usr/local/lib/python3.8/dist-packages (from glance==25.0.0.dev61) (1.4.37) 2022-06-04 10:29:50.260 | Requirement already satisfied: eventlet>=0.25.1 in /usr/local/lib/python3.8/dist-packages (from glance==25.0.0.dev61) (0.33.1) 2022-06-04 10:29:50.261 | Requirement already satisfied: PasteDeploy>=1.5.0 in /usr/local/lib/python3.8/dist-packages (from glance==25.0.0.dev61) (2.1.1) 2022-06-04 10:29:50.262 | Requirement already satisfied: Routes>=2.3.1 in /usr/local/lib/python3.8/dist-packages (from glance==25.0.0.dev61) (2.5.1) 2022-06-04 10:29:50.263 | Requirement already satisfied: WebOb>=1.8.1 in /usr/local/lib/python3.8/dist-packages (from glance==25.0.0.dev61) (1.8.7) 2022-06-04 10:29:50.264 | Requirement already satisfied: sqlparse>=0.2.2 in /usr/local/lib/python3.8/dist-packages (from glance==25.0.0.dev61) (0.4.2) 2022-06-04 10:29:50.265 | Requirement already satisfied: alembic>=0.9.6 in /usr/local/lib/python3.8/dist-packages (from glance==25.0.0.dev61) (1.8.0) 2022-06-04 10:29:50.266 | Requirement already satisfied: httplib2>=0.9.1 in /usr/local/lib/python3.8/dist-packages (from glance==25.0.0.dev61) (0.20.4) 2022-06-04 10:29:50.267 | Requirement already satisfied: oslo.config>=8.1.0 in /usr/local/lib/python3.8/dist-packages (from glance==25.0.0.dev61) (8.8.0) 2022-06-04 10:29:50.268 | Requirement already satisfied: oslo.concurrency>=4.5.1 in /usr/local/lib/python3.8/dist-packages (from glance==25.0.0.dev61) (4.5.1) 2022-06-04 10:29:50.269 | Requirement already satisfied: oslo.context>=2.22.0 in /usr/local/lib/python3.8/dist-packages (from glance==25.0.0.dev61) (4.1.0) 2022-06-04 10:29:50.271 | Requirement already satisfied: oslo.upgradecheck>=1.3.0 in /usr/local/lib/python3.8/dist-packages (from glance==25.0.0.dev61) (1.5.0) 2022-06-04 10:29:50.272 | Requirement already satisfied: oslo.utils>=4.7.0 in /usr/local/lib/python3.8/dist-packages (from glance==25.0.0.dev61) (4.13.0) 2022-06-04 10:29:50.273 | Requirement already satisfied: stevedore!=3.0.0,>=1.20.0 in /usr/local/lib/python3.8/dist-packages (from glance==25.0.0.dev61) (3.5.0) 2022-06-04 10:29:50.274 | Requirement already satisfied: futurist>=1.2.0 in /usr/local/lib/python3.8/dist-packages (from glance==25.0.0.dev61) (2.4.1) 2022-06-04 10:29:50.276 | Requirement already satisfied: taskflow>=4.0.0 in /usr/local/lib/python3.8/dist-packages (from glance==25.0.0.dev61) (4.7.0) 2022-06-04 10:29:50.277 | Requirement already satisfied: keystoneauth1>=3.4.0 in /usr/local/lib/python3.8/dist-packages (from glance==25.0.0.dev61) (4.6.0) 2022-06-04 10:29:50.278 | Requirement already satisfied: keystonemiddleware>=5.1.0 in /usr/local/lib/python3.8/dist-packages (from glance==25.0.0.dev61) (9.5.0) 2022-06-04 10:29:50.279 | Requirement already satisfied: WSME>=0.8.0 in /usr/local/lib/python3.8/dist-packages (from glance==25.0.0.dev61) (0.11.0) 2022-06-04 10:29:50.280 | Requirement already satisfied: PrettyTable>=0.7.1 in /usr/local/lib/python3.8/dist-packages (from glance==25.0.0.dev61) (3.3.0) 2022-06-04 10:29:50.281 | Requirement already satisfied: Paste>=2.0.2 in /usr/local/lib/python3.8/dist-packages (from glance==25.0.0.dev61) (3.5.0) 2022-06-04 10:29:50.282 | Requirement already satisfied: jsonschema>=3.2.0 in /usr/lib/python3/dist-packages (from glance==25.0.0.dev61) (3.2.0) 2022-06-04 10:29:50.283 | Requirement already satisfied: python-keystoneclient>=3.8.0 in /usr/local/lib/python3.8/dist-packages (from glance==25.0.0.dev61) (4.5.0) 2022-06-04 10:29:50.284 | Requirement already satisfied: pyOpenSSL>=17.1.0 in /usr/local/lib/python3.8/dist-packages (from glance==25.0.0.dev61) (22.0.0) 2022-06-04 10:29:50.285 | Requirement already satisfied: oslo.db>=5.0.0 in /usr/local/lib/python3.8/dist-packages (from glance==25.0.0.dev61) (11.3.0) 2022-06-04 10:29:50.287 | Requirement already satisfied: oslo.i18n>=5.0.0 in /usr/local/lib/python3.8/dist-packages (from glance==25.0.0.dev61) (5.1.0) 2022-06-04 10:29:50.288 | Requirement already satisfied: oslo.limit>=1.4.0 in /usr/local/lib/python3.8/dist-packages (from glance==25.0.0.dev61) (1.6.0) 2022-06-04 10:29:50.289 | Requirement already satisfied: oslo.log>=4.5.0 in /usr/local/lib/python3.8/dist-packages (from glance==25.0.0.dev61) (5.0.0) 2022-06-04 10:29:50.291 | Requirement already satisfied: oslo.messaging!=9.0.0,>=5.29.0 in /usr/local/lib/python3.8/dist-packages (from glance==25.0.0.dev61) (12.14.0) 2022-06-04 10:29:50.292 | Requirement already satisfied: oslo.middleware>=3.31.0 in /usr/local/lib/python3.8/dist-packages (from glance==25.0.0.dev61) (4.5.1) 2022-06-04 10:29:50.293 | Requirement already satisfied: oslo.reports>=1.18.0 in /usr/local/lib/python3.8/dist-packages (from glance==25.0.0.dev61) (2.4.0) 2022-06-04 10:29:50.294 | Requirement already satisfied: oslo.policy>=3.8.1 in /usr/local/lib/python3.8/dist-packages (from glance==25.0.0.dev61) (3.12.1) 2022-06-04 10:29:50.295 | Requirement already satisfied: retrying!=1.3.0,>=1.2.3 in /usr/local/lib/python3.8/dist-packages (from glance==25.0.0.dev61) (1.3.3) 2022-06-04 10:29:50.296 | Requirement already satisfied: osprofiler>=1.4.0 in /usr/local/lib/python3.8/dist-packages (from glance==25.0.0.dev61) (3.4.3) 2022-06-04 10:29:50.298 | Requirement already satisfied: glance-store>=2.3.0 in /usr/local/lib/python3.8/dist-packages (from glance==25.0.0.dev61) (4.0.0) 2022-06-04 10:29:50.299 | Requirement already satisfied: debtcollector>=1.19.0 in /usr/local/lib/python3.8/dist-packages (from glance==25.0.0.dev61) (2.5.0) 2022-06-04 10:29:50.300 | Requirement already satisfied: cryptography>=2.6.1 in /usr/local/lib/python3.8/dist-packages (from glance==25.0.0.dev61) (36.0.2) 2022-06-04 10:29:50.301 | Requirement already satisfied: cursive>=0.2.1 in /usr/local/lib/python3.8/dist-packages (from glance==25.0.0.dev61) (0.2.2) 2022-06-04 10:29:50.302 | Requirement already satisfied: iso8601>=0.1.11 in /usr/local/lib/python3.8/dist-packages (from glance==25.0.0.dev61) (1.0.2) 2022-06-04 10:29:50.303 | Requirement already satisfied: os-win>=4.0.1 in /usr/local/lib/python3.8/dist-packages (from glance==25.0.0.dev61) (5.7.0) 2022-06-04 10:29:50.304 | Requirement already satisfied: castellan>=0.17.0 in /usr/local/lib/python3.8/dist-packages (from glance==25.0.0.dev61) (3.11.0) 2022-06-04 10:29:50.320 | Requirement already satisfied: Mako in /usr/local/lib/python3.8/dist-packages (from alembic>=0.9.6->glance==25.0.0.dev61) (1.2.0) 2022-06-04 10:29:50.322 | Requirement already satisfied: importlib-resources in /usr/local/lib/python3.8/dist-packages (from alembic>=0.9.6->glance==25.0.0.dev61) (5.7.1) 2022-06-04 10:29:50.323 | Requirement already satisfied: importlib-metadata in /usr/local/lib/python3.8/dist-packages (from alembic>=0.9.6->glance==25.0.0.dev61) (4.11.4) 2022-06-04 10:29:50.345 | Requirement already satisfied: requests!=2.20.0,>=2.18.0 in /usr/local/lib/python3.8/dist-packages (from castellan>=0.17.0->glance==25.0.0.dev61) (2.27.1) 2022-06-04 10:29:50.347 | Requirement already satisfied: python-barbicanclient>=4.5.2 in /usr/local/lib/python3.8/dist-packages (from castellan>=0.17.0->glance==25.0.0.dev61) (5.3.0) 2022-06-04 10:29:50.389 | Requirement already satisfied: cffi>=1.12 in /usr/local/lib/python3.8/dist-packages (from cryptography>=2.6.1->glance==25.0.0.dev61) (1.15.0) 2022-06-04 10:29:50.406 | Requirement already satisfied: oslo.serialization>=1.10.0 in /usr/local/lib/python3.8/dist-packages (from cursive>=0.2.1->glance==25.0.0.dev61) (4.3.0) 2022-06-04 10:29:50.414 | Requirement already satisfied: wrapt>=1.7.0 in /usr/local/lib/python3.8/dist-packages (from debtcollector>=1.19.0->glance==25.0.0.dev61) (1.14.1) 2022-06-04 10:29:50.429 | Requirement already satisfied: six>=1.10.0 in /usr/local/lib/python3.8/dist-packages (from eventlet>=0.25.1->glance==25.0.0.dev61) (1.16.0) 2022-06-04 10:29:50.430 | Requirement already satisfied: dnspython>=1.15.0 in /usr/local/lib/python3.8/dist-packages (from eventlet>=0.25.1->glance==25.0.0.dev61) (2.2.1) 2022-06-04 10:29:50.432 | Requirement already satisfied: greenlet>=0.3 in /usr/local/lib/python3.8/dist-packages (from eventlet>=0.25.1->glance==25.0.0.dev61) (1.1.2) 2022-06-04 10:29:50.525 | 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==25.0.0.dev61) (3.0.9) 2022-06-04 10:29:50.604 | Requirement already satisfied: os-service-types>=1.2.0 in /usr/local/lib/python3.8/dist-packages (from keystoneauth1>=3.4.0->glance==25.0.0.dev61) (1.7.0) 2022-06-04 10:29:50.658 | Requirement already satisfied: oslo.cache>=1.26.0 in /usr/local/lib/python3.8/dist-packages (from keystonemiddleware>=5.1.0->glance==25.0.0.dev61) (2.11.0) 2022-06-04 10:29:50.661 | Requirement already satisfied: pycadf!=2.0.0,>=1.1.0 in /usr/local/lib/python3.8/dist-packages (from keystonemiddleware>=5.1.0->glance==25.0.0.dev61) (3.1.1) 2022-06-04 10:29:50.695 | Requirement already satisfied: fasteners>=0.7.0 in /usr/local/lib/python3.8/dist-packages (from oslo.concurrency>=4.5.1->glance==25.0.0.dev61) (0.17.3) 2022-06-04 10:29:50.741 | Requirement already satisfied: netaddr>=0.7.18 in /usr/local/lib/python3.8/dist-packages (from oslo.config>=8.1.0->glance==25.0.0.dev61) (0.8.0) 2022-06-04 10:29:50.742 | Requirement already satisfied: PyYAML>=5.1 in /usr/local/lib/python3.8/dist-packages (from oslo.config>=8.1.0->glance==25.0.0.dev61) (6.0) 2022-06-04 10:29:50.743 | Requirement already satisfied: rfc3986>=1.2.0 in /usr/local/lib/python3.8/dist-packages (from oslo.config>=8.1.0->glance==25.0.0.dev61) (1.5.0) 2022-06-04 10:29:50.805 | Requirement already satisfied: sqlalchemy-migrate>=0.11.0 in /usr/local/lib/python3.8/dist-packages (from oslo.db>=5.0.0->glance==25.0.0.dev61) (0.13.0) 2022-06-04 10:29:50.807 | Requirement already satisfied: testscenarios>=0.4 in /usr/local/lib/python3.8/dist-packages (from oslo.db>=5.0.0->glance==25.0.0.dev61) (0.5.0) 2022-06-04 10:29:50.808 | Requirement already satisfied: testresources>=2.0.0 in /usr/local/lib/python3.8/dist-packages (from oslo.db>=5.0.0->glance==25.0.0.dev61) (2.0.1) 2022-06-04 10:29:50.834 | Requirement already satisfied: openstacksdk>=0.31.1 in /usr/local/lib/python3.8/dist-packages (from oslo.limit>=1.4.0->glance==25.0.0.dev61) (0.99.0) 2022-06-04 10:29:50.886 | Requirement already satisfied: pyinotify>=0.9.6 in /usr/local/lib/python3.8/dist-packages (from oslo.log>=4.5.0->glance==25.0.0.dev61) (0.9.6) 2022-06-04 10:29:50.889 | Requirement already satisfied: python-dateutil>=2.7.0 in /usr/local/lib/python3.8/dist-packages (from oslo.log>=4.5.0->glance==25.0.0.dev61) (2.8.2) 2022-06-04 10:29:50.975 | 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==25.0.0.dev61) (5.2.4) 2022-06-04 10:29:50.976 | 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==25.0.0.dev61) (0.4.0) 2022-06-04 10:29:50.979 | 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==25.0.0.dev61) (5.1.1) 2022-06-04 10:29:50.980 | 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==25.0.0.dev61) (5.2.0) 2022-06-04 10:29:50.983 | 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==25.0.0.dev61) (2.8.0) 2022-06-04 10:29:51.008 | Requirement already satisfied: bcrypt>=3.1.3 in /usr/local/lib/python3.8/dist-packages (from oslo.middleware>=3.31.0->glance==25.0.0.dev61) (3.2.2) 2022-06-04 10:29:51.011 | Requirement already satisfied: statsd>=3.2.1 in /usr/local/lib/python3.8/dist-packages (from oslo.middleware>=3.31.0->glance==25.0.0.dev61) (3.3.0) 2022-06-04 10:29:51.012 | Requirement already satisfied: Jinja2>=2.10 in /usr/local/lib/python3.8/dist-packages (from oslo.middleware>=3.31.0->glance==25.0.0.dev61) (3.1.2) 2022-06-04 10:29:51.055 | Requirement already satisfied: psutil>=3.2.2 in /usr/local/lib/python3.8/dist-packages (from oslo.reports>=1.18.0->glance==25.0.0.dev61) (5.9.1) 2022-06-04 10:29:51.102 | Requirement already satisfied: pytz>=2013.6 in /usr/local/lib/python3.8/dist-packages (from oslo.utils>=4.7.0->glance==25.0.0.dev61) (2022.1) 2022-06-04 10:29:51.104 | Requirement already satisfied: netifaces>=0.10.4 in /usr/local/lib/python3.8/dist-packages (from oslo.utils>=4.7.0->glance==25.0.0.dev61) (0.11.0) 2022-06-04 10:29:51.106 | Requirement already satisfied: packaging>=20.4 in /usr/local/lib/python3.8/dist-packages (from oslo.utils>=4.7.0->glance==25.0.0.dev61) (21.3) 2022-06-04 10:29:51.180 | Requirement already satisfied: setuptools in /usr/local/lib/python3.8/dist-packages (from Paste>=2.0.2->glance==25.0.0.dev61) (62.3.2) 2022-06-04 10:29:51.240 | Requirement already satisfied: wcwidth in /usr/local/lib/python3.8/dist-packages (from PrettyTable>=0.7.1->glance==25.0.0.dev61) (0.2.5) 2022-06-04 10:29:51.347 | Requirement already satisfied: repoze.lru>=0.3 in /usr/local/lib/python3.8/dist-packages (from Routes>=2.3.1->glance==25.0.0.dev61) (0.7) 2022-06-04 10:29:51.630 | Requirement already satisfied: automaton>=1.9.0 in /usr/local/lib/python3.8/dist-packages (from taskflow>=4.0.0->glance==25.0.0.dev61) (2.5.0) 2022-06-04 10:29:51.631 | Requirement already satisfied: networkx>=2.1.0 in /usr/local/lib/python3.8/dist-packages (from taskflow>=4.0.0->glance==25.0.0.dev61) (2.8.2) 2022-06-04 10:29:51.634 | Requirement already satisfied: pydot>=1.2.4 in /usr/local/lib/python3.8/dist-packages (from taskflow>=4.0.0->glance==25.0.0.dev61) (1.4.2) 2022-06-04 10:29:51.637 | Requirement already satisfied: tenacity>=6.0.0 in /usr/local/lib/python3.8/dist-packages (from taskflow>=4.0.0->glance==25.0.0.dev61) (6.3.1) 2022-06-04 10:29:51.693 | Requirement already satisfied: simplegeneric in /usr/local/lib/python3.8/dist-packages (from WSME>=0.8.0->glance==25.0.0.dev61) (0.8.1) 2022-06-04 10:29:51.717 | 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==25.0.0.dev61) (5.0.0) 2022-06-04 10:29:51.815 | Requirement already satisfied: pycparser in /usr/local/lib/python3.8/dist-packages (from cffi>=1.12->cryptography>=2.6.1->glance==25.0.0.dev61) (2.21) 2022-06-04 10:29:51.942 | Requirement already satisfied: MarkupSafe>=2.0 in /usr/local/lib/python3.8/dist-packages (from Jinja2>=2.10->oslo.middleware>=3.31.0->glance==25.0.0.dev61) (2.1.1) 2022-06-04 10:29:52.177 | 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==25.0.0.dev61) (1.4.4) 2022-06-04 10:29:52.178 | 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==25.0.0.dev61) (1.4.0) 2022-06-04 10:29:52.180 | 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==25.0.0.dev61) (1.0.0) 2022-06-04 10:29:52.182 | 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==25.0.0.dev61) (1.1.5) 2022-06-04 10:29:52.183 | 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==25.0.0.dev61) (2.5.0) 2022-06-04 10:29:52.184 | 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==25.0.0.dev61) (1.32) 2022-06-04 10:29:52.186 | 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==25.0.0.dev61) (5.1.1) 2022-06-04 10:29:52.315 | 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==25.0.0.dev61) (0.14.1) 2022-06-04 10:29:52.346 | 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==25.0.0.dev61) (1.0.3) 2022-06-04 10:29:52.401 | 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==25.0.0.dev61) (1.3.5) 2022-06-04 10:29:52.403 | 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==25.0.0.dev61) (3.0.0) 2022-06-04 10:29:52.660 | 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==25.0.0.dev61) (3.10.1) 2022-06-04 10:29:52.853 | 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==25.0.0.dev61) (2.0.12) 2022-06-04 10:29:52.854 | 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==25.0.0.dev61) (1.26.9) 2022-06-04 10:29:52.855 | 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==25.0.0.dev61) (2019.11.28) 2022-06-04 10:29:52.858 | 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==25.0.0.dev61) (3.3) 2022-06-04 10:29:52.966 | 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==25.0.0.dev61) (0.5.2) 2022-06-04 10:29:53.122 | Requirement already satisfied: testtools in /usr/local/lib/python3.8/dist-packages (from testscenarios>=0.4->oslo.db>=5.0.0->glance==25.0.0.dev61) (2.5.0) 2022-06-04 10:29:53.225 | Requirement already satisfied: zipp>=0.5 in /usr/local/lib/python3.8/dist-packages (from importlib-metadata->alembic>=0.9.6->glance==25.0.0.dev61) (3.8.0) 2022-06-04 10:29:53.542 | 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==25.0.0.dev61) (2.4.1) 2022-06-04 10:29:53.545 | 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==25.0.0.dev61) (0.5.1) 2022-06-04 10:29:53.777 | 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==25.0.0.dev61) (2.3) 2022-06-04 10:29:54.060 | 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==25.0.0.dev61) (1.0.0) 2022-06-04 10:29:54.453 | 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==25.0.0.dev61) (1.8.2) 2022-06-04 10:29:54.454 | 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==25.0.0.dev61) (21.4.0) 2022-06-04 10:29:55.948 | Installing collected packages: glance 2022-06-04 10:29:55.948 | Attempting uninstall: glance 2022-06-04 10:29:55.951 | Found existing installation: glance 25.0.0.dev61 2022-06-04 10:29:55.957 | Can't uninstall 'glance'. No files were found to uninstall. 2022-06-04 10:29:55.959 | Running setup.py develop for glance 2022-06-04 10:30:01.318 | Successfully installed glance 2022-06-04 10:30:01.318 | WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv 2022-06-04 10:30:01.326 | WARNING: You are using pip version 21.3.1; however, version 22.1.2 is available. 2022-06-04 10:30:01.326 | You should consider upgrading via the '/usr/bin/python3.8 -m pip install --upgrade pip' command. 2022-06-04 10:30:01.465 | + inc/python:pip_install:196 : result=0 2022-06-04 10:30:01.468 | + inc/python:pip_install:198 : time_stop pip_install 2022-06-04 10:30:01.470 | + functions-common:time_stop:2426 : local name 2022-06-04 10:30:01.472 | + functions-common:time_stop:2427 : local end_time 2022-06-04 10:30:01.475 | + functions-common:time_stop:2428 : local elapsed_time 2022-06-04 10:30:01.477 | + functions-common:time_stop:2429 : local total 2022-06-04 10:30:01.480 | + functions-common:time_stop:2430 : local start_time 2022-06-04 10:30:01.482 | + functions-common:time_stop:2432 : name=pip_install 2022-06-04 10:30:01.484 | + functions-common:time_stop:2433 : start_time=1654338584283 2022-06-04 10:30:01.487 | + functions-common:time_stop:2435 : [[ -z 1654338584283 ]] 2022-06-04 10:30:01.490 | ++ functions-common:time_stop:2438 : date +%s%3N 2022-06-04 10:30:01.494 | + functions-common:time_stop:2438 : end_time=1654338601491 2022-06-04 10:30:01.497 | + functions-common:time_stop:2439 : elapsed_time=17208 2022-06-04 10:30:01.499 | + functions-common:time_stop:2440 : total=82325 2022-06-04 10:30:01.501 | + functions-common:time_stop:2442 : _TIME_START[$name]= 2022-06-04 10:30:01.503 | + functions-common:time_stop:2443 : _TIME_TOTAL[$name]=99533 2022-06-04 10:30:01.506 | + inc/python:pip_install:199 : return 0 2022-06-04 10:30:01.508 | + inc/python:setup_package:444 : [[ -e == \-\e ]] 2022-06-04 10:30:01.511 | + inc/python:setup_package:445 : safe_chown -R ubuntu /opt/stack/glance/glance.egg-info 2022-06-04 10:30:01.514 | + functions-common:safe_chown:2327 : _safe_permission_operation chown -R ubuntu /opt/stack/glance/glance.egg-info 2022-06-04 10:30:01.533 | + functions-common:_safe_permission_operation:2175 : sudo chown -R ubuntu /opt/stack/glance/glance.egg-info 2022-06-04 10:30:01.545 | + inc/python:_setup_package_with_constraints_edit:390 : use_library_from_git /opt/stack/glance 2022-06-04 10:30:01.547 | + inc/python:use_library_from_git:246 : local name=/opt/stack/glance 2022-06-04 10:30:01.550 | + inc/python:use_library_from_git:247 : local enabled=1 2022-06-04 10:30:01.552 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2022-06-04 10:30:01.555 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,/opt/stack/glance, ]] 2022-06-04 10:30:01.558 | + inc/python:use_library_from_git:249 : return 1 2022-06-04 10:30:01.560 | + lib/stack:stack_install_service:33 : [[ False = True ]] 2022-06-04 10:30:01.563 | + ./stack.sh:main:915 : configure_glance 2022-06-04 10:30:01.565 | + lib/glance:configure_glance:323 : sudo install -d -o ubuntu /etc/glance /etc/glance/metadefs 2022-06-04 10:30:01.578 | + lib/glance:configure_glance:326 : local dburl 2022-06-04 10:30:01.581 | ++ lib/glance:configure_glance:327 : database_connection_url glance 2022-06-04 10:30:01.583 | ++ lib/database:database_connection_url:134 : local db=glance 2022-06-04 10:30:01.586 | ++ lib/database:database_connection_url:135 : database_connection_url_mysql glance 2022-06-04 10:30:01.588 | ++ lib/databases/mysql:database_connection_url_mysql:224 : local db=glance 2022-06-04 10:30:01.591 | ++ lib/databases/mysql:database_connection_url_mysql:225 : local plugin 2022-06-04 10:30:01.593 | ++ lib/databases/mysql:database_connection_url_mysql:229 : [[ True == \T\r\u\e ]] 2022-06-04 10:30:01.595 | ++ lib/databases/mysql:database_connection_url_mysql:230 : is_service_enabled mysql 2022-06-04 10:30:01.612 | ++ functions-common:is_service_enabled:2082 : return 0 2022-06-04 10:30:01.614 | ++ lib/databases/mysql:database_connection_url_mysql:231 : plugin='&plugin=dbcounter' 2022-06-04 10:30:01.617 | ++ lib/databases/mysql:database_connection_url_mysql:235 : echo 'mysql+pymysql://root:Passw0rd@127.0.0.1/glance?charset=utf8&plugin=dbcounter' 2022-06-04 10:30:01.620 | + lib/glance:configure_glance:327 : dburl='mysql+pymysql://root:Passw0rd@127.0.0.1/glance?charset=utf8&plugin=dbcounter' 2022-06-04 10:30:01.622 | + lib/glance:configure_glance:329 : iniset /etc/glance/glance-api.conf DEFAULT debug True 2022-06-04 10:30:01.650 | + lib/glance:configure_glance:330 : iniset /etc/glance/glance-api.conf database connection 'mysql+pymysql://root:Passw0rd@127.0.0.1/glance?charset=utf8&plugin=dbcounter' 2022-06-04 10:30:01.680 | + lib/glance:configure_glance:331 : iniset /etc/glance/glance-api.conf DEFAULT use_syslog False 2022-06-04 10:30:01.709 | + lib/glance:configure_glance:332 : iniset /etc/glance/glance-api.conf DEFAULT image_cache_dir /opt/stack/data/glance/cache/ 2022-06-04 10:30:01.739 | + lib/glance:configure_glance:333 : iniset /etc/glance/glance-api.conf oslo_concurrency lock_path /opt/stack/data/glance/locks 2022-06-04 10:30:01.769 | + lib/glance:configure_glance:334 : iniset /etc/glance/glance-api.conf paste_deploy flavor keystone+cachemanagement 2022-06-04 10:30:01.800 | + lib/glance:configure_glance:335 : configure_keystone_authtoken_middleware /etc/glance/glance-api.conf glance 2022-06-04 10:30:01.803 | + lib/keystone:configure_keystone_authtoken_middleware:447 : local conf_file=/etc/glance/glance-api.conf 2022-06-04 10:30:01.806 | + lib/keystone:configure_keystone_authtoken_middleware:448 : local admin_user=glance 2022-06-04 10:30:01.808 | + lib/keystone:configure_keystone_authtoken_middleware:449 : local section=keystone_authtoken 2022-06-04 10:30:01.811 | + lib/keystone:configure_keystone_authtoken_middleware:451 : iniset /etc/glance/glance-api.conf keystone_authtoken auth_type password 2022-06-04 10:30:01.839 | + lib/keystone:configure_keystone_authtoken_middleware:452 : iniset /etc/glance/glance-api.conf keystone_authtoken interface public 2022-06-04 10:30:01.870 | + lib/keystone:configure_keystone_authtoken_middleware:453 : iniset /etc/glance/glance-api.conf keystone_authtoken auth_url http://10.222.0.66/identity 2022-06-04 10:30:01.900 | + lib/keystone:configure_keystone_authtoken_middleware:454 : iniset /etc/glance/glance-api.conf keystone_authtoken username glance 2022-06-04 10:30:01.930 | + lib/keystone:configure_keystone_authtoken_middleware:455 : iniset /etc/glance/glance-api.conf keystone_authtoken password Passw0rd 2022-06-04 10:30:01.960 | + lib/keystone:configure_keystone_authtoken_middleware:456 : iniset /etc/glance/glance-api.conf keystone_authtoken user_domain_name Default 2022-06-04 10:30:01.991 | + lib/keystone:configure_keystone_authtoken_middleware:457 : iniset /etc/glance/glance-api.conf keystone_authtoken project_name service 2022-06-04 10:30:02.020 | + lib/keystone:configure_keystone_authtoken_middleware:458 : iniset /etc/glance/glance-api.conf keystone_authtoken project_domain_name Default 2022-06-04 10:30:02.050 | + lib/keystone:configure_keystone_authtoken_middleware:460 : iniset /etc/glance/glance-api.conf keystone_authtoken cafile /opt/stack/data/ca-bundle.pem 2022-06-04 10:30:02.080 | + lib/keystone:configure_keystone_authtoken_middleware:461 : iniset /etc/glance/glance-api.conf keystone_authtoken memcached_servers localhost:11211 2022-06-04 10:30:02.111 | + lib/glance:configure_glance:336 : iniset /etc/glance/glance-api.conf oslo_messaging_notifications driver messagingv2 2022-06-04 10:30:02.141 | + lib/glance:configure_glance:337 : iniset_rpc_backend glance /etc/glance/glance-api.conf 2022-06-04 10:30:02.144 | + lib/rpc_backend:iniset_rpc_backend:157 : local package=glance 2022-06-04 10:30:02.146 | + lib/rpc_backend:iniset_rpc_backend:158 : local file=/etc/glance/glance-api.conf 2022-06-04 10:30:02.148 | + lib/rpc_backend:iniset_rpc_backend:159 : local section=DEFAULT 2022-06-04 10:30:02.151 | + lib/rpc_backend:iniset_rpc_backend:160 : local virtual_host= 2022-06-04 10:30:02.154 | + lib/rpc_backend:iniset_rpc_backend:161 : is_service_enabled rabbit 2022-06-04 10:30:02.171 | + functions-common:is_service_enabled:2082 : return 0 2022-06-04 10:30:02.174 | ++ lib/rpc_backend:iniset_rpc_backend:162 : get_transport_url '' 2022-06-04 10:30:02.177 | ++ lib/rpc_backend:get_transport_url:139 : local virtual_host= 2022-06-04 10:30:02.179 | ++ lib/rpc_backend:get_transport_url:140 : is_service_enabled rabbit 2022-06-04 10:30:02.196 | ++ functions-common:is_service_enabled:2082 : return 0 2022-06-04 10:30:02.198 | ++ lib/rpc_backend:get_transport_url:141 : echo rabbit://stackrabbit:Passw0rd@10.222.0.66:5672/ 2022-06-04 10:30:02.201 | + lib/rpc_backend:iniset_rpc_backend:162 : iniset /etc/glance/glance-api.conf DEFAULT transport_url rabbit://stackrabbit:Passw0rd@10.222.0.66:5672/ 2022-06-04 10:30:02.232 | + lib/rpc_backend:iniset_rpc_backend:163 : '[' -n '' ']' 2022-06-04 10:30:02.234 | + lib/rpc_backend:iniset_rpc_backend:166 : '[' -n '' ']' 2022-06-04 10:30:02.237 | + lib/glance:configure_glance:338 : '[' libvirt = libvirt ']' 2022-06-04 10:30:02.239 | + lib/glance:configure_glance:338 : '[' kvm = parallels ']' 2022-06-04 10:30:02.241 | + lib/glance:configure_glance:342 : iniset /etc/glance/glance-api.conf DEFAULT show_image_direct_url False 2022-06-04 10:30:02.271 | + lib/glance:configure_glance:343 : iniset /etc/glance/glance-api.conf DEFAULT show_multiple_locations False 2022-06-04 10:30:02.302 | + lib/glance:configure_glance:346 : configure_glance_store False False 2022-06-04 10:30:02.304 | + lib/glance:configure_glance_store:252 : local use_cinder_for_glance=False 2022-06-04 10:30:02.307 | + lib/glance:configure_glance_store:253 : local glance_enable_multiple_stores=False 2022-06-04 10:30:02.309 | + lib/glance:configure_glance_store:254 : local be 2022-06-04 10:30:02.312 | + lib/glance:configure_glance_store:256 : [[ False == \F\a\l\s\e ]] 2022-06-04 10:30:02.314 | + lib/glance:configure_glance_store:258 : [[ False == \T\r\u\e ]] 2022-06-04 10:30:02.316 | + lib/glance:configure_glance_store:275 : iniset /etc/glance/glance-api.conf glance_store filesystem_store_datadir /opt/stack/data/glance/images/ 2022-06-04 10:30:02.347 | + lib/glance:configure_glance:349 : '[' -n '' ']' 2022-06-04 10:30:02.350 | + lib/glance:configure_glance:352 : iniset /etc/glance/glance-api.conf cors allowed_origin http://10.222.0.66 2022-06-04 10:30:02.380 | + lib/glance:configure_glance:356 : [[ False == \F\a\l\s\e ]] 2022-06-04 10:30:02.382 | + lib/glance:configure_glance:358 : is_service_enabled s-proxy 2022-06-04 10:30:02.400 | + functions-common:is_service_enabled:2082 : return 0 2022-06-04 10:30:02.402 | + lib/glance:configure_glance:359 : iniset /etc/glance/glance-api.conf glance_store default_store swift 2022-06-04 10:30:02.432 | + lib/glance:configure_glance:360 : iniset /etc/glance/glance-api.conf glance_store swift_store_create_container_on_put True 2022-06-04 10:30:02.462 | + lib/glance:configure_glance:362 : iniset /etc/glance/glance-api.conf glance_store swift_store_config_file /etc/glance/glance-swift-store.conf 2022-06-04 10:30:02.492 | + lib/glance:configure_glance:363 : iniset /etc/glance/glance-api.conf glance_store default_swift_reference ref1 2022-06-04 10:30:02.523 | + lib/glance:configure_glance:364 : iniset /etc/glance/glance-api.conf glance_store stores 'file, http, swift' 2022-06-04 10:30:02.553 | + lib/glance:configure_glance:365 : is_service_enabled tls-proxy 2022-06-04 10:30:02.569 | + functions-common:is_service_enabled:2082 : return 1 2022-06-04 10:30:02.572 | + lib/glance:configure_glance:368 : iniset /etc/glance/glance-api.conf DEFAULT graceful_shutdown_timeout 5 2022-06-04 10:30:02.603 | + lib/glance:configure_glance:370 : iniset /etc/glance/glance-swift-store.conf ref1 user service:glance-swift 2022-06-04 10:30:02.632 | + lib/glance:configure_glance:372 : iniset /etc/glance/glance-swift-store.conf ref1 key Passw0rd 2022-06-04 10:30:02.663 | + lib/glance:configure_glance:373 : iniset /etc/glance/glance-swift-store.conf ref1 auth_address http://10.222.0.66/identity/v3 2022-06-04 10:30:02.692 | + lib/glance:configure_glance:374 : iniset /etc/glance/glance-swift-store.conf ref1 auth_version 3 2022-06-04 10:30:02.722 | + lib/glance:configure_glance:380 : iniset /etc/glance/glance-api.conf DEFAULT public_endpoint http://10.222.0.66/image 2022-06-04 10:30:02.753 | + lib/glance:configure_glance:382 : is_service_enabled tls-proxy 2022-06-04 10:30:02.770 | + functions-common:is_service_enabled:2082 : return 1 2022-06-04 10:30:02.773 | + lib/glance:configure_glance:388 : setup_logging /etc/glance/glance-api.conf 2022-06-04 10:30:02.775 | + functions:setup_logging:674 : setup_systemd_logging /etc/glance/glance-api.conf 2022-06-04 10:30:02.778 | + functions:setup_systemd_logging:689 : local conf_file=/etc/glance/glance-api.conf 2022-06-04 10:30:02.781 | ++ functions:setup_systemd_logging:694 : trueorfalse False USE_JOURNAL 2022-06-04 10:30:02.797 | + functions:setup_systemd_logging:694 : USE_JOURNAL=False 2022-06-04 10:30:02.800 | + functions:setup_systemd_logging:695 : local pidstr= 2022-06-04 10:30:02.802 | + functions:setup_systemd_logging:696 : [[ False == \T\r\u\e ]] 2022-06-04 10:30:02.804 | + functions:setup_systemd_logging:700 : pidstr='(pid=%(process)d) ' 2022-06-04 10:30:02.807 | + 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-06-04 10:30:02.838 | + 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-06-04 10:30:02.869 | + 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-06-04 10:30:02.899 | + functions:setup_systemd_logging:706 : iniset /etc/glance/glance-api.conf DEFAULT logging_exception_prefix 'ERROR %(name)s %(instance)s' 2022-06-04 10:30:02.929 | + lib/glance:configure_glance:390 : cp -p /opt/stack/glance/etc/glance-api-paste.ini /etc/glance/glance-api-paste.ini 2022-06-04 10:30:02.934 | + lib/glance:configure_glance:393 : iniset /etc/glance/glance-cache.conf DEFAULT debug True 2022-06-04 10:30:02.964 | + lib/glance:configure_glance:394 : iniset /etc/glance/glance-cache.conf DEFAULT use_syslog False 2022-06-04 10:30:02.995 | + lib/glance:configure_glance:395 : iniset /etc/glance/glance-cache.conf DEFAULT image_cache_dir /opt/stack/data/glance/cache/ 2022-06-04 10:30:03.025 | + lib/glance:configure_glance:396 : iniset /etc/glance/glance-cache.conf DEFAULT auth_url http://10.222.0.66/identity 2022-06-04 10:30:03.055 | + lib/glance:configure_glance:397 : iniset /etc/glance/glance-cache.conf DEFAULT admin_tenant_name service 2022-06-04 10:30:03.086 | + lib/glance:configure_glance:398 : iniset /etc/glance/glance-cache.conf DEFAULT admin_user glance 2022-06-04 10:30:03.116 | + lib/glance:configure_glance:399 : iniset /etc/glance/glance-cache.conf DEFAULT admin_password Passw0rd 2022-06-04 10:30:03.150 | + lib/glance:configure_glance:402 : iniset /etc/glance/glance-cache.conf glance_store filesystem_store_datadir /opt/stack/data/glance/images/ 2022-06-04 10:30:03.181 | + lib/glance:configure_glance:405 : iniset /etc/glance/glance-image-import.conf image_import_opts image_import_plugins '[]' 2022-06-04 10:30:03.210 | + lib/glance:configure_glance:406 : iniset /etc/glance/glance-image-import.conf inject_metadata_properties ignore_user_roles admin 2022-06-04 10:30:03.241 | + lib/glance:configure_glance:407 : iniset /etc/glance/glance-image-import.conf inject_metadata_properties inject 2022-06-04 10:30:03.271 | + lib/glance:configure_glance:409 : cp -p /opt/stack/glance/etc/schema-image.json /etc/glance/schema-image.json 2022-06-04 10:30:03.277 | + lib/glance:configure_glance:411 : cp -p /opt/stack/glance/etc/metadefs/cim-processor-allocation-setting-data.json /opt/stack/glance/etc/metadefs/cim-resource-allocation-setting-data.json /opt/stack/glance/etc/metadefs/cim-storage-allocation-setting-data.json /opt/stack/glance/etc/metadefs/cim-virtual-system-setting-data.json /opt/stack/glance/etc/metadefs/compute-aggr-disk-filter.json /opt/stack/glance/etc/metadefs/compute-aggr-iops-filter.json /opt/stack/glance/etc/metadefs/compute-aggr-num-instances.json /opt/stack/glance/etc/metadefs/compute-cpu-mode.json /opt/stack/glance/etc/metadefs/compute-cpu-pinning.json /opt/stack/glance/etc/metadefs/compute-guest-memory-backing.json /opt/stack/glance/etc/metadefs/compute-guest-shutdown.json /opt/stack/glance/etc/metadefs/compute-host-capabilities.json /opt/stack/glance/etc/metadefs/compute-hypervisor.json /opt/stack/glance/etc/metadefs/compute-instance-data.json /opt/stack/glance/etc/metadefs/compute-libvirt-image.json /opt/stack/glance/etc/metadefs/compute-libvirt.json /opt/stack/glance/etc/metadefs/compute-quota.json /opt/stack/glance/etc/metadefs/compute-randomgen.json /opt/stack/glance/etc/metadefs/compute-vcputopology.json /opt/stack/glance/etc/metadefs/compute-vmware-flavor.json /opt/stack/glance/etc/metadefs/compute-vmware.json /opt/stack/glance/etc/metadefs/compute-vmware-quota-flavor.json /opt/stack/glance/etc/metadefs/compute-vtpm-hw.json /opt/stack/glance/etc/metadefs/compute-vtpm.json /opt/stack/glance/etc/metadefs/compute-watchdog.json /opt/stack/glance/etc/metadefs/compute-xenapi.json /opt/stack/glance/etc/metadefs/glance-common-image-props.json /opt/stack/glance/etc/metadefs/image-signature-verification.json /opt/stack/glance/etc/metadefs/operating-system.json /opt/stack/glance/etc/metadefs/software-databases.json /opt/stack/glance/etc/metadefs/software-runtimes.json /opt/stack/glance/etc/metadefs/software-webservers.json /opt/stack/glance/etc/metadefs/storage-volume-type.json /etc/glance/metadefs 2022-06-04 10:30:03.284 | + lib/glance:configure_glance:413 : is_service_enabled tls-proxy 2022-06-04 10:30:03.301 | + functions-common:is_service_enabled:2082 : return 1 2022-06-04 10:30:03.304 | + lib/glance:configure_glance:421 : [[ False == False ]] 2022-06-04 10:30:03.307 | + lib/glance:configure_glance:422 : write_local_uwsgi_http_config /etc/glance/glance-uwsgi.ini /usr/local/bin/glance-wsgi-api /image 2022-06-04 10:30:03.309 | + lib/apache:write_local_uwsgi_http_config:319 : local file=/etc/glance/glance-uwsgi.ini 2022-06-04 10:30:03.312 | + lib/apache:write_local_uwsgi_http_config:320 : local wsgi=/usr/local/bin/glance-wsgi-api 2022-06-04 10:30:03.314 | + lib/apache:write_local_uwsgi_http_config:321 : local url=/image 2022-06-04 10:30:03.317 | ++ lib/apache:write_local_uwsgi_http_config:322 : basename /usr/local/bin/glance-wsgi-api 2022-06-04 10:30:03.321 | + lib/apache:write_local_uwsgi_http_config:322 : name=glance-wsgi-api 2022-06-04 10:30:03.323 | + lib/apache:write_local_uwsgi_http_config:328 : rm -rf /etc/glance/glance-uwsgi.ini 2022-06-04 10:30:03.327 | + lib/apache:write_local_uwsgi_http_config:329 : iniset /etc/glance/glance-uwsgi.ini uwsgi wsgi-file /usr/local/bin/glance-wsgi-api 2022-06-04 10:30:03.358 | ++ lib/apache:write_local_uwsgi_http_config:330 : get_random_port 2022-06-04 10:30:03.360 | ++ functions:get_random_port:836 : read lower_port upper_port 2022-06-04 10:30:03.363 | ++ functions:get_random_port:837 : true 2022-06-04 10:30:03.365 | ++ functions:get_random_port:838 : (( port = upper_port )) 2022-06-04 10:30:03.367 | ++ functions:get_random_port:838 : (( port >= lower_port )) 2022-06-04 10:30:03.370 | ++ functions:get_random_port:839 : sudo lsof -i :60999 2022-06-04 10:30:03.433 | ++ functions:get_random_port:840 : [[ 1 > 0 ]] 2022-06-04 10:30:03.435 | ++ functions:get_random_port:841 : break 2 2022-06-04 10:30:03.438 | ++ functions:get_random_port:845 : echo 60999 2022-06-04 10:30:03.441 | + lib/apache:write_local_uwsgi_http_config:330 : port=60999 2022-06-04 10:30:03.444 | + lib/apache:write_local_uwsgi_http_config:331 : iniset /etc/glance/glance-uwsgi.ini uwsgi http-socket 127.0.0.1:60999 2022-06-04 10:30:03.471 | + lib/apache:write_local_uwsgi_http_config:332 : iniset /etc/glance/glance-uwsgi.ini uwsgi processes 2 2022-06-04 10:30:03.500 | + lib/apache:write_local_uwsgi_http_config:334 : iniset /etc/glance/glance-uwsgi.ini uwsgi master true 2022-06-04 10:30:03.528 | + lib/apache:write_local_uwsgi_http_config:336 : iniset /etc/glance/glance-uwsgi.ini uwsgi die-on-term true 2022-06-04 10:30:03.556 | + lib/apache:write_local_uwsgi_http_config:337 : iniset /etc/glance/glance-uwsgi.ini uwsgi exit-on-reload false 2022-06-04 10:30:03.584 | + lib/apache:write_local_uwsgi_http_config:338 : iniset /etc/glance/glance-uwsgi.ini uwsgi enable-threads true 2022-06-04 10:30:03.612 | + lib/apache:write_local_uwsgi_http_config:339 : iniset /etc/glance/glance-uwsgi.ini uwsgi plugins http,python3 2022-06-04 10:30:03.640 | + lib/apache:write_local_uwsgi_http_config:341 : iniset /etc/glance/glance-uwsgi.ini uwsgi thunder-lock true 2022-06-04 10:30:03.668 | + lib/apache:write_local_uwsgi_http_config:343 : iniset /etc/glance/glance-uwsgi.ini uwsgi hook-master-start 'unix_signal:15 gracefully_kill_them_all' 2022-06-04 10:30:03.696 | + lib/apache:write_local_uwsgi_http_config:346 : iniset /etc/glance/glance-uwsgi.ini uwsgi worker-reload-mercy 90 2022-06-04 10:30:03.724 | + lib/apache:write_local_uwsgi_http_config:348 : iniset /etc/glance/glance-uwsgi.ini uwsgi buffer-size 65535 2022-06-04 10:30:03.752 | + lib/apache:write_local_uwsgi_http_config:350 : iniset /etc/glance/glance-uwsgi.ini uwsgi add-header 'Connection: close' 2022-06-04 10:30:03.780 | + lib/apache:write_local_uwsgi_http_config:352 : iniset /etc/glance/glance-uwsgi.ini uwsgi lazy-apps true 2022-06-04 10:30:03.811 | + lib/apache:write_local_uwsgi_http_config:353 : iniset /etc/glance/glance-uwsgi.ini uwsgi chmod-socket 666 2022-06-04 10:30:03.839 | + lib/apache:write_local_uwsgi_http_config:354 : iniset /etc/glance/glance-uwsgi.ini uwsgi http-raw-body true 2022-06-04 10:30:03.867 | + lib/apache:write_local_uwsgi_http_config:355 : iniset /etc/glance/glance-uwsgi.ini uwsgi http-chunked-input true 2022-06-04 10:30:03.895 | + lib/apache:write_local_uwsgi_http_config:356 : iniset /etc/glance/glance-uwsgi.ini uwsgi http-auto-chunked true 2022-06-04 10:30:03.924 | + lib/apache:write_local_uwsgi_http_config:357 : iniset /etc/glance/glance-uwsgi.ini uwsgi http-keepalive false 2022-06-04 10:30:03.952 | + lib/apache:write_local_uwsgi_http_config:359 : iniset /etc/glance/glance-uwsgi.ini uwsgi socket-timeout 30 2022-06-04 10:30:03.981 | + lib/apache:write_local_uwsgi_http_config:361 : enable_apache_mod proxy 2022-06-04 10:30:03.983 | + lib/apache:enable_apache_mod:59 : local mod=proxy 2022-06-04 10:30:03.985 | + lib/apache:enable_apache_mod:61 : is_ubuntu 2022-06-04 10:30:03.988 | + functions-common:is_ubuntu:568 : [[ -z deb ]] 2022-06-04 10:30:03.990 | + functions-common:is_ubuntu:571 : '[' deb = deb ']' 2022-06-04 10:30:03.992 | + lib/apache:enable_apache_mod:64 : [[ proxy != \v\e\r\s\i\o\n ]] 2022-06-04 10:30:03.995 | + lib/apache:enable_apache_mod:64 : a2query -m proxy 2022-06-04 10:30:04.051 | proxy (enabled by site administrator) 2022-06-04 10:30:04.054 | + lib/apache:write_local_uwsgi_http_config:362 : enable_apache_mod proxy_http 2022-06-04 10:30:04.057 | + lib/apache:enable_apache_mod:59 : local mod=proxy_http 2022-06-04 10:30:04.059 | + lib/apache:enable_apache_mod:61 : is_ubuntu 2022-06-04 10:30:04.062 | + functions-common:is_ubuntu:568 : [[ -z deb ]] 2022-06-04 10:30:04.064 | + functions-common:is_ubuntu:571 : '[' deb = deb ']' 2022-06-04 10:30:04.067 | + lib/apache:enable_apache_mod:64 : [[ proxy_http != \v\e\r\s\i\o\n ]] 2022-06-04 10:30:04.069 | + lib/apache:enable_apache_mod:64 : a2query -m proxy_http 2022-06-04 10:30:04.124 | proxy_http (enabled by site administrator) 2022-06-04 10:30:04.127 | + lib/apache:write_local_uwsgi_http_config:363 : local apache_conf= 2022-06-04 10:30:04.130 | ++ lib/apache:write_local_uwsgi_http_config:364 : apache_site_config_for glance-wsgi-api 2022-06-04 10:30:04.133 | ++ lib/apache:apache_site_config_for:186 : local site=glance-wsgi-api 2022-06-04 10:30:04.135 | ++ lib/apache:apache_site_config_for:187 : is_ubuntu 2022-06-04 10:30:04.138 | ++ functions-common:is_ubuntu:568 : [[ -z deb ]] 2022-06-04 10:30:04.140 | ++ functions-common:is_ubuntu:571 : '[' deb = deb ']' 2022-06-04 10:30:04.142 | ++ lib/apache:apache_site_config_for:189 : echo /etc/apache2/sites-available/glance-wsgi-api.conf 2022-06-04 10:30:04.145 | + lib/apache:write_local_uwsgi_http_config:364 : apache_conf=/etc/apache2/sites-available/glance-wsgi-api.conf 2022-06-04 10:30:04.148 | + lib/apache:write_local_uwsgi_http_config:365 : echo 'KeepAlive Off' 2022-06-04 10:30:04.148 | + lib/apache:write_local_uwsgi_http_config:365 : sudo tee /etc/apache2/sites-available/glance-wsgi-api.conf 2022-06-04 10:30:04.157 | KeepAlive Off 2022-06-04 10:30:04.161 | + lib/apache:write_local_uwsgi_http_config:366 : echo 'SetEnv proxy-sendchunked 1' 2022-06-04 10:30:04.162 | + lib/apache:write_local_uwsgi_http_config:366 : sudo tee -a /etc/apache2/sites-available/glance-wsgi-api.conf 2022-06-04 10:30:04.171 | SetEnv proxy-sendchunked 1 2022-06-04 10:30:04.174 | + lib/apache:write_local_uwsgi_http_config:367 : echo 'ProxyPass "/image" "http://127.0.0.1:60999" retry=0 ' 2022-06-04 10:30:04.175 | + lib/apache:write_local_uwsgi_http_config:367 : sudo tee -a /etc/apache2/sites-available/glance-wsgi-api.conf 2022-06-04 10:30:04.184 | ProxyPass "/image" "http://127.0.0.1:60999" retry=0 2022-06-04 10:30:04.188 | + lib/apache:write_local_uwsgi_http_config:368 : enable_apache_site glance-wsgi-api 2022-06-04 10:30:04.190 | + lib/apache:enable_apache_site:203 : local site=glance-wsgi-api 2022-06-04 10:30:04.192 | + lib/apache:enable_apache_site:205 : enable_apache_mod version 2022-06-04 10:30:04.195 | + lib/apache:enable_apache_mod:59 : local mod=version 2022-06-04 10:30:04.197 | + lib/apache:enable_apache_mod:61 : is_ubuntu 2022-06-04 10:30:04.199 | + functions-common:is_ubuntu:568 : [[ -z deb ]] 2022-06-04 10:30:04.202 | + functions-common:is_ubuntu:571 : '[' deb = deb ']' 2022-06-04 10:30:04.204 | + lib/apache:enable_apache_mod:64 : [[ version != \v\e\r\s\i\o\n ]] 2022-06-04 10:30:04.206 | + lib/apache:enable_apache_site:206 : is_ubuntu 2022-06-04 10:30:04.209 | + functions-common:is_ubuntu:568 : [[ -z deb ]] 2022-06-04 10:30:04.211 | + functions-common:is_ubuntu:571 : '[' deb = deb ']' 2022-06-04 10:30:04.214 | + lib/apache:enable_apache_site:207 : sudo a2ensite glance-wsgi-api 2022-06-04 10:30:04.276 | Site glance-wsgi-api already enabled 2022-06-04 10:30:04.280 | + lib/apache:write_local_uwsgi_http_config:369 : restart_apache_server 2022-06-04 10:30:04.283 | + lib/apache:restart_apache_server:250 : restart_service apache2 2022-06-04 10:30:04.285 | + functions-common:restart_service:2310 : '[' -x /bin/systemctl ']' 2022-06-04 10:30:04.288 | + functions-common:restart_service:2311 : sudo /bin/systemctl restart apache2 2022-06-04 10:30:04.436 | ++ lib/glance:configure_glance:425 : awk '-F= ' '/^http-socket/ { print "http://"$2}' /etc/glance/glance-uwsgi.ini 2022-06-04 10:30:04.443 | + lib/glance:configure_glance:425 : iniset /etc/glance/glance-api.conf DEFAULT worker_self_reference_url http://127.0.0.1:60999 2022-06-04 10:30:04.484 | + lib/glance:configure_glance:435 : [[ False == True ]] 2022-06-04 10:30:04.486 | + lib/glance:configure_glance:435 : [[ False == True ]] 2022-06-04 10:30:04.489 | + ./stack.sh:main:918 : is_service_enabled cinder 2022-06-04 10:30:04.511 | + functions-common:is_service_enabled:2082 : return 0 2022-06-04 10:30:04.514 | + ./stack.sh:main:920 : stack_install_service cinder 2022-06-04 10:30:04.516 | + lib/stack:stack_install_service:20 : local service=cinder 2022-06-04 10:30:04.519 | + lib/stack:stack_install_service:21 : type install_cinder 2022-06-04 10:30:04.521 | + lib/stack:stack_install_service:23 : [[ False = True ]] 2022-06-04 10:30:04.524 | + lib/stack:stack_install_service:32 : install_cinder 2022-06-04 10:30:04.527 | + lib/cinder:install_cinder:466 : git_clone https://opendev.org/openstack/cinder.git /opt/stack/cinder master 2022-06-04 10:30:04.530 | + functions-common:git_clone:597 : local git_remote=https://opendev.org/openstack/cinder.git 2022-06-04 10:30:04.532 | + functions-common:git_clone:598 : local git_dest=/opt/stack/cinder 2022-06-04 10:30:04.534 | + functions-common:git_clone:599 : local git_ref=master 2022-06-04 10:30:04.537 | + functions-common:git_clone:600 : local orig_dir 2022-06-04 10:30:04.541 | ++ functions-common:git_clone:601 : pwd 2022-06-04 10:30:04.544 | + functions-common:git_clone:601 : orig_dir=/home/ubuntu/devstack 2022-06-04 10:30:04.546 | + functions-common:git_clone:602 : local git_clone_flags= 2022-06-04 10:30:04.549 | ++ functions-common:git_clone:604 : trueorfalse False RECLONE 2022-06-04 10:30:04.567 | + functions-common:git_clone:604 : RECLONE=False 2022-06-04 10:30:04.569 | + functions-common:git_clone:605 : [[ 0 -gt 0 ]] 2022-06-04 10:30:04.572 | + functions-common:git_clone:609 : [[ False = \T\r\u\e ]] 2022-06-04 10:30:04.575 | + functions-common:git_clone:618 : egrep -q '^refs' 2022-06-04 10:30:04.575 | + functions-common:git_clone:618 : echo master 2022-06-04 10:30:04.581 | + functions-common:git_clone:632 : [[ ! -d /opt/stack/cinder ]] 2022-06-04 10:30:04.583 | + functions-common:git_clone:640 : [[ False = \T\r\u\e ]] 2022-06-04 10:30:04.586 | + functions-common:git_clone:675 : sudo git config --system --add safe.directory /opt/stack/cinder 2022-06-04 10:30:04.601 | + functions-common:git_clone:678 : cd /opt/stack/cinder 2022-06-04 10:30:04.605 | + functions-common:git_clone:679 : git show --oneline 2022-06-04 10:30:04.605 | + functions-common:git_clone:679 : head -1 2022-06-04 10:30:04.609 | f6258d782 Merge "Add image_conversion_disable config" 2022-06-04 10:30:04.612 | + functions-common:git_clone:680 : cd /home/ubuntu/devstack 2022-06-04 10:30:04.615 | + lib/cinder:install_cinder:467 : setup_develop /opt/stack/cinder 2022-06-04 10:30:04.618 | + inc/python:setup_develop:334 : local bindep 2022-06-04 10:30:04.621 | + inc/python:setup_develop:335 : [[ /opt/stack/cinder == -bindep* ]] 2022-06-04 10:30:04.624 | + inc/python:setup_develop:339 : local project_dir=/opt/stack/cinder 2022-06-04 10:30:04.626 | + inc/python:setup_develop:340 : local extras= 2022-06-04 10:30:04.629 | + inc/python:setup_develop:341 : _setup_package_with_constraints_edit /opt/stack/cinder -e 2022-06-04 10:30:04.632 | + inc/python:_setup_package_with_constraints_edit:360 : local bindep 2022-06-04 10:30:04.635 | + inc/python:_setup_package_with_constraints_edit:361 : [[ /opt/stack/cinder == -bindep* ]] 2022-06-04 10:30:04.637 | + inc/python:_setup_package_with_constraints_edit:365 : local project_dir=/opt/stack/cinder 2022-06-04 10:30:04.640 | + inc/python:_setup_package_with_constraints_edit:366 : local flags=-e 2022-06-04 10:30:04.642 | + inc/python:_setup_package_with_constraints_edit:367 : local extras= 2022-06-04 10:30:04.646 | ++ inc/python:_setup_package_with_constraints_edit:374 : cd /opt/stack/cinder 2022-06-04 10:30:04.648 | ++ inc/python:_setup_package_with_constraints_edit:374 : pwd 2022-06-04 10:30:04.652 | + inc/python:_setup_package_with_constraints_edit:374 : project_dir=/opt/stack/cinder 2022-06-04 10:30:04.655 | + inc/python:_setup_package_with_constraints_edit:376 : '[' -n /opt/stack/requirements ']' 2022-06-04 10:30:04.657 | + inc/python:_setup_package_with_constraints_edit:380 : local name 2022-06-04 10:30:04.660 | ++ inc/python:_setup_package_with_constraints_edit:381 : awk '/^name.*=/ {print $3}' /opt/stack/cinder/setup.cfg 2022-06-04 10:30:04.666 | + inc/python:_setup_package_with_constraints_edit:381 : name=cinder 2022-06-04 10:30:04.669 | + inc/python:_setup_package_with_constraints_edit:383 : /opt/stack/requirements/.venv/bin/edit-constraints /opt/stack/requirements/upper-constraints.txt -- cinder 2022-06-04 10:30:05.286 | + inc/python:_setup_package_with_constraints_edit:386 : setup_package /opt/stack/cinder -e 2022-06-04 10:30:05.288 | + inc/python:setup_package:414 : local bindep=0 2022-06-04 10:30:05.291 | + inc/python:setup_package:415 : local bindep_flag= 2022-06-04 10:30:05.293 | + inc/python:setup_package:416 : local bindep_profiles= 2022-06-04 10:30:05.295 | + inc/python:setup_package:417 : [[ /opt/stack/cinder == -bindep* ]] 2022-06-04 10:30:05.298 | + inc/python:setup_package:422 : local project_dir=/opt/stack/cinder 2022-06-04 10:30:05.300 | + inc/python:setup_package:423 : local flags=-e 2022-06-04 10:30:05.303 | + inc/python:setup_package:424 : local extras= 2022-06-04 10:30:05.305 | + inc/python:setup_package:428 : [[ -n -e ]] 2022-06-04 10:30:05.308 | + inc/python:setup_package:428 : [[ -z '' ]] 2022-06-04 10:30:05.310 | + inc/python:setup_package:428 : [[ ! -e =~ ^-.* ]] 2022-06-04 10:30:05.313 | + inc/python:setup_package:433 : [[ ! -z '' ]] 2022-06-04 10:30:05.315 | + inc/python:setup_package:438 : [[ 0 == 1 ]] 2022-06-04 10:30:05.317 | + inc/python:setup_package:442 : pip_install -e /opt/stack/cinder 2022-06-04 10:30:05.339 | Using python 3.8 to install /opt/stack/cinder 2022-06-04 10:30:05.342 | + inc/python:pip_install:190 : sudo -H LC_ALL=en_US.UTF-8 SETUPTOOLS_USE_DISTUTILS=stdlib http_proxy= https_proxy= no_proxy= PIP_FIND_LINKS= python3.8 -m pip install -c /opt/stack/requirements/upper-constraints.txt -e /opt/stack/cinder 2022-06-04 10:30:06.194 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-06-04 10:30:06.194 | from cryptography.utils import int_from_bytes 2022-06-04 10:30:06.194 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-06-04 10:30:06.194 | from cryptography.utils import int_from_bytes 2022-06-04 10:30:07.222 | Looking in indexes: http://10.100.0.9:8080/cloudbase/CI/+simple/ 2022-06-04 10:30:07.253 | Obtaining file:///opt/stack/cinder 2022-06-04 10:30:07.254 | Preparing metadata (setup.py): started 2022-06-04 10:30:12.061 | Preparing metadata (setup.py): finished with status 'done' 2022-06-04 10:30:12.201 | Requirement already satisfied: pbr>=5.8.0 in /usr/local/lib/python3.8/dist-packages (from cinder==20.1.0.dev228) (5.9.0) 2022-06-04 10:30:12.203 | Requirement already satisfied: decorator>=4.4.2 in /usr/local/lib/python3.8/dist-packages (from cinder==20.1.0.dev228) (5.1.1) 2022-06-04 10:30:12.204 | Requirement already satisfied: eventlet!=0.32.0,>=0.30.1 in /usr/local/lib/python3.8/dist-packages (from cinder==20.1.0.dev228) (0.33.1) 2022-06-04 10:30:12.205 | Requirement already satisfied: greenlet>=0.4.16 in /usr/local/lib/python3.8/dist-packages (from cinder==20.1.0.dev228) (1.1.2) 2022-06-04 10:30:12.206 | Requirement already satisfied: httplib2>=0.18.1 in /usr/local/lib/python3.8/dist-packages (from cinder==20.1.0.dev228) (0.20.4) 2022-06-04 10:30:12.207 | Requirement already satisfied: iso8601>=0.1.12 in /usr/local/lib/python3.8/dist-packages (from cinder==20.1.0.dev228) (1.0.2) 2022-06-04 10:30:12.208 | Requirement already satisfied: jsonschema>=3.2.0 in /usr/lib/python3/dist-packages (from cinder==20.1.0.dev228) (3.2.0) 2022-06-04 10:30:12.209 | Requirement already satisfied: keystoneauth1>=4.2.1 in /usr/local/lib/python3.8/dist-packages (from cinder==20.1.0.dev228) (4.6.0) 2022-06-04 10:30:12.210 | Requirement already satisfied: keystonemiddleware>=9.1.0 in /usr/local/lib/python3.8/dist-packages (from cinder==20.1.0.dev228) (9.5.0) 2022-06-04 10:30:12.211 | Requirement already satisfied: lxml>=4.5.2 in /usr/local/lib/python3.8/dist-packages (from cinder==20.1.0.dev228) (4.9.0) 2022-06-04 10:30:12.213 | Requirement already satisfied: oauth2client>=4.1.3 in /usr/local/lib/python3.8/dist-packages (from cinder==20.1.0.dev228) (4.1.3) 2022-06-04 10:30:12.214 | Requirement already satisfied: oslo.config>=8.3.2 in /usr/local/lib/python3.8/dist-packages (from cinder==20.1.0.dev228) (8.8.0) 2022-06-04 10:30:12.215 | Requirement already satisfied: oslo.concurrency>=4.5.0 in /usr/local/lib/python3.8/dist-packages (from cinder==20.1.0.dev228) (4.5.1) 2022-06-04 10:30:12.216 | Requirement already satisfied: oslo.context>=3.4.0 in /usr/local/lib/python3.8/dist-packages (from cinder==20.1.0.dev228) (4.1.0) 2022-06-04 10:30:12.217 | Requirement already satisfied: oslo.db>=11.0.0 in /usr/local/lib/python3.8/dist-packages (from cinder==20.1.0.dev228) (11.3.0) 2022-06-04 10:30:12.218 | Requirement already satisfied: oslo.log>=4.6.1 in /usr/local/lib/python3.8/dist-packages (from cinder==20.1.0.dev228) (5.0.0) 2022-06-04 10:30:12.219 | Requirement already satisfied: oslo.messaging>=12.5.0 in /usr/local/lib/python3.8/dist-packages (from cinder==20.1.0.dev228) (12.14.0) 2022-06-04 10:30:12.220 | Requirement already satisfied: oslo.middleware>=4.1.1 in /usr/local/lib/python3.8/dist-packages (from cinder==20.1.0.dev228) (4.5.1) 2022-06-04 10:30:12.222 | Requirement already satisfied: oslo.policy>=3.8.1 in /usr/local/lib/python3.8/dist-packages (from cinder==20.1.0.dev228) (3.12.1) 2022-06-04 10:30:12.223 | Requirement already satisfied: oslo.privsep>=2.6.2 in /usr/local/lib/python3.8/dist-packages (from cinder==20.1.0.dev228) (2.8.0) 2022-06-04 10:30:12.224 | Requirement already satisfied: oslo.reports>=2.2.0 in /usr/local/lib/python3.8/dist-packages (from cinder==20.1.0.dev228) (2.4.0) 2022-06-04 10:30:12.225 | Requirement already satisfied: oslo.rootwrap>=6.2.0 in /usr/local/lib/python3.8/dist-packages (from cinder==20.1.0.dev228) (6.3.1) 2022-06-04 10:30:12.226 | Requirement already satisfied: oslo.serialization>=4.2.0 in /usr/local/lib/python3.8/dist-packages (from cinder==20.1.0.dev228) (4.3.0) 2022-06-04 10:30:12.228 | Requirement already satisfied: oslo.service>=2.8.0 in /usr/local/lib/python3.8/dist-packages (from cinder==20.1.0.dev228) (2.8.0) 2022-06-04 10:30:12.230 | Requirement already satisfied: oslo.upgradecheck>=1.1.1 in /usr/local/lib/python3.8/dist-packages (from cinder==20.1.0.dev228) (1.5.0) 2022-06-04 10:30:12.231 | Requirement already satisfied: oslo.utils>=4.12.1 in /usr/local/lib/python3.8/dist-packages (from cinder==20.1.0.dev228) (4.13.0) 2022-06-04 10:30:12.232 | Requirement already satisfied: oslo.versionedobjects>=2.3.0 in /usr/local/lib/python3.8/dist-packages (from cinder==20.1.0.dev228) (2.6.0) 2022-06-04 10:30:12.233 | Requirement already satisfied: osprofiler>=3.4.0 in /usr/local/lib/python3.8/dist-packages (from cinder==20.1.0.dev228) (3.4.3) 2022-06-04 10:30:12.234 | Requirement already satisfied: packaging>=20.4 in /usr/local/lib/python3.8/dist-packages (from cinder==20.1.0.dev228) (21.3) 2022-06-04 10:30:12.235 | Requirement already satisfied: paramiko>=2.7.2 in /usr/local/lib/python3.8/dist-packages (from cinder==20.1.0.dev228) (2.11.0) 2022-06-04 10:30:12.236 | Requirement already satisfied: Paste>=3.4.3 in /usr/local/lib/python3.8/dist-packages (from cinder==20.1.0.dev228) (3.5.0) 2022-06-04 10:30:12.237 | Requirement already satisfied: PasteDeploy>=2.1.0 in /usr/local/lib/python3.8/dist-packages (from cinder==20.1.0.dev228) (2.1.1) 2022-06-04 10:30:12.238 | Requirement already satisfied: psutil>=5.7.2 in /usr/local/lib/python3.8/dist-packages (from cinder==20.1.0.dev228) (5.9.1) 2022-06-04 10:30:12.239 | Requirement already satisfied: pyparsing>=2.4.7 in /usr/local/lib/python3.8/dist-packages (from cinder==20.1.0.dev228) (3.0.9) 2022-06-04 10:30:12.240 | Requirement already satisfied: python-barbicanclient>=5.0.1 in /usr/local/lib/python3.8/dist-packages (from cinder==20.1.0.dev228) (5.3.0) 2022-06-04 10:30:12.241 | Requirement already satisfied: python-glanceclient>=3.2.2 in /usr/local/lib/python3.8/dist-packages (from cinder==20.1.0.dev228) (4.0.0) 2022-06-04 10:30:12.242 | Requirement already satisfied: python-keystoneclient>=4.1.1 in /usr/local/lib/python3.8/dist-packages (from cinder==20.1.0.dev228) (4.5.0) 2022-06-04 10:30:12.244 | Requirement already satisfied: python-novaclient>=17.2.1 in /usr/local/lib/python3.8/dist-packages (from cinder==20.1.0.dev228) (18.0.0) 2022-06-04 10:30:12.246 | Requirement already satisfied: python-swiftclient>=3.10.1 in /usr/local/lib/python3.8/dist-packages (from cinder==20.1.0.dev228) (4.0.0) 2022-06-04 10:30:12.247 | Requirement already satisfied: pytz>=2020.1 in /usr/local/lib/python3.8/dist-packages (from cinder==20.1.0.dev228) (2022.1) 2022-06-04 10:30:12.248 | Requirement already satisfied: requests>=2.25.1 in /usr/local/lib/python3.8/dist-packages (from cinder==20.1.0.dev228) (2.27.1) 2022-06-04 10:30:12.249 | Requirement already satisfied: Routes>=2.4.1 in /usr/local/lib/python3.8/dist-packages (from cinder==20.1.0.dev228) (2.5.1) 2022-06-04 10:30:12.250 | Requirement already satisfied: taskflow>=4.5.0 in /usr/local/lib/python3.8/dist-packages (from cinder==20.1.0.dev228) (4.7.0) 2022-06-04 10:30:12.251 | Requirement already satisfied: rtslib-fb>=2.1.74 in /usr/local/lib/python3.8/dist-packages (from cinder==20.1.0.dev228) (2.1.75) 2022-06-04 10:30:12.252 | Requirement already satisfied: six>=1.15.0 in /usr/local/lib/python3.8/dist-packages (from cinder==20.1.0.dev228) (1.16.0) 2022-06-04 10:30:12.253 | Requirement already satisfied: SQLAlchemy>=1.4.23 in /usr/local/lib/python3.8/dist-packages (from cinder==20.1.0.dev228) (1.4.37) 2022-06-04 10:30:12.254 | Requirement already satisfied: sqlalchemy-migrate>=0.13.0 in /usr/local/lib/python3.8/dist-packages (from cinder==20.1.0.dev228) (0.13.0) 2022-06-04 10:30:12.255 | Requirement already satisfied: stevedore>=3.2.2 in /usr/local/lib/python3.8/dist-packages (from cinder==20.1.0.dev228) (3.5.0) 2022-06-04 10:30:12.256 | Requirement already satisfied: tabulate>=0.8.7 in /usr/local/lib/python3.8/dist-packages (from cinder==20.1.0.dev228) (0.8.9) 2022-06-04 10:30:12.257 | Requirement already satisfied: tenacity>=6.3.1 in /usr/local/lib/python3.8/dist-packages (from cinder==20.1.0.dev228) (6.3.1) 2022-06-04 10:30:12.258 | Requirement already satisfied: WebOb>=1.8.6 in /usr/local/lib/python3.8/dist-packages (from cinder==20.1.0.dev228) (1.8.7) 2022-06-04 10:30:12.260 | Requirement already satisfied: oslo.i18n>=5.1.0 in /usr/local/lib/python3.8/dist-packages (from cinder==20.1.0.dev228) (5.1.0) 2022-06-04 10:30:12.261 | Requirement already satisfied: oslo.vmware>=3.10.0 in /usr/local/lib/python3.8/dist-packages (from cinder==20.1.0.dev228) (3.10.0) 2022-06-04 10:30:12.262 | Requirement already satisfied: os-brick>=5.2.0 in /usr/local/lib/python3.8/dist-packages (from cinder==20.1.0.dev228) (5.2.0) 2022-06-04 10:30:12.263 | Requirement already satisfied: os-win>=5.5.0 in /usr/local/lib/python3.8/dist-packages (from cinder==20.1.0.dev228) (5.7.0) 2022-06-04 10:30:12.264 | Requirement already satisfied: tooz>=2.7.1 in /usr/local/lib/python3.8/dist-packages (from cinder==20.1.0.dev228) (2.11.1) 2022-06-04 10:30:12.265 | Requirement already satisfied: google-api-python-client>=1.11.0 in /usr/local/lib/python3.8/dist-packages (from cinder==20.1.0.dev228) (2.49.0) 2022-06-04 10:30:12.266 | Requirement already satisfied: castellan>=3.7.0 in /usr/local/lib/python3.8/dist-packages (from cinder==20.1.0.dev228) (3.11.0) 2022-06-04 10:30:12.267 | Requirement already satisfied: cryptography>=3.1 in /usr/local/lib/python3.8/dist-packages (from cinder==20.1.0.dev228) (36.0.2) 2022-06-04 10:30:12.268 | Requirement already satisfied: cursive>=0.2.2 in /usr/local/lib/python3.8/dist-packages (from cinder==20.1.0.dev228) (0.2.2) 2022-06-04 10:30:12.269 | Requirement already satisfied: zstd>=1.4.5.1 in /usr/local/lib/python3.8/dist-packages (from cinder==20.1.0.dev228) (1.5.2.5) 2022-06-04 10:30:12.271 | Requirement already satisfied: boto3>=1.16.51 in /usr/local/lib/python3.8/dist-packages (from cinder==20.1.0.dev228) (1.24.1) 2022-06-04 10:30:12.284 | Requirement already satisfied: jmespath<2.0.0,>=0.7.1 in /usr/local/lib/python3.8/dist-packages (from boto3>=1.16.51->cinder==20.1.0.dev228) (1.0.0) 2022-06-04 10:30:12.286 | Requirement already satisfied: s3transfer<0.7.0,>=0.6.0 in /usr/local/lib/python3.8/dist-packages (from boto3>=1.16.51->cinder==20.1.0.dev228) (0.6.0) 2022-06-04 10:30:12.287 | Requirement already satisfied: botocore<1.28.0,>=1.27.1 in /usr/local/lib/python3.8/dist-packages (from boto3>=1.16.51->cinder==20.1.0.dev228) (1.27.1) 2022-06-04 10:30:12.352 | Requirement already satisfied: cffi>=1.12 in /usr/local/lib/python3.8/dist-packages (from cryptography>=3.1->cinder==20.1.0.dev228) (1.15.0) 2022-06-04 10:30:12.383 | Requirement already satisfied: dnspython>=1.15.0 in /usr/local/lib/python3.8/dist-packages (from eventlet!=0.32.0,>=0.30.1->cinder==20.1.0.dev228) (2.2.1) 2022-06-04 10:30:12.401 | 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==20.1.0.dev228) (4.1.1) 2022-06-04 10:30:12.402 | Requirement already satisfied: google-api-core!=2.0.*,!=2.1.*,!=2.2.*,!=2.3.0,<3.0.0dev,>=1.31.5 in /usr/local/lib/python3.8/dist-packages (from google-api-python-client>=1.11.0->cinder==20.1.0.dev228) (2.8.1) 2022-06-04 10:30:12.403 | 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==20.1.0.dev228) (0.1.0) 2022-06-04 10:30:12.404 | 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==20.1.0.dev228) (2.6.6) 2022-06-04 10:30:12.505 | Requirement already satisfied: os-service-types>=1.2.0 in /usr/local/lib/python3.8/dist-packages (from keystoneauth1>=4.2.1->cinder==20.1.0.dev228) (1.7.0) 2022-06-04 10:30:12.560 | Requirement already satisfied: pycadf!=2.0.0,>=1.1.0 in /usr/local/lib/python3.8/dist-packages (from keystonemiddleware>=9.1.0->cinder==20.1.0.dev228) (3.1.1) 2022-06-04 10:30:12.563 | Requirement already satisfied: oslo.cache>=1.26.0 in /usr/local/lib/python3.8/dist-packages (from keystonemiddleware>=9.1.0->cinder==20.1.0.dev228) (2.11.0) 2022-06-04 10:30:12.592 | Requirement already satisfied: rsa>=3.1.4 in /usr/local/lib/python3.8/dist-packages (from oauth2client>=4.1.3->cinder==20.1.0.dev228) (4.8) 2022-06-04 10:30:12.593 | Requirement already satisfied: pyasn1-modules>=0.0.5 in /usr/local/lib/python3.8/dist-packages (from oauth2client>=4.1.3->cinder==20.1.0.dev228) (0.2.8) 2022-06-04 10:30:12.595 | Requirement already satisfied: pyasn1>=0.1.7 in /usr/local/lib/python3.8/dist-packages (from oauth2client>=4.1.3->cinder==20.1.0.dev228) (0.4.8) 2022-06-04 10:30:12.650 | Requirement already satisfied: fasteners>=0.7.0 in /usr/local/lib/python3.8/dist-packages (from oslo.concurrency>=4.5.0->cinder==20.1.0.dev228) (0.17.3) 2022-06-04 10:30:12.699 | Requirement already satisfied: PyYAML>=5.1 in /usr/local/lib/python3.8/dist-packages (from oslo.config>=8.3.2->cinder==20.1.0.dev228) (6.0) 2022-06-04 10:30:12.700 | Requirement already satisfied: debtcollector>=1.2.0 in /usr/local/lib/python3.8/dist-packages (from oslo.config>=8.3.2->cinder==20.1.0.dev228) (2.5.0) 2022-06-04 10:30:12.701 | Requirement already satisfied: rfc3986>=1.2.0 in /usr/local/lib/python3.8/dist-packages (from oslo.config>=8.3.2->cinder==20.1.0.dev228) (1.5.0) 2022-06-04 10:30:12.702 | Requirement already satisfied: netaddr>=0.7.18 in /usr/local/lib/python3.8/dist-packages (from oslo.config>=8.3.2->cinder==20.1.0.dev228) (0.8.0) 2022-06-04 10:30:12.765 | Requirement already satisfied: testresources>=2.0.0 in /usr/local/lib/python3.8/dist-packages (from oslo.db>=11.0.0->cinder==20.1.0.dev228) (2.0.1) 2022-06-04 10:30:12.766 | Requirement already satisfied: testscenarios>=0.4 in /usr/local/lib/python3.8/dist-packages (from oslo.db>=11.0.0->cinder==20.1.0.dev228) (0.5.0) 2022-06-04 10:30:12.767 | Requirement already satisfied: alembic>=0.9.6 in /usr/local/lib/python3.8/dist-packages (from oslo.db>=11.0.0->cinder==20.1.0.dev228) (1.8.0) 2022-06-04 10:30:12.856 | Requirement already satisfied: python-dateutil>=2.7.0 in /usr/local/lib/python3.8/dist-packages (from oslo.log>=4.6.1->cinder==20.1.0.dev228) (2.8.2) 2022-06-04 10:30:12.860 | Requirement already satisfied: pyinotify>=0.9.6 in /usr/local/lib/python3.8/dist-packages (from oslo.log>=4.6.1->cinder==20.1.0.dev228) (0.9.6) 2022-06-04 10:30:12.925 | Requirement already satisfied: futurist>=1.2.0 in /usr/local/lib/python3.8/dist-packages (from oslo.messaging>=12.5.0->cinder==20.1.0.dev228) (2.4.1) 2022-06-04 10:30:12.927 | Requirement already satisfied: amqp>=2.5.2 in /usr/local/lib/python3.8/dist-packages (from oslo.messaging>=12.5.0->cinder==20.1.0.dev228) (5.1.1) 2022-06-04 10:30:12.929 | Requirement already satisfied: cachetools>=2.0.0 in /usr/local/lib/python3.8/dist-packages (from oslo.messaging>=12.5.0->cinder==20.1.0.dev228) (5.2.0) 2022-06-04 10:30:12.930 | Requirement already satisfied: kombu>=4.6.6 in /usr/local/lib/python3.8/dist-packages (from oslo.messaging>=12.5.0->cinder==20.1.0.dev228) (5.2.4) 2022-06-04 10:30:12.932 | Requirement already satisfied: oslo.metrics>=0.2.1 in /usr/local/lib/python3.8/dist-packages (from oslo.messaging>=12.5.0->cinder==20.1.0.dev228) (0.4.0) 2022-06-04 10:30:12.955 | Requirement already satisfied: statsd>=3.2.1 in /usr/local/lib/python3.8/dist-packages (from oslo.middleware>=4.1.1->cinder==20.1.0.dev228) (3.3.0) 2022-06-04 10:30:12.956 | Requirement already satisfied: bcrypt>=3.1.3 in /usr/local/lib/python3.8/dist-packages (from oslo.middleware>=4.1.1->cinder==20.1.0.dev228) (3.2.2) 2022-06-04 10:30:12.960 | Requirement already satisfied: Jinja2>=2.10 in /usr/local/lib/python3.8/dist-packages (from oslo.middleware>=4.1.1->cinder==20.1.0.dev228) (3.1.2) 2022-06-04 10:30:13.006 | Requirement already satisfied: msgpack>=0.6.0 in /usr/local/lib/python3.8/dist-packages (from oslo.privsep>=2.6.2->cinder==20.1.0.dev228) (1.0.3) 2022-06-04 10:30:13.096 | Requirement already satisfied: fixtures>=3.0.0 in /usr/local/lib/python3.8/dist-packages (from oslo.service>=2.8.0->cinder==20.1.0.dev228) (3.0.0) 2022-06-04 10:30:13.101 | Requirement already satisfied: Yappi>=1.0 in /usr/local/lib/python3.8/dist-packages (from oslo.service>=2.8.0->cinder==20.1.0.dev228) (1.3.5) 2022-06-04 10:30:13.125 | Requirement already satisfied: PrettyTable>=0.7.1 in /usr/local/lib/python3.8/dist-packages (from oslo.upgradecheck>=1.1.1->cinder==20.1.0.dev228) (3.3.0) 2022-06-04 10:30:13.153 | Requirement already satisfied: netifaces>=0.10.4 in /usr/local/lib/python3.8/dist-packages (from oslo.utils>=4.12.1->cinder==20.1.0.dev228) (0.11.0) 2022-06-04 10:30:13.220 | Requirement already satisfied: urllib3>=1.21.1 in /usr/local/lib/python3.8/dist-packages (from oslo.vmware>=3.10.0->cinder==20.1.0.dev228) (1.26.9) 2022-06-04 10:30:13.223 | Requirement already satisfied: suds-community>=0.6 in /usr/local/lib/python3.8/dist-packages (from oslo.vmware>=3.10.0->cinder==20.1.0.dev228) (1.1.1) 2022-06-04 10:30:13.359 | Requirement already satisfied: pynacl>=1.0.1 in /usr/local/lib/python3.8/dist-packages (from paramiko>=2.7.2->cinder==20.1.0.dev228) (1.5.0) 2022-06-04 10:30:13.385 | Requirement already satisfied: setuptools in /usr/local/lib/python3.8/dist-packages (from Paste>=3.4.3->cinder==20.1.0.dev228) (62.3.2) 2022-06-04 10:30:13.529 | 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==20.1.0.dev228) (3.10.1) 2022-06-04 10:30:13.566 | Requirement already satisfied: pyOpenSSL>=17.1.0 in /usr/local/lib/python3.8/dist-packages (from python-glanceclient>=3.2.2->cinder==20.1.0.dev228) (22.0.0) 2022-06-04 10:30:13.568 | Requirement already satisfied: wrapt>=1.7.0 in /usr/local/lib/python3.8/dist-packages (from python-glanceclient>=3.2.2->cinder==20.1.0.dev228) (1.14.1) 2022-06-04 10:30:13.572 | Requirement already satisfied: warlock<2,>=1.2.0 in /usr/local/lib/python3.8/dist-packages (from python-glanceclient>=3.2.2->cinder==20.1.0.dev228) (1.3.3) 2022-06-04 10:30:13.780 | Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3/dist-packages (from requests>=2.25.1->cinder==20.1.0.dev228) (2019.11.28) 2022-06-04 10:30:13.783 | Requirement already satisfied: charset-normalizer~=2.0.0 in /usr/local/lib/python3.8/dist-packages (from requests>=2.25.1->cinder==20.1.0.dev228) (2.0.12) 2022-06-04 10:30:13.785 | Requirement already satisfied: idna<4,>=2.5 in /usr/local/lib/python3.8/dist-packages (from requests>=2.25.1->cinder==20.1.0.dev228) (3.3) 2022-06-04 10:30:13.823 | Requirement already satisfied: repoze.lru>=0.3 in /usr/local/lib/python3.8/dist-packages (from Routes>=2.4.1->cinder==20.1.0.dev228) (0.7) 2022-06-04 10:30:13.854 | Requirement already satisfied: pyudev>=0.16.1 in /usr/local/lib/python3.8/dist-packages (from rtslib-fb>=2.1.74->cinder==20.1.0.dev228) (0.23.2) 2022-06-04 10:30:14.104 | Requirement already satisfied: Tempita>=0.4 in /usr/local/lib/python3.8/dist-packages (from sqlalchemy-migrate>=0.13.0->cinder==20.1.0.dev228) (0.5.2) 2022-06-04 10:30:14.105 | Requirement already satisfied: sqlparse in /usr/local/lib/python3.8/dist-packages (from sqlalchemy-migrate>=0.13.0->cinder==20.1.0.dev228) (0.4.2) 2022-06-04 10:30:14.252 | Requirement already satisfied: pydot>=1.2.4 in /usr/local/lib/python3.8/dist-packages (from taskflow>=4.5.0->cinder==20.1.0.dev228) (1.4.2) 2022-06-04 10:30:14.256 | Requirement already satisfied: automaton>=1.9.0 in /usr/local/lib/python3.8/dist-packages (from taskflow>=4.5.0->cinder==20.1.0.dev228) (2.5.0) 2022-06-04 10:30:14.260 | Requirement already satisfied: networkx>=2.1.0 in /usr/local/lib/python3.8/dist-packages (from taskflow>=4.5.0->cinder==20.1.0.dev228) (2.8.2) 2022-06-04 10:30:14.395 | Requirement already satisfied: voluptuous>=0.8.9 in /usr/local/lib/python3.8/dist-packages (from tooz>=2.7.1->cinder==20.1.0.dev228) (0.13.1) 2022-06-04 10:30:14.519 | Requirement already satisfied: importlib-resources in /usr/local/lib/python3.8/dist-packages (from alembic>=0.9.6->oslo.db>=11.0.0->cinder==20.1.0.dev228) (5.7.1) 2022-06-04 10:30:14.520 | Requirement already satisfied: importlib-metadata in /usr/local/lib/python3.8/dist-packages (from alembic>=0.9.6->oslo.db>=11.0.0->cinder==20.1.0.dev228) (4.11.4) 2022-06-04 10:30:14.521 | Requirement already satisfied: Mako in /usr/local/lib/python3.8/dist-packages (from alembic>=0.9.6->oslo.db>=11.0.0->cinder==20.1.0.dev228) (1.2.0) 2022-06-04 10:30:14.559 | 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==20.1.0.dev228) (5.0.0) 2022-06-04 10:30:14.783 | Requirement already satisfied: pycparser in /usr/local/lib/python3.8/dist-packages (from cffi>=1.12->cryptography>=3.1->cinder==20.1.0.dev228) (2.21) 2022-06-04 10:30:14.866 | 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==20.1.0.dev228) (0.5.1) 2022-06-04 10:30:14.867 | 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==20.1.0.dev228) (2.4.1) 2022-06-04 10:30:15.052 | 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->cinder==20.1.0.dev228) (2.5.0) 2022-06-04 10:30:15.144 | Requirement already satisfied: protobuf<4.0.0dev,>=3.15.0 in /usr/local/lib/python3.8/dist-packages (from google-api-core!=2.0.*,!=2.1.*,!=2.2.*,!=2.3.0,<3.0.0dev,>=1.31.5->google-api-python-client>=1.11.0->cinder==20.1.0.dev228) (3.20.1) 2022-06-04 10:30:15.146 | Requirement already satisfied: googleapis-common-protos<2.0dev,>=1.56.2 in /usr/local/lib/python3.8/dist-packages (from google-api-core!=2.0.*,!=2.1.*,!=2.2.*,!=2.3.0,<3.0.0dev,>=1.31.5->google-api-python-client>=1.11.0->cinder==20.1.0.dev228) (1.56.2) 2022-06-04 10:30:15.365 | Requirement already satisfied: MarkupSafe>=2.0 in /usr/local/lib/python3.8/dist-packages (from Jinja2>=2.10->oslo.middleware>=4.1.1->cinder==20.1.0.dev228) (2.1.1) 2022-06-04 10:30:15.818 | 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==20.1.0.dev228) (1.1.5) 2022-06-04 10:30:15.872 | 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==20.1.0.dev228) (0.14.1) 2022-06-04 10:30:15.926 | Requirement already satisfied: wcwidth in /usr/local/lib/python3.8/dist-packages (from PrettyTable>=0.7.1->oslo.upgradecheck>=1.1.1->cinder==20.1.0.dev228) (0.2.5) 2022-06-04 10:30:17.033 | 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==20.1.0.dev228) (1.32) 2022-06-04 10:30:17.313 | 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==20.1.0.dev228) (21.4.0) 2022-06-04 10:30:17.314 | 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==20.1.0.dev228) (1.8.2) 2022-06-04 10:30:17.464 | 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==20.1.0.dev228) (2.3) 2022-06-04 10:30:17.672 | 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->cinder==20.1.0.dev228) (1.0.0) 2022-06-04 10:30:17.861 | 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==20.1.0.dev228) (3.8.0) 2022-06-04 10:30:19.616 | Installing collected packages: cinder 2022-06-04 10:30:19.616 | Attempting uninstall: cinder 2022-06-04 10:30:19.619 | Found existing installation: cinder 20.1.0.dev228 2022-06-04 10:30:19.625 | Can't uninstall 'cinder'. No files were found to uninstall. 2022-06-04 10:30:19.626 | Running setup.py develop for cinder 2022-06-04 10:30:26.348 | Successfully installed cinder 2022-06-04 10:30:26.348 | WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv 2022-06-04 10:30:26.357 | WARNING: You are using pip version 21.3.1; however, version 22.1.2 is available. 2022-06-04 10:30:26.357 | You should consider upgrading via the '/usr/bin/python3.8 -m pip install --upgrade pip' command. 2022-06-04 10:30:26.515 | + inc/python:pip_install:196 : result=0 2022-06-04 10:30:26.518 | + inc/python:pip_install:198 : time_stop pip_install 2022-06-04 10:30:26.520 | + functions-common:time_stop:2426 : local name 2022-06-04 10:30:26.522 | + functions-common:time_stop:2427 : local end_time 2022-06-04 10:30:26.525 | + functions-common:time_stop:2428 : local elapsed_time 2022-06-04 10:30:26.528 | + functions-common:time_stop:2429 : local total 2022-06-04 10:30:26.530 | + functions-common:time_stop:2430 : local start_time 2022-06-04 10:30:26.532 | + functions-common:time_stop:2432 : name=pip_install 2022-06-04 10:30:26.534 | + functions-common:time_stop:2433 : start_time=1654338605334 2022-06-04 10:30:26.537 | + functions-common:time_stop:2435 : [[ -z 1654338605334 ]] 2022-06-04 10:30:26.540 | ++ functions-common:time_stop:2438 : date +%s%3N 2022-06-04 10:30:26.544 | + functions-common:time_stop:2438 : end_time=1654338626541 2022-06-04 10:30:26.546 | + functions-common:time_stop:2439 : elapsed_time=21207 2022-06-04 10:30:26.548 | + functions-common:time_stop:2440 : total=99533 2022-06-04 10:30:26.550 | + functions-common:time_stop:2442 : _TIME_START[$name]= 2022-06-04 10:30:26.553 | + functions-common:time_stop:2443 : _TIME_TOTAL[$name]=120740 2022-06-04 10:30:26.555 | + inc/python:pip_install:199 : return 0 2022-06-04 10:30:26.558 | + inc/python:setup_package:444 : [[ -e == \-\e ]] 2022-06-04 10:30:26.560 | + inc/python:setup_package:445 : safe_chown -R ubuntu /opt/stack/cinder/cinder.egg-info 2022-06-04 10:30:26.563 | + functions-common:safe_chown:2327 : _safe_permission_operation chown -R ubuntu /opt/stack/cinder/cinder.egg-info 2022-06-04 10:30:26.582 | + functions-common:_safe_permission_operation:2175 : sudo chown -R ubuntu /opt/stack/cinder/cinder.egg-info 2022-06-04 10:30:26.596 | + inc/python:_setup_package_with_constraints_edit:390 : use_library_from_git /opt/stack/cinder 2022-06-04 10:30:26.598 | + inc/python:use_library_from_git:246 : local name=/opt/stack/cinder 2022-06-04 10:30:26.601 | + inc/python:use_library_from_git:247 : local enabled=1 2022-06-04 10:30:26.604 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2022-06-04 10:30:26.606 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,/opt/stack/cinder, ]] 2022-06-04 10:30:26.609 | + inc/python:use_library_from_git:249 : return 1 2022-06-04 10:30:26.612 | + lib/cinder:install_cinder:468 : [[ lioadm == \t\g\t\a\d\m ]] 2022-06-04 10:30:26.614 | + lib/cinder:install_cinder:470 : [[ lioadm == \l\i\o\a\d\m ]] 2022-06-04 10:30:26.617 | + lib/cinder:install_cinder:471 : is_ubuntu 2022-06-04 10:30:26.619 | + functions-common:is_ubuntu:568 : [[ -z deb ]] 2022-06-04 10:30:26.622 | + functions-common:is_ubuntu:571 : '[' deb = deb ']' 2022-06-04 10:30:26.625 | + lib/cinder:install_cinder:473 : sudo mkdir -p /etc/target 2022-06-04 10:30:26.638 | + lib/cinder:install_cinder:475 : install_package targetcli-fb 2022-06-04 10:30:26.640 | + functions-common:install_package:1464 : update_package_repo 2022-06-04 10:30:26.643 | + functions-common:update_package_repo:1436 : NO_UPDATE_REPOS=False 2022-06-04 10:30:26.647 | + functions-common:update_package_repo:1437 : REPOS_UPDATED=True 2022-06-04 10:30:26.651 | + functions-common:update_package_repo:1438 : RETRY_UPDATE=False 2022-06-04 10:30:26.654 | + functions-common:update_package_repo:1440 : [[ False = \T\r\u\e ]] 2022-06-04 10:30:26.657 | + functions-common:update_package_repo:1444 : is_ubuntu 2022-06-04 10:30:26.660 | + functions-common:is_ubuntu:568 : [[ -z deb ]] 2022-06-04 10:30:26.662 | + functions-common:is_ubuntu:571 : '[' deb = deb ']' 2022-06-04 10:30:26.665 | + functions-common:update_package_repo:1445 : apt_get_update 2022-06-04 10:30:26.669 | + functions-common:apt_get_update:1190 : [[ True == \T\r\u\e ]] 2022-06-04 10:30:26.672 | + functions-common:apt_get_update:1190 : [[ False != \T\r\u\e ]] 2022-06-04 10:30:26.675 | + functions-common:apt_get_update:1191 : return 2022-06-04 10:30:26.677 | + functions-common:install_package:1465 : real_install_package targetcli-fb 2022-06-04 10:30:26.680 | + functions-common:real_install_package:1450 : is_ubuntu 2022-06-04 10:30:26.684 | + functions-common:is_ubuntu:568 : [[ -z deb ]] 2022-06-04 10:30:26.687 | + functions-common:is_ubuntu:571 : '[' deb = deb ']' 2022-06-04 10:30:26.690 | + functions-common:real_install_package:1451 : apt_get install targetcli-fb 2022-06-04 10:30:26.715 | + functions-common:apt_get:1231 : sudo DEBIAN_FRONTEND=noninteractive http_proxy= https_proxy= no_proxy= apt-get --option Dpkg::Options::=--force-confold --assume-yes install targetcli-fb 2022-06-04 10:30:26.841 | Reading package lists... 2022-06-04 10:30:27.099 | Building dependency tree... 2022-06-04 10:30:27.101 | Reading state information... 2022-06-04 10:30:27.366 | targetcli-fb is already the newest version (1:2.1.51-0ubuntu1). 2022-06-04 10:30:27.366 | The following packages were automatically installed and are no longer required: 2022-06-04 10:30:27.367 | apport-symptoms libnetplan0 python3-automat python3-blinker python3-click 2022-06-04 10:30:27.367 | python3-colorama python3-configobj python3-constantly python3-entrypoints 2022-06-04 10:30:27.367 | python3-hamcrest python3-hyperlink python3-incremental python3-jwt 2022-06-04 10:30:27.367 | python3-keyring python3-lazr.uri python3-oauthlib python3-problem-report 2022-06-04 10:30:27.368 | python3-secretstorage python3-twisted-bin python3-wadllib 2022-06-04 10:30:27.368 | python3-zope.interface 2022-06-04 10:30:27.368 | Use 'sudo apt autoremove' to remove them. 2022-06-04 10:30:27.487 | 0 upgraded, 0 newly installed, 0 to remove and 139 not upgraded. 2022-06-04 10:30:27.491 | + functions-common:apt_get:1235 : result=0 2022-06-04 10:30:27.494 | + functions-common:apt_get:1238 : time_stop apt-get 2022-06-04 10:30:27.500 | + functions-common:time_stop:2426 : local name 2022-06-04 10:30:27.502 | + functions-common:time_stop:2427 : local end_time 2022-06-04 10:30:27.505 | + functions-common:time_stop:2428 : local elapsed_time 2022-06-04 10:30:27.507 | + functions-common:time_stop:2429 : local total 2022-06-04 10:30:27.511 | + functions-common:time_stop:2430 : local start_time 2022-06-04 10:30:27.513 | + functions-common:time_stop:2432 : name=apt-get 2022-06-04 10:30:27.516 | + functions-common:time_stop:2433 : start_time=1654338626712 2022-06-04 10:30:27.518 | + functions-common:time_stop:2435 : [[ -z 1654338626712 ]] 2022-06-04 10:30:27.521 | ++ functions-common:time_stop:2438 : date +%s%3N 2022-06-04 10:30:27.526 | + functions-common:time_stop:2438 : end_time=1654338627523 2022-06-04 10:30:27.528 | + functions-common:time_stop:2439 : elapsed_time=811 2022-06-04 10:30:27.531 | + functions-common:time_stop:2440 : total=5418 2022-06-04 10:30:27.533 | + functions-common:time_stop:2442 : _TIME_START[$name]= 2022-06-04 10:30:27.536 | + functions-common:time_stop:2443 : _TIME_TOTAL[$name]=6229 2022-06-04 10:30:27.538 | + functions-common:apt_get:1239 : return 0 2022-06-04 10:30:27.541 | + lib/stack:stack_install_service:33 : [[ False = True ]] 2022-06-04 10:30:27.543 | + ./stack.sh:main:921 : configure_cinder 2022-06-04 10:30:27.546 | + lib/cinder:configure_cinder:245 : sudo install -d -o ubuntu -m 755 /etc/cinder 2022-06-04 10:30:27.559 | + lib/cinder:configure_cinder:247 : rm -f /etc/cinder/cinder.conf 2022-06-04 10:30:27.563 | + lib/cinder:configure_cinder:249 : configure_rootwrap cinder 2022-06-04 10:30:27.565 | + inc/rootwrap:configure_rootwrap:43 : local project=cinder 2022-06-04 10:30:27.567 | + inc/rootwrap:configure_rootwrap:44 : local project_uc 2022-06-04 10:30:27.571 | ++ inc/rootwrap:configure_rootwrap:45 : echo cinder 2022-06-04 10:30:27.572 | ++ inc/rootwrap:configure_rootwrap:45 : tr a-z A-Z 2022-06-04 10:30:27.576 | + inc/rootwrap:configure_rootwrap:45 : project_uc=CINDER 2022-06-04 10:30:27.579 | + inc/rootwrap:configure_rootwrap:46 : local bin_dir=CINDER_BIN_DIR 2022-06-04 10:30:27.582 | + inc/rootwrap:configure_rootwrap:47 : bin_dir=/usr/local/bin 2022-06-04 10:30:27.584 | + inc/rootwrap:configure_rootwrap:48 : local project_dir=CINDER_DIR 2022-06-04 10:30:27.586 | + inc/rootwrap:configure_rootwrap:49 : project_dir=/opt/stack/cinder 2022-06-04 10:30:27.588 | + inc/rootwrap:configure_rootwrap:51 : local rootwrap_conf_src_dir=/opt/stack/cinder/etc/cinder 2022-06-04 10:30:27.590 | + inc/rootwrap:configure_rootwrap:52 : local rootwrap_bin=/usr/local/bin/cinder-rootwrap 2022-06-04 10:30:27.593 | + inc/rootwrap:configure_rootwrap:55 : sudo rm -rf /etc/cinder/rootwrap.d 2022-06-04 10:30:27.605 | + inc/rootwrap:configure_rootwrap:56 : sudo install -d -o root -g root -m 755 /etc/cinder/rootwrap.d 2022-06-04 10:30:27.616 | + 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-06-04 10:30:27.629 | + 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-06-04 10:30:27.642 | + inc/rootwrap:configure_rootwrap:61 : sudo sed -e 's:^filters_path=.*$:filters_path=/etc/cinder/rootwrap.d:' -i /etc/cinder/rootwrap.conf 2022-06-04 10:30:27.654 | + inc/rootwrap:configure_rootwrap:64 : local tempfile 2022-06-04 10:30:27.657 | ++ inc/rootwrap:configure_rootwrap:65 : mktemp 2022-06-04 10:30:27.661 | + inc/rootwrap:configure_rootwrap:65 : tempfile=/tmp/tmp.HdMeiMShhY 2022-06-04 10:30:27.663 | + inc/rootwrap:configure_rootwrap:67 : rootwrap_sudo_cmd='/usr/local/bin/cinder-rootwrap /etc/cinder/rootwrap.conf *' 2022-06-04 10:30:27.665 | + inc/rootwrap:configure_rootwrap:68 : echo 'ubuntu ALL=(root) NOPASSWD: /usr/local/bin/cinder-rootwrap /etc/cinder/rootwrap.conf *' 2022-06-04 10:30:27.668 | + inc/rootwrap:configure_rootwrap:69 : '[' -f /usr/local/bin/cinder-rootwrap-daemon ']' 2022-06-04 10:30:27.670 | + inc/rootwrap:configure_rootwrap:74 : chmod 0440 /tmp/tmp.HdMeiMShhY 2022-06-04 10:30:27.674 | + inc/rootwrap:configure_rootwrap:75 : sudo chown root:root /tmp/tmp.HdMeiMShhY 2022-06-04 10:30:27.687 | + inc/rootwrap:configure_rootwrap:76 : sudo mv /tmp/tmp.HdMeiMShhY /etc/sudoers.d/cinder-rootwrap 2022-06-04 10:30:27.700 | ++ inc/rootwrap:configure_rootwrap:80 : dirname /usr/local/bin/cinder-rootwrap 2022-06-04 10:30:27.704 | + inc/rootwrap:configure_rootwrap:80 : add_sudo_secure_path /usr/local/bin 2022-06-04 10:30:27.706 | + inc/rootwrap:add_sudo_secure_path:21 : local dir=/usr/local/bin 2022-06-04 10:30:27.709 | + inc/rootwrap:add_sudo_secure_path:22 : local line 2022-06-04 10:30:27.711 | + inc/rootwrap:add_sudo_secure_path:25 : [[ -r /etc/sudoers.d/zz-secure-path ]] 2022-06-04 10:30:27.714 | + 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-06-04 10:30:27.716 | + 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-06-04 10:30:27.719 | + lib/cinder:configure_cinder:251 : [[ -f /opt/stack/cinder/etc/cinder/resource_filters.json ]] 2022-06-04 10:30:27.721 | + lib/cinder:configure_cinder:252 : cp -p /opt/stack/cinder/etc/cinder/resource_filters.json /etc/cinder/resource_filters.json 2022-06-04 10:30:27.726 | + lib/cinder:configure_cinder:255 : cp /opt/stack/cinder/etc/cinder/api-paste.ini /etc/cinder/api-paste.ini 2022-06-04 10:30:27.731 | + lib/cinder:configure_cinder:257 : inicomment /etc/cinder/api-paste.ini filter:authtoken auth_host 2022-06-04 10:30:27.750 | + lib/cinder:configure_cinder:258 : inicomment /etc/cinder/api-paste.ini filter:authtoken auth_port 2022-06-04 10:30:27.768 | + lib/cinder:configure_cinder:259 : inicomment /etc/cinder/api-paste.ini filter:authtoken auth_protocol 2022-06-04 10:30:27.788 | + lib/cinder:configure_cinder:260 : inicomment /etc/cinder/api-paste.ini filter:authtoken cafile 2022-06-04 10:30:27.809 | + lib/cinder:configure_cinder:261 : inicomment /etc/cinder/api-paste.ini filter:authtoken admin_tenant_name 2022-06-04 10:30:27.827 | + lib/cinder:configure_cinder:262 : inicomment /etc/cinder/api-paste.ini filter:authtoken admin_user 2022-06-04 10:30:27.846 | + lib/cinder:configure_cinder:263 : inicomment /etc/cinder/api-paste.ini filter:authtoken admin_password 2022-06-04 10:30:27.866 | + lib/cinder:configure_cinder:264 : inicomment /etc/cinder/api-paste.ini filter:authtoken signing_dir 2022-06-04 10:30:27.885 | + lib/cinder:configure_cinder:266 : configure_keystone_authtoken_middleware /etc/cinder/cinder.conf cinder 2022-06-04 10:30:27.888 | + lib/keystone:configure_keystone_authtoken_middleware:447 : local conf_file=/etc/cinder/cinder.conf 2022-06-04 10:30:27.890 | + lib/keystone:configure_keystone_authtoken_middleware:448 : local admin_user=cinder 2022-06-04 10:30:27.892 | + lib/keystone:configure_keystone_authtoken_middleware:449 : local section=keystone_authtoken 2022-06-04 10:30:27.895 | + lib/keystone:configure_keystone_authtoken_middleware:451 : iniset /etc/cinder/cinder.conf keystone_authtoken auth_type password 2022-06-04 10:30:27.924 | + lib/keystone:configure_keystone_authtoken_middleware:452 : iniset /etc/cinder/cinder.conf keystone_authtoken interface public 2022-06-04 10:30:27.952 | + lib/keystone:configure_keystone_authtoken_middleware:453 : iniset /etc/cinder/cinder.conf keystone_authtoken auth_url http://10.222.0.66/identity 2022-06-04 10:30:27.981 | + lib/keystone:configure_keystone_authtoken_middleware:454 : iniset /etc/cinder/cinder.conf keystone_authtoken username cinder 2022-06-04 10:30:28.010 | + lib/keystone:configure_keystone_authtoken_middleware:455 : iniset /etc/cinder/cinder.conf keystone_authtoken password Passw0rd 2022-06-04 10:30:28.038 | + lib/keystone:configure_keystone_authtoken_middleware:456 : iniset /etc/cinder/cinder.conf keystone_authtoken user_domain_name Default 2022-06-04 10:30:28.066 | + lib/keystone:configure_keystone_authtoken_middleware:457 : iniset /etc/cinder/cinder.conf keystone_authtoken project_name service 2022-06-04 10:30:28.096 | + lib/keystone:configure_keystone_authtoken_middleware:458 : iniset /etc/cinder/cinder.conf keystone_authtoken project_domain_name Default 2022-06-04 10:30:28.124 | + lib/keystone:configure_keystone_authtoken_middleware:460 : iniset /etc/cinder/cinder.conf keystone_authtoken cafile /opt/stack/data/ca-bundle.pem 2022-06-04 10:30:28.153 | + lib/keystone:configure_keystone_authtoken_middleware:461 : iniset /etc/cinder/cinder.conf keystone_authtoken memcached_servers localhost:11211 2022-06-04 10:30:28.181 | + lib/cinder:configure_cinder:268 : iniset /etc/cinder/cinder.conf DEFAULT debug True 2022-06-04 10:30:28.213 | + lib/cinder:configure_cinder:270 : iniset /etc/cinder/cinder.conf DEFAULT target_helper lioadm 2022-06-04 10:30:28.241 | ++ lib/cinder:configure_cinder:271 : database_connection_url cinder 2022-06-04 10:30:28.244 | ++ lib/database:database_connection_url:134 : local db=cinder 2022-06-04 10:30:28.247 | ++ lib/database:database_connection_url:135 : database_connection_url_mysql cinder 2022-06-04 10:30:28.249 | ++ lib/databases/mysql:database_connection_url_mysql:224 : local db=cinder 2022-06-04 10:30:28.251 | ++ lib/databases/mysql:database_connection_url_mysql:225 : local plugin 2022-06-04 10:30:28.254 | ++ lib/databases/mysql:database_connection_url_mysql:229 : [[ True == \T\r\u\e ]] 2022-06-04 10:30:28.256 | ++ lib/databases/mysql:database_connection_url_mysql:230 : is_service_enabled mysql 2022-06-04 10:30:28.273 | ++ functions-common:is_service_enabled:2082 : return 0 2022-06-04 10:30:28.276 | ++ lib/databases/mysql:database_connection_url_mysql:231 : plugin='&plugin=dbcounter' 2022-06-04 10:30:28.278 | ++ lib/databases/mysql:database_connection_url_mysql:235 : echo 'mysql+pymysql://root:Passw0rd@127.0.0.1/cinder?charset=utf8&plugin=dbcounter' 2022-06-04 10:30:28.281 | + lib/cinder:configure_cinder:271 : iniset /etc/cinder/cinder.conf database connection 'mysql+pymysql://root:Passw0rd@127.0.0.1/cinder?charset=utf8&plugin=dbcounter' 2022-06-04 10:30:28.312 | + lib/cinder:configure_cinder:272 : iniset /etc/cinder/cinder.conf DEFAULT api_paste_config /etc/cinder/api-paste.ini 2022-06-04 10:30:28.341 | + lib/cinder:configure_cinder:273 : iniset /etc/cinder/cinder.conf DEFAULT rootwrap_config /etc/cinder/rootwrap.conf 2022-06-04 10:30:28.370 | + lib/cinder:configure_cinder:274 : iniset /etc/cinder/cinder.conf DEFAULT osapi_volume_extension cinder.api.contrib.standard_extensions 2022-06-04 10:30:28.400 | + lib/cinder:configure_cinder:275 : iniset /etc/cinder/cinder.conf DEFAULT osapi_volume_listen 0.0.0.0 2022-06-04 10:30:28.428 | + lib/cinder:configure_cinder:276 : iniset /etc/cinder/cinder.conf DEFAULT state_path /opt/stack/data/cinder 2022-06-04 10:30:28.457 | + lib/cinder:configure_cinder:277 : iniset /etc/cinder/cinder.conf oslo_concurrency lock_path /opt/stack/data/cinder 2022-06-04 10:30:28.489 | + lib/cinder:configure_cinder:278 : [[ 4 == 6 ]] 2022-06-04 10:30:28.491 | + lib/cinder:configure_cinder:281 : iniset /etc/cinder/cinder.conf DEFAULT my_ip 10.222.0.66 2022-06-04 10:30:28.520 | + lib/cinder:configure_cinder:283 : iniset /etc/cinder/cinder.conf key_manager backend cinder.keymgr.conf_key_mgr.ConfKeyManager 2022-06-04 10:30:28.552 | ++ lib/cinder:configure_cinder:284 : openssl rand -hex 16 2022-06-04 10:30:28.559 | + lib/cinder:configure_cinder:284 : iniset /etc/cinder/cinder.conf key_manager fixed_key 428f38dfd2db5bee74999496e3bfd08e 2022-06-04 10:30:28.588 | + lib/cinder:configure_cinder:285 : [[ -n '' ]] 2022-06-04 10:30:28.591 | + lib/cinder:configure_cinder:290 : iniset /etc/cinder/cinder.conf DEFAULT quota_volumes 10 2022-06-04 10:30:28.620 | + lib/cinder:configure_cinder:291 : iniset /etc/cinder/cinder.conf DEFAULT quota_backups 10 2022-06-04 10:30:28.649 | + lib/cinder:configure_cinder:292 : iniset /etc/cinder/cinder.conf DEFAULT quota_snapshots 10 2022-06-04 10:30:28.679 | + lib/cinder:configure_cinder:297 : iniset /etc/cinder/cinder.conf DEFAULT rpc_response_timeout 120 2022-06-04 10:30:28.707 | + lib/cinder:configure_cinder:299 : is_service_enabled c-vol 2022-06-04 10:30:28.724 | + functions-common:is_service_enabled:2082 : return 0 2022-06-04 10:30:28.726 | + lib/cinder:configure_cinder:299 : [[ -n lvm:lvmdriver-1 ]] 2022-06-04 10:30:28.729 | + lib/cinder:configure_cinder:300 : local enabled_backends= 2022-06-04 10:30:28.732 | + lib/cinder:configure_cinder:301 : local default_name= 2022-06-04 10:30:28.734 | + lib/cinder:configure_cinder:302 : local be be_name be_type 2022-06-04 10:30:28.737 | + lib/cinder:configure_cinder:303 : for be in ${CINDER_ENABLED_BACKENDS//,/ } 2022-06-04 10:30:28.741 | + lib/cinder:configure_cinder:304 : be_type=lvm 2022-06-04 10:30:28.744 | + lib/cinder:configure_cinder:305 : be_name=lvmdriver-1 2022-06-04 10:30:28.747 | + lib/cinder:configure_cinder:306 : type configure_cinder_backend_lvm 2022-06-04 10:30:28.749 | + lib/cinder:configure_cinder:307 : configure_cinder_backend_lvm lvmdriver-1 2022-06-04 10:30:28.751 | + lib/cinder_backends/lvm:configure_cinder_backend_lvm:48 : local be_name=lvmdriver-1 2022-06-04 10:30:28.754 | + lib/cinder_backends/lvm:configure_cinder_backend_lvm:50 : iniset /etc/cinder/cinder.conf lvmdriver-1 volume_backend_name lvmdriver-1 2022-06-04 10:30:28.784 | + lib/cinder_backends/lvm:configure_cinder_backend_lvm:51 : iniset /etc/cinder/cinder.conf lvmdriver-1 volume_driver cinder.volume.drivers.lvm.LVMVolumeDriver 2022-06-04 10:30:28.814 | + lib/cinder_backends/lvm:configure_cinder_backend_lvm:52 : iniset /etc/cinder/cinder.conf lvmdriver-1 volume_group stack-volumes-lvmdriver-1 2022-06-04 10:30:28.842 | + lib/cinder_backends/lvm:configure_cinder_backend_lvm:53 : iniset /etc/cinder/cinder.conf lvmdriver-1 target_helper lioadm 2022-06-04 10:30:28.871 | + lib/cinder_backends/lvm:configure_cinder_backend_lvm:54 : iniset /etc/cinder/cinder.conf lvmdriver-1 lvm_type thin 2022-06-04 10:30:28.899 | + lib/cinder_backends/lvm:configure_cinder_backend_lvm:55 : iniset /etc/cinder/cinder.conf lvmdriver-1 volume_clear none 2022-06-04 10:30:28.927 | + lib/cinder:configure_cinder:309 : [[ -z '' ]] 2022-06-04 10:30:28.930 | + lib/cinder:configure_cinder:310 : default_name=lvmdriver-1 2022-06-04 10:30:28.933 | + lib/cinder:configure_cinder:312 : enabled_backends+=lvmdriver-1, 2022-06-04 10:30:28.935 | + lib/cinder:configure_cinder:314 : iniset /etc/cinder/cinder.conf DEFAULT enabled_backends lvmdriver-1 2022-06-04 10:30:28.965 | + lib/cinder:configure_cinder:315 : [[ -n lvmdriver-1 ]] 2022-06-04 10:30:28.967 | + lib/cinder:configure_cinder:316 : iniset /etc/cinder/cinder.conf DEFAULT default_volume_type lvmdriver-1 2022-06-04 10:30:28.997 | + lib/cinder:configure_cinder:318 : configure_cinder_image_volume_cache 2022-06-04 10:30:28.999 | + lib/cinder:configure_cinder_image_volume_cache:619 : for be in ${CINDER_CACHE_ENABLED_FOR_BACKENDS//,/ } 2022-06-04 10:30:29.002 | + lib/cinder:configure_cinder_image_volume_cache:620 : local be_name=lvmdriver-1 2022-06-04 10:30:29.004 | + lib/cinder:configure_cinder_image_volume_cache:622 : iniset /etc/cinder/cinder.conf lvmdriver-1 image_volume_cache_enabled True 2022-06-04 10:30:29.033 | + lib/cinder:configure_cinder_image_volume_cache:624 : [[ -n '' ]] 2022-06-04 10:30:29.036 | + lib/cinder:configure_cinder_image_volume_cache:628 : [[ -n '' ]] 2022-06-04 10:30:29.038 | + lib/cinder:configure_cinder:321 : is_service_enabled c-bak 2022-06-04 10:30:29.056 | + functions-common:is_service_enabled:2082 : return 0 2022-06-04 10:30:29.058 | + lib/cinder:configure_cinder:321 : [[ -n swift ]] 2022-06-04 10:30:29.061 | + lib/cinder:configure_cinder:322 : type configure_cinder_backup_swift 2022-06-04 10:30:29.063 | + lib/cinder:configure_cinder:323 : configure_cinder_backup_swift 2022-06-04 10:30:29.066 | + lib/cinder_backups/swift:configure_cinder_backup_swift:25 : iniset /etc/cinder/cinder.conf DEFAULT backup_driver cinder.backup.drivers.swift.SwiftBackupDriver 2022-06-04 10:30:29.095 | + lib/cinder_backups/swift:configure_cinder_backup_swift:26 : iniset /etc/cinder/cinder.conf DEFAULT backup_swift_url http://10.222.0.66:8080/v1/AUTH_ 2022-06-04 10:30:29.124 | + lib/cinder_backups/swift:configure_cinder_backup_swift:27 : is_service_enabled tls-proxy 2022-06-04 10:30:29.142 | + functions-common:is_service_enabled:2082 : return 1 2022-06-04 10:30:29.144 | + lib/cinder:configure_cinder:329 : is_service_enabled ceilometer 2022-06-04 10:30:29.161 | + functions-common:is_service_enabled:2082 : return 1 2022-06-04 10:30:29.164 | + lib/cinder:configure_cinder:333 : is_service_enabled tls-proxy 2022-06-04 10:30:29.182 | + functions-common:is_service_enabled:2082 : return 1 2022-06-04 10:30:29.184 | + lib/cinder:configure_cinder:347 : '[' False '!=' False ']' 2022-06-04 10:30:29.186 | + lib/cinder:configure_cinder:351 : iniset_rpc_backend cinder /etc/cinder/cinder.conf 2022-06-04 10:30:29.189 | + lib/rpc_backend:iniset_rpc_backend:157 : local package=cinder 2022-06-04 10:30:29.191 | + lib/rpc_backend:iniset_rpc_backend:158 : local file=/etc/cinder/cinder.conf 2022-06-04 10:30:29.194 | + lib/rpc_backend:iniset_rpc_backend:159 : local section=DEFAULT 2022-06-04 10:30:29.197 | + lib/rpc_backend:iniset_rpc_backend:160 : local virtual_host= 2022-06-04 10:30:29.199 | + lib/rpc_backend:iniset_rpc_backend:161 : is_service_enabled rabbit 2022-06-04 10:30:29.215 | + functions-common:is_service_enabled:2082 : return 0 2022-06-04 10:30:29.218 | ++ lib/rpc_backend:iniset_rpc_backend:162 : get_transport_url '' 2022-06-04 10:30:29.221 | ++ lib/rpc_backend:get_transport_url:139 : local virtual_host= 2022-06-04 10:30:29.223 | ++ lib/rpc_backend:get_transport_url:140 : is_service_enabled rabbit 2022-06-04 10:30:29.239 | ++ functions-common:is_service_enabled:2082 : return 0 2022-06-04 10:30:29.242 | ++ lib/rpc_backend:get_transport_url:141 : echo rabbit://stackrabbit:Passw0rd@10.222.0.66:5672/ 2022-06-04 10:30:29.246 | + lib/rpc_backend:iniset_rpc_backend:162 : iniset /etc/cinder/cinder.conf DEFAULT transport_url rabbit://stackrabbit:Passw0rd@10.222.0.66:5672/ 2022-06-04 10:30:29.274 | + lib/rpc_backend:iniset_rpc_backend:163 : '[' -n '' ']' 2022-06-04 10:30:29.276 | + lib/rpc_backend:iniset_rpc_backend:166 : '[' -n '' ']' 2022-06-04 10:30:29.279 | + lib/cinder:configure_cinder:354 : setup_logging /etc/cinder/cinder.conf True 2022-06-04 10:30:29.281 | + functions:setup_logging:674 : setup_systemd_logging /etc/cinder/cinder.conf 2022-06-04 10:30:29.284 | + functions:setup_systemd_logging:689 : local conf_file=/etc/cinder/cinder.conf 2022-06-04 10:30:29.287 | ++ functions:setup_systemd_logging:694 : trueorfalse False USE_JOURNAL 2022-06-04 10:30:29.304 | + functions:setup_systemd_logging:694 : USE_JOURNAL=False 2022-06-04 10:30:29.307 | + functions:setup_systemd_logging:695 : local pidstr= 2022-06-04 10:30:29.309 | + functions:setup_systemd_logging:696 : [[ False == \T\r\u\e ]] 2022-06-04 10:30:29.312 | + functions:setup_systemd_logging:700 : pidstr='(pid=%(process)d) ' 2022-06-04 10:30:29.314 | + 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-06-04 10:30:29.343 | + 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-06-04 10:30:29.373 | + 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-06-04 10:30:29.401 | + functions:setup_systemd_logging:706 : iniset /etc/cinder/cinder.conf DEFAULT logging_exception_prefix 'ERROR %(name)s %(instance)s' 2022-06-04 10:30:29.430 | + lib/cinder:configure_cinder:356 : is_service_enabled c-api 2022-06-04 10:30:29.447 | + functions-common:is_service_enabled:2082 : return 0 2022-06-04 10:30:29.449 | + lib/cinder:configure_cinder:357 : write_uwsgi_config /etc/cinder/cinder-api-uwsgi.ini /usr/local/bin/cinder-wsgi /volume 2022-06-04 10:30:29.452 | + lib/apache:write_uwsgi_config:254 : local file=/etc/cinder/cinder-api-uwsgi.ini 2022-06-04 10:30:29.454 | + lib/apache:write_uwsgi_config:255 : local wsgi=/usr/local/bin/cinder-wsgi 2022-06-04 10:30:29.456 | + lib/apache:write_uwsgi_config:256 : local url=/volume 2022-06-04 10:30:29.459 | + lib/apache:write_uwsgi_config:257 : local http= 2022-06-04 10:30:29.461 | + lib/apache:write_uwsgi_config:258 : local name= 2022-06-04 10:30:29.464 | ++ lib/apache:write_uwsgi_config:259 : basename /usr/local/bin/cinder-wsgi 2022-06-04 10:30:29.468 | + lib/apache:write_uwsgi_config:259 : name=cinder-wsgi 2022-06-04 10:30:29.471 | + lib/apache:write_uwsgi_config:263 : local socket_dir=/var/run/uwsgi 2022-06-04 10:30:29.473 | + lib/apache:write_uwsgi_config:267 : sudo mkdir -p /etc/tmpfiles.d/ 2022-06-04 10:30:29.487 | + lib/apache:write_uwsgi_config:268 : echo 'd /var/run/uwsgi 0755 ubuntu root' 2022-06-04 10:30:29.487 | + lib/apache:write_uwsgi_config:268 : sudo tee /etc/tmpfiles.d/uwsgi.conf 2022-06-04 10:30:29.496 | d /var/run/uwsgi 0755 ubuntu root 2022-06-04 10:30:29.500 | + lib/apache:write_uwsgi_config:269 : sudo systemd-tmpfiles --create /etc/tmpfiles.d/uwsgi.conf 2022-06-04 10:30:29.516 | + lib/apache:write_uwsgi_config:271 : local socket=/var/run/uwsgi/cinder-wsgi.socket 2022-06-04 10:30:29.518 | + lib/apache:write_uwsgi_config:274 : rm -rf /etc/cinder/cinder-api-uwsgi.ini 2022-06-04 10:30:29.522 | + lib/apache:write_uwsgi_config:275 : iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi wsgi-file /usr/local/bin/cinder-wsgi 2022-06-04 10:30:29.552 | + lib/apache:write_uwsgi_config:276 : iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi processes 2 2022-06-04 10:30:29.580 | + lib/apache:write_uwsgi_config:278 : iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi master true 2022-06-04 10:30:29.609 | + lib/apache:write_uwsgi_config:280 : iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi die-on-term true 2022-06-04 10:30:29.637 | + lib/apache:write_uwsgi_config:281 : iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi exit-on-reload false 2022-06-04 10:30:29.665 | + lib/apache:write_uwsgi_config:284 : iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi worker-reload-mercy 90 2022-06-04 10:30:29.693 | + lib/apache:write_uwsgi_config:285 : iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi enable-threads true 2022-06-04 10:30:29.721 | + lib/apache:write_uwsgi_config:286 : iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi plugins http,python3 2022-06-04 10:30:29.750 | + lib/apache:write_uwsgi_config:288 : iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi thunder-lock true 2022-06-04 10:30:29.778 | + lib/apache:write_uwsgi_config:290 : iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi hook-master-start 'unix_signal:15 gracefully_kill_them_all' 2022-06-04 10:30:29.807 | + lib/apache:write_uwsgi_config:292 : iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi buffer-size 65535 2022-06-04 10:30:29.835 | + lib/apache:write_uwsgi_config:294 : iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi add-header 'Connection: close' 2022-06-04 10:30:29.863 | + lib/apache:write_uwsgi_config:296 : iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi lazy-apps true 2022-06-04 10:30:29.892 | + lib/apache:write_uwsgi_config:299 : [[ -n '' ]] 2022-06-04 10:30:29.895 | + lib/apache:write_uwsgi_config:302 : local apache_conf= 2022-06-04 10:30:29.898 | ++ lib/apache:write_uwsgi_config:303 : apache_site_config_for cinder-wsgi 2022-06-04 10:30:29.901 | ++ lib/apache:apache_site_config_for:186 : local site=cinder-wsgi 2022-06-04 10:30:29.903 | ++ lib/apache:apache_site_config_for:187 : is_ubuntu 2022-06-04 10:30:29.906 | ++ functions-common:is_ubuntu:568 : [[ -z deb ]] 2022-06-04 10:30:29.908 | ++ functions-common:is_ubuntu:571 : '[' deb = deb ']' 2022-06-04 10:30:29.910 | ++ lib/apache:apache_site_config_for:189 : echo /etc/apache2/sites-available/cinder-wsgi.conf 2022-06-04 10:30:29.913 | + lib/apache:write_uwsgi_config:303 : apache_conf=/etc/apache2/sites-available/cinder-wsgi.conf 2022-06-04 10:30:29.916 | + lib/apache:write_uwsgi_config:304 : iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi socket /var/run/uwsgi/cinder-wsgi.socket 2022-06-04 10:30:29.944 | + lib/apache:write_uwsgi_config:305 : iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi chmod-socket 666 2022-06-04 10:30:29.974 | + lib/apache:write_uwsgi_config:306 : sudo tee -a /etc/apache2/sites-available/cinder-wsgi.conf 2022-06-04 10:30:29.974 | + lib/apache:write_uwsgi_config:306 : echo 'ProxyPass "/volume" "unix:/var/run/uwsgi/cinder-wsgi.socket|uwsgi://uwsgi-uds-cinder-wsgi" retry=0 ' 2022-06-04 10:30:29.983 | ProxyPass "/volume" "unix:/var/run/uwsgi/cinder-wsgi.socket|uwsgi://uwsgi-uds-cinder-wsgi" retry=0 2022-06-04 10:30:29.986 | + lib/apache:write_uwsgi_config:307 : enable_apache_site cinder-wsgi 2022-06-04 10:30:29.989 | + lib/apache:enable_apache_site:203 : local site=cinder-wsgi 2022-06-04 10:30:29.991 | + lib/apache:enable_apache_site:205 : enable_apache_mod version 2022-06-04 10:30:29.994 | + lib/apache:enable_apache_mod:59 : local mod=version 2022-06-04 10:30:29.996 | + lib/apache:enable_apache_mod:61 : is_ubuntu 2022-06-04 10:30:29.999 | + functions-common:is_ubuntu:568 : [[ -z deb ]] 2022-06-04 10:30:30.001 | + functions-common:is_ubuntu:571 : '[' deb = deb ']' 2022-06-04 10:30:30.004 | + lib/apache:enable_apache_mod:64 : [[ version != \v\e\r\s\i\o\n ]] 2022-06-04 10:30:30.006 | + lib/apache:enable_apache_site:206 : is_ubuntu 2022-06-04 10:30:30.008 | + functions-common:is_ubuntu:568 : [[ -z deb ]] 2022-06-04 10:30:30.011 | + functions-common:is_ubuntu:571 : '[' deb = deb ']' 2022-06-04 10:30:30.013 | + lib/apache:enable_apache_site:207 : sudo a2ensite cinder-wsgi 2022-06-04 10:30:30.075 | Enabling site cinder-wsgi. 2022-06-04 10:30:30.081 | To activate the new configuration, you need to run: 2022-06-04 10:30:30.081 | systemctl reload apache2 2022-06-04 10:30:30.085 | + lib/apache:write_uwsgi_config:308 : restart_apache_server 2022-06-04 10:30:30.089 | + lib/apache:restart_apache_server:250 : restart_service apache2 2022-06-04 10:30:30.091 | + functions-common:restart_service:2310 : '[' -x /bin/systemctl ']' 2022-06-04 10:30:30.094 | + functions-common:restart_service:2311 : sudo /bin/systemctl restart apache2 2022-06-04 10:30:30.230 | + lib/cinder:configure_cinder:360 : [[ -r /home/ubuntu/devstack/lib/cinder_plugins/default ]] 2022-06-04 10:30:30.230 | + lib/cinder:configure_cinder:364 : iniset /etc/cinder/cinder.conf DEFAULT osapi_volume_workers 2 2022-06-04 10:30:30.268 | + lib/cinder:configure_cinder:366 : iniset /etc/cinder/cinder.conf DEFAULT glance_api_servers http://10.222.0.66/image 2022-06-04 10:30:30.298 | + lib/cinder:configure_cinder:367 : is_service_enabled tls-proxy 2022-06-04 10:30:30.314 | + functions-common:is_service_enabled:2082 : return 1 2022-06-04 10:30:30.317 | + lib/cinder:configure_cinder:373 : configure_keystone_authtoken_middleware /etc/cinder/cinder.conf nova nova 2022-06-04 10:30:30.319 | + lib/keystone:configure_keystone_authtoken_middleware:447 : local conf_file=/etc/cinder/cinder.conf 2022-06-04 10:30:30.322 | + lib/keystone:configure_keystone_authtoken_middleware:448 : local admin_user=nova 2022-06-04 10:30:30.325 | + lib/keystone:configure_keystone_authtoken_middleware:449 : local section=nova 2022-06-04 10:30:30.327 | + lib/keystone:configure_keystone_authtoken_middleware:451 : iniset /etc/cinder/cinder.conf nova auth_type password 2022-06-04 10:30:30.358 | + lib/keystone:configure_keystone_authtoken_middleware:452 : iniset /etc/cinder/cinder.conf nova interface public 2022-06-04 10:30:30.387 | + lib/keystone:configure_keystone_authtoken_middleware:453 : iniset /etc/cinder/cinder.conf nova auth_url http://10.222.0.66/identity 2022-06-04 10:30:30.415 | + lib/keystone:configure_keystone_authtoken_middleware:454 : iniset /etc/cinder/cinder.conf nova username nova 2022-06-04 10:30:30.444 | + lib/keystone:configure_keystone_authtoken_middleware:455 : iniset /etc/cinder/cinder.conf nova password Passw0rd 2022-06-04 10:30:30.473 | + lib/keystone:configure_keystone_authtoken_middleware:456 : iniset /etc/cinder/cinder.conf nova user_domain_name Default 2022-06-04 10:30:30.502 | + lib/keystone:configure_keystone_authtoken_middleware:457 : iniset /etc/cinder/cinder.conf nova project_name service 2022-06-04 10:30:30.531 | + lib/keystone:configure_keystone_authtoken_middleware:458 : iniset /etc/cinder/cinder.conf nova project_domain_name Default 2022-06-04 10:30:30.559 | + lib/keystone:configure_keystone_authtoken_middleware:460 : iniset /etc/cinder/cinder.conf nova cafile /opt/stack/data/ca-bundle.pem 2022-06-04 10:30:30.588 | + lib/keystone:configure_keystone_authtoken_middleware:461 : iniset /etc/cinder/cinder.conf nova memcached_servers localhost:11211 2022-06-04 10:30:30.616 | + lib/cinder:configure_cinder:374 : iniset /etc/cinder/cinder.conf nova region_name RegionOne 2022-06-04 10:30:30.646 | + lib/cinder:configure_cinder:375 : iniset /etc/cinder/cinder.conf DEFAULT graceful_shutdown_timeout 5 2022-06-04 10:30:30.674 | + lib/cinder:configure_cinder:377 : [[ ! -z '' ]] 2022-06-04 10:30:30.676 | + lib/cinder:configure_cinder:379 : is_service_enabled etcd3 2022-06-04 10:30:30.693 | + functions-common:is_service_enabled:2082 : return 0 2022-06-04 10:30:30.696 | + lib/cinder:configure_cinder:380 : iniset /etc/cinder/cinder.conf coordination backend_url etcd3+http://10.222.0.66:2379 2022-06-04 10:30:30.729 | + lib/cinder:configure_cinder:383 : [[ False == True ]] 2022-06-04 10:30:30.731 | + lib/cinder:configure_cinder:383 : [[ False == True ]] 2022-06-04 10:30:30.734 | + ./stack.sh:main:924 : is_service_enabled neutron 2022-06-04 10:30:30.751 | + functions-common:is_service_enabled:2082 : return 0 2022-06-04 10:30:30.754 | + ./stack.sh:main:926 : stack_install_service neutron 2022-06-04 10:30:30.756 | + lib/stack:stack_install_service:20 : local service=neutron 2022-06-04 10:30:30.759 | + lib/stack:stack_install_service:21 : type install_neutron 2022-06-04 10:30:30.761 | + lib/stack:stack_install_service:23 : [[ False = True ]] 2022-06-04 10:30:30.764 | + lib/stack:stack_install_service:32 : install_neutron 2022-06-04 10:30:30.766 | + lib/neutron:install_neutron:687 : is_neutron_legacy_enabled 2022-06-04 10:30:30.770 | ++ lib/neutron:is_neutron_legacy_enabled:136 : echo n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon 2022-06-04 10:30:30.771 | ++ lib/neutron:is_neutron_legacy_enabled:136 : sed s/neutron-//g 2022-06-04 10:30:30.777 | + lib/neutron:is_neutron_legacy_enabled:136 : disabled_services_copy=n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon 2022-06-04 10:30:30.779 | + lib/neutron:is_neutron_legacy_enabled:137 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon =~ ,neutron ]] 2022-06-04 10:30:30.782 | + 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-06-04 10:30:30.785 | + lib/neutron:is_neutron_legacy_enabled:138 : return 0 2022-06-04 10:30:30.788 | + lib/neutron:install_neutron:689 : install_mutnauq 2022-06-04 10:30:30.791 | + lib/neutron-legacy:install_mutnauq:470 : use_library_from_git neutron-lib 2022-06-04 10:30:30.794 | + inc/python:use_library_from_git:246 : local name=neutron-lib 2022-06-04 10:30:30.796 | + inc/python:use_library_from_git:247 : local enabled=1 2022-06-04 10:30:30.799 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2022-06-04 10:30:30.802 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,neutron-lib, ]] 2022-06-04 10:30:30.804 | + inc/python:use_library_from_git:249 : return 1 2022-06-04 10:30:30.807 | + lib/neutron-legacy:install_mutnauq:475 : git_clone https://opendev.org/openstack/neutron.git /opt/stack/neutron master 2022-06-04 10:30:30.810 | + functions-common:git_clone:597 : local git_remote=https://opendev.org/openstack/neutron.git 2022-06-04 10:30:30.812 | + functions-common:git_clone:598 : local git_dest=/opt/stack/neutron 2022-06-04 10:30:30.814 | + functions-common:git_clone:599 : local git_ref=master 2022-06-04 10:30:30.817 | + functions-common:git_clone:600 : local orig_dir 2022-06-04 10:30:30.821 | ++ functions-common:git_clone:601 : pwd 2022-06-04 10:30:30.824 | + functions-common:git_clone:601 : orig_dir=/home/ubuntu/devstack 2022-06-04 10:30:30.826 | + functions-common:git_clone:602 : local git_clone_flags= 2022-06-04 10:30:30.829 | ++ functions-common:git_clone:604 : trueorfalse False RECLONE 2022-06-04 10:30:30.847 | + functions-common:git_clone:604 : RECLONE=False 2022-06-04 10:30:30.850 | + functions-common:git_clone:605 : [[ 0 -gt 0 ]] 2022-06-04 10:30:30.852 | + functions-common:git_clone:609 : [[ False = \T\r\u\e ]] 2022-06-04 10:30:30.855 | + functions-common:git_clone:618 : echo master 2022-06-04 10:30:30.856 | + functions-common:git_clone:618 : egrep -q '^refs' 2022-06-04 10:30:30.861 | + functions-common:git_clone:632 : [[ ! -d /opt/stack/neutron ]] 2022-06-04 10:30:30.863 | + functions-common:git_clone:640 : [[ False = \T\r\u\e ]] 2022-06-04 10:30:30.866 | + functions-common:git_clone:675 : sudo git config --system --add safe.directory /opt/stack/neutron 2022-06-04 10:30:30.879 | + functions-common:git_clone:678 : cd /opt/stack/neutron 2022-06-04 10:30:30.882 | + functions-common:git_clone:679 : head -1 2022-06-04 10:30:30.883 | + functions-common:git_clone:679 : git show --oneline 2022-06-04 10:30:30.888 | f1666d09bb Merge commit 'refs/changes/99/844699/1' of ssh://review.openstack.org:29418/openstack/neutron into HEAD 2022-06-04 10:30:30.891 | + functions-common:git_clone:680 : cd /home/ubuntu/devstack 2022-06-04 10:30:30.893 | + lib/neutron-legacy:install_mutnauq:476 : setup_develop /opt/stack/neutron 2022-06-04 10:30:30.896 | + inc/python:setup_develop:334 : local bindep 2022-06-04 10:30:30.898 | + inc/python:setup_develop:335 : [[ /opt/stack/neutron == -bindep* ]] 2022-06-04 10:30:30.902 | + inc/python:setup_develop:339 : local project_dir=/opt/stack/neutron 2022-06-04 10:30:30.904 | + inc/python:setup_develop:340 : local extras= 2022-06-04 10:30:30.907 | + inc/python:setup_develop:341 : _setup_package_with_constraints_edit /opt/stack/neutron -e 2022-06-04 10:30:30.909 | + inc/python:_setup_package_with_constraints_edit:360 : local bindep 2022-06-04 10:30:30.912 | + inc/python:_setup_package_with_constraints_edit:361 : [[ /opt/stack/neutron == -bindep* ]] 2022-06-04 10:30:30.915 | + inc/python:_setup_package_with_constraints_edit:365 : local project_dir=/opt/stack/neutron 2022-06-04 10:30:30.917 | + inc/python:_setup_package_with_constraints_edit:366 : local flags=-e 2022-06-04 10:30:30.920 | + inc/python:_setup_package_with_constraints_edit:367 : local extras= 2022-06-04 10:30:30.923 | ++ inc/python:_setup_package_with_constraints_edit:374 : cd /opt/stack/neutron 2022-06-04 10:30:30.928 | ++ inc/python:_setup_package_with_constraints_edit:374 : pwd 2022-06-04 10:30:30.933 | + inc/python:_setup_package_with_constraints_edit:374 : project_dir=/opt/stack/neutron 2022-06-04 10:30:30.935 | + inc/python:_setup_package_with_constraints_edit:376 : '[' -n /opt/stack/requirements ']' 2022-06-04 10:30:30.938 | + inc/python:_setup_package_with_constraints_edit:380 : local name 2022-06-04 10:30:30.942 | ++ inc/python:_setup_package_with_constraints_edit:381 : awk '/^name.*=/ {print $3}' /opt/stack/neutron/setup.cfg 2022-06-04 10:30:30.949 | + inc/python:_setup_package_with_constraints_edit:381 : name=neutron 2022-06-04 10:30:30.951 | + inc/python:_setup_package_with_constraints_edit:383 : /opt/stack/requirements/.venv/bin/edit-constraints /opt/stack/requirements/upper-constraints.txt -- neutron 2022-06-04 10:30:31.582 | + inc/python:_setup_package_with_constraints_edit:386 : setup_package /opt/stack/neutron -e 2022-06-04 10:30:31.585 | + inc/python:setup_package:414 : local bindep=0 2022-06-04 10:30:31.588 | + inc/python:setup_package:415 : local bindep_flag= 2022-06-04 10:30:31.591 | + inc/python:setup_package:416 : local bindep_profiles= 2022-06-04 10:30:31.593 | + inc/python:setup_package:417 : [[ /opt/stack/neutron == -bindep* ]] 2022-06-04 10:30:31.595 | + inc/python:setup_package:422 : local project_dir=/opt/stack/neutron 2022-06-04 10:30:31.598 | + inc/python:setup_package:423 : local flags=-e 2022-06-04 10:30:31.600 | + inc/python:setup_package:424 : local extras= 2022-06-04 10:30:31.604 | + inc/python:setup_package:428 : [[ -n -e ]] 2022-06-04 10:30:31.606 | + inc/python:setup_package:428 : [[ -z '' ]] 2022-06-04 10:30:31.609 | + inc/python:setup_package:428 : [[ ! -e =~ ^-.* ]] 2022-06-04 10:30:31.611 | + inc/python:setup_package:433 : [[ ! -z '' ]] 2022-06-04 10:30:31.614 | + inc/python:setup_package:438 : [[ 0 == 1 ]] 2022-06-04 10:30:31.616 | + inc/python:setup_package:442 : pip_install -e /opt/stack/neutron 2022-06-04 10:30:31.639 | Using python 3.8 to install /opt/stack/neutron 2022-06-04 10:30:31.642 | + inc/python:pip_install:190 : sudo -H LC_ALL=en_US.UTF-8 SETUPTOOLS_USE_DISTUTILS=stdlib http_proxy= https_proxy= no_proxy= PIP_FIND_LINKS= python3.8 -m pip install -c /opt/stack/requirements/upper-constraints.txt -e /opt/stack/neutron 2022-06-04 10:30:32.511 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-06-04 10:30:32.511 | from cryptography.utils import int_from_bytes 2022-06-04 10:30:32.511 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-06-04 10:30:32.511 | from cryptography.utils import int_from_bytes 2022-06-04 10:30:33.666 | Looking in indexes: http://10.100.0.9:8080/cloudbase/CI/+simple/ 2022-06-04 10:30:33.701 | Obtaining file:///opt/stack/neutron 2022-06-04 10:30:33.702 | Preparing metadata (setup.py): started 2022-06-04 10:30:38.659 | Preparing metadata (setup.py): finished with status 'done' 2022-06-04 10:30:38.753 | Requirement already satisfied: pbr>=4.0.0 in /usr/local/lib/python3.8/dist-packages (from neutron==20.1.0.dev298) (5.9.0) 2022-06-04 10:30:38.754 | Requirement already satisfied: Paste>=2.0.2 in /usr/local/lib/python3.8/dist-packages (from neutron==20.1.0.dev298) (3.5.0) 2022-06-04 10:30:38.755 | Requirement already satisfied: PasteDeploy>=1.5.0 in /usr/local/lib/python3.8/dist-packages (from neutron==20.1.0.dev298) (2.1.1) 2022-06-04 10:30:38.756 | Requirement already satisfied: Routes>=2.3.1 in /usr/local/lib/python3.8/dist-packages (from neutron==20.1.0.dev298) (2.5.1) 2022-06-04 10:30:38.758 | Requirement already satisfied: debtcollector>=1.19.0 in /usr/local/lib/python3.8/dist-packages (from neutron==20.1.0.dev298) (2.5.0) 2022-06-04 10:30:38.759 | Requirement already satisfied: decorator>=4.1.0 in /usr/local/lib/python3.8/dist-packages (from neutron==20.1.0.dev298) (5.1.1) 2022-06-04 10:30:38.760 | Requirement already satisfied: eventlet>=0.26.1 in /usr/local/lib/python3.8/dist-packages (from neutron==20.1.0.dev298) (0.33.1) 2022-06-04 10:30:38.761 | Requirement already satisfied: pecan>=1.3.2 in /usr/local/lib/python3.8/dist-packages (from neutron==20.1.0.dev298) (1.4.1) 2022-06-04 10:30:38.762 | Requirement already satisfied: httplib2>=0.9.1 in /usr/local/lib/python3.8/dist-packages (from neutron==20.1.0.dev298) (0.20.4) 2022-06-04 10:30:38.763 | Requirement already satisfied: requests>=2.18.0 in /usr/local/lib/python3.8/dist-packages (from neutron==20.1.0.dev298) (2.27.1) 2022-06-04 10:30:38.764 | Requirement already satisfied: Jinja2>=2.10 in /usr/local/lib/python3.8/dist-packages (from neutron==20.1.0.dev298) (3.1.2) 2022-06-04 10:30:38.765 | Requirement already satisfied: keystonemiddleware>=5.1.0 in /usr/local/lib/python3.8/dist-packages (from neutron==20.1.0.dev298) (9.5.0) 2022-06-04 10:30:38.766 | Requirement already satisfied: netaddr>=0.7.18 in /usr/local/lib/python3.8/dist-packages (from neutron==20.1.0.dev298) (0.8.0) 2022-06-04 10:30:38.767 | Requirement already satisfied: netifaces>=0.10.4 in /usr/local/lib/python3.8/dist-packages (from neutron==20.1.0.dev298) (0.11.0) 2022-06-04 10:30:38.768 | Requirement already satisfied: neutron-lib>=2.21.0 in /usr/local/lib/python3.8/dist-packages (from neutron==20.1.0.dev298) (2.21.0) 2022-06-04 10:30:38.769 | Requirement already satisfied: python-neutronclient>=7.8.0 in /usr/local/lib/python3.8/dist-packages (from neutron==20.1.0.dev298) (7.8.0) 2022-06-04 10:30:38.770 | Requirement already satisfied: tenacity>=6.0.0 in /usr/local/lib/python3.8/dist-packages (from neutron==20.1.0.dev298) (6.3.1) 2022-06-04 10:30:38.771 | Requirement already satisfied: SQLAlchemy>=1.4.23 in /usr/local/lib/python3.8/dist-packages (from neutron==20.1.0.dev298) (1.4.37) 2022-06-04 10:30:38.772 | Requirement already satisfied: WebOb>=1.8.2 in /usr/local/lib/python3.8/dist-packages (from neutron==20.1.0.dev298) (1.8.7) 2022-06-04 10:30:38.774 | Requirement already satisfied: keystoneauth1>=3.14.0 in /usr/local/lib/python3.8/dist-packages (from neutron==20.1.0.dev298) (4.6.0) 2022-06-04 10:30:38.775 | Requirement already satisfied: alembic>=1.6.5 in /usr/local/lib/python3.8/dist-packages (from neutron==20.1.0.dev298) (1.8.0) 2022-06-04 10:30:38.776 | Requirement already satisfied: stevedore>=2.0.1 in /usr/local/lib/python3.8/dist-packages (from neutron==20.1.0.dev298) (3.5.0) 2022-06-04 10:30:38.777 | Requirement already satisfied: oslo.cache>=1.26.0 in /usr/local/lib/python3.8/dist-packages (from neutron==20.1.0.dev298) (2.11.0) 2022-06-04 10:30:38.778 | Requirement already satisfied: oslo.concurrency>=3.26.0 in /usr/local/lib/python3.8/dist-packages (from neutron==20.1.0.dev298) (4.5.1) 2022-06-04 10:30:38.779 | Requirement already satisfied: oslo.config>=8.0.0 in /usr/local/lib/python3.8/dist-packages (from neutron==20.1.0.dev298) (8.8.0) 2022-06-04 10:30:38.780 | Requirement already satisfied: oslo.context>=2.22.0 in /usr/local/lib/python3.8/dist-packages (from neutron==20.1.0.dev298) (4.1.0) 2022-06-04 10:30:38.781 | Requirement already satisfied: oslo.db>=4.44.0 in /usr/local/lib/python3.8/dist-packages (from neutron==20.1.0.dev298) (11.3.0) 2022-06-04 10:30:38.783 | Requirement already satisfied: oslo.i18n>=3.20.0 in /usr/local/lib/python3.8/dist-packages (from neutron==20.1.0.dev298) (5.1.0) 2022-06-04 10:30:38.784 | Requirement already satisfied: oslo.log>=4.5.0 in /usr/local/lib/python3.8/dist-packages (from neutron==20.1.0.dev298) (5.0.0) 2022-06-04 10:30:38.785 | Requirement already satisfied: oslo.messaging>=7.0.0 in /usr/local/lib/python3.8/dist-packages (from neutron==20.1.0.dev298) (12.14.0) 2022-06-04 10:30:38.786 | Requirement already satisfied: oslo.middleware>=3.31.0 in /usr/local/lib/python3.8/dist-packages (from neutron==20.1.0.dev298) (4.5.1) 2022-06-04 10:30:38.787 | Requirement already satisfied: oslo.policy>=3.12.0 in /usr/local/lib/python3.8/dist-packages (from neutron==20.1.0.dev298) (3.12.1) 2022-06-04 10:30:38.788 | Requirement already satisfied: oslo.privsep>=2.3.0 in /usr/local/lib/python3.8/dist-packages (from neutron==20.1.0.dev298) (2.8.0) 2022-06-04 10:30:38.790 | Requirement already satisfied: oslo.reports>=1.18.0 in /usr/local/lib/python3.8/dist-packages (from neutron==20.1.0.dev298) (2.4.0) 2022-06-04 10:30:38.791 | Requirement already satisfied: oslo.rootwrap>=5.15.0 in /usr/local/lib/python3.8/dist-packages (from neutron==20.1.0.dev298) (6.3.1) 2022-06-04 10:30:38.792 | Requirement already satisfied: oslo.serialization>=2.25.0 in /usr/local/lib/python3.8/dist-packages (from neutron==20.1.0.dev298) (4.3.0) 2022-06-04 10:30:38.793 | Requirement already satisfied: oslo.service>=2.8.0 in /usr/local/lib/python3.8/dist-packages (from neutron==20.1.0.dev298) (2.8.0) 2022-06-04 10:30:38.794 | Requirement already satisfied: oslo.upgradecheck>=1.3.0 in /usr/local/lib/python3.8/dist-packages (from neutron==20.1.0.dev298) (1.5.0) 2022-06-04 10:30:38.795 | Requirement already satisfied: oslo.utils>=4.8.0 in /usr/local/lib/python3.8/dist-packages (from neutron==20.1.0.dev298) (4.13.0) 2022-06-04 10:30:38.797 | Requirement already satisfied: oslo.versionedobjects>=1.35.1 in /usr/local/lib/python3.8/dist-packages (from neutron==20.1.0.dev298) (2.6.0) 2022-06-04 10:30:38.798 | Requirement already satisfied: osprofiler>=2.3.0 in /usr/local/lib/python3.8/dist-packages (from neutron==20.1.0.dev298) (3.4.3) 2022-06-04 10:30:38.799 | Requirement already satisfied: os-ken>=2.2.0 in /usr/local/lib/python3.8/dist-packages (from neutron==20.1.0.dev298) (2.4.0) 2022-06-04 10:30:38.800 | Requirement already satisfied: os-resource-classes>=1.1.0 in /usr/local/lib/python3.8/dist-packages (from neutron==20.1.0.dev298) (1.1.0) 2022-06-04 10:30:38.801 | Requirement already satisfied: ovs>=2.10.0 in /usr/local/lib/python3.8/dist-packages (from neutron==20.1.0.dev298) (2.17.1.post1) 2022-06-04 10:30:38.802 | Requirement already satisfied: ovsdbapp>=1.16.0 in /usr/local/lib/python3.8/dist-packages (from neutron==20.1.0.dev298) (1.16.1) 2022-06-04 10:30:38.804 | Requirement already satisfied: packaging>=20.4 in /usr/local/lib/python3.8/dist-packages (from neutron==20.1.0.dev298) (21.3) 2022-06-04 10:30:38.805 | Requirement already satisfied: psutil>=5.3.0 in /usr/local/lib/python3.8/dist-packages (from neutron==20.1.0.dev298) (5.9.1) 2022-06-04 10:30:38.806 | Requirement already satisfied: pyroute2>=0.6.6 in /usr/local/lib/python3.8/dist-packages (from neutron==20.1.0.dev298) (0.6.9) 2022-06-04 10:30:38.807 | Requirement already satisfied: pyOpenSSL>=17.1.0 in /usr/local/lib/python3.8/dist-packages (from neutron==20.1.0.dev298) (22.0.0) 2022-06-04 10:30:38.808 | Requirement already satisfied: python-novaclient>=9.1.0 in /usr/local/lib/python3.8/dist-packages (from neutron==20.1.0.dev298) (18.0.0) 2022-06-04 10:30:38.809 | Requirement already satisfied: openstacksdk>=0.31.2 in /usr/local/lib/python3.8/dist-packages (from neutron==20.1.0.dev298) (0.99.0) 2022-06-04 10:30:38.810 | Requirement already satisfied: python-designateclient>=2.7.0 in /usr/local/lib/python3.8/dist-packages (from neutron==20.1.0.dev298) (4.5.0) 2022-06-04 10:30:38.811 | Requirement already satisfied: os-vif>=1.15.1 in /usr/local/lib/python3.8/dist-packages (from neutron==20.1.0.dev298) (2.8.0) 2022-06-04 10:30:38.812 | Requirement already satisfied: futurist>=1.2.0 in /usr/local/lib/python3.8/dist-packages (from neutron==20.1.0.dev298) (2.4.1) 2022-06-04 10:30:38.813 | Requirement already satisfied: tooz>=1.58.0 in /usr/local/lib/python3.8/dist-packages (from neutron==20.1.0.dev298) (2.11.1) 2022-06-04 10:30:38.830 | Requirement already satisfied: importlib-resources in /usr/local/lib/python3.8/dist-packages (from alembic>=1.6.5->neutron==20.1.0.dev298) (5.7.1) 2022-06-04 10:30:38.830 | Requirement already satisfied: Mako in /usr/local/lib/python3.8/dist-packages (from alembic>=1.6.5->neutron==20.1.0.dev298) (1.2.0) 2022-06-04 10:30:38.832 | Requirement already satisfied: importlib-metadata in /usr/local/lib/python3.8/dist-packages (from alembic>=1.6.5->neutron==20.1.0.dev298) (4.11.4) 2022-06-04 10:30:38.840 | Requirement already satisfied: wrapt>=1.7.0 in /usr/local/lib/python3.8/dist-packages (from debtcollector>=1.19.0->neutron==20.1.0.dev298) (1.14.1) 2022-06-04 10:30:38.853 | Requirement already satisfied: dnspython>=1.15.0 in /usr/local/lib/python3.8/dist-packages (from eventlet>=0.26.1->neutron==20.1.0.dev298) (2.2.1) 2022-06-04 10:30:38.854 | Requirement already satisfied: greenlet>=0.3 in /usr/local/lib/python3.8/dist-packages (from eventlet>=0.26.1->neutron==20.1.0.dev298) (1.1.2) 2022-06-04 10:30:38.855 | Requirement already satisfied: six>=1.10.0 in /usr/local/lib/python3.8/dist-packages (from eventlet>=0.26.1->neutron==20.1.0.dev298) (1.16.0) 2022-06-04 10:30:38.871 | 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==20.1.0.dev298) (3.0.9) 2022-06-04 10:30:38.879 | Requirement already satisfied: MarkupSafe>=2.0 in /usr/local/lib/python3.8/dist-packages (from Jinja2>=2.10->neutron==20.1.0.dev298) (2.1.1) 2022-06-04 10:30:38.940 | Requirement already satisfied: iso8601>=0.1.11 in /usr/local/lib/python3.8/dist-packages (from keystoneauth1>=3.14.0->neutron==20.1.0.dev298) (1.0.2) 2022-06-04 10:30:38.941 | Requirement already satisfied: os-service-types>=1.2.0 in /usr/local/lib/python3.8/dist-packages (from keystoneauth1>=3.14.0->neutron==20.1.0.dev298) (1.7.0) 2022-06-04 10:30:38.998 | Requirement already satisfied: pycadf!=2.0.0,>=1.1.0 in /usr/local/lib/python3.8/dist-packages (from keystonemiddleware>=5.1.0->neutron==20.1.0.dev298) (3.1.1) 2022-06-04 10:30:39.000 | Requirement already satisfied: python-keystoneclient>=3.20.0 in /usr/local/lib/python3.8/dist-packages (from keystonemiddleware>=5.1.0->neutron==20.1.0.dev298) (4.5.0) 2022-06-04 10:30:39.050 | Requirement already satisfied: setproctitle>=1.1.10 in /usr/local/lib/python3.8/dist-packages (from neutron-lib>=2.21.0->neutron==20.1.0.dev298) (1.2.3) 2022-06-04 10:30:39.052 | Requirement already satisfied: os-traits>=0.9.0 in /usr/local/lib/python3.8/dist-packages (from neutron-lib>=2.21.0->neutron==20.1.0.dev298) (2.7.0) 2022-06-04 10:30:39.080 | Requirement already satisfied: appdirs>=1.3.0 in /usr/local/lib/python3.8/dist-packages (from openstacksdk>=0.31.2->neutron==20.1.0.dev298) (1.4.4) 2022-06-04 10:30:39.081 | Requirement already satisfied: munch>=2.1.0 in /usr/local/lib/python3.8/dist-packages (from openstacksdk>=0.31.2->neutron==20.1.0.dev298) (2.5.0) 2022-06-04 10:30:39.082 | Requirement already satisfied: jsonpatch!=1.20,>=1.16 in /usr/local/lib/python3.8/dist-packages (from openstacksdk>=0.31.2->neutron==20.1.0.dev298) (1.32) 2022-06-04 10:30:39.084 | Requirement already satisfied: cryptography>=2.7 in /usr/local/lib/python3.8/dist-packages (from openstacksdk>=0.31.2->neutron==20.1.0.dev298) (36.0.2) 2022-06-04 10:30:39.085 | Requirement already satisfied: PyYAML>=3.13 in /usr/local/lib/python3.8/dist-packages (from openstacksdk>=0.31.2->neutron==20.1.0.dev298) (6.0) 2022-06-04 10:30:39.087 | Requirement already satisfied: jmespath>=0.9.0 in /usr/local/lib/python3.8/dist-packages (from openstacksdk>=0.31.2->neutron==20.1.0.dev298) (1.0.0) 2022-06-04 10:30:39.088 | Requirement already satisfied: dogpile.cache>=0.6.5 in /usr/local/lib/python3.8/dist-packages (from openstacksdk>=0.31.2->neutron==20.1.0.dev298) (1.1.5) 2022-06-04 10:30:39.089 | Requirement already satisfied: requestsexceptions>=1.2.0 in /usr/local/lib/python3.8/dist-packages (from openstacksdk>=0.31.2->neutron==20.1.0.dev298) (1.4.0) 2022-06-04 10:30:39.110 | Requirement already satisfied: msgpack>=1.0.0 in /usr/local/lib/python3.8/dist-packages (from os-ken>=2.2.0->neutron==20.1.0.dev298) (1.0.3) 2022-06-04 10:30:39.202 | Requirement already satisfied: fasteners>=0.7.0 in /usr/local/lib/python3.8/dist-packages (from oslo.concurrency>=3.26.0->neutron==20.1.0.dev298) (0.17.3) 2022-06-04 10:30:39.247 | Requirement already satisfied: rfc3986>=1.2.0 in /usr/local/lib/python3.8/dist-packages (from oslo.config>=8.0.0->neutron==20.1.0.dev298) (1.5.0) 2022-06-04 10:30:39.311 | Requirement already satisfied: testresources>=2.0.0 in /usr/local/lib/python3.8/dist-packages (from oslo.db>=4.44.0->neutron==20.1.0.dev298) (2.0.1) 2022-06-04 10:30:39.313 | Requirement already satisfied: testscenarios>=0.4 in /usr/local/lib/python3.8/dist-packages (from oslo.db>=4.44.0->neutron==20.1.0.dev298) (0.5.0) 2022-06-04 10:30:39.315 | Requirement already satisfied: sqlalchemy-migrate>=0.11.0 in /usr/local/lib/python3.8/dist-packages (from oslo.db>=4.44.0->neutron==20.1.0.dev298) (0.13.0) 2022-06-04 10:30:39.372 | Requirement already satisfied: python-dateutil>=2.7.0 in /usr/local/lib/python3.8/dist-packages (from oslo.log>=4.5.0->neutron==20.1.0.dev298) (2.8.2) 2022-06-04 10:30:39.377 | Requirement already satisfied: pyinotify>=0.9.6 in /usr/local/lib/python3.8/dist-packages (from oslo.log>=4.5.0->neutron==20.1.0.dev298) (0.9.6) 2022-06-04 10:30:39.462 | Requirement already satisfied: cachetools>=2.0.0 in /usr/local/lib/python3.8/dist-packages (from oslo.messaging>=7.0.0->neutron==20.1.0.dev298) (5.2.0) 2022-06-04 10:30:39.465 | Requirement already satisfied: amqp>=2.5.2 in /usr/local/lib/python3.8/dist-packages (from oslo.messaging>=7.0.0->neutron==20.1.0.dev298) (5.1.1) 2022-06-04 10:30:39.466 | Requirement already satisfied: oslo.metrics>=0.2.1 in /usr/local/lib/python3.8/dist-packages (from oslo.messaging>=7.0.0->neutron==20.1.0.dev298) (0.4.0) 2022-06-04 10:30:39.468 | Requirement already satisfied: kombu>=4.6.6 in /usr/local/lib/python3.8/dist-packages (from oslo.messaging>=7.0.0->neutron==20.1.0.dev298) (5.2.4) 2022-06-04 10:30:39.493 | Requirement already satisfied: bcrypt>=3.1.3 in /usr/local/lib/python3.8/dist-packages (from oslo.middleware>=3.31.0->neutron==20.1.0.dev298) (3.2.2) 2022-06-04 10:30:39.498 | Requirement already satisfied: statsd>=3.2.1 in /usr/local/lib/python3.8/dist-packages (from oslo.middleware>=3.31.0->neutron==20.1.0.dev298) (3.3.0) 2022-06-04 10:30:39.545 | Requirement already satisfied: cffi>=1.14.0 in /usr/local/lib/python3.8/dist-packages (from oslo.privsep>=2.3.0->neutron==20.1.0.dev298) (1.15.0) 2022-06-04 10:30:39.603 | Requirement already satisfied: pytz>=2013.6 in /usr/local/lib/python3.8/dist-packages (from oslo.serialization>=2.25.0->neutron==20.1.0.dev298) (2022.1) 2022-06-04 10:30:39.635 | Requirement already satisfied: fixtures>=3.0.0 in /usr/local/lib/python3.8/dist-packages (from oslo.service>=2.8.0->neutron==20.1.0.dev298) (3.0.0) 2022-06-04 10:30:39.637 | Requirement already satisfied: Yappi>=1.0 in /usr/local/lib/python3.8/dist-packages (from oslo.service>=2.8.0->neutron==20.1.0.dev298) (1.3.5) 2022-06-04 10:30:39.663 | Requirement already satisfied: PrettyTable>=0.7.1 in /usr/local/lib/python3.8/dist-packages (from oslo.upgradecheck>=1.3.0->neutron==20.1.0.dev298) (3.3.0) 2022-06-04 10:30:39.805 | Requirement already satisfied: sortedcontainers in /usr/local/lib/python3.8/dist-packages (from ovs>=2.10.0->neutron==20.1.0.dev298) (2.4.0) 2022-06-04 10:30:39.879 | Requirement already satisfied: setuptools in /usr/local/lib/python3.8/dist-packages (from Paste>=2.0.2->neutron==20.1.0.dev298) (62.3.2) 2022-06-04 10:30:39.961 | Requirement already satisfied: WebTest>=1.3.1 in /usr/local/lib/python3.8/dist-packages (from pecan>=1.3.2->neutron==20.1.0.dev298) (3.0.0) 2022-06-04 10:30:39.963 | Requirement already satisfied: logutils>=0.3 in /usr/local/lib/python3.8/dist-packages (from pecan>=1.3.2->neutron==20.1.0.dev298) (0.3.5) 2022-06-04 10:30:40.073 | Requirement already satisfied: pyroute2.ndb==0.6.9 in /usr/local/lib/python3.8/dist-packages (from pyroute2>=0.6.6->neutron==20.1.0.dev298) (0.6.9) 2022-06-04 10:30:40.074 | Requirement already satisfied: pyroute2.core==0.6.9 in /usr/local/lib/python3.8/dist-packages (from pyroute2>=0.6.6->neutron==20.1.0.dev298) (0.6.9) 2022-06-04 10:30:40.075 | Requirement already satisfied: pyroute2.nftables==0.6.9 in /usr/local/lib/python3.8/dist-packages (from pyroute2>=0.6.6->neutron==20.1.0.dev298) (0.6.9) 2022-06-04 10:30:40.076 | Requirement already satisfied: pyroute2.ethtool==0.6.9 in /usr/local/lib/python3.8/dist-packages (from pyroute2>=0.6.6->neutron==20.1.0.dev298) (0.6.9) 2022-06-04 10:30:40.078 | Requirement already satisfied: pyroute2.ipset==0.6.9 in /usr/local/lib/python3.8/dist-packages (from pyroute2>=0.6.6->neutron==20.1.0.dev298) (0.6.9) 2022-06-04 10:30:40.079 | Requirement already satisfied: pyroute2.ipdb==0.6.9 in /usr/local/lib/python3.8/dist-packages (from pyroute2>=0.6.6->neutron==20.1.0.dev298) (0.6.9) 2022-06-04 10:30:40.080 | Requirement already satisfied: pyroute2.nslink==0.6.9 in /usr/local/lib/python3.8/dist-packages (from pyroute2>=0.6.6->neutron==20.1.0.dev298) (0.6.9) 2022-06-04 10:30:40.296 | Requirement already satisfied: jsonschema>=3.2.0 in /usr/lib/python3/dist-packages (from python-designateclient>=2.7.0->neutron==20.1.0.dev298) (3.2.0) 2022-06-04 10:30:40.297 | 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==20.1.0.dev298) (3.10.1) 2022-06-04 10:30:40.299 | Requirement already satisfied: osc-lib>=1.8.0 in /usr/local/lib/python3.8/dist-packages (from python-designateclient>=2.7.0->neutron==20.1.0.dev298) (2.6.0) 2022-06-04 10:30:40.345 | Requirement already satisfied: os-client-config>=1.28.0 in /usr/local/lib/python3.8/dist-packages (from python-neutronclient>=7.8.0->neutron==20.1.0.dev298) (2.1.0) 2022-06-04 10:30:40.349 | Requirement already satisfied: simplejson>=3.5.1 in /usr/local/lib/python3.8/dist-packages (from python-neutronclient>=7.8.0->neutron==20.1.0.dev298) (3.17.6) 2022-06-04 10:30:40.444 | Requirement already satisfied: idna<4,>=2.5 in /usr/local/lib/python3.8/dist-packages (from requests>=2.18.0->neutron==20.1.0.dev298) (3.3) 2022-06-04 10:30:40.445 | Requirement already satisfied: urllib3<1.27,>=1.21.1 in /usr/local/lib/python3.8/dist-packages (from requests>=2.18.0->neutron==20.1.0.dev298) (1.26.9) 2022-06-04 10:30:40.447 | Requirement already satisfied: charset-normalizer~=2.0.0 in /usr/local/lib/python3.8/dist-packages (from requests>=2.18.0->neutron==20.1.0.dev298) (2.0.12) 2022-06-04 10:30:40.449 | Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3/dist-packages (from requests>=2.18.0->neutron==20.1.0.dev298) (2019.11.28) 2022-06-04 10:30:40.486 | Requirement already satisfied: repoze.lru>=0.3 in /usr/local/lib/python3.8/dist-packages (from Routes>=2.3.1->neutron==20.1.0.dev298) (0.7) 2022-06-04 10:30:40.830 | Requirement already satisfied: voluptuous>=0.8.9 in /usr/local/lib/python3.8/dist-packages (from tooz>=1.58.0->neutron==20.1.0.dev298) (0.13.1) 2022-06-04 10:30:40.909 | 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==20.1.0.dev298) (5.0.0) 2022-06-04 10:30:41.075 | Requirement already satisfied: pycparser in /usr/local/lib/python3.8/dist-packages (from cffi>=1.14.0->oslo.privsep>=2.3.0->neutron==20.1.0.dev298) (2.21) 2022-06-04 10:30:41.151 | 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==20.1.0.dev298) (0.5.1) 2022-06-04 10:30:41.153 | 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==20.1.0.dev298) (2.4.1) 2022-06-04 10:30:41.398 | 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==20.1.0.dev298) (2.5.0) 2022-06-04 10:30:41.578 | 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==20.1.0.dev298) (2.3) 2022-06-04 10:30:42.158 | 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==20.1.0.dev298) (0.14.1) 2022-06-04 10:30:42.206 | Requirement already satisfied: wcwidth in /usr/local/lib/python3.8/dist-packages (from PrettyTable>=0.7.1->oslo.upgradecheck>=1.3.0->neutron==20.1.0.dev298) (0.2.5) 2022-06-04 10:30:42.832 | 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==20.1.0.dev298) (0.5.2) 2022-06-04 10:30:42.833 | Requirement already satisfied: sqlparse in /usr/local/lib/python3.8/dist-packages (from sqlalchemy-migrate>=0.11.0->oslo.db>=4.44.0->neutron==20.1.0.dev298) (0.4.2) 2022-06-04 10:30:43.187 | 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==20.1.0.dev298) (2.1.2) 2022-06-04 10:30:43.187 | Requirement already satisfied: beautifulsoup4 in /usr/local/lib/python3.8/dist-packages (from WebTest>=1.3.1->pecan>=1.3.2->neutron==20.1.0.dev298) (4.11.1) 2022-06-04 10:30:43.361 | Requirement already satisfied: zipp>=0.5 in /usr/local/lib/python3.8/dist-packages (from importlib-metadata->alembic>=1.6.5->neutron==20.1.0.dev298) (3.8.0) 2022-06-04 10:30:43.612 | 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==20.1.0.dev298) (1.8.2) 2022-06-04 10:30:43.614 | 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==20.1.0.dev298) (21.4.0) 2022-06-04 10:30:43.809 | 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==20.1.0.dev298) (1.0.0) 2022-06-04 10:30:44.080 | 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==20.1.0.dev298) (2.3.2.post1) 2022-06-04 10:30:45.682 | Installing collected packages: neutron 2022-06-04 10:30:45.682 | Attempting uninstall: neutron 2022-06-04 10:30:45.685 | Found existing installation: neutron 20.1.0.dev298 2022-06-04 10:30:45.703 | Can't uninstall 'neutron'. No files were found to uninstall. 2022-06-04 10:30:45.704 | Running setup.py develop for neutron 2022-06-04 10:30:52.631 | Successfully installed neutron 2022-06-04 10:30:52.632 | WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv 2022-06-04 10:30:52.639 | WARNING: You are using pip version 21.3.1; however, version 22.1.2 is available. 2022-06-04 10:30:52.639 | You should consider upgrading via the '/usr/bin/python3.8 -m pip install --upgrade pip' command. 2022-06-04 10:30:52.787 | + inc/python:pip_install:196 : result=0 2022-06-04 10:30:52.790 | + inc/python:pip_install:198 : time_stop pip_install 2022-06-04 10:30:52.793 | + functions-common:time_stop:2426 : local name 2022-06-04 10:30:52.795 | + functions-common:time_stop:2427 : local end_time 2022-06-04 10:30:52.797 | + functions-common:time_stop:2428 : local elapsed_time 2022-06-04 10:30:52.799 | + functions-common:time_stop:2429 : local total 2022-06-04 10:30:52.802 | + functions-common:time_stop:2430 : local start_time 2022-06-04 10:30:52.804 | + functions-common:time_stop:2432 : name=pip_install 2022-06-04 10:30:52.807 | + functions-common:time_stop:2433 : start_time=1654338631634 2022-06-04 10:30:52.809 | + functions-common:time_stop:2435 : [[ -z 1654338631634 ]] 2022-06-04 10:30:52.812 | ++ functions-common:time_stop:2438 : date +%s%3N 2022-06-04 10:30:52.816 | + functions-common:time_stop:2438 : end_time=1654338652814 2022-06-04 10:30:52.819 | + functions-common:time_stop:2439 : elapsed_time=21180 2022-06-04 10:30:52.821 | + functions-common:time_stop:2440 : total=120740 2022-06-04 10:30:52.823 | + functions-common:time_stop:2442 : _TIME_START[$name]= 2022-06-04 10:30:52.826 | + functions-common:time_stop:2443 : _TIME_TOTAL[$name]=141920 2022-06-04 10:30:52.828 | + inc/python:pip_install:199 : return 0 2022-06-04 10:30:52.830 | + inc/python:setup_package:444 : [[ -e == \-\e ]] 2022-06-04 10:30:52.833 | + inc/python:setup_package:445 : safe_chown -R ubuntu /opt/stack/neutron/neutron.egg-info 2022-06-04 10:30:52.836 | + functions-common:safe_chown:2327 : _safe_permission_operation chown -R ubuntu /opt/stack/neutron/neutron.egg-info 2022-06-04 10:30:52.856 | + functions-common:_safe_permission_operation:2175 : sudo chown -R ubuntu /opt/stack/neutron/neutron.egg-info 2022-06-04 10:30:52.869 | + inc/python:_setup_package_with_constraints_edit:390 : use_library_from_git /opt/stack/neutron 2022-06-04 10:30:52.871 | + inc/python:use_library_from_git:246 : local name=/opt/stack/neutron 2022-06-04 10:30:52.874 | + inc/python:use_library_from_git:247 : local enabled=1 2022-06-04 10:30:52.876 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2022-06-04 10:30:52.879 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,/opt/stack/neutron, ]] 2022-06-04 10:30:52.882 | + inc/python:use_library_from_git:249 : return 1 2022-06-04 10:30:52.885 | + lib/neutron-legacy:install_mutnauq:478 : [[ openvswitch == \o\v\n ]] 2022-06-04 10:30:52.887 | + lib/stack:stack_install_service:33 : [[ False = True ]] 2022-06-04 10:30:52.889 | + ./stack.sh:main:929 : is_service_enabled nova 2022-06-04 10:30:52.907 | + functions-common:is_service_enabled:2082 : return 0 2022-06-04 10:30:52.909 | + ./stack.sh:main:931 : stack_install_service nova 2022-06-04 10:30:52.912 | + lib/stack:stack_install_service:20 : local service=nova 2022-06-04 10:30:52.915 | + lib/stack:stack_install_service:21 : type install_nova 2022-06-04 10:30:52.917 | + lib/stack:stack_install_service:23 : [[ False = True ]] 2022-06-04 10:30:52.920 | + lib/stack:stack_install_service:32 : install_nova 2022-06-04 10:30:52.922 | + lib/nova:install_nova:889 : use_library_from_git os-vif 2022-06-04 10:30:52.925 | + inc/python:use_library_from_git:246 : local name=os-vif 2022-06-04 10:30:52.928 | + inc/python:use_library_from_git:247 : local enabled=1 2022-06-04 10:30:52.930 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2022-06-04 10:30:52.933 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,os-vif, ]] 2022-06-04 10:30:52.935 | + inc/python:use_library_from_git:249 : return 1 2022-06-04 10:30:52.938 | + lib/nova:install_nova:894 : is_service_enabled n-cpu 2022-06-04 10:30:52.954 | + functions-common:is_service_enabled:2082 : return 1 2022-06-04 10:30:52.956 | + lib/nova:install_nova:898 : is_service_enabled n-novnc 2022-06-04 10:30:52.974 | + functions-common:is_service_enabled:2082 : return 1 2022-06-04 10:30:52.977 | + lib/nova:install_nova:910 : is_service_enabled n-spice 2022-06-04 10:30:52.994 | + functions-common:is_service_enabled:2082 : return 1 2022-06-04 10:30:52.997 | + lib/nova:install_nova:922 : git_clone https://opendev.org/openstack/nova.git /opt/stack/nova master 2022-06-04 10:30:52.999 | + functions-common:git_clone:597 : local git_remote=https://opendev.org/openstack/nova.git 2022-06-04 10:30:53.001 | + functions-common:git_clone:598 : local git_dest=/opt/stack/nova 2022-06-04 10:30:53.004 | + functions-common:git_clone:599 : local git_ref=master 2022-06-04 10:30:53.006 | + functions-common:git_clone:600 : local orig_dir 2022-06-04 10:30:53.009 | ++ functions-common:git_clone:601 : pwd 2022-06-04 10:30:53.011 | + functions-common:git_clone:601 : orig_dir=/home/ubuntu/devstack 2022-06-04 10:30:53.014 | + functions-common:git_clone:602 : local git_clone_flags= 2022-06-04 10:30:53.016 | ++ functions-common:git_clone:604 : trueorfalse False RECLONE 2022-06-04 10:30:53.033 | + functions-common:git_clone:604 : RECLONE=False 2022-06-04 10:30:53.035 | + functions-common:git_clone:605 : [[ 0 -gt 0 ]] 2022-06-04 10:30:53.037 | + functions-common:git_clone:609 : [[ False = \T\r\u\e ]] 2022-06-04 10:30:53.041 | + functions-common:git_clone:618 : echo master 2022-06-04 10:30:53.041 | + functions-common:git_clone:618 : egrep -q '^refs' 2022-06-04 10:30:53.046 | + functions-common:git_clone:632 : [[ ! -d /opt/stack/nova ]] 2022-06-04 10:30:53.049 | + functions-common:git_clone:640 : [[ False = \T\r\u\e ]] 2022-06-04 10:30:53.051 | + functions-common:git_clone:675 : sudo git config --system --add safe.directory /opt/stack/nova 2022-06-04 10:30:53.064 | + functions-common:git_clone:678 : cd /opt/stack/nova 2022-06-04 10:30:53.067 | + functions-common:git_clone:679 : git show --oneline 2022-06-04 10:30:53.067 | + functions-common:git_clone:679 : head -1 2022-06-04 10:30:53.129 | d869163608 Merge "Fix typos" 2022-06-04 10:30:53.133 | + functions-common:git_clone:680 : cd /home/ubuntu/devstack 2022-06-04 10:30:53.136 | + lib/nova:install_nova:923 : setup_develop /opt/stack/nova 2022-06-04 10:30:53.138 | + inc/python:setup_develop:334 : local bindep 2022-06-04 10:30:53.141 | + inc/python:setup_develop:335 : [[ /opt/stack/nova == -bindep* ]] 2022-06-04 10:30:53.143 | + inc/python:setup_develop:339 : local project_dir=/opt/stack/nova 2022-06-04 10:30:53.146 | + inc/python:setup_develop:340 : local extras= 2022-06-04 10:30:53.149 | + inc/python:setup_develop:341 : _setup_package_with_constraints_edit /opt/stack/nova -e 2022-06-04 10:30:53.151 | + inc/python:_setup_package_with_constraints_edit:360 : local bindep 2022-06-04 10:30:53.154 | + inc/python:_setup_package_with_constraints_edit:361 : [[ /opt/stack/nova == -bindep* ]] 2022-06-04 10:30:53.156 | + inc/python:_setup_package_with_constraints_edit:365 : local project_dir=/opt/stack/nova 2022-06-04 10:30:53.159 | + inc/python:_setup_package_with_constraints_edit:366 : local flags=-e 2022-06-04 10:30:53.161 | + inc/python:_setup_package_with_constraints_edit:367 : local extras= 2022-06-04 10:30:53.165 | ++ inc/python:_setup_package_with_constraints_edit:374 : cd /opt/stack/nova 2022-06-04 10:30:53.167 | ++ inc/python:_setup_package_with_constraints_edit:374 : pwd 2022-06-04 10:30:53.170 | + inc/python:_setup_package_with_constraints_edit:374 : project_dir=/opt/stack/nova 2022-06-04 10:30:53.173 | + inc/python:_setup_package_with_constraints_edit:376 : '[' -n /opt/stack/requirements ']' 2022-06-04 10:30:53.175 | + inc/python:_setup_package_with_constraints_edit:380 : local name 2022-06-04 10:30:53.179 | ++ inc/python:_setup_package_with_constraints_edit:381 : awk '/^name.*=/ {print $3}' /opt/stack/nova/setup.cfg 2022-06-04 10:30:53.184 | + inc/python:_setup_package_with_constraints_edit:381 : name=nova 2022-06-04 10:30:53.187 | + inc/python:_setup_package_with_constraints_edit:383 : /opt/stack/requirements/.venv/bin/edit-constraints /opt/stack/requirements/upper-constraints.txt -- nova 2022-06-04 10:30:53.822 | + inc/python:_setup_package_with_constraints_edit:386 : setup_package /opt/stack/nova -e 2022-06-04 10:30:53.824 | + inc/python:setup_package:414 : local bindep=0 2022-06-04 10:30:53.827 | + inc/python:setup_package:415 : local bindep_flag= 2022-06-04 10:30:53.829 | + inc/python:setup_package:416 : local bindep_profiles= 2022-06-04 10:30:53.831 | + inc/python:setup_package:417 : [[ /opt/stack/nova == -bindep* ]] 2022-06-04 10:30:53.834 | + inc/python:setup_package:422 : local project_dir=/opt/stack/nova 2022-06-04 10:30:53.837 | + inc/python:setup_package:423 : local flags=-e 2022-06-04 10:30:53.839 | + inc/python:setup_package:424 : local extras= 2022-06-04 10:30:53.841 | + inc/python:setup_package:428 : [[ -n -e ]] 2022-06-04 10:30:53.844 | + inc/python:setup_package:428 : [[ -z '' ]] 2022-06-04 10:30:53.846 | + inc/python:setup_package:428 : [[ ! -e =~ ^-.* ]] 2022-06-04 10:30:53.849 | + inc/python:setup_package:433 : [[ ! -z '' ]] 2022-06-04 10:30:53.852 | + inc/python:setup_package:438 : [[ 0 == 1 ]] 2022-06-04 10:30:53.854 | + inc/python:setup_package:442 : pip_install -e /opt/stack/nova 2022-06-04 10:30:53.875 | Using python 3.8 to install /opt/stack/nova 2022-06-04 10:30:53.878 | + inc/python:pip_install:190 : sudo -H LC_ALL=en_US.UTF-8 SETUPTOOLS_USE_DISTUTILS=stdlib http_proxy= https_proxy= no_proxy= PIP_FIND_LINKS= python3.8 -m pip install -c /opt/stack/requirements/upper-constraints.txt -e /opt/stack/nova 2022-06-04 10:30:54.755 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-06-04 10:30:54.756 | from cryptography.utils import int_from_bytes 2022-06-04 10:30:54.756 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-06-04 10:30:54.756 | from cryptography.utils import int_from_bytes 2022-06-04 10:30:55.792 | Looking in indexes: http://10.100.0.9:8080/cloudbase/CI/+simple/ 2022-06-04 10:30:55.823 | Obtaining file:///opt/stack/nova 2022-06-04 10:30:55.824 | Preparing metadata (setup.py): started 2022-06-04 10:31:01.683 | Preparing metadata (setup.py): finished with status 'done' 2022-06-04 10:31:01.813 | Requirement already satisfied: pbr>=5.8.0 in /usr/local/lib/python3.8/dist-packages (from nova==25.1.0.dev131) (5.9.0) 2022-06-04 10:31:01.814 | Requirement already satisfied: SQLAlchemy>=1.4.13 in /usr/local/lib/python3.8/dist-packages (from nova==25.1.0.dev131) (1.4.37) 2022-06-04 10:31:01.815 | Requirement already satisfied: decorator>=4.1.0 in /usr/local/lib/python3.8/dist-packages (from nova==25.1.0.dev131) (5.1.1) 2022-06-04 10:31:01.816 | Requirement already satisfied: eventlet>=0.30.1 in /usr/local/lib/python3.8/dist-packages (from nova==25.1.0.dev131) (0.33.1) 2022-06-04 10:31:01.817 | Requirement already satisfied: Jinja2>=2.10 in /usr/local/lib/python3.8/dist-packages (from nova==25.1.0.dev131) (3.1.2) 2022-06-04 10:31:01.818 | Requirement already satisfied: keystonemiddleware>=4.20.0 in /usr/local/lib/python3.8/dist-packages (from nova==25.1.0.dev131) (9.5.0) 2022-06-04 10:31:01.819 | Requirement already satisfied: lxml>=4.5.0 in /usr/local/lib/python3.8/dist-packages (from nova==25.1.0.dev131) (4.9.0) 2022-06-04 10:31:01.821 | Requirement already satisfied: Routes>=2.3.1 in /usr/local/lib/python3.8/dist-packages (from nova==25.1.0.dev131) (2.5.1) 2022-06-04 10:31:01.822 | Requirement already satisfied: cryptography>=2.7 in /usr/local/lib/python3.8/dist-packages (from nova==25.1.0.dev131) (36.0.2) 2022-06-04 10:31:01.823 | Requirement already satisfied: WebOb>=1.8.2 in /usr/local/lib/python3.8/dist-packages (from nova==25.1.0.dev131) (1.8.7) 2022-06-04 10:31:01.824 | Requirement already satisfied: greenlet>=0.4.15 in /usr/local/lib/python3.8/dist-packages (from nova==25.1.0.dev131) (1.1.2) 2022-06-04 10:31:01.825 | Requirement already satisfied: PasteDeploy>=1.5.0 in /usr/local/lib/python3.8/dist-packages (from nova==25.1.0.dev131) (2.1.1) 2022-06-04 10:31:01.826 | Requirement already satisfied: Paste>=2.0.2 in /usr/local/lib/python3.8/dist-packages (from nova==25.1.0.dev131) (3.5.0) 2022-06-04 10:31:01.827 | Requirement already satisfied: PrettyTable>=0.7.1 in /usr/local/lib/python3.8/dist-packages (from nova==25.1.0.dev131) (3.3.0) 2022-06-04 10:31:01.828 | Requirement already satisfied: sqlalchemy-migrate>=0.13.0 in /usr/local/lib/python3.8/dist-packages (from nova==25.1.0.dev131) (0.13.0) 2022-06-04 10:31:01.829 | Requirement already satisfied: alembic>=1.5.0 in /usr/local/lib/python3.8/dist-packages (from nova==25.1.0.dev131) (1.8.0) 2022-06-04 10:31:01.831 | Requirement already satisfied: netaddr>=0.7.18 in /usr/local/lib/python3.8/dist-packages (from nova==25.1.0.dev131) (0.8.0) 2022-06-04 10:31:01.832 | Requirement already satisfied: netifaces>=0.10.4 in /usr/local/lib/python3.8/dist-packages (from nova==25.1.0.dev131) (0.11.0) 2022-06-04 10:31:01.833 | Requirement already satisfied: paramiko>=2.7.1 in /usr/local/lib/python3.8/dist-packages (from nova==25.1.0.dev131) (2.11.0) 2022-06-04 10:31:01.834 | Requirement already satisfied: iso8601>=0.1.11 in /usr/local/lib/python3.8/dist-packages (from nova==25.1.0.dev131) (1.0.2) 2022-06-04 10:31:01.835 | Requirement already satisfied: jsonschema>=3.2.0 in /usr/lib/python3/dist-packages (from nova==25.1.0.dev131) (3.2.0) 2022-06-04 10:31:01.837 | Requirement already satisfied: python-cinderclient!=4.0.0,>=3.3.0 in /usr/local/lib/python3.8/dist-packages (from nova==25.1.0.dev131) (8.3.0) 2022-06-04 10:31:01.838 | Requirement already satisfied: keystoneauth1>=3.16.0 in /usr/local/lib/python3.8/dist-packages (from nova==25.1.0.dev131) (4.6.0) 2022-06-04 10:31:01.839 | Requirement already satisfied: python-neutronclient>=7.1.0 in /usr/local/lib/python3.8/dist-packages (from nova==25.1.0.dev131) (7.8.0) 2022-06-04 10:31:01.840 | Requirement already satisfied: python-glanceclient>=2.8.0 in /usr/local/lib/python3.8/dist-packages (from nova==25.1.0.dev131) (4.0.0) 2022-06-04 10:31:01.841 | Requirement already satisfied: requests>=2.25.1 in /usr/local/lib/python3.8/dist-packages (from nova==25.1.0.dev131) (2.27.1) 2022-06-04 10:31:01.843 | Requirement already satisfied: stevedore>=1.20.0 in /usr/local/lib/python3.8/dist-packages (from nova==25.1.0.dev131) (3.5.0) 2022-06-04 10:31:01.844 | Requirement already satisfied: websockify>=0.9.0 in /usr/local/lib/python3.8/dist-packages (from nova==25.1.0.dev131) (0.10.0) 2022-06-04 10:31:01.845 | Requirement already satisfied: oslo.cache>=1.26.0 in /usr/local/lib/python3.8/dist-packages (from nova==25.1.0.dev131) (2.11.0) 2022-06-04 10:31:01.846 | Requirement already satisfied: oslo.concurrency>=4.5.0 in /usr/local/lib/python3.8/dist-packages (from nova==25.1.0.dev131) (4.5.1) 2022-06-04 10:31:01.847 | Requirement already satisfied: oslo.config>=8.6.0 in /usr/local/lib/python3.8/dist-packages (from nova==25.1.0.dev131) (8.8.0) 2022-06-04 10:31:01.848 | Requirement already satisfied: oslo.context>=3.4.0 in /usr/local/lib/python3.8/dist-packages (from nova==25.1.0.dev131) (4.1.0) 2022-06-04 10:31:01.849 | Requirement already satisfied: oslo.log>=4.6.1 in /usr/local/lib/python3.8/dist-packages (from nova==25.1.0.dev131) (5.0.0) 2022-06-04 10:31:01.850 | Requirement already satisfied: oslo.limit>=1.5.0 in /usr/local/lib/python3.8/dist-packages (from nova==25.1.0.dev131) (1.6.0) 2022-06-04 10:31:01.851 | Requirement already satisfied: oslo.reports>=1.18.0 in /usr/local/lib/python3.8/dist-packages (from nova==25.1.0.dev131) (2.4.0) 2022-06-04 10:31:01.853 | Requirement already satisfied: oslo.serialization>=4.2.0 in /usr/local/lib/python3.8/dist-packages (from nova==25.1.0.dev131) (4.3.0) 2022-06-04 10:31:01.854 | Requirement already satisfied: oslo.upgradecheck>=1.3.0 in /usr/local/lib/python3.8/dist-packages (from nova==25.1.0.dev131) (1.5.0) 2022-06-04 10:31:01.855 | Requirement already satisfied: oslo.utils>=4.12.1 in /usr/local/lib/python3.8/dist-packages (from nova==25.1.0.dev131) (4.13.0) 2022-06-04 10:31:01.856 | Requirement already satisfied: oslo.db>=10.0.0 in /usr/local/lib/python3.8/dist-packages (from nova==25.1.0.dev131) (11.3.0) 2022-06-04 10:31:01.857 | Requirement already satisfied: oslo.rootwrap>=5.15.0 in /usr/local/lib/python3.8/dist-packages (from nova==25.1.0.dev131) (6.3.1) 2022-06-04 10:31:01.858 | Requirement already satisfied: oslo.messaging>=10.3.0 in /usr/local/lib/python3.8/dist-packages (from nova==25.1.0.dev131) (12.14.0) 2022-06-04 10:31:01.859 | Requirement already satisfied: oslo.policy>=3.7.0 in /usr/local/lib/python3.8/dist-packages (from nova==25.1.0.dev131) (3.12.1) 2022-06-04 10:31:01.860 | Requirement already satisfied: oslo.privsep>=2.6.2 in /usr/local/lib/python3.8/dist-packages (from nova==25.1.0.dev131) (2.8.0) 2022-06-04 10:31:01.861 | Requirement already satisfied: oslo.i18n>=5.1.0 in /usr/local/lib/python3.8/dist-packages (from nova==25.1.0.dev131) (5.1.0) 2022-06-04 10:31:01.863 | Requirement already satisfied: oslo.service>=2.8.0 in /usr/local/lib/python3.8/dist-packages (from nova==25.1.0.dev131) (2.8.0) 2022-06-04 10:31:01.864 | Requirement already satisfied: rfc3986>=1.2.0 in /usr/local/lib/python3.8/dist-packages (from nova==25.1.0.dev131) (1.5.0) 2022-06-04 10:31:01.865 | Requirement already satisfied: oslo.middleware>=3.31.0 in /usr/local/lib/python3.8/dist-packages (from nova==25.1.0.dev131) (4.5.1) 2022-06-04 10:31:01.866 | Requirement already satisfied: psutil>=3.2.2 in /usr/local/lib/python3.8/dist-packages (from nova==25.1.0.dev131) (5.9.1) 2022-06-04 10:31:01.867 | Requirement already satisfied: oslo.versionedobjects>=1.35.0 in /usr/local/lib/python3.8/dist-packages (from nova==25.1.0.dev131) (2.6.0) 2022-06-04 10:31:01.868 | Requirement already satisfied: os-brick>=5.2 in /usr/local/lib/python3.8/dist-packages (from nova==25.1.0.dev131) (5.2.0) 2022-06-04 10:31:01.869 | Requirement already satisfied: os-resource-classes>=1.1.0 in /usr/local/lib/python3.8/dist-packages (from nova==25.1.0.dev131) (1.1.0) 2022-06-04 10:31:01.870 | Requirement already satisfied: os-traits>=2.7.0 in /usr/local/lib/python3.8/dist-packages (from nova==25.1.0.dev131) (2.7.0) 2022-06-04 10:31:01.871 | Requirement already satisfied: os-vif>=1.15.2 in /usr/local/lib/python3.8/dist-packages (from nova==25.1.0.dev131) (2.8.0) 2022-06-04 10:31:01.872 | Requirement already satisfied: castellan>=0.16.0 in /usr/local/lib/python3.8/dist-packages (from nova==25.1.0.dev131) (3.11.0) 2022-06-04 10:31:01.873 | Requirement already satisfied: microversion-parse>=0.2.1 in /usr/local/lib/python3.8/dist-packages (from nova==25.1.0.dev131) (1.0.1) 2022-06-04 10:31:01.874 | Requirement already satisfied: tooz>=1.58.0 in /usr/local/lib/python3.8/dist-packages (from nova==25.1.0.dev131) (2.11.1) 2022-06-04 10:31:01.875 | Requirement already satisfied: cursive>=0.2.1 in /usr/local/lib/python3.8/dist-packages (from nova==25.1.0.dev131) (0.2.2) 2022-06-04 10:31:01.876 | Requirement already satisfied: retrying!=1.3.0,>=1.3.3 in /usr/local/lib/python3.8/dist-packages (from nova==25.1.0.dev131) (1.3.3) 2022-06-04 10:31:01.878 | Requirement already satisfied: os-service-types>=1.7.0 in /usr/local/lib/python3.8/dist-packages (from nova==25.1.0.dev131) (1.7.0) 2022-06-04 10:31:01.879 | Requirement already satisfied: taskflow>=3.8.0 in /usr/local/lib/python3.8/dist-packages (from nova==25.1.0.dev131) (4.7.0) 2022-06-04 10:31:01.880 | Requirement already satisfied: python-dateutil>=2.7.0 in /usr/local/lib/python3.8/dist-packages (from nova==25.1.0.dev131) (2.8.2) 2022-06-04 10:31:01.881 | Requirement already satisfied: futurist>=1.8.0 in /usr/local/lib/python3.8/dist-packages (from nova==25.1.0.dev131) (2.4.1) 2022-06-04 10:31:01.882 | Requirement already satisfied: openstacksdk>=0.35.0 in /usr/local/lib/python3.8/dist-packages (from nova==25.1.0.dev131) (0.99.0) 2022-06-04 10:31:01.884 | Requirement already satisfied: PyYAML>=5.1 in /usr/local/lib/python3.8/dist-packages (from nova==25.1.0.dev131) (6.0) 2022-06-04 10:31:01.901 | Requirement already satisfied: Mako in /usr/local/lib/python3.8/dist-packages (from alembic>=1.5.0->nova==25.1.0.dev131) (1.2.0) 2022-06-04 10:31:01.902 | Requirement already satisfied: importlib-resources in /usr/local/lib/python3.8/dist-packages (from alembic>=1.5.0->nova==25.1.0.dev131) (5.7.1) 2022-06-04 10:31:01.904 | Requirement already satisfied: importlib-metadata in /usr/local/lib/python3.8/dist-packages (from alembic>=1.5.0->nova==25.1.0.dev131) (4.11.4) 2022-06-04 10:31:01.924 | Requirement already satisfied: python-barbicanclient>=4.5.2 in /usr/local/lib/python3.8/dist-packages (from castellan>=0.16.0->nova==25.1.0.dev131) (5.3.0) 2022-06-04 10:31:01.967 | Requirement already satisfied: cffi>=1.12 in /usr/local/lib/python3.8/dist-packages (from cryptography>=2.7->nova==25.1.0.dev131) (1.15.0) 2022-06-04 10:31:01.998 | Requirement already satisfied: six>=1.10.0 in /usr/local/lib/python3.8/dist-packages (from eventlet>=0.30.1->nova==25.1.0.dev131) (1.16.0) 2022-06-04 10:31:01.999 | Requirement already satisfied: dnspython>=1.15.0 in /usr/local/lib/python3.8/dist-packages (from eventlet>=0.30.1->nova==25.1.0.dev131) (2.2.1) 2022-06-04 10:31:02.022 | Requirement already satisfied: MarkupSafe>=2.0 in /usr/local/lib/python3.8/dist-packages (from Jinja2>=2.10->nova==25.1.0.dev131) (2.1.1) 2022-06-04 10:31:02.151 | Requirement already satisfied: pycadf!=2.0.0,>=1.1.0 in /usr/local/lib/python3.8/dist-packages (from keystonemiddleware>=4.20.0->nova==25.1.0.dev131) (3.1.1) 2022-06-04 10:31:02.152 | Requirement already satisfied: python-keystoneclient>=3.20.0 in /usr/local/lib/python3.8/dist-packages (from keystonemiddleware>=4.20.0->nova==25.1.0.dev131) (4.5.0) 2022-06-04 10:31:02.211 | Requirement already satisfied: appdirs>=1.3.0 in /usr/local/lib/python3.8/dist-packages (from openstacksdk>=0.35.0->nova==25.1.0.dev131) (1.4.4) 2022-06-04 10:31:02.212 | Requirement already satisfied: requestsexceptions>=1.2.0 in /usr/local/lib/python3.8/dist-packages (from openstacksdk>=0.35.0->nova==25.1.0.dev131) (1.4.0) 2022-06-04 10:31:02.214 | Requirement already satisfied: jmespath>=0.9.0 in /usr/local/lib/python3.8/dist-packages (from openstacksdk>=0.35.0->nova==25.1.0.dev131) (1.0.0) 2022-06-04 10:31:02.215 | Requirement already satisfied: jsonpatch!=1.20,>=1.16 in /usr/local/lib/python3.8/dist-packages (from openstacksdk>=0.35.0->nova==25.1.0.dev131) (1.32) 2022-06-04 10:31:02.216 | Requirement already satisfied: munch>=2.1.0 in /usr/local/lib/python3.8/dist-packages (from openstacksdk>=0.35.0->nova==25.1.0.dev131) (2.5.0) 2022-06-04 10:31:02.218 | Requirement already satisfied: dogpile.cache>=0.6.5 in /usr/local/lib/python3.8/dist-packages (from openstacksdk>=0.35.0->nova==25.1.0.dev131) (1.1.5) 2022-06-04 10:31:02.241 | Requirement already satisfied: os-win>=5.5.0 in /usr/local/lib/python3.8/dist-packages (from os-brick>=5.2->nova==25.1.0.dev131) (5.7.0) 2022-06-04 10:31:02.244 | Requirement already satisfied: tenacity>=6.3.1 in /usr/local/lib/python3.8/dist-packages (from os-brick>=5.2->nova==25.1.0.dev131) (6.3.1) 2022-06-04 10:31:02.296 | Requirement already satisfied: ovsdbapp>=0.12.1 in /usr/local/lib/python3.8/dist-packages (from os-vif>=1.15.2->nova==25.1.0.dev131) (1.16.1) 2022-06-04 10:31:02.297 | Requirement already satisfied: debtcollector>=1.19.0 in /usr/local/lib/python3.8/dist-packages (from os-vif>=1.15.2->nova==25.1.0.dev131) (2.5.0) 2022-06-04 10:31:02.300 | Requirement already satisfied: pyroute2>=0.5.2 in /usr/local/lib/python3.8/dist-packages (from os-vif>=1.15.2->nova==25.1.0.dev131) (0.6.9) 2022-06-04 10:31:02.363 | Requirement already satisfied: fasteners>=0.7.0 in /usr/local/lib/python3.8/dist-packages (from oslo.concurrency>=4.5.0->nova==25.1.0.dev131) (0.17.3) 2022-06-04 10:31:02.500 | Requirement already satisfied: testscenarios>=0.4 in /usr/local/lib/python3.8/dist-packages (from oslo.db>=10.0.0->nova==25.1.0.dev131) (0.5.0) 2022-06-04 10:31:02.502 | Requirement already satisfied: testresources>=2.0.0 in /usr/local/lib/python3.8/dist-packages (from oslo.db>=10.0.0->nova==25.1.0.dev131) (2.0.1) 2022-06-04 10:31:02.583 | Requirement already satisfied: pyinotify>=0.9.6 in /usr/local/lib/python3.8/dist-packages (from oslo.log>=4.6.1->nova==25.1.0.dev131) (0.9.6) 2022-06-04 10:31:02.650 | Requirement already satisfied: oslo.metrics>=0.2.1 in /usr/local/lib/python3.8/dist-packages (from oslo.messaging>=10.3.0->nova==25.1.0.dev131) (0.4.0) 2022-06-04 10:31:02.651 | Requirement already satisfied: amqp>=2.5.2 in /usr/local/lib/python3.8/dist-packages (from oslo.messaging>=10.3.0->nova==25.1.0.dev131) (5.1.1) 2022-06-04 10:31:02.654 | Requirement already satisfied: cachetools>=2.0.0 in /usr/local/lib/python3.8/dist-packages (from oslo.messaging>=10.3.0->nova==25.1.0.dev131) (5.2.0) 2022-06-04 10:31:02.655 | Requirement already satisfied: kombu>=4.6.6 in /usr/local/lib/python3.8/dist-packages (from oslo.messaging>=10.3.0->nova==25.1.0.dev131) (5.2.4) 2022-06-04 10:31:02.683 | Requirement already satisfied: bcrypt>=3.1.3 in /usr/local/lib/python3.8/dist-packages (from oslo.middleware>=3.31.0->nova==25.1.0.dev131) (3.2.2) 2022-06-04 10:31:02.685 | Requirement already satisfied: statsd>=3.2.1 in /usr/local/lib/python3.8/dist-packages (from oslo.middleware>=3.31.0->nova==25.1.0.dev131) (3.3.0) 2022-06-04 10:31:02.737 | Requirement already satisfied: msgpack>=0.6.0 in /usr/local/lib/python3.8/dist-packages (from oslo.privsep>=2.6.2->nova==25.1.0.dev131) (1.0.3) 2022-06-04 10:31:02.798 | Requirement already satisfied: pytz>=2013.6 in /usr/local/lib/python3.8/dist-packages (from oslo.serialization>=4.2.0->nova==25.1.0.dev131) (2022.1) 2022-06-04 10:31:02.831 | Requirement already satisfied: fixtures>=3.0.0 in /usr/local/lib/python3.8/dist-packages (from oslo.service>=2.8.0->nova==25.1.0.dev131) (3.0.0) 2022-06-04 10:31:02.836 | Requirement already satisfied: Yappi>=1.0 in /usr/local/lib/python3.8/dist-packages (from oslo.service>=2.8.0->nova==25.1.0.dev131) (1.3.5) 2022-06-04 10:31:02.888 | Requirement already satisfied: packaging>=20.4 in /usr/local/lib/python3.8/dist-packages (from oslo.utils>=4.12.1->nova==25.1.0.dev131) (21.3) 2022-06-04 10:31:02.891 | Requirement already satisfied: pyparsing>=2.1.0 in /usr/local/lib/python3.8/dist-packages (from oslo.utils>=4.12.1->nova==25.1.0.dev131) (3.0.9) 2022-06-04 10:31:02.982 | Requirement already satisfied: pynacl>=1.0.1 in /usr/local/lib/python3.8/dist-packages (from paramiko>=2.7.1->nova==25.1.0.dev131) (1.5.0) 2022-06-04 10:31:03.010 | Requirement already satisfied: setuptools in /usr/local/lib/python3.8/dist-packages (from Paste>=2.0.2->nova==25.1.0.dev131) (62.3.2) 2022-06-04 10:31:03.091 | Requirement already satisfied: wcwidth in /usr/local/lib/python3.8/dist-packages (from PrettyTable>=0.7.1->nova==25.1.0.dev131) (0.2.5) 2022-06-04 10:31:03.169 | 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==25.1.0.dev131) (3.17.6) 2022-06-04 10:31:03.235 | Requirement already satisfied: wrapt>=1.7.0 in /usr/local/lib/python3.8/dist-packages (from python-glanceclient>=2.8.0->nova==25.1.0.dev131) (1.14.1) 2022-06-04 10:31:03.236 | Requirement already satisfied: pyOpenSSL>=17.1.0 in /usr/local/lib/python3.8/dist-packages (from python-glanceclient>=2.8.0->nova==25.1.0.dev131) (22.0.0) 2022-06-04 10:31:03.237 | Requirement already satisfied: warlock<2,>=1.2.0 in /usr/local/lib/python3.8/dist-packages (from python-glanceclient>=2.8.0->nova==25.1.0.dev131) (1.3.3) 2022-06-04 10:31:03.280 | Requirement already satisfied: cliff>=3.4.0 in /usr/local/lib/python3.8/dist-packages (from python-neutronclient>=7.1.0->nova==25.1.0.dev131) (3.10.1) 2022-06-04 10:31:03.287 | Requirement already satisfied: os-client-config>=1.28.0 in /usr/local/lib/python3.8/dist-packages (from python-neutronclient>=7.1.0->nova==25.1.0.dev131) (2.1.0) 2022-06-04 10:31:03.289 | Requirement already satisfied: osc-lib>=1.12.0 in /usr/local/lib/python3.8/dist-packages (from python-neutronclient>=7.1.0->nova==25.1.0.dev131) (2.6.0) 2022-06-04 10:31:03.369 | Requirement already satisfied: idna<4,>=2.5 in /usr/local/lib/python3.8/dist-packages (from requests>=2.25.1->nova==25.1.0.dev131) (3.3) 2022-06-04 10:31:03.370 | Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3/dist-packages (from requests>=2.25.1->nova==25.1.0.dev131) (2019.11.28) 2022-06-04 10:31:03.372 | Requirement already satisfied: charset-normalizer~=2.0.0 in /usr/local/lib/python3.8/dist-packages (from requests>=2.25.1->nova==25.1.0.dev131) (2.0.12) 2022-06-04 10:31:03.373 | Requirement already satisfied: urllib3<1.27,>=1.21.1 in /usr/local/lib/python3.8/dist-packages (from requests>=2.25.1->nova==25.1.0.dev131) (1.26.9) 2022-06-04 10:31:03.471 | Requirement already satisfied: repoze.lru>=0.3 in /usr/local/lib/python3.8/dist-packages (from Routes>=2.3.1->nova==25.1.0.dev131) (0.7) 2022-06-04 10:31:03.688 | Requirement already satisfied: Tempita>=0.4 in /usr/local/lib/python3.8/dist-packages (from sqlalchemy-migrate>=0.13.0->nova==25.1.0.dev131) (0.5.2) 2022-06-04 10:31:03.688 | Requirement already satisfied: sqlparse in /usr/local/lib/python3.8/dist-packages (from sqlalchemy-migrate>=0.13.0->nova==25.1.0.dev131) (0.4.2) 2022-06-04 10:31:03.805 | Requirement already satisfied: automaton>=1.9.0 in /usr/local/lib/python3.8/dist-packages (from taskflow>=3.8.0->nova==25.1.0.dev131) (2.5.0) 2022-06-04 10:31:03.808 | Requirement already satisfied: pydot>=1.2.4 in /usr/local/lib/python3.8/dist-packages (from taskflow>=3.8.0->nova==25.1.0.dev131) (1.4.2) 2022-06-04 10:31:03.811 | Requirement already satisfied: networkx>=2.1.0 in /usr/local/lib/python3.8/dist-packages (from taskflow>=3.8.0->nova==25.1.0.dev131) (2.8.2) 2022-06-04 10:31:03.898 | Requirement already satisfied: voluptuous>=0.8.9 in /usr/local/lib/python3.8/dist-packages (from tooz>=1.58.0->nova==25.1.0.dev131) (0.13.1) 2022-06-04 10:31:03.980 | Requirement already satisfied: numpy in /usr/local/lib/python3.8/dist-packages (from websockify>=0.9.0->nova==25.1.0.dev131) (1.22.4) 2022-06-04 10:31:04.015 | 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==25.1.0.dev131) (5.0.0) 2022-06-04 10:31:04.221 | Requirement already satisfied: pycparser in /usr/local/lib/python3.8/dist-packages (from cffi>=1.12->cryptography>=2.7->nova==25.1.0.dev131) (2.21) 2022-06-04 10:31:04.302 | 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==25.1.0.dev131) (0.5.1) 2022-06-04 10:31:04.304 | 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==25.1.0.dev131) (2.4.1) 2022-06-04 10:31:04.524 | 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==25.1.0.dev131) (2.5.0) 2022-06-04 10:31:04.635 | 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==25.1.0.dev131) (2.3) 2022-06-04 10:31:05.147 | 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==25.1.0.dev131) (0.14.1) 2022-06-04 10:31:05.196 | 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==25.1.0.dev131) (2.17.1.post1) 2022-06-04 10:31:05.602 | Requirement already satisfied: pyroute2.ipset==0.6.9 in /usr/local/lib/python3.8/dist-packages (from pyroute2>=0.5.2->os-vif>=1.15.2->nova==25.1.0.dev131) (0.6.9) 2022-06-04 10:31:05.603 | Requirement already satisfied: pyroute2.ipdb==0.6.9 in /usr/local/lib/python3.8/dist-packages (from pyroute2>=0.5.2->os-vif>=1.15.2->nova==25.1.0.dev131) (0.6.9) 2022-06-04 10:31:05.604 | Requirement already satisfied: pyroute2.nslink==0.6.9 in /usr/local/lib/python3.8/dist-packages (from pyroute2>=0.5.2->os-vif>=1.15.2->nova==25.1.0.dev131) (0.6.9) 2022-06-04 10:31:05.605 | Requirement already satisfied: pyroute2.ethtool==0.6.9 in /usr/local/lib/python3.8/dist-packages (from pyroute2>=0.5.2->os-vif>=1.15.2->nova==25.1.0.dev131) (0.6.9) 2022-06-04 10:31:05.606 | Requirement already satisfied: pyroute2.ndb==0.6.9 in /usr/local/lib/python3.8/dist-packages (from pyroute2>=0.5.2->os-vif>=1.15.2->nova==25.1.0.dev131) (0.6.9) 2022-06-04 10:31:05.607 | Requirement already satisfied: pyroute2.core==0.6.9 in /usr/local/lib/python3.8/dist-packages (from pyroute2>=0.5.2->os-vif>=1.15.2->nova==25.1.0.dev131) (0.6.9) 2022-06-04 10:31:05.609 | Requirement already satisfied: pyroute2.nftables==0.6.9 in /usr/local/lib/python3.8/dist-packages (from pyroute2>=0.5.2->os-vif>=1.15.2->nova==25.1.0.dev131) (0.6.9) 2022-06-04 10:31:06.865 | Requirement already satisfied: zipp>=0.5 in /usr/local/lib/python3.8/dist-packages (from importlib-metadata->alembic>=1.5.0->nova==25.1.0.dev131) (3.8.0) 2022-06-04 10:31:07.281 | 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==25.1.0.dev131) (1.8.2) 2022-06-04 10:31:07.281 | 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==25.1.0.dev131) (21.4.0) 2022-06-04 10:31:07.381 | 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==25.1.0.dev131) (2.4.0) 2022-06-04 10:31:07.488 | 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==25.1.0.dev131) (1.0.0) 2022-06-04 10:31:09.171 | Installing collected packages: nova 2022-06-04 10:31:09.171 | Attempting uninstall: nova 2022-06-04 10:31:09.174 | Found existing installation: nova 25.1.0.dev131 2022-06-04 10:31:09.182 | Can't uninstall 'nova'. No files were found to uninstall. 2022-06-04 10:31:09.184 | Running setup.py develop for nova 2022-06-04 10:31:16.708 | Successfully installed nova 2022-06-04 10:31:16.708 | WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv 2022-06-04 10:31:16.716 | WARNING: You are using pip version 21.3.1; however, version 22.1.2 is available. 2022-06-04 10:31:16.716 | You should consider upgrading via the '/usr/bin/python3.8 -m pip install --upgrade pip' command. 2022-06-04 10:31:16.867 | + inc/python:pip_install:196 : result=0 2022-06-04 10:31:16.869 | + inc/python:pip_install:198 : time_stop pip_install 2022-06-04 10:31:16.871 | + functions-common:time_stop:2426 : local name 2022-06-04 10:31:16.874 | + functions-common:time_stop:2427 : local end_time 2022-06-04 10:31:16.876 | + functions-common:time_stop:2428 : local elapsed_time 2022-06-04 10:31:16.878 | + functions-common:time_stop:2429 : local total 2022-06-04 10:31:16.880 | + functions-common:time_stop:2430 : local start_time 2022-06-04 10:31:16.883 | + functions-common:time_stop:2432 : name=pip_install 2022-06-04 10:31:16.885 | + functions-common:time_stop:2433 : start_time=1654338653870 2022-06-04 10:31:16.887 | + functions-common:time_stop:2435 : [[ -z 1654338653870 ]] 2022-06-04 10:31:16.890 | ++ functions-common:time_stop:2438 : date +%s%3N 2022-06-04 10:31:16.895 | + functions-common:time_stop:2438 : end_time=1654338676892 2022-06-04 10:31:16.897 | + functions-common:time_stop:2439 : elapsed_time=23022 2022-06-04 10:31:16.900 | + functions-common:time_stop:2440 : total=141920 2022-06-04 10:31:16.902 | + functions-common:time_stop:2442 : _TIME_START[$name]= 2022-06-04 10:31:16.904 | + functions-common:time_stop:2443 : _TIME_TOTAL[$name]=164942 2022-06-04 10:31:16.906 | + inc/python:pip_install:199 : return 0 2022-06-04 10:31:16.909 | + inc/python:setup_package:444 : [[ -e == \-\e ]] 2022-06-04 10:31:16.911 | + inc/python:setup_package:445 : safe_chown -R ubuntu /opt/stack/nova/nova.egg-info 2022-06-04 10:31:16.914 | + functions-common:safe_chown:2327 : _safe_permission_operation chown -R ubuntu /opt/stack/nova/nova.egg-info 2022-06-04 10:31:16.933 | + functions-common:_safe_permission_operation:2175 : sudo chown -R ubuntu /opt/stack/nova/nova.egg-info 2022-06-04 10:31:16.946 | + inc/python:_setup_package_with_constraints_edit:390 : use_library_from_git /opt/stack/nova 2022-06-04 10:31:16.948 | + inc/python:use_library_from_git:246 : local name=/opt/stack/nova 2022-06-04 10:31:16.951 | + inc/python:use_library_from_git:247 : local enabled=1 2022-06-04 10:31:16.954 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2022-06-04 10:31:16.956 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,/opt/stack/nova, ]] 2022-06-04 10:31:16.959 | + inc/python:use_library_from_git:249 : return 1 2022-06-04 10:31:16.962 | + lib/nova:install_nova:924 : sudo install -D -m 0644 -o ubuntu /opt/stack/nova/tools/nova-manage.bash_completion /etc/bash_completion.d/nova-manage.bash_completion 2022-06-04 10:31:16.975 | + lib/stack:stack_install_service:33 : [[ False = True ]] 2022-06-04 10:31:16.978 | + ./stack.sh:main:932 : configure_nova 2022-06-04 10:31:16.980 | + lib/nova:configure_nova:248 : sudo install -d -o ubuntu /etc/nova 2022-06-04 10:31:16.993 | + lib/nova:configure_nova:250 : configure_rootwrap nova 2022-06-04 10:31:16.996 | + inc/rootwrap:configure_rootwrap:43 : local project=nova 2022-06-04 10:31:16.998 | + inc/rootwrap:configure_rootwrap:44 : local project_uc 2022-06-04 10:31:17.002 | ++ inc/rootwrap:configure_rootwrap:45 : echo nova 2022-06-04 10:31:17.002 | ++ inc/rootwrap:configure_rootwrap:45 : tr a-z A-Z 2022-06-04 10:31:17.007 | + inc/rootwrap:configure_rootwrap:45 : project_uc=NOVA 2022-06-04 10:31:17.010 | + inc/rootwrap:configure_rootwrap:46 : local bin_dir=NOVA_BIN_DIR 2022-06-04 10:31:17.012 | + inc/rootwrap:configure_rootwrap:47 : bin_dir=/usr/local/bin 2022-06-04 10:31:17.014 | + inc/rootwrap:configure_rootwrap:48 : local project_dir=NOVA_DIR 2022-06-04 10:31:17.017 | + inc/rootwrap:configure_rootwrap:49 : project_dir=/opt/stack/nova 2022-06-04 10:31:17.019 | + inc/rootwrap:configure_rootwrap:51 : local rootwrap_conf_src_dir=/opt/stack/nova/etc/nova 2022-06-04 10:31:17.022 | + inc/rootwrap:configure_rootwrap:52 : local rootwrap_bin=/usr/local/bin/nova-rootwrap 2022-06-04 10:31:17.024 | + inc/rootwrap:configure_rootwrap:55 : sudo rm -rf /etc/nova/rootwrap.d 2022-06-04 10:31:17.035 | + inc/rootwrap:configure_rootwrap:56 : sudo install -d -o root -g root -m 755 /etc/nova/rootwrap.d 2022-06-04 10:31:17.048 | + 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-06-04 10:31:17.061 | + 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-06-04 10:31:17.073 | + inc/rootwrap:configure_rootwrap:61 : sudo sed -e 's:^filters_path=.*$:filters_path=/etc/nova/rootwrap.d:' -i /etc/nova/rootwrap.conf 2022-06-04 10:31:17.085 | + inc/rootwrap:configure_rootwrap:64 : local tempfile 2022-06-04 10:31:17.089 | ++ inc/rootwrap:configure_rootwrap:65 : mktemp 2022-06-04 10:31:17.093 | + inc/rootwrap:configure_rootwrap:65 : tempfile=/tmp/tmp.PPRSCS3Zh9 2022-06-04 10:31:17.095 | + inc/rootwrap:configure_rootwrap:67 : rootwrap_sudo_cmd='/usr/local/bin/nova-rootwrap /etc/nova/rootwrap.conf *' 2022-06-04 10:31:17.097 | + inc/rootwrap:configure_rootwrap:68 : echo 'ubuntu ALL=(root) NOPASSWD: /usr/local/bin/nova-rootwrap /etc/nova/rootwrap.conf *' 2022-06-04 10:31:17.100 | + inc/rootwrap:configure_rootwrap:69 : '[' -f /usr/local/bin/nova-rootwrap-daemon ']' 2022-06-04 10:31:17.104 | + inc/rootwrap:configure_rootwrap:71 : rootwrap_sudo_cmd='/usr/local/bin/nova-rootwrap-daemon /etc/nova/rootwrap.conf' 2022-06-04 10:31:17.106 | + inc/rootwrap:configure_rootwrap:72 : echo 'ubuntu ALL=(root) NOPASSWD: /usr/local/bin/nova-rootwrap-daemon /etc/nova/rootwrap.conf' 2022-06-04 10:31:17.108 | + inc/rootwrap:configure_rootwrap:74 : chmod 0440 /tmp/tmp.PPRSCS3Zh9 2022-06-04 10:31:17.112 | + inc/rootwrap:configure_rootwrap:75 : sudo chown root:root /tmp/tmp.PPRSCS3Zh9 2022-06-04 10:31:17.124 | + inc/rootwrap:configure_rootwrap:76 : sudo mv /tmp/tmp.PPRSCS3Zh9 /etc/sudoers.d/nova-rootwrap 2022-06-04 10:31:17.137 | ++ inc/rootwrap:configure_rootwrap:80 : dirname /usr/local/bin/nova-rootwrap 2022-06-04 10:31:17.141 | + inc/rootwrap:configure_rootwrap:80 : add_sudo_secure_path /usr/local/bin 2022-06-04 10:31:17.143 | + inc/rootwrap:add_sudo_secure_path:21 : local dir=/usr/local/bin 2022-06-04 10:31:17.145 | + inc/rootwrap:add_sudo_secure_path:22 : local line 2022-06-04 10:31:17.149 | + inc/rootwrap:add_sudo_secure_path:25 : [[ -r /etc/sudoers.d/zz-secure-path ]] 2022-06-04 10:31:17.151 | + 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-06-04 10:31:17.153 | + 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-06-04 10:31:17.156 | + 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-06-04 10:31:17.159 | + lib/nova:configure_nova:254 : cp /opt/stack/nova/etc/nova/api-paste.ini /etc/nova 2022-06-04 10:31:17.164 | + lib/nova:configure_nova:257 : is_service_enabled n-cpu 2022-06-04 10:31:17.180 | + functions-common:is_service_enabled:2082 : return 1 2022-06-04 10:31:17.183 | + lib/nova:configure_nova:334 : create_nova_conf 2022-06-04 10:31:17.185 | + lib/nova:create_nova_conf:408 : rm -f /opt/stack/nova/bin/nova.conf 2022-06-04 10:31:17.189 | + lib/nova:create_nova_conf:411 : rm -f /etc/nova/nova.conf 2022-06-04 10:31:17.193 | + lib/nova:create_nova_conf:412 : iniset /etc/nova/nova.conf DEFAULT debug True 2022-06-04 10:31:17.222 | + lib/nova:create_nova_conf:413 : '[' True == True ']' 2022-06-04 10:31:17.224 | + lib/nova:create_nova_conf:414 : iniset /etc/nova/nova.conf DEFAULT allow_resize_to_same_host True 2022-06-04 10:31:17.251 | + lib/nova:create_nova_conf:416 : iniset /etc/nova/nova.conf wsgi api_paste_config /etc/nova/api-paste.ini 2022-06-04 10:31:17.281 | + lib/nova:create_nova_conf:417 : iniset /etc/nova/nova.conf DEFAULT rootwrap_config /etc/nova/rootwrap.conf 2022-06-04 10:31:17.308 | + lib/nova:create_nova_conf:418 : iniset /etc/nova/nova.conf filter_scheduler enabled_filters AvailabilityZoneFilter,ComputeFilter,ComputeCapabilitiesFilter,ImagePropertiesFilter,ServerGroupAntiAffinityFilter,ServerGroupAffinityFilter,SameHostFilter,DifferentHostFilter 2022-06-04 10:31:17.338 | + lib/nova:create_nova_conf:419 : iniset /etc/nova/nova.conf scheduler workers 2 2022-06-04 10:31:17.368 | + lib/nova:create_nova_conf:420 : iniset /etc/nova/nova.conf neutron default_floating_pool public 2022-06-04 10:31:17.398 | + lib/nova:create_nova_conf:421 : [[ 4 == 6 ]] 2022-06-04 10:31:17.401 | + lib/nova:create_nova_conf:424 : iniset /etc/nova/nova.conf DEFAULT my_ip 10.222.0.66 2022-06-04 10:31:17.428 | + lib/nova:create_nova_conf:426 : iniset /etc/nova/nova.conf DEFAULT instance_name_template instance-%08x 2022-06-04 10:31:17.456 | + lib/nova:create_nova_conf:427 : iniset /etc/nova/nova.conf DEFAULT osapi_compute_listen 0.0.0.0 2022-06-04 10:31:17.484 | + lib/nova:create_nova_conf:428 : iniset /etc/nova/nova.conf DEFAULT metadata_listen 0.0.0.0 2022-06-04 10:31:17.512 | + lib/nova:create_nova_conf:429 : iniset /etc/nova/nova.conf DEFAULT shutdown_timeout 0 2022-06-04 10:31:17.543 | + lib/nova:create_nova_conf:431 : iniset /etc/nova/nova.conf key_manager backend nova.keymgr.conf_key_mgr.ConfKeyManager 2022-06-04 10:31:17.576 | + lib/nova:create_nova_conf:433 : is_fedora 2022-06-04 10:31:17.579 | + functions-common:is_fedora:520 : [[ -z Ubuntu ]] 2022-06-04 10:31:17.581 | + functions-common:is_fedora:524 : '[' Ubuntu = Fedora ']' 2022-06-04 10:31:17.584 | + functions-common:is_fedora:524 : '[' Ubuntu = 'Red Hat' ']' 2022-06-04 10:31:17.587 | + functions-common:is_fedora:525 : '[' Ubuntu = RedHatEnterpriseServer ']' 2022-06-04 10:31:17.589 | + functions-common:is_fedora:526 : '[' Ubuntu = RedHatEnterprise ']' 2022-06-04 10:31:17.592 | + functions-common:is_fedora:527 : '[' Ubuntu = CentOS ']' 2022-06-04 10:31:17.594 | + functions-common:is_fedora:527 : '[' Ubuntu = CentOSStream ']' 2022-06-04 10:31:17.597 | + functions-common:is_fedora:528 : '[' Ubuntu = AlmaLinux ']' 2022-06-04 10:31:17.600 | + functions-common:is_fedora:529 : '[' Ubuntu = OracleServer ']' 2022-06-04 10:31:17.602 | + functions-common:is_fedora:529 : '[' Ubuntu = Virtuozzo ']' 2022-06-04 10:31:17.604 | + lib/nova:create_nova_conf:433 : is_suse 2022-06-04 10:31:17.607 | + functions-common:is_suse:537 : is_opensuse 2022-06-04 10:31:17.609 | + functions-common:is_opensuse:544 : [[ -z Ubuntu ]] 2022-06-04 10:31:17.611 | + functions-common:is_opensuse:548 : [[ Ubuntu =~ (openSUSE) ]] 2022-06-04 10:31:17.613 | + functions-common:is_suse:537 : is_suse_linux_enterprise 2022-06-04 10:31:17.616 | + functions-common:is_suse_linux_enterprise:556 : [[ -z Ubuntu ]] 2022-06-04 10:31:17.618 | + functions-common:is_suse_linux_enterprise:560 : [[ Ubuntu =~ (^SUSE) ]] 2022-06-04 10:31:17.621 | + lib/nova:create_nova_conf:442 : is_service_enabled n-api n-cond n-sched 2022-06-04 10:31:17.651 | + functions-common:is_service_enabled:2082 : return 0 2022-06-04 10:31:17.654 | + lib/nova:create_nova_conf:446 : [[ superconductor == \s\i\n\g\l\e\c\o\n\d\u\c\t\o\r ]] 2022-06-04 10:31:17.657 | + lib/nova:create_nova_conf:449 : local db=nova_cell0 2022-06-04 10:31:17.660 | + lib/nova:create_nova_conf:452 : iniset /etc/nova/nova.conf filter_scheduler track_instance_changes False 2022-06-04 10:31:17.689 | ++ lib/nova:create_nova_conf:455 : database_connection_url nova_cell0 2022-06-04 10:31:17.691 | ++ lib/database:database_connection_url:134 : local db=nova_cell0 2022-06-04 10:31:17.694 | ++ lib/database:database_connection_url:135 : database_connection_url_mysql nova_cell0 2022-06-04 10:31:17.696 | ++ lib/databases/mysql:database_connection_url_mysql:224 : local db=nova_cell0 2022-06-04 10:31:17.699 | ++ lib/databases/mysql:database_connection_url_mysql:225 : local plugin 2022-06-04 10:31:17.701 | ++ lib/databases/mysql:database_connection_url_mysql:229 : [[ True == \T\r\u\e ]] 2022-06-04 10:31:17.703 | ++ lib/databases/mysql:database_connection_url_mysql:230 : is_service_enabled mysql 2022-06-04 10:31:17.719 | ++ functions-common:is_service_enabled:2082 : return 0 2022-06-04 10:31:17.722 | ++ lib/databases/mysql:database_connection_url_mysql:231 : plugin='&plugin=dbcounter' 2022-06-04 10:31:17.724 | ++ lib/databases/mysql:database_connection_url_mysql:235 : echo 'mysql+pymysql://root:Passw0rd@127.0.0.1/nova_cell0?charset=utf8&plugin=dbcounter' 2022-06-04 10:31:17.727 | + lib/nova:create_nova_conf:455 : iniset /etc/nova/nova.conf database connection 'mysql+pymysql://root:Passw0rd@127.0.0.1/nova_cell0?charset=utf8&plugin=dbcounter' 2022-06-04 10:31:17.759 | ++ lib/nova:create_nova_conf:456 : database_connection_url nova_api 2022-06-04 10:31:17.762 | ++ lib/database:database_connection_url:134 : local db=nova_api 2022-06-04 10:31:17.764 | ++ lib/database:database_connection_url:135 : database_connection_url_mysql nova_api 2022-06-04 10:31:17.766 | ++ lib/databases/mysql:database_connection_url_mysql:224 : local db=nova_api 2022-06-04 10:31:17.768 | ++ lib/databases/mysql:database_connection_url_mysql:225 : local plugin 2022-06-04 10:31:17.771 | ++ lib/databases/mysql:database_connection_url_mysql:229 : [[ True == \T\r\u\e ]] 2022-06-04 10:31:17.773 | ++ lib/databases/mysql:database_connection_url_mysql:230 : is_service_enabled mysql 2022-06-04 10:31:17.789 | ++ functions-common:is_service_enabled:2082 : return 0 2022-06-04 10:31:17.791 | ++ lib/databases/mysql:database_connection_url_mysql:231 : plugin='&plugin=dbcounter' 2022-06-04 10:31:17.794 | ++ lib/databases/mysql:database_connection_url_mysql:235 : echo 'mysql+pymysql://root:Passw0rd@127.0.0.1/nova_api?charset=utf8&plugin=dbcounter' 2022-06-04 10:31:17.796 | + lib/nova:create_nova_conf:456 : iniset /etc/nova/nova.conf api_database connection 'mysql+pymysql://root:Passw0rd@127.0.0.1/nova_api?charset=utf8&plugin=dbcounter' 2022-06-04 10:31:17.828 | + lib/nova:create_nova_conf:461 : iniset /etc/nova/nova.conf cache enabled True 2022-06-04 10:31:17.859 | + lib/nova:create_nova_conf:462 : iniset /etc/nova/nova.conf cache backend dogpile.cache.memcached 2022-06-04 10:31:17.888 | + lib/nova:create_nova_conf:463 : iniset /etc/nova/nova.conf cache memcache_servers localhost:11211 2022-06-04 10:31:17.915 | + lib/nova:create_nova_conf:466 : is_service_enabled n-api 2022-06-04 10:31:17.932 | + functions-common:is_service_enabled:2082 : return 0 2022-06-04 10:31:17.934 | + lib/nova:create_nova_conf:467 : is_service_enabled n-api-meta 2022-06-04 10:31:17.950 | + functions-common:is_service_enabled:2082 : return 0 2022-06-04 10:31:17.954 | ++ lib/nova:create_nova_conf:469 : echo osapi_compute,metadata 2022-06-04 10:31:17.954 | ++ lib/nova:create_nova_conf:469 : sed s/,metadata// 2022-06-04 10:31:17.959 | + lib/nova:create_nova_conf:469 : NOVA_ENABLED_APIS=osapi_compute 2022-06-04 10:31:17.962 | + lib/nova:create_nova_conf:471 : iniset /etc/nova/nova.conf DEFAULT enabled_apis osapi_compute 2022-06-04 10:31:17.989 | + lib/nova:create_nova_conf:472 : is_service_enabled tls-proxy 2022-06-04 10:31:18.005 | + functions-common:is_service_enabled:2082 : return 1 2022-06-04 10:31:18.008 | + lib/nova:create_nova_conf:478 : configure_keystone_authtoken_middleware /etc/nova/nova.conf nova 2022-06-04 10:31:18.010 | + lib/keystone:configure_keystone_authtoken_middleware:447 : local conf_file=/etc/nova/nova.conf 2022-06-04 10:31:18.013 | + lib/keystone:configure_keystone_authtoken_middleware:448 : local admin_user=nova 2022-06-04 10:31:18.015 | + lib/keystone:configure_keystone_authtoken_middleware:449 : local section=keystone_authtoken 2022-06-04 10:31:18.017 | + lib/keystone:configure_keystone_authtoken_middleware:451 : iniset /etc/nova/nova.conf keystone_authtoken auth_type password 2022-06-04 10:31:18.047 | + lib/keystone:configure_keystone_authtoken_middleware:452 : iniset /etc/nova/nova.conf keystone_authtoken interface public 2022-06-04 10:31:18.074 | + lib/keystone:configure_keystone_authtoken_middleware:453 : iniset /etc/nova/nova.conf keystone_authtoken auth_url http://10.222.0.66/identity 2022-06-04 10:31:18.102 | + lib/keystone:configure_keystone_authtoken_middleware:454 : iniset /etc/nova/nova.conf keystone_authtoken username nova 2022-06-04 10:31:18.130 | + lib/keystone:configure_keystone_authtoken_middleware:455 : iniset /etc/nova/nova.conf keystone_authtoken password Passw0rd 2022-06-04 10:31:18.158 | + lib/keystone:configure_keystone_authtoken_middleware:456 : iniset /etc/nova/nova.conf keystone_authtoken user_domain_name Default 2022-06-04 10:31:18.186 | + lib/keystone:configure_keystone_authtoken_middleware:457 : iniset /etc/nova/nova.conf keystone_authtoken project_name service 2022-06-04 10:31:18.216 | + lib/keystone:configure_keystone_authtoken_middleware:458 : iniset /etc/nova/nova.conf keystone_authtoken project_domain_name Default 2022-06-04 10:31:18.245 | + lib/keystone:configure_keystone_authtoken_middleware:460 : iniset /etc/nova/nova.conf keystone_authtoken cafile /opt/stack/data/ca-bundle.pem 2022-06-04 10:31:18.273 | + lib/keystone:configure_keystone_authtoken_middleware:461 : iniset /etc/nova/nova.conf keystone_authtoken memcached_servers localhost:11211 2022-06-04 10:31:18.300 | + lib/nova:create_nova_conf:481 : is_service_enabled cinder 2022-06-04 10:31:18.316 | + functions-common:is_service_enabled:2082 : return 0 2022-06-04 10:31:18.319 | + lib/nova:create_nova_conf:482 : configure_cinder_access 2022-06-04 10:31:18.322 | + lib/nova:configure_cinder_access:609 : iniset /etc/nova/nova.conf cinder os_region_name RegionOne 2022-06-04 10:31:18.352 | + lib/nova:configure_cinder_access:610 : iniset /etc/nova/nova.conf cinder auth_type password 2022-06-04 10:31:18.380 | + lib/nova:configure_cinder_access:611 : iniset /etc/nova/nova.conf cinder auth_url http://10.222.0.66/identity 2022-06-04 10:31:18.408 | + lib/nova:configure_cinder_access:618 : iniset /etc/nova/nova.conf cinder username nova 2022-06-04 10:31:18.435 | + lib/nova:configure_cinder_access:619 : iniset /etc/nova/nova.conf cinder password Passw0rd 2022-06-04 10:31:18.463 | + lib/nova:configure_cinder_access:620 : iniset /etc/nova/nova.conf cinder user_domain_name Default 2022-06-04 10:31:18.491 | + lib/nova:configure_cinder_access:621 : iniset /etc/nova/nova.conf cinder project_name service 2022-06-04 10:31:18.519 | + lib/nova:configure_cinder_access:622 : iniset /etc/nova/nova.conf cinder project_domain_name Default 2022-06-04 10:31:18.547 | + lib/nova:configure_cinder_access:623 : is_service_enabled tls-proxy 2022-06-04 10:31:18.563 | + functions-common:is_service_enabled:2082 : return 1 2022-06-04 10:31:18.566 | + lib/nova:create_nova_conf:485 : '[' -n /opt/stack/data/nova ']' 2022-06-04 10:31:18.568 | + lib/nova:create_nova_conf:486 : iniset /etc/nova/nova.conf DEFAULT state_path /opt/stack/data/nova 2022-06-04 10:31:18.596 | + lib/nova:create_nova_conf:487 : iniset /etc/nova/nova.conf oslo_concurrency lock_path /opt/stack/data/nova 2022-06-04 10:31:18.627 | + lib/nova:create_nova_conf:489 : '[' -n /opt/stack/data/nova/instances ']' 2022-06-04 10:31:18.629 | + lib/nova:create_nova_conf:490 : iniset /etc/nova/nova.conf DEFAULT instances_path /opt/stack/data/nova/instances 2022-06-04 10:31:18.657 | + lib/nova:create_nova_conf:492 : '[' False '!=' False ']' 2022-06-04 10:31:18.660 | + lib/nova:create_nova_conf:495 : '[' False '!=' False ']' 2022-06-04 10:31:18.662 | + lib/nova:create_nova_conf:501 : is_suse 2022-06-04 10:31:18.665 | + functions-common:is_suse:537 : is_opensuse 2022-06-04 10:31:18.667 | + functions-common:is_opensuse:544 : [[ -z Ubuntu ]] 2022-06-04 10:31:18.669 | + functions-common:is_opensuse:548 : [[ Ubuntu =~ (openSUSE) ]] 2022-06-04 10:31:18.672 | + functions-common:is_suse:537 : is_suse_linux_enterprise 2022-06-04 10:31:18.674 | + functions-common:is_suse_linux_enterprise:556 : [[ -z Ubuntu ]] 2022-06-04 10:31:18.676 | + functions-common:is_suse_linux_enterprise:560 : [[ Ubuntu =~ (^SUSE) ]] 2022-06-04 10:31:18.678 | + lib/nova:create_nova_conf:501 : is_fedora 2022-06-04 10:31:18.681 | + functions-common:is_fedora:520 : [[ -z Ubuntu ]] 2022-06-04 10:31:18.684 | + functions-common:is_fedora:524 : '[' Ubuntu = Fedora ']' 2022-06-04 10:31:18.686 | + functions-common:is_fedora:524 : '[' Ubuntu = 'Red Hat' ']' 2022-06-04 10:31:18.688 | + functions-common:is_fedora:525 : '[' Ubuntu = RedHatEnterpriseServer ']' 2022-06-04 10:31:18.690 | + functions-common:is_fedora:526 : '[' Ubuntu = RedHatEnterprise ']' 2022-06-04 10:31:18.693 | + functions-common:is_fedora:527 : '[' Ubuntu = CentOS ']' 2022-06-04 10:31:18.696 | + functions-common:is_fedora:527 : '[' Ubuntu = CentOSStream ']' 2022-06-04 10:31:18.698 | + functions-common:is_fedora:528 : '[' Ubuntu = AlmaLinux ']' 2022-06-04 10:31:18.700 | + functions-common:is_fedora:529 : '[' Ubuntu = OracleServer ']' 2022-06-04 10:31:18.702 | + functions-common:is_fedora:529 : '[' Ubuntu = Virtuozzo ']' 2022-06-04 10:31:18.705 | + lib/nova:create_nova_conf:506 : setup_logging /etc/nova/nova.conf 2022-06-04 10:31:18.707 | + functions:setup_logging:674 : setup_systemd_logging /etc/nova/nova.conf 2022-06-04 10:31:18.709 | + functions:setup_systemd_logging:689 : local conf_file=/etc/nova/nova.conf 2022-06-04 10:31:18.713 | ++ functions:setup_systemd_logging:694 : trueorfalse False USE_JOURNAL 2022-06-04 10:31:18.734 | + functions:setup_systemd_logging:694 : USE_JOURNAL=False 2022-06-04 10:31:18.736 | + functions:setup_systemd_logging:695 : local pidstr= 2022-06-04 10:31:18.738 | + functions:setup_systemd_logging:696 : [[ False == \T\r\u\e ]] 2022-06-04 10:31:18.741 | + functions:setup_systemd_logging:700 : pidstr='(pid=%(process)d) ' 2022-06-04 10:31:18.744 | + 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-06-04 10:31:18.773 | + 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-06-04 10:31:18.802 | + 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-06-04 10:31:18.832 | + functions:setup_systemd_logging:706 : iniset /etc/nova/nova.conf DEFAULT logging_exception_prefix 'ERROR %(name)s %(instance)s' 2022-06-04 10:31:18.862 | + lib/nova:create_nova_conf:508 : iniset /etc/nova/nova.conf upgrade_levels compute auto 2022-06-04 10:31:18.894 | + lib/nova:create_nova_conf:510 : is_service_enabled n-api 2022-06-04 10:31:18.911 | + functions-common:is_service_enabled:2082 : return 0 2022-06-04 10:31:18.913 | + lib/nova:create_nova_conf:511 : write_uwsgi_config /etc/nova/nova-api-uwsgi.ini /usr/local/bin/nova-api-wsgi /compute 2022-06-04 10:31:18.916 | + lib/apache:write_uwsgi_config:254 : local file=/etc/nova/nova-api-uwsgi.ini 2022-06-04 10:31:18.918 | + lib/apache:write_uwsgi_config:255 : local wsgi=/usr/local/bin/nova-api-wsgi 2022-06-04 10:31:18.920 | + lib/apache:write_uwsgi_config:256 : local url=/compute 2022-06-04 10:31:18.923 | + lib/apache:write_uwsgi_config:257 : local http= 2022-06-04 10:31:18.925 | + lib/apache:write_uwsgi_config:258 : local name= 2022-06-04 10:31:18.928 | ++ lib/apache:write_uwsgi_config:259 : basename /usr/local/bin/nova-api-wsgi 2022-06-04 10:31:18.933 | + lib/apache:write_uwsgi_config:259 : name=nova-api-wsgi 2022-06-04 10:31:18.935 | + lib/apache:write_uwsgi_config:263 : local socket_dir=/var/run/uwsgi 2022-06-04 10:31:18.937 | + lib/apache:write_uwsgi_config:267 : sudo mkdir -p /etc/tmpfiles.d/ 2022-06-04 10:31:18.950 | + lib/apache:write_uwsgi_config:268 : echo 'd /var/run/uwsgi 0755 ubuntu root' 2022-06-04 10:31:18.951 | + lib/apache:write_uwsgi_config:268 : sudo tee /etc/tmpfiles.d/uwsgi.conf 2022-06-04 10:31:18.959 | d /var/run/uwsgi 0755 ubuntu root 2022-06-04 10:31:18.962 | + lib/apache:write_uwsgi_config:269 : sudo systemd-tmpfiles --create /etc/tmpfiles.d/uwsgi.conf 2022-06-04 10:31:18.979 | + lib/apache:write_uwsgi_config:271 : local socket=/var/run/uwsgi/nova-api-wsgi.socket 2022-06-04 10:31:18.981 | + lib/apache:write_uwsgi_config:274 : rm -rf /etc/nova/nova-api-uwsgi.ini 2022-06-04 10:31:18.985 | + lib/apache:write_uwsgi_config:275 : iniset /etc/nova/nova-api-uwsgi.ini uwsgi wsgi-file /usr/local/bin/nova-api-wsgi 2022-06-04 10:31:19.014 | + lib/apache:write_uwsgi_config:276 : iniset /etc/nova/nova-api-uwsgi.ini uwsgi processes 2 2022-06-04 10:31:19.042 | + lib/apache:write_uwsgi_config:278 : iniset /etc/nova/nova-api-uwsgi.ini uwsgi master true 2022-06-04 10:31:19.069 | + lib/apache:write_uwsgi_config:280 : iniset /etc/nova/nova-api-uwsgi.ini uwsgi die-on-term true 2022-06-04 10:31:19.096 | + lib/apache:write_uwsgi_config:281 : iniset /etc/nova/nova-api-uwsgi.ini uwsgi exit-on-reload false 2022-06-04 10:31:19.124 | + lib/apache:write_uwsgi_config:284 : iniset /etc/nova/nova-api-uwsgi.ini uwsgi worker-reload-mercy 90 2022-06-04 10:31:19.152 | + lib/apache:write_uwsgi_config:285 : iniset /etc/nova/nova-api-uwsgi.ini uwsgi enable-threads true 2022-06-04 10:31:19.179 | + lib/apache:write_uwsgi_config:286 : iniset /etc/nova/nova-api-uwsgi.ini uwsgi plugins http,python3 2022-06-04 10:31:19.207 | + lib/apache:write_uwsgi_config:288 : iniset /etc/nova/nova-api-uwsgi.ini uwsgi thunder-lock true 2022-06-04 10:31:19.235 | + lib/apache:write_uwsgi_config:290 : iniset /etc/nova/nova-api-uwsgi.ini uwsgi hook-master-start 'unix_signal:15 gracefully_kill_them_all' 2022-06-04 10:31:19.263 | + lib/apache:write_uwsgi_config:292 : iniset /etc/nova/nova-api-uwsgi.ini uwsgi buffer-size 65535 2022-06-04 10:31:19.290 | + lib/apache:write_uwsgi_config:294 : iniset /etc/nova/nova-api-uwsgi.ini uwsgi add-header 'Connection: close' 2022-06-04 10:31:19.318 | + lib/apache:write_uwsgi_config:296 : iniset /etc/nova/nova-api-uwsgi.ini uwsgi lazy-apps true 2022-06-04 10:31:19.346 | + lib/apache:write_uwsgi_config:299 : [[ -n '' ]] 2022-06-04 10:31:19.348 | + lib/apache:write_uwsgi_config:302 : local apache_conf= 2022-06-04 10:31:19.351 | ++ lib/apache:write_uwsgi_config:303 : apache_site_config_for nova-api-wsgi 2022-06-04 10:31:19.354 | ++ lib/apache:apache_site_config_for:186 : local site=nova-api-wsgi 2022-06-04 10:31:19.356 | ++ lib/apache:apache_site_config_for:187 : is_ubuntu 2022-06-04 10:31:19.358 | ++ functions-common:is_ubuntu:568 : [[ -z deb ]] 2022-06-04 10:31:19.361 | ++ functions-common:is_ubuntu:571 : '[' deb = deb ']' 2022-06-04 10:31:19.363 | ++ lib/apache:apache_site_config_for:189 : echo /etc/apache2/sites-available/nova-api-wsgi.conf 2022-06-04 10:31:19.366 | + lib/apache:write_uwsgi_config:303 : apache_conf=/etc/apache2/sites-available/nova-api-wsgi.conf 2022-06-04 10:31:19.369 | + lib/apache:write_uwsgi_config:304 : iniset /etc/nova/nova-api-uwsgi.ini uwsgi socket /var/run/uwsgi/nova-api-wsgi.socket 2022-06-04 10:31:19.396 | + lib/apache:write_uwsgi_config:305 : iniset /etc/nova/nova-api-uwsgi.ini uwsgi chmod-socket 666 2022-06-04 10:31:19.424 | + lib/apache:write_uwsgi_config:306 : echo 'ProxyPass "/compute" "unix:/var/run/uwsgi/nova-api-wsgi.socket|uwsgi://uwsgi-uds-nova-api-wsgi" retry=0 ' 2022-06-04 10:31:19.425 | + lib/apache:write_uwsgi_config:306 : sudo tee -a /etc/apache2/sites-available/nova-api-wsgi.conf 2022-06-04 10:31:19.434 | ProxyPass "/compute" "unix:/var/run/uwsgi/nova-api-wsgi.socket|uwsgi://uwsgi-uds-nova-api-wsgi" retry=0 2022-06-04 10:31:19.437 | + lib/apache:write_uwsgi_config:307 : enable_apache_site nova-api-wsgi 2022-06-04 10:31:19.439 | + lib/apache:enable_apache_site:203 : local site=nova-api-wsgi 2022-06-04 10:31:19.442 | + lib/apache:enable_apache_site:205 : enable_apache_mod version 2022-06-04 10:31:19.444 | + lib/apache:enable_apache_mod:59 : local mod=version 2022-06-04 10:31:19.447 | + lib/apache:enable_apache_mod:61 : is_ubuntu 2022-06-04 10:31:19.450 | + functions-common:is_ubuntu:568 : [[ -z deb ]] 2022-06-04 10:31:19.452 | + functions-common:is_ubuntu:571 : '[' deb = deb ']' 2022-06-04 10:31:19.454 | + lib/apache:enable_apache_mod:64 : [[ version != \v\e\r\s\i\o\n ]] 2022-06-04 10:31:19.457 | + lib/apache:enable_apache_site:206 : is_ubuntu 2022-06-04 10:31:19.459 | + functions-common:is_ubuntu:568 : [[ -z deb ]] 2022-06-04 10:31:19.462 | + functions-common:is_ubuntu:571 : '[' deb = deb ']' 2022-06-04 10:31:19.464 | + lib/apache:enable_apache_site:207 : sudo a2ensite nova-api-wsgi 2022-06-04 10:31:19.526 | Enabling site nova-api-wsgi. 2022-06-04 10:31:19.532 | To activate the new configuration, you need to run: 2022-06-04 10:31:19.532 | systemctl reload apache2 2022-06-04 10:31:19.536 | + lib/apache:write_uwsgi_config:308 : restart_apache_server 2022-06-04 10:31:19.539 | + lib/apache:restart_apache_server:250 : restart_service apache2 2022-06-04 10:31:19.541 | + functions-common:restart_service:2310 : '[' -x /bin/systemctl ']' 2022-06-04 10:31:19.543 | + functions-common:restart_service:2311 : sudo /bin/systemctl restart apache2 2022-06-04 10:31:19.680 | + lib/nova:create_nova_conf:514 : is_service_enabled n-api-meta 2022-06-04 10:31:19.701 | + functions-common:is_service_enabled:2082 : return 0 2022-06-04 10:31:19.703 | + lib/nova:create_nova_conf:515 : write_uwsgi_config /etc/nova/nova-metadata-uwsgi.ini /usr/local/bin/nova-metadata-wsgi '' 0.0.0.0:8775 2022-06-04 10:31:19.706 | + lib/apache:write_uwsgi_config:254 : local file=/etc/nova/nova-metadata-uwsgi.ini 2022-06-04 10:31:19.708 | + lib/apache:write_uwsgi_config:255 : local wsgi=/usr/local/bin/nova-metadata-wsgi 2022-06-04 10:31:19.710 | + lib/apache:write_uwsgi_config:256 : local url= 2022-06-04 10:31:19.713 | + lib/apache:write_uwsgi_config:257 : local http=0.0.0.0:8775 2022-06-04 10:31:19.715 | + lib/apache:write_uwsgi_config:258 : local name= 2022-06-04 10:31:19.718 | ++ lib/apache:write_uwsgi_config:259 : basename /usr/local/bin/nova-metadata-wsgi 2022-06-04 10:31:19.722 | + lib/apache:write_uwsgi_config:259 : name=nova-metadata-wsgi 2022-06-04 10:31:19.725 | + lib/apache:write_uwsgi_config:263 : local socket_dir=/var/run/uwsgi 2022-06-04 10:31:19.728 | + lib/apache:write_uwsgi_config:267 : sudo mkdir -p /etc/tmpfiles.d/ 2022-06-04 10:31:19.741 | + lib/apache:write_uwsgi_config:268 : sudo tee /etc/tmpfiles.d/uwsgi.conf 2022-06-04 10:31:19.741 | + lib/apache:write_uwsgi_config:268 : echo 'd /var/run/uwsgi 0755 ubuntu root' 2022-06-04 10:31:19.750 | d /var/run/uwsgi 0755 ubuntu root 2022-06-04 10:31:19.754 | + lib/apache:write_uwsgi_config:269 : sudo systemd-tmpfiles --create /etc/tmpfiles.d/uwsgi.conf 2022-06-04 10:31:19.769 | + lib/apache:write_uwsgi_config:271 : local socket=/var/run/uwsgi/nova-metadata-wsgi.socket 2022-06-04 10:31:19.772 | + lib/apache:write_uwsgi_config:274 : rm -rf /etc/nova/nova-metadata-uwsgi.ini 2022-06-04 10:31:19.776 | + lib/apache:write_uwsgi_config:275 : iniset /etc/nova/nova-metadata-uwsgi.ini uwsgi wsgi-file /usr/local/bin/nova-metadata-wsgi 2022-06-04 10:31:19.807 | + lib/apache:write_uwsgi_config:276 : iniset /etc/nova/nova-metadata-uwsgi.ini uwsgi processes 2 2022-06-04 10:31:19.833 | + lib/apache:write_uwsgi_config:278 : iniset /etc/nova/nova-metadata-uwsgi.ini uwsgi master true 2022-06-04 10:31:19.862 | + lib/apache:write_uwsgi_config:280 : iniset /etc/nova/nova-metadata-uwsgi.ini uwsgi die-on-term true 2022-06-04 10:31:19.891 | + lib/apache:write_uwsgi_config:281 : iniset /etc/nova/nova-metadata-uwsgi.ini uwsgi exit-on-reload false 2022-06-04 10:31:19.920 | + lib/apache:write_uwsgi_config:284 : iniset /etc/nova/nova-metadata-uwsgi.ini uwsgi worker-reload-mercy 90 2022-06-04 10:31:19.949 | + lib/apache:write_uwsgi_config:285 : iniset /etc/nova/nova-metadata-uwsgi.ini uwsgi enable-threads true 2022-06-04 10:31:19.978 | + lib/apache:write_uwsgi_config:286 : iniset /etc/nova/nova-metadata-uwsgi.ini uwsgi plugins http,python3 2022-06-04 10:31:20.005 | + lib/apache:write_uwsgi_config:288 : iniset /etc/nova/nova-metadata-uwsgi.ini uwsgi thunder-lock true 2022-06-04 10:31:20.033 | + lib/apache:write_uwsgi_config:290 : iniset /etc/nova/nova-metadata-uwsgi.ini uwsgi hook-master-start 'unix_signal:15 gracefully_kill_them_all' 2022-06-04 10:31:20.062 | + lib/apache:write_uwsgi_config:292 : iniset /etc/nova/nova-metadata-uwsgi.ini uwsgi buffer-size 65535 2022-06-04 10:31:20.090 | + lib/apache:write_uwsgi_config:294 : iniset /etc/nova/nova-metadata-uwsgi.ini uwsgi add-header 'Connection: close' 2022-06-04 10:31:20.118 | + lib/apache:write_uwsgi_config:296 : iniset /etc/nova/nova-metadata-uwsgi.ini uwsgi lazy-apps true 2022-06-04 10:31:20.145 | + lib/apache:write_uwsgi_config:299 : [[ -n 0.0.0.0:8775 ]] 2022-06-04 10:31:20.148 | + lib/apache:write_uwsgi_config:300 : iniset /etc/nova/nova-metadata-uwsgi.ini uwsgi http 0.0.0.0:8775 2022-06-04 10:31:20.176 | + lib/nova:create_nova_conf:518 : is_service_enabled ceilometer 2022-06-04 10:31:20.192 | + functions-common:is_service_enabled:2082 : return 1 2022-06-04 10:31:20.195 | + lib/nova:create_nova_conf:526 : iniset /etc/nova/nova.conf oslo_messaging_notifications driver messagingv2 2022-06-04 10:31:20.229 | ++ lib/nova:create_nova_conf:527 : get_notification_url 2022-06-04 10:31:20.231 | ++ lib/rpc_backend:get_notification_url:149 : local virtual_host= 2022-06-04 10:31:20.233 | ++ lib/rpc_backend:get_notification_url:150 : is_service_enabled rabbit 2022-06-04 10:31:20.250 | ++ functions-common:is_service_enabled:2082 : return 0 2022-06-04 10:31:20.253 | ++ lib/rpc_backend:get_notification_url:151 : echo rabbit://stackrabbit:Passw0rd@10.222.0.66:5672/ 2022-06-04 10:31:20.256 | + lib/nova:create_nova_conf:527 : iniset /etc/nova/nova.conf oslo_messaging_notifications transport_url rabbit://stackrabbit:Passw0rd@10.222.0.66:5672/ 2022-06-04 10:31:20.286 | + lib/nova:create_nova_conf:528 : iniset /etc/nova/nova.conf notifications notification_format unversioned 2022-06-04 10:31:20.318 | + lib/nova:create_nova_conf:529 : iniset_rpc_backend nova /etc/nova/nova.conf 2022-06-04 10:31:20.321 | + lib/rpc_backend:iniset_rpc_backend:157 : local package=nova 2022-06-04 10:31:20.323 | + lib/rpc_backend:iniset_rpc_backend:158 : local file=/etc/nova/nova.conf 2022-06-04 10:31:20.325 | + lib/rpc_backend:iniset_rpc_backend:159 : local section=DEFAULT 2022-06-04 10:31:20.328 | + lib/rpc_backend:iniset_rpc_backend:160 : local virtual_host= 2022-06-04 10:31:20.330 | + lib/rpc_backend:iniset_rpc_backend:161 : is_service_enabled rabbit 2022-06-04 10:31:20.346 | + functions-common:is_service_enabled:2082 : return 0 2022-06-04 10:31:20.350 | ++ lib/rpc_backend:iniset_rpc_backend:162 : get_transport_url '' 2022-06-04 10:31:20.353 | ++ lib/rpc_backend:get_transport_url:139 : local virtual_host= 2022-06-04 10:31:20.355 | ++ lib/rpc_backend:get_transport_url:140 : is_service_enabled rabbit 2022-06-04 10:31:20.372 | ++ functions-common:is_service_enabled:2082 : return 0 2022-06-04 10:31:20.374 | ++ lib/rpc_backend:get_transport_url:141 : echo rabbit://stackrabbit:Passw0rd@10.222.0.66:5672/ 2022-06-04 10:31:20.377 | + lib/rpc_backend:iniset_rpc_backend:162 : iniset /etc/nova/nova.conf DEFAULT transport_url rabbit://stackrabbit:Passw0rd@10.222.0.66:5672/ 2022-06-04 10:31:20.405 | + lib/rpc_backend:iniset_rpc_backend:163 : '[' -n '' ']' 2022-06-04 10:31:20.407 | + lib/rpc_backend:iniset_rpc_backend:166 : '[' -n '' ']' 2022-06-04 10:31:20.409 | + lib/nova:create_nova_conf:531 : iniset /etc/nova/nova.conf DEFAULT osapi_compute_workers 2 2022-06-04 10:31:20.438 | + lib/nova:create_nova_conf:532 : iniset /etc/nova/nova.conf DEFAULT metadata_workers 2 2022-06-04 10:31:20.466 | + lib/nova:create_nova_conf:534 : iniset /etc/nova/nova.conf conductor workers 2 2022-06-04 10:31:20.497 | + lib/nova:create_nova_conf:536 : is_service_enabled tls-proxy 2022-06-04 10:31:20.514 | + functions-common:is_service_enabled:2082 : return 1 2022-06-04 10:31:20.516 | + lib/nova:create_nova_conf:541 : iniset /etc/nova/nova.conf DEFAULT graceful_shutdown_timeout 5 2022-06-04 10:31:20.544 | + lib/nova:create_nova_conf:543 : '[' True == True ']' 2022-06-04 10:31:20.547 | + lib/nova:create_nova_conf:544 : init_nova_service_user_conf 2022-06-04 10:31:20.549 | + lib/nova:init_nova_service_user_conf:792 : iniset /etc/nova/nova.conf service_user send_service_user_token True 2022-06-04 10:31:20.580 | + lib/nova:init_nova_service_user_conf:793 : iniset /etc/nova/nova.conf service_user auth_type password 2022-06-04 10:31:20.608 | + lib/nova:init_nova_service_user_conf:794 : iniset /etc/nova/nova.conf service_user auth_url http://10.222.0.66/identity 2022-06-04 10:31:20.637 | + lib/nova:init_nova_service_user_conf:795 : iniset /etc/nova/nova.conf service_user username nova 2022-06-04 10:31:20.665 | + lib/nova:init_nova_service_user_conf:796 : iniset /etc/nova/nova.conf service_user password Passw0rd 2022-06-04 10:31:20.693 | + lib/nova:init_nova_service_user_conf:797 : iniset /etc/nova/nova.conf service_user user_domain_name Default 2022-06-04 10:31:20.721 | + lib/nova:init_nova_service_user_conf:798 : iniset /etc/nova/nova.conf service_user project_name service 2022-06-04 10:31:20.750 | + lib/nova:init_nova_service_user_conf:799 : iniset /etc/nova/nova.conf service_user project_domain_name Default 2022-06-04 10:31:20.778 | + lib/nova:init_nova_service_user_conf:800 : iniset /etc/nova/nova.conf service_user auth_strategy keystone 2022-06-04 10:31:20.807 | + lib/nova:create_nova_conf:547 : is_service_enabled n-cond 2022-06-04 10:31:20.823 | + functions-common:is_service_enabled:2082 : return 0 2022-06-04 10:31:20.826 | ++ lib/nova:create_nova_conf:548 : seq 1 1 2022-06-04 10:31:20.830 | + lib/nova:create_nova_conf:548 : for i in $(seq 1 $NOVA_NUM_CELLS) 2022-06-04 10:31:20.832 | + lib/nova:create_nova_conf:549 : local conf 2022-06-04 10:31:20.835 | + lib/nova:create_nova_conf:550 : local vhost 2022-06-04 10:31:20.838 | ++ lib/nova:create_nova_conf:551 : conductor_conf 1 2022-06-04 10:31:20.841 | ++ lib/nova:conductor_conf:804 : local cell=1 2022-06-04 10:31:20.843 | ++ lib/nova:conductor_conf:805 : echo /etc/nova/nova_cell1.conf 2022-06-04 10:31:20.846 | + lib/nova:create_nova_conf:551 : conf=/etc/nova/nova_cell1.conf 2022-06-04 10:31:20.848 | + lib/nova:create_nova_conf:552 : vhost=nova_cell1 2022-06-04 10:31:20.851 | + lib/nova:create_nova_conf:554 : rm -f /etc/nova/nova_cell1.conf 2022-06-04 10:31:20.856 | ++ lib/nova:create_nova_conf:555 : database_connection_url nova_cell1 2022-06-04 10:31:20.858 | ++ lib/database:database_connection_url:134 : local db=nova_cell1 2022-06-04 10:31:20.861 | ++ lib/database:database_connection_url:135 : database_connection_url_mysql nova_cell1 2022-06-04 10:31:20.863 | ++ lib/databases/mysql:database_connection_url_mysql:224 : local db=nova_cell1 2022-06-04 10:31:20.865 | ++ lib/databases/mysql:database_connection_url_mysql:225 : local plugin 2022-06-04 10:31:20.868 | ++ lib/databases/mysql:database_connection_url_mysql:229 : [[ True == \T\r\u\e ]] 2022-06-04 10:31:20.870 | ++ lib/databases/mysql:database_connection_url_mysql:230 : is_service_enabled mysql 2022-06-04 10:31:20.886 | ++ functions-common:is_service_enabled:2082 : return 0 2022-06-04 10:31:20.889 | ++ lib/databases/mysql:database_connection_url_mysql:231 : plugin='&plugin=dbcounter' 2022-06-04 10:31:20.891 | ++ lib/databases/mysql:database_connection_url_mysql:235 : echo 'mysql+pymysql://root:Passw0rd@127.0.0.1/nova_cell1?charset=utf8&plugin=dbcounter' 2022-06-04 10:31:20.894 | + lib/nova:create_nova_conf:555 : iniset /etc/nova/nova_cell1.conf database connection 'mysql+pymysql://root:Passw0rd@127.0.0.1/nova_cell1?charset=utf8&plugin=dbcounter' 2022-06-04 10:31:20.926 | + lib/nova:create_nova_conf:556 : iniset /etc/nova/nova_cell1.conf conductor workers 2 2022-06-04 10:31:20.958 | + lib/nova:create_nova_conf:557 : iniset /etc/nova/nova_cell1.conf DEFAULT debug True 2022-06-04 10:31:20.988 | + lib/nova:create_nova_conf:559 : [[ superconductor == \s\i\n\g\l\e\c\o\n\d\u\c\t\o\r ]] 2022-06-04 10:31:20.990 | + lib/nova:create_nova_conf:562 : rpc_backend_add_vhost nova_cell1 2022-06-04 10:31:20.994 | + lib/rpc_backend:rpc_backend_add_vhost:125 : local vhost=nova_cell1 2022-06-04 10:31:20.996 | + lib/rpc_backend:rpc_backend_add_vhost:126 : is_service_enabled rabbit 2022-06-04 10:31:21.013 | + functions-common:is_service_enabled:2082 : return 0 2022-06-04 10:31:21.017 | ++ lib/rpc_backend:rpc_backend_add_vhost:127 : sudo rabbitmqctl list_vhosts 2022-06-04 10:31:21.017 | ++ lib/rpc_backend:rpc_backend_add_vhost:127 : grep nova_cell1 2022-06-04 10:31:21.713 | + lib/rpc_backend:rpc_backend_add_vhost:127 : '[' -z nova_cell1 ']' 2022-06-04 10:31:21.716 | + lib/nova:create_nova_conf:563 : iniset_rpc_backend nova /etc/nova/nova_cell1.conf DEFAULT nova_cell1 2022-06-04 10:31:21.718 | + lib/rpc_backend:iniset_rpc_backend:157 : local package=nova 2022-06-04 10:31:21.721 | + lib/rpc_backend:iniset_rpc_backend:158 : local file=/etc/nova/nova_cell1.conf 2022-06-04 10:31:21.723 | + lib/rpc_backend:iniset_rpc_backend:159 : local section=DEFAULT 2022-06-04 10:31:21.726 | + lib/rpc_backend:iniset_rpc_backend:160 : local virtual_host=nova_cell1 2022-06-04 10:31:21.729 | + lib/rpc_backend:iniset_rpc_backend:161 : is_service_enabled rabbit 2022-06-04 10:31:21.745 | + functions-common:is_service_enabled:2082 : return 0 2022-06-04 10:31:21.748 | ++ lib/rpc_backend:iniset_rpc_backend:162 : get_transport_url nova_cell1 2022-06-04 10:31:21.751 | ++ lib/rpc_backend:get_transport_url:139 : local virtual_host=nova_cell1 2022-06-04 10:31:21.753 | ++ lib/rpc_backend:get_transport_url:140 : is_service_enabled rabbit 2022-06-04 10:31:21.769 | ++ functions-common:is_service_enabled:2082 : return 0 2022-06-04 10:31:21.771 | ++ lib/rpc_backend:get_transport_url:141 : echo rabbit://stackrabbit:Passw0rd@10.222.0.66:5672/nova_cell1 2022-06-04 10:31:21.775 | + lib/rpc_backend:iniset_rpc_backend:162 : iniset /etc/nova/nova_cell1.conf DEFAULT transport_url rabbit://stackrabbit:Passw0rd@10.222.0.66:5672/nova_cell1 2022-06-04 10:31:21.803 | + lib/rpc_backend:iniset_rpc_backend:163 : '[' -n '' ']' 2022-06-04 10:31:21.806 | + lib/rpc_backend:iniset_rpc_backend:166 : '[' -n '' ']' 2022-06-04 10:31:21.808 | + lib/nova:create_nova_conf:567 : is_service_enabled placement placement-client 2022-06-04 10:31:21.825 | + functions-common:is_service_enabled:2082 : return 0 2022-06-04 10:31:21.827 | + lib/nova:create_nova_conf:568 : configure_placement_nova_compute /etc/nova/nova_cell1.conf 2022-06-04 10:31:21.830 | + lib/nova:configure_placement_nova_compute:596 : local conf=/etc/nova/nova_cell1.conf 2022-06-04 10:31:21.832 | + lib/nova:configure_placement_nova_compute:597 : iniset /etc/nova/nova_cell1.conf placement auth_type password 2022-06-04 10:31:21.865 | + lib/nova:configure_placement_nova_compute:598 : iniset /etc/nova/nova_cell1.conf placement auth_url http://10.222.0.66/identity 2022-06-04 10:31:21.894 | + lib/nova:configure_placement_nova_compute:599 : iniset /etc/nova/nova_cell1.conf placement username placement 2022-06-04 10:31:21.923 | + lib/nova:configure_placement_nova_compute:600 : iniset /etc/nova/nova_cell1.conf placement password Passw0rd 2022-06-04 10:31:21.951 | + lib/nova:configure_placement_nova_compute:601 : iniset /etc/nova/nova_cell1.conf placement user_domain_name Default 2022-06-04 10:31:21.981 | + lib/nova:configure_placement_nova_compute:602 : iniset /etc/nova/nova_cell1.conf placement project_name service 2022-06-04 10:31:22.009 | + lib/nova:configure_placement_nova_compute:603 : iniset /etc/nova/nova_cell1.conf placement project_domain_name Default 2022-06-04 10:31:22.037 | + lib/nova:configure_placement_nova_compute:604 : iniset /etc/nova/nova_cell1.conf placement region_name RegionOne 2022-06-04 10:31:22.065 | + lib/nova:create_nova_conf:572 : setup_logging /etc/nova/nova_cell1.conf 2022-06-04 10:31:22.067 | + functions:setup_logging:674 : setup_systemd_logging /etc/nova/nova_cell1.conf 2022-06-04 10:31:22.070 | + functions:setup_systemd_logging:689 : local conf_file=/etc/nova/nova_cell1.conf 2022-06-04 10:31:22.073 | ++ functions:setup_systemd_logging:694 : trueorfalse False USE_JOURNAL 2022-06-04 10:31:22.091 | + functions:setup_systemd_logging:694 : USE_JOURNAL=False 2022-06-04 10:31:22.093 | + functions:setup_systemd_logging:695 : local pidstr= 2022-06-04 10:31:22.095 | + functions:setup_systemd_logging:696 : [[ False == \T\r\u\e ]] 2022-06-04 10:31:22.098 | + functions:setup_systemd_logging:700 : pidstr='(pid=%(process)d) ' 2022-06-04 10:31:22.100 | + 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-06-04 10:31:22.129 | + 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-06-04 10:31:22.158 | + 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-06-04 10:31:22.186 | + functions:setup_systemd_logging:706 : iniset /etc/nova/nova_cell1.conf DEFAULT logging_exception_prefix 'ERROR %(name)s %(instance)s' 2022-06-04 10:31:22.216 | + lib/nova:create_nova_conf:579 : [[ superconductor == \s\i\n\g\l\e\c\o\n\d\u\c\t\o\r ]] 2022-06-04 10:31:22.219 | ++ lib/nova:create_nova_conf:582 : seq 1 1 2022-06-04 10:31:22.223 | + lib/nova:create_nova_conf:582 : for i in $(seq 1 $NOVA_NUM_CELLS) 2022-06-04 10:31:22.225 | + lib/nova:create_nova_conf:583 : local conf 2022-06-04 10:31:22.228 | + lib/nova:create_nova_conf:584 : local offset 2022-06-04 10:31:22.231 | ++ lib/nova:create_nova_conf:585 : conductor_conf 1 2022-06-04 10:31:22.234 | ++ lib/nova:conductor_conf:804 : local cell=1 2022-06-04 10:31:22.236 | ++ lib/nova:conductor_conf:805 : echo /etc/nova/nova_cell1.conf 2022-06-04 10:31:22.239 | + lib/nova:create_nova_conf:585 : conf=/etc/nova/nova_cell1.conf 2022-06-04 10:31:22.242 | + lib/nova:create_nova_conf:586 : offset=0 2022-06-04 10:31:22.244 | + lib/nova:create_nova_conf:587 : configure_console_proxies /etc/nova/nova_cell1.conf 0 2022-06-04 10:31:22.247 | + lib/nova:configure_console_proxies:694 : local conf=/etc/nova/nova_cell1.conf 2022-06-04 10:31:22.249 | + lib/nova:configure_console_proxies:695 : local offset=0 2022-06-04 10:31:22.251 | + lib/nova:configure_console_proxies:699 : offset=0 2022-06-04 10:31:22.254 | + lib/nova:configure_console_proxies:701 : is_service_enabled n-novnc 2022-06-04 10:31:22.271 | + functions-common:is_service_enabled:2082 : return 1 2022-06-04 10:31:22.274 | + lib/nova:configure_console_proxies:701 : '[' False '!=' False ']' 2022-06-04 10:31:22.276 | + lib/nova:configure_console_proxies:733 : is_service_enabled n-spice 2022-06-04 10:31:22.293 | + functions-common:is_service_enabled:2082 : return 1 2022-06-04 10:31:22.295 | + lib/nova:configure_console_proxies:738 : is_service_enabled n-sproxy 2022-06-04 10:31:22.312 | + functions-common:is_service_enabled:2082 : return 1 2022-06-04 10:31:22.315 | + lib/nova:configure_nova:336 : is_service_enabled n-cpu 2022-06-04 10:31:22.332 | + functions-common:is_service_enabled:2082 : return 1 2022-06-04 10:31:22.334 | + ./stack.sh:main:935 : is_service_enabled placement 2022-06-04 10:31:22.353 | + functions-common:is_service_enabled:2082 : return 0 2022-06-04 10:31:22.355 | + ./stack.sh:main:937 : stack_install_service placement 2022-06-04 10:31:22.358 | + lib/stack:stack_install_service:20 : local service=placement 2022-06-04 10:31:22.360 | + lib/stack:stack_install_service:21 : type install_placement 2022-06-04 10:31:22.363 | + lib/stack:stack_install_service:23 : [[ False = True ]] 2022-06-04 10:31:22.365 | + lib/stack:stack_install_service:32 : install_placement 2022-06-04 10:31:22.368 | + lib/placement:install_placement:137 : install_apache_wsgi 2022-06-04 10:31:22.370 | + lib/apache:install_apache_wsgi:143 : is_ubuntu 2022-06-04 10:31:22.373 | + functions-common:is_ubuntu:568 : [[ -z deb ]] 2022-06-04 10:31:22.375 | + functions-common:is_ubuntu:571 : '[' deb = deb ']' 2022-06-04 10:31:22.378 | + lib/apache:install_apache_wsgi:145 : install_package apache2 2022-06-04 10:31:22.381 | + functions-common:install_package:1464 : update_package_repo 2022-06-04 10:31:22.383 | + functions-common:update_package_repo:1436 : NO_UPDATE_REPOS=False 2022-06-04 10:31:22.386 | + functions-common:update_package_repo:1437 : REPOS_UPDATED=True 2022-06-04 10:31:22.388 | + functions-common:update_package_repo:1438 : RETRY_UPDATE=False 2022-06-04 10:31:22.391 | + functions-common:update_package_repo:1440 : [[ False = \T\r\u\e ]] 2022-06-04 10:31:22.393 | + functions-common:update_package_repo:1444 : is_ubuntu 2022-06-04 10:31:22.396 | + functions-common:is_ubuntu:568 : [[ -z deb ]] 2022-06-04 10:31:22.399 | + functions-common:is_ubuntu:571 : '[' deb = deb ']' 2022-06-04 10:31:22.401 | + functions-common:update_package_repo:1445 : apt_get_update 2022-06-04 10:31:22.404 | + functions-common:apt_get_update:1190 : [[ True == \T\r\u\e ]] 2022-06-04 10:31:22.406 | + functions-common:apt_get_update:1190 : [[ False != \T\r\u\e ]] 2022-06-04 10:31:22.409 | + functions-common:apt_get_update:1191 : return 2022-06-04 10:31:22.411 | + functions-common:install_package:1465 : real_install_package apache2 2022-06-04 10:31:22.414 | + functions-common:real_install_package:1450 : is_ubuntu 2022-06-04 10:31:22.417 | + functions-common:is_ubuntu:568 : [[ -z deb ]] 2022-06-04 10:31:22.420 | + functions-common:is_ubuntu:571 : '[' deb = deb ']' 2022-06-04 10:31:22.422 | + functions-common:real_install_package:1451 : apt_get install apache2 2022-06-04 10:31:22.445 | + functions-common:apt_get:1231 : sudo DEBIAN_FRONTEND=noninteractive http_proxy= https_proxy= no_proxy= apt-get --option Dpkg::Options::=--force-confold --assume-yes install apache2 2022-06-04 10:31:22.555 | Reading package lists... 2022-06-04 10:31:22.804 | Building dependency tree... 2022-06-04 10:31:22.806 | Reading state information... 2022-06-04 10:31:23.062 | apache2 is already the newest version (2.4.41-4ubuntu3.11). 2022-06-04 10:31:23.062 | The following packages were automatically installed and are no longer required: 2022-06-04 10:31:23.064 | apport-symptoms libnetplan0 python3-automat python3-blinker python3-click 2022-06-04 10:31:23.064 | python3-colorama python3-configobj python3-constantly python3-entrypoints 2022-06-04 10:31:23.064 | python3-hamcrest python3-hyperlink python3-incremental python3-jwt 2022-06-04 10:31:23.064 | python3-keyring python3-lazr.uri python3-oauthlib python3-problem-report 2022-06-04 10:31:23.064 | python3-secretstorage python3-twisted-bin python3-wadllib 2022-06-04 10:31:23.064 | python3-zope.interface 2022-06-04 10:31:23.064 | Use 'sudo apt autoremove' to remove them. 2022-06-04 10:31:23.179 | 0 upgraded, 0 newly installed, 0 to remove and 139 not upgraded. 2022-06-04 10:31:23.184 | + functions-common:apt_get:1235 : result=0 2022-06-04 10:31:23.186 | + functions-common:apt_get:1238 : time_stop apt-get 2022-06-04 10:31:23.189 | + functions-common:time_stop:2426 : local name 2022-06-04 10:31:23.191 | + functions-common:time_stop:2427 : local end_time 2022-06-04 10:31:23.193 | + functions-common:time_stop:2428 : local elapsed_time 2022-06-04 10:31:23.196 | + functions-common:time_stop:2429 : local total 2022-06-04 10:31:23.199 | + functions-common:time_stop:2430 : local start_time 2022-06-04 10:31:23.201 | + functions-common:time_stop:2432 : name=apt-get 2022-06-04 10:31:23.203 | + functions-common:time_stop:2433 : start_time=1654338682442 2022-06-04 10:31:23.206 | + functions-common:time_stop:2435 : [[ -z 1654338682442 ]] 2022-06-04 10:31:23.209 | ++ functions-common:time_stop:2438 : date +%s%3N 2022-06-04 10:31:23.213 | + functions-common:time_stop:2438 : end_time=1654338683210 2022-06-04 10:31:23.215 | + functions-common:time_stop:2439 : elapsed_time=768 2022-06-04 10:31:23.218 | + functions-common:time_stop:2440 : total=6229 2022-06-04 10:31:23.220 | + functions-common:time_stop:2442 : _TIME_START[$name]= 2022-06-04 10:31:23.222 | + functions-common:time_stop:2443 : _TIME_TOTAL[$name]=6997 2022-06-04 10:31:23.225 | + functions-common:apt_get:1239 : return 0 2022-06-04 10:31:23.228 | + lib/apache:install_apache_wsgi:146 : is_package_installed libapache2-mod-wsgi 2022-06-04 10:31:23.231 | + functions-common:is_package_installed:1473 : [[ -z libapache2-mod-wsgi ]] 2022-06-04 10:31:23.233 | + functions-common:is_package_installed:1477 : [[ -z deb ]] 2022-06-04 10:31:23.236 | + functions-common:is_package_installed:1481 : [[ deb = \d\e\b ]] 2022-06-04 10:31:23.238 | + functions-common:is_package_installed:1482 : dpkg -s libapache2-mod-wsgi 2022-06-04 10:31:23.262 | + lib/apache:install_apache_wsgi:149 : install_package libapache2-mod-wsgi-py3 2022-06-04 10:31:23.264 | + functions-common:install_package:1464 : update_package_repo 2022-06-04 10:31:23.267 | + functions-common:update_package_repo:1436 : NO_UPDATE_REPOS=False 2022-06-04 10:31:23.269 | + functions-common:update_package_repo:1437 : REPOS_UPDATED=True 2022-06-04 10:31:23.272 | + functions-common:update_package_repo:1438 : RETRY_UPDATE=False 2022-06-04 10:31:23.274 | + functions-common:update_package_repo:1440 : [[ False = \T\r\u\e ]] 2022-06-04 10:31:23.277 | + functions-common:update_package_repo:1444 : is_ubuntu 2022-06-04 10:31:23.279 | + functions-common:is_ubuntu:568 : [[ -z deb ]] 2022-06-04 10:31:23.282 | + functions-common:is_ubuntu:571 : '[' deb = deb ']' 2022-06-04 10:31:23.285 | + functions-common:update_package_repo:1445 : apt_get_update 2022-06-04 10:31:23.287 | + functions-common:apt_get_update:1190 : [[ True == \T\r\u\e ]] 2022-06-04 10:31:23.290 | + functions-common:apt_get_update:1190 : [[ False != \T\r\u\e ]] 2022-06-04 10:31:23.292 | + functions-common:apt_get_update:1191 : return 2022-06-04 10:31:23.295 | + functions-common:install_package:1465 : real_install_package libapache2-mod-wsgi-py3 2022-06-04 10:31:23.297 | + functions-common:real_install_package:1450 : is_ubuntu 2022-06-04 10:31:23.300 | + functions-common:is_ubuntu:568 : [[ -z deb ]] 2022-06-04 10:31:23.302 | + functions-common:is_ubuntu:571 : '[' deb = deb ']' 2022-06-04 10:31:23.306 | + functions-common:real_install_package:1451 : apt_get install libapache2-mod-wsgi-py3 2022-06-04 10:31:23.328 | + functions-common:apt_get:1231 : sudo DEBIAN_FRONTEND=noninteractive http_proxy= https_proxy= no_proxy= apt-get --option Dpkg::Options::=--force-confold --assume-yes install libapache2-mod-wsgi-py3 2022-06-04 10:31:23.440 | Reading package lists... 2022-06-04 10:31:23.688 | Building dependency tree... 2022-06-04 10:31:23.690 | Reading state information... 2022-06-04 10:31:23.952 | libapache2-mod-wsgi-py3 is already the newest version (4.6.8-1ubuntu3). 2022-06-04 10:31:23.953 | The following packages were automatically installed and are no longer required: 2022-06-04 10:31:23.954 | apport-symptoms libnetplan0 python3-automat python3-blinker python3-click 2022-06-04 10:31:23.954 | python3-colorama python3-configobj python3-constantly python3-entrypoints 2022-06-04 10:31:23.954 | python3-hamcrest python3-hyperlink python3-incremental python3-jwt 2022-06-04 10:31:23.954 | python3-keyring python3-lazr.uri python3-oauthlib python3-problem-report 2022-06-04 10:31:23.954 | python3-secretstorage python3-twisted-bin python3-wadllib 2022-06-04 10:31:23.954 | python3-zope.interface 2022-06-04 10:31:23.954 | Use 'sudo apt autoremove' to remove them. 2022-06-04 10:31:24.070 | 0 upgraded, 0 newly installed, 0 to remove and 139 not upgraded. 2022-06-04 10:31:24.075 | + functions-common:apt_get:1235 : result=0 2022-06-04 10:31:24.077 | + functions-common:apt_get:1238 : time_stop apt-get 2022-06-04 10:31:24.080 | + functions-common:time_stop:2426 : local name 2022-06-04 10:31:24.082 | + functions-common:time_stop:2427 : local end_time 2022-06-04 10:31:24.085 | + functions-common:time_stop:2428 : local elapsed_time 2022-06-04 10:31:24.088 | + functions-common:time_stop:2429 : local total 2022-06-04 10:31:24.090 | + functions-common:time_stop:2430 : local start_time 2022-06-04 10:31:24.092 | + functions-common:time_stop:2432 : name=apt-get 2022-06-04 10:31:24.095 | + functions-common:time_stop:2433 : start_time=1654338683326 2022-06-04 10:31:24.097 | + functions-common:time_stop:2435 : [[ -z 1654338683326 ]] 2022-06-04 10:31:24.101 | ++ functions-common:time_stop:2438 : date +%s%3N 2022-06-04 10:31:24.106 | + functions-common:time_stop:2438 : end_time=1654338684103 2022-06-04 10:31:24.108 | + functions-common:time_stop:2439 : elapsed_time=777 2022-06-04 10:31:24.110 | + functions-common:time_stop:2440 : total=6997 2022-06-04 10:31:24.113 | + functions-common:time_stop:2442 : _TIME_START[$name]= 2022-06-04 10:31:24.115 | + functions-common:time_stop:2443 : _TIME_TOTAL[$name]=7774 2022-06-04 10:31:24.118 | + functions-common:apt_get:1239 : return 0 2022-06-04 10:31:24.120 | + lib/apache:install_apache_wsgi:164 : enable_apache_mod wsgi 2022-06-04 10:31:24.123 | + lib/apache:enable_apache_mod:59 : local mod=wsgi 2022-06-04 10:31:24.126 | + lib/apache:enable_apache_mod:61 : is_ubuntu 2022-06-04 10:31:24.128 | + functions-common:is_ubuntu:568 : [[ -z deb ]] 2022-06-04 10:31:24.131 | + functions-common:is_ubuntu:571 : '[' deb = deb ']' 2022-06-04 10:31:24.134 | + lib/apache:enable_apache_mod:64 : [[ wsgi != \v\e\r\s\i\o\n ]] 2022-06-04 10:31:24.136 | + lib/apache:enable_apache_mod:64 : a2query -m wsgi 2022-06-04 10:31:24.193 | wsgi (enabled by maintainer script) 2022-06-04 10:31:24.197 | + lib/placement:install_placement:139 : pip_install_gr osc-placement 2022-06-04 10:31:24.199 | + inc/python:pip_install_gr:76 : local name=osc-placement 2022-06-04 10:31:24.202 | + inc/python:pip_install_gr:77 : local clean_name 2022-06-04 10:31:24.205 | ++ inc/python:pip_install_gr:78 : get_from_global_requirements osc-placement 2022-06-04 10:31:24.208 | ++ inc/python:get_from_global_requirements:221 : local package=osc-placement 2022-06-04 10:31:24.211 | ++ inc/python:get_from_global_requirements:222 : local required_pkg 2022-06-04 10:31:24.215 | +++ inc/python:get_from_global_requirements:223 : grep -i -h '^osc-placement' /opt/stack/requirements/global-requirements.txt 2022-06-04 10:31:24.215 | +++ inc/python:get_from_global_requirements:223 : cut -d# -f1 2022-06-04 10:31:24.220 | ++ inc/python:get_from_global_requirements:223 : required_pkg='osc-placement ' 2022-06-04 10:31:24.223 | ++ inc/python:get_from_global_requirements:224 : [[ osc-placement == '' ]] 2022-06-04 10:31:24.226 | ++ inc/python:get_from_global_requirements:227 : echo osc-placement 2022-06-04 10:31:24.229 | + inc/python:pip_install_gr:78 : clean_name=osc-placement 2022-06-04 10:31:24.231 | + inc/python:pip_install_gr:79 : pip_install osc-placement 2022-06-04 10:31:24.254 | Using python 3.8 to install osc-placement 2022-06-04 10:31:24.257 | + inc/python:pip_install:190 : sudo -H LC_ALL=en_US.UTF-8 SETUPTOOLS_USE_DISTUTILS=stdlib http_proxy= https_proxy= no_proxy= PIP_FIND_LINKS= python3.8 -m pip install -c /opt/stack/requirements/upper-constraints.txt osc-placement 2022-06-04 10:31:25.113 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-06-04 10:31:25.113 | from cryptography.utils import int_from_bytes 2022-06-04 10:31:25.114 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-06-04 10:31:25.114 | from cryptography.utils import int_from_bytes 2022-06-04 10:31:26.164 | Looking in indexes: http://10.100.0.9:8080/cloudbase/CI/+simple/ 2022-06-04 10:31:26.198 | Requirement already satisfied: osc-placement in /usr/local/lib/python3.8/dist-packages (3.2.0) 2022-06-04 10:31:26.208 | Requirement already satisfied: oslo.utils>=3.37.0 in /usr/local/lib/python3.8/dist-packages (from osc-placement) (4.13.0) 2022-06-04 10:31:26.209 | Requirement already satisfied: pbr>=2.0.0 in /usr/local/lib/python3.8/dist-packages (from osc-placement) (5.9.0) 2022-06-04 10:31:26.211 | Requirement already satisfied: osc-lib>=1.2.0 in /usr/local/lib/python3.8/dist-packages (from osc-placement) (2.6.0) 2022-06-04 10:31:26.212 | Requirement already satisfied: simplejson>=3.16.0 in /usr/local/lib/python3.8/dist-packages (from osc-placement) (3.17.6) 2022-06-04 10:31:26.213 | Requirement already satisfied: six>=1.10.0 in /usr/local/lib/python3.8/dist-packages (from osc-placement) (1.16.0) 2022-06-04 10:31:26.214 | Requirement already satisfied: keystoneauth1>=3.3.0 in /usr/local/lib/python3.8/dist-packages (from osc-placement) (4.6.0) 2022-06-04 10:31:26.274 | 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-06-04 10:31:26.275 | 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-06-04 10:31:26.277 | 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-06-04 10:31:26.278 | 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-06-04 10:31:26.292 | 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-06-04 10:31:26.293 | 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-06-04 10:31:26.294 | Requirement already satisfied: openstacksdk>=0.15.0 in /usr/local/lib/python3.8/dist-packages (from osc-lib>=1.2.0->osc-placement) (0.99.0) 2022-06-04 10:31:26.308 | Requirement already satisfied: pytz>=2013.6 in /usr/local/lib/python3.8/dist-packages (from oslo.utils>=3.37.0->osc-placement) (2022.1) 2022-06-04 10:31:26.309 | 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-06-04 10:31:26.312 | 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-06-04 10:31:26.313 | 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.9) 2022-06-04 10:31:26.314 | 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-06-04 10:31:26.315 | Requirement already satisfied: debtcollector>=1.2.0 in /usr/local/lib/python3.8/dist-packages (from oslo.utils>=3.37.0->osc-placement) (2.5.0) 2022-06-04 10:31:26.336 | 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.1) 2022-06-04 10:31:26.337 | 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.1) 2022-06-04 10:31:26.338 | 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.3.0) 2022-06-04 10:31:26.340 | 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-06-04 10:31:26.347 | 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.14.1) 2022-06-04 10:31:26.386 | 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-06-04 10:31:26.387 | 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) (1.0.0) 2022-06-04 10:31:26.389 | 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-06-04 10:31:26.391 | 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-06-04 10:31:26.392 | 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-06-04 10:31:26.393 | 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-06-04 10:31:26.395 | 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-06-04 10:31:26.396 | 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.2) 2022-06-04 10:31:26.465 | 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-06-04 10:31:26.466 | 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-06-04 10:31:26.468 | 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-06-04 10:31:26.469 | 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.9) 2022-06-04 10:31:26.559 | 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-06-04 10:31:26.560 | 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-06-04 10:31:26.561 | 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-06-04 10:31:26.605 | 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-06-04 10:31:26.645 | 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.3) 2022-06-04 10:31:26.831 | 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-06-04 10:31:29.091 | WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv 2022-06-04 10:31:29.098 | WARNING: You are using pip version 21.3.1; however, version 22.1.2 is available. 2022-06-04 10:31:29.098 | You should consider upgrading via the '/usr/bin/python3.8 -m pip install --upgrade pip' command. 2022-06-04 10:31:29.221 | + inc/python:pip_install:196 : result=0 2022-06-04 10:31:29.224 | + inc/python:pip_install:198 : time_stop pip_install 2022-06-04 10:31:29.227 | + functions-common:time_stop:2426 : local name 2022-06-04 10:31:29.229 | + functions-common:time_stop:2427 : local end_time 2022-06-04 10:31:29.232 | + functions-common:time_stop:2428 : local elapsed_time 2022-06-04 10:31:29.235 | + functions-common:time_stop:2429 : local total 2022-06-04 10:31:29.237 | + functions-common:time_stop:2430 : local start_time 2022-06-04 10:31:29.240 | + functions-common:time_stop:2432 : name=pip_install 2022-06-04 10:31:29.242 | + functions-common:time_stop:2433 : start_time=1654338684248 2022-06-04 10:31:29.245 | + functions-common:time_stop:2435 : [[ -z 1654338684248 ]] 2022-06-04 10:31:29.248 | ++ functions-common:time_stop:2438 : date +%s%3N 2022-06-04 10:31:29.253 | + functions-common:time_stop:2438 : end_time=1654338689250 2022-06-04 10:31:29.255 | + functions-common:time_stop:2439 : elapsed_time=5002 2022-06-04 10:31:29.258 | + functions-common:time_stop:2440 : total=164942 2022-06-04 10:31:29.261 | + functions-common:time_stop:2442 : _TIME_START[$name]= 2022-06-04 10:31:29.263 | + functions-common:time_stop:2443 : _TIME_TOTAL[$name]=169944 2022-06-04 10:31:29.266 | + inc/python:pip_install:199 : return 0 2022-06-04 10:31:29.268 | + lib/placement:install_placement:140 : git_clone https://opendev.org/openstack/placement.git /opt/stack/placement master 2022-06-04 10:31:29.271 | + functions-common:git_clone:597 : local git_remote=https://opendev.org/openstack/placement.git 2022-06-04 10:31:29.274 | + functions-common:git_clone:598 : local git_dest=/opt/stack/placement 2022-06-04 10:31:29.277 | + functions-common:git_clone:599 : local git_ref=master 2022-06-04 10:31:29.279 | + functions-common:git_clone:600 : local orig_dir 2022-06-04 10:31:29.282 | ++ functions-common:git_clone:601 : pwd 2022-06-04 10:31:29.285 | + functions-common:git_clone:601 : orig_dir=/home/ubuntu/devstack 2022-06-04 10:31:29.288 | + functions-common:git_clone:602 : local git_clone_flags= 2022-06-04 10:31:29.291 | ++ functions-common:git_clone:604 : trueorfalse False RECLONE 2022-06-04 10:31:29.309 | + functions-common:git_clone:604 : RECLONE=False 2022-06-04 10:31:29.311 | + functions-common:git_clone:605 : [[ 0 -gt 0 ]] 2022-06-04 10:31:29.314 | + functions-common:git_clone:609 : [[ False = \T\r\u\e ]] 2022-06-04 10:31:29.317 | + functions-common:git_clone:618 : echo master 2022-06-04 10:31:29.318 | + functions-common:git_clone:618 : egrep -q '^refs' 2022-06-04 10:31:29.323 | + functions-common:git_clone:632 : [[ ! -d /opt/stack/placement ]] 2022-06-04 10:31:29.326 | + functions-common:git_clone:640 : [[ False = \T\r\u\e ]] 2022-06-04 10:31:29.328 | + functions-common:git_clone:675 : sudo git config --system --add safe.directory /opt/stack/placement 2022-06-04 10:31:29.342 | + functions-common:git_clone:678 : cd /opt/stack/placement 2022-06-04 10:31:29.345 | + functions-common:git_clone:679 : git show --oneline 2022-06-04 10:31:29.345 | + functions-common:git_clone:679 : head -1 2022-06-04 10:31:29.350 | 03d56792 Drop lower-constraints.txt and its testing 2022-06-04 10:31:29.354 | + functions-common:git_clone:680 : cd /home/ubuntu/devstack 2022-06-04 10:31:29.356 | + lib/placement:install_placement:141 : setup_develop /opt/stack/placement 2022-06-04 10:31:29.359 | + inc/python:setup_develop:334 : local bindep 2022-06-04 10:31:29.362 | + inc/python:setup_develop:335 : [[ /opt/stack/placement == -bindep* ]] 2022-06-04 10:31:29.364 | + inc/python:setup_develop:339 : local project_dir=/opt/stack/placement 2022-06-04 10:31:29.367 | + inc/python:setup_develop:340 : local extras= 2022-06-04 10:31:29.370 | + inc/python:setup_develop:341 : _setup_package_with_constraints_edit /opt/stack/placement -e 2022-06-04 10:31:29.372 | + inc/python:_setup_package_with_constraints_edit:360 : local bindep 2022-06-04 10:31:29.375 | + inc/python:_setup_package_with_constraints_edit:361 : [[ /opt/stack/placement == -bindep* ]] 2022-06-04 10:31:29.377 | + inc/python:_setup_package_with_constraints_edit:365 : local project_dir=/opt/stack/placement 2022-06-04 10:31:29.380 | + inc/python:_setup_package_with_constraints_edit:366 : local flags=-e 2022-06-04 10:31:29.383 | + inc/python:_setup_package_with_constraints_edit:367 : local extras= 2022-06-04 10:31:29.386 | ++ inc/python:_setup_package_with_constraints_edit:374 : cd /opt/stack/placement 2022-06-04 10:31:29.389 | ++ inc/python:_setup_package_with_constraints_edit:374 : pwd 2022-06-04 10:31:29.392 | + inc/python:_setup_package_with_constraints_edit:374 : project_dir=/opt/stack/placement 2022-06-04 10:31:29.394 | + inc/python:_setup_package_with_constraints_edit:376 : '[' -n /opt/stack/requirements ']' 2022-06-04 10:31:29.397 | + inc/python:_setup_package_with_constraints_edit:380 : local name 2022-06-04 10:31:29.401 | ++ inc/python:_setup_package_with_constraints_edit:381 : awk '/^name.*=/ {print $3}' /opt/stack/placement/setup.cfg 2022-06-04 10:31:29.407 | + inc/python:_setup_package_with_constraints_edit:381 : name=openstack-placement 2022-06-04 10:31:29.409 | + inc/python:_setup_package_with_constraints_edit:383 : /opt/stack/requirements/.venv/bin/edit-constraints /opt/stack/requirements/upper-constraints.txt -- openstack-placement 2022-06-04 10:31:30.034 | + inc/python:_setup_package_with_constraints_edit:386 : setup_package /opt/stack/placement -e 2022-06-04 10:31:30.037 | + inc/python:setup_package:414 : local bindep=0 2022-06-04 10:31:30.040 | + inc/python:setup_package:415 : local bindep_flag= 2022-06-04 10:31:30.043 | + inc/python:setup_package:416 : local bindep_profiles= 2022-06-04 10:31:30.045 | + inc/python:setup_package:417 : [[ /opt/stack/placement == -bindep* ]] 2022-06-04 10:31:30.048 | + inc/python:setup_package:422 : local project_dir=/opt/stack/placement 2022-06-04 10:31:30.050 | + inc/python:setup_package:423 : local flags=-e 2022-06-04 10:31:30.053 | + inc/python:setup_package:424 : local extras= 2022-06-04 10:31:30.056 | + inc/python:setup_package:428 : [[ -n -e ]] 2022-06-04 10:31:30.058 | + inc/python:setup_package:428 : [[ -z '' ]] 2022-06-04 10:31:30.061 | + inc/python:setup_package:428 : [[ ! -e =~ ^-.* ]] 2022-06-04 10:31:30.064 | + inc/python:setup_package:433 : [[ ! -z '' ]] 2022-06-04 10:31:30.066 | + inc/python:setup_package:438 : [[ 0 == 1 ]] 2022-06-04 10:31:30.069 | + inc/python:setup_package:442 : pip_install -e /opt/stack/placement 2022-06-04 10:31:30.091 | Using python 3.8 to install /opt/stack/placement 2022-06-04 10:31:30.093 | + inc/python:pip_install:190 : sudo -H LC_ALL=en_US.UTF-8 SETUPTOOLS_USE_DISTUTILS=stdlib http_proxy= https_proxy= no_proxy= PIP_FIND_LINKS= python3.8 -m pip install -c /opt/stack/requirements/upper-constraints.txt -e /opt/stack/placement 2022-06-04 10:31:30.955 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-06-04 10:31:30.955 | from cryptography.utils import int_from_bytes 2022-06-04 10:31:30.955 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-06-04 10:31:30.955 | from cryptography.utils import int_from_bytes 2022-06-04 10:31:31.991 | Looking in indexes: http://10.100.0.9:8080/cloudbase/CI/+simple/ 2022-06-04 10:31:32.024 | Obtaining file:///opt/stack/placement 2022-06-04 10:31:32.025 | Preparing metadata (setup.py): started 2022-06-04 10:31:36.001 | Preparing metadata (setup.py): finished with status 'done' 2022-06-04 10:31:36.048 | Requirement already satisfied: pbr>=3.1.1 in /usr/local/lib/python3.8/dist-packages (from openstack-placement==7.1.0.dev21) (5.9.0) 2022-06-04 10:31:36.049 | Requirement already satisfied: SQLAlchemy>=1.4.0 in /usr/local/lib/python3.8/dist-packages (from openstack-placement==7.1.0.dev21) (1.4.37) 2022-06-04 10:31:36.051 | Requirement already satisfied: keystonemiddleware>=4.18.0 in /usr/local/lib/python3.8/dist-packages (from openstack-placement==7.1.0.dev21) (9.5.0) 2022-06-04 10:31:36.052 | Requirement already satisfied: Routes>=2.3.1 in /usr/local/lib/python3.8/dist-packages (from openstack-placement==7.1.0.dev21) (2.5.1) 2022-06-04 10:31:36.053 | Requirement already satisfied: WebOb>=1.8.2 in /usr/local/lib/python3.8/dist-packages (from openstack-placement==7.1.0.dev21) (1.8.7) 2022-06-04 10:31:36.054 | Requirement already satisfied: jsonschema>=3.2.0 in /usr/lib/python3/dist-packages (from openstack-placement==7.1.0.dev21) (3.2.0) 2022-06-04 10:31:36.056 | Requirement already satisfied: requests>=2.25.0 in /usr/local/lib/python3.8/dist-packages (from openstack-placement==7.1.0.dev21) (2.27.1) 2022-06-04 10:31:36.057 | 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==7.1.0.dev21) (62.3.2) 2022-06-04 10:31:36.058 | Requirement already satisfied: oslo.concurrency>=3.26.0 in /usr/local/lib/python3.8/dist-packages (from openstack-placement==7.1.0.dev21) (4.5.1) 2022-06-04 10:31:36.060 | Requirement already satisfied: oslo.config>=6.7.0 in /usr/local/lib/python3.8/dist-packages (from openstack-placement==7.1.0.dev21) (8.8.0) 2022-06-04 10:31:36.061 | Requirement already satisfied: oslo.context>=2.22.0 in /usr/local/lib/python3.8/dist-packages (from openstack-placement==7.1.0.dev21) (4.1.0) 2022-06-04 10:31:36.062 | Requirement already satisfied: oslo.log>=4.3.0 in /usr/local/lib/python3.8/dist-packages (from openstack-placement==7.1.0.dev21) (5.0.0) 2022-06-04 10:31:36.063 | Requirement already satisfied: oslo.serialization>=2.25.0 in /usr/local/lib/python3.8/dist-packages (from openstack-placement==7.1.0.dev21) (4.3.0) 2022-06-04 10:31:36.064 | Requirement already satisfied: oslo.utils>=4.5.0 in /usr/local/lib/python3.8/dist-packages (from openstack-placement==7.1.0.dev21) (4.13.0) 2022-06-04 10:31:36.065 | Requirement already satisfied: oslo.db>=8.6.0 in /usr/local/lib/python3.8/dist-packages (from openstack-placement==7.1.0.dev21) (11.3.0) 2022-06-04 10:31:36.067 | Requirement already satisfied: oslo.policy>=3.7.0 in /usr/local/lib/python3.8/dist-packages (from openstack-placement==7.1.0.dev21) (3.12.1) 2022-06-04 10:31:36.068 | Requirement already satisfied: oslo.middleware>=3.31.0 in /usr/local/lib/python3.8/dist-packages (from openstack-placement==7.1.0.dev21) (4.5.1) 2022-06-04 10:31:36.069 | Requirement already satisfied: oslo.upgradecheck>=1.3.0 in /usr/local/lib/python3.8/dist-packages (from openstack-placement==7.1.0.dev21) (1.5.0) 2022-06-04 10:31:36.071 | Requirement already satisfied: os-resource-classes>=1.1.0 in /usr/local/lib/python3.8/dist-packages (from openstack-placement==7.1.0.dev21) (1.1.0) 2022-06-04 10:31:36.072 | Requirement already satisfied: os-traits>=2.7.0 in /usr/local/lib/python3.8/dist-packages (from openstack-placement==7.1.0.dev21) (2.7.0) 2022-06-04 10:31:36.073 | Requirement already satisfied: microversion-parse>=0.2.1 in /usr/local/lib/python3.8/dist-packages (from openstack-placement==7.1.0.dev21) (1.0.1) 2022-06-04 10:31:36.139 | Requirement already satisfied: six>=1.10.0 in /usr/local/lib/python3.8/dist-packages (from keystonemiddleware>=4.18.0->openstack-placement==7.1.0.dev21) (1.16.0) 2022-06-04 10:31:36.140 | Requirement already satisfied: oslo.cache>=1.26.0 in /usr/local/lib/python3.8/dist-packages (from keystonemiddleware>=4.18.0->openstack-placement==7.1.0.dev21) (2.11.0) 2022-06-04 10:31:36.141 | Requirement already satisfied: oslo.i18n>=3.15.3 in /usr/local/lib/python3.8/dist-packages (from keystonemiddleware>=4.18.0->openstack-placement==7.1.0.dev21) (5.1.0) 2022-06-04 10:31:36.143 | 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==7.1.0.dev21) (3.1.1) 2022-06-04 10:31:36.144 | Requirement already satisfied: python-keystoneclient>=3.20.0 in /usr/local/lib/python3.8/dist-packages (from keystonemiddleware>=4.18.0->openstack-placement==7.1.0.dev21) (4.5.0) 2022-06-04 10:31:36.145 | Requirement already satisfied: keystoneauth1>=3.12.0 in /usr/local/lib/python3.8/dist-packages (from keystonemiddleware>=4.18.0->openstack-placement==7.1.0.dev21) (4.6.0) 2022-06-04 10:31:36.167 | Requirement already satisfied: fasteners>=0.7.0 in /usr/local/lib/python3.8/dist-packages (from oslo.concurrency>=3.26.0->openstack-placement==7.1.0.dev21) (0.17.3) 2022-06-04 10:31:36.209 | Requirement already satisfied: debtcollector>=1.2.0 in /usr/local/lib/python3.8/dist-packages (from oslo.config>=6.7.0->openstack-placement==7.1.0.dev21) (2.5.0) 2022-06-04 10:31:36.211 | Requirement already satisfied: rfc3986>=1.2.0 in /usr/local/lib/python3.8/dist-packages (from oslo.config>=6.7.0->openstack-placement==7.1.0.dev21) (1.5.0) 2022-06-04 10:31:36.212 | Requirement already satisfied: netaddr>=0.7.18 in /usr/local/lib/python3.8/dist-packages (from oslo.config>=6.7.0->openstack-placement==7.1.0.dev21) (0.8.0) 2022-06-04 10:31:36.213 | Requirement already satisfied: stevedore>=1.20.0 in /usr/local/lib/python3.8/dist-packages (from oslo.config>=6.7.0->openstack-placement==7.1.0.dev21) (3.5.0) 2022-06-04 10:31:36.214 | Requirement already satisfied: PyYAML>=5.1 in /usr/local/lib/python3.8/dist-packages (from oslo.config>=6.7.0->openstack-placement==7.1.0.dev21) (6.0) 2022-06-04 10:31:36.265 | Requirement already satisfied: testscenarios>=0.4 in /usr/local/lib/python3.8/dist-packages (from oslo.db>=8.6.0->openstack-placement==7.1.0.dev21) (0.5.0) 2022-06-04 10:31:36.268 | Requirement already satisfied: sqlalchemy-migrate>=0.11.0 in /usr/local/lib/python3.8/dist-packages (from oslo.db>=8.6.0->openstack-placement==7.1.0.dev21) (0.13.0) 2022-06-04 10:31:36.269 | Requirement already satisfied: testresources>=2.0.0 in /usr/local/lib/python3.8/dist-packages (from oslo.db>=8.6.0->openstack-placement==7.1.0.dev21) (2.0.1) 2022-06-04 10:31:36.271 | Requirement already satisfied: alembic>=0.9.6 in /usr/local/lib/python3.8/dist-packages (from oslo.db>=8.6.0->openstack-placement==7.1.0.dev21) (1.8.0) 2022-06-04 10:31:36.313 | Requirement already satisfied: pyinotify>=0.9.6 in /usr/local/lib/python3.8/dist-packages (from oslo.log>=4.3.0->openstack-placement==7.1.0.dev21) (0.9.6) 2022-06-04 10:31:36.315 | Requirement already satisfied: python-dateutil>=2.7.0 in /usr/local/lib/python3.8/dist-packages (from oslo.log>=4.3.0->openstack-placement==7.1.0.dev21) (2.8.2) 2022-06-04 10:31:36.336 | Requirement already satisfied: bcrypt>=3.1.3 in /usr/local/lib/python3.8/dist-packages (from oslo.middleware>=3.31.0->openstack-placement==7.1.0.dev21) (3.2.2) 2022-06-04 10:31:36.337 | Requirement already satisfied: Jinja2>=2.10 in /usr/local/lib/python3.8/dist-packages (from oslo.middleware>=3.31.0->openstack-placement==7.1.0.dev21) (3.1.2) 2022-06-04 10:31:36.339 | Requirement already satisfied: statsd>=3.2.1 in /usr/local/lib/python3.8/dist-packages (from oslo.middleware>=3.31.0->openstack-placement==7.1.0.dev21) (3.3.0) 2022-06-04 10:31:36.365 | Requirement already satisfied: msgpack>=0.5.2 in /usr/local/lib/python3.8/dist-packages (from oslo.serialization>=2.25.0->openstack-placement==7.1.0.dev21) (1.0.3) 2022-06-04 10:31:36.367 | Requirement already satisfied: pytz>=2013.6 in /usr/local/lib/python3.8/dist-packages (from oslo.serialization>=2.25.0->openstack-placement==7.1.0.dev21) (2022.1) 2022-06-04 10:31:36.380 | Requirement already satisfied: PrettyTable>=0.7.1 in /usr/local/lib/python3.8/dist-packages (from oslo.upgradecheck>=1.3.0->openstack-placement==7.1.0.dev21) (3.3.0) 2022-06-04 10:31:36.398 | Requirement already satisfied: iso8601>=0.1.11 in /usr/local/lib/python3.8/dist-packages (from oslo.utils>=4.5.0->openstack-placement==7.1.0.dev21) (1.0.2) 2022-06-04 10:31:36.400 | Requirement already satisfied: pyparsing>=2.1.0 in /usr/local/lib/python3.8/dist-packages (from oslo.utils>=4.5.0->openstack-placement==7.1.0.dev21) (3.0.9) 2022-06-04 10:31:36.401 | Requirement already satisfied: packaging>=20.4 in /usr/local/lib/python3.8/dist-packages (from oslo.utils>=4.5.0->openstack-placement==7.1.0.dev21) (21.3) 2022-06-04 10:31:36.403 | Requirement already satisfied: netifaces>=0.10.4 in /usr/local/lib/python3.8/dist-packages (from oslo.utils>=4.5.0->openstack-placement==7.1.0.dev21) (0.11.0) 2022-06-04 10:31:36.445 | Requirement already satisfied: idna<4,>=2.5 in /usr/local/lib/python3.8/dist-packages (from requests>=2.25.0->openstack-placement==7.1.0.dev21) (3.3) 2022-06-04 10:31:36.446 | Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3/dist-packages (from requests>=2.25.0->openstack-placement==7.1.0.dev21) (2019.11.28) 2022-06-04 10:31:36.447 | Requirement already satisfied: urllib3<1.27,>=1.21.1 in /usr/local/lib/python3.8/dist-packages (from requests>=2.25.0->openstack-placement==7.1.0.dev21) (1.26.9) 2022-06-04 10:31:36.450 | Requirement already satisfied: charset-normalizer~=2.0.0 in /usr/local/lib/python3.8/dist-packages (from requests>=2.25.0->openstack-placement==7.1.0.dev21) (2.0.12) 2022-06-04 10:31:36.467 | Requirement already satisfied: repoze.lru>=0.3 in /usr/local/lib/python3.8/dist-packages (from Routes>=2.3.1->openstack-placement==7.1.0.dev21) (0.7) 2022-06-04 10:31:36.636 | Requirement already satisfied: greenlet!=0.4.17 in /usr/local/lib/python3.8/dist-packages (from SQLAlchemy>=1.4.0->openstack-placement==7.1.0.dev21) (1.1.2) 2022-06-04 10:31:36.676 | Requirement already satisfied: importlib-resources in /usr/local/lib/python3.8/dist-packages (from alembic>=0.9.6->oslo.db>=8.6.0->openstack-placement==7.1.0.dev21) (5.7.1) 2022-06-04 10:31:36.678 | Requirement already satisfied: importlib-metadata in /usr/local/lib/python3.8/dist-packages (from alembic>=0.9.6->oslo.db>=8.6.0->openstack-placement==7.1.0.dev21) (4.11.4) 2022-06-04 10:31:36.679 | Requirement already satisfied: Mako in /usr/local/lib/python3.8/dist-packages (from alembic>=0.9.6->oslo.db>=8.6.0->openstack-placement==7.1.0.dev21) (1.2.0) 2022-06-04 10:31:36.695 | 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==7.1.0.dev21) (1.15.0) 2022-06-04 10:31:36.730 | 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==7.1.0.dev21) (1.14.1) 2022-06-04 10:31:36.787 | 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==7.1.0.dev21) (2.1.1) 2022-06-04 10:31:36.855 | 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==7.1.0.dev21) (1.7.0) 2022-06-04 10:31:36.943 | 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==7.1.0.dev21) (1.1.5) 2022-06-04 10:31:36.995 | Requirement already satisfied: wcwidth in /usr/local/lib/python3.8/dist-packages (from PrettyTable>=0.7.1->oslo.upgradecheck>=1.3.0->openstack-placement==7.1.0.dev21) (0.2.5) 2022-06-04 10:31:37.227 | Requirement already satisfied: decorator in /usr/local/lib/python3.8/dist-packages (from sqlalchemy-migrate>=0.11.0->oslo.db>=8.6.0->openstack-placement==7.1.0.dev21) (5.1.1) 2022-06-04 10:31:37.228 | Requirement already satisfied: sqlparse in /usr/local/lib/python3.8/dist-packages (from sqlalchemy-migrate>=0.11.0->oslo.db>=8.6.0->openstack-placement==7.1.0.dev21) (0.4.2) 2022-06-04 10:31:37.229 | Requirement already satisfied: Tempita>=0.4 in /usr/local/lib/python3.8/dist-packages (from sqlalchemy-migrate>=0.11.0->oslo.db>=8.6.0->openstack-placement==7.1.0.dev21) (0.5.2) 2022-06-04 10:31:37.309 | Requirement already satisfied: testtools in /usr/local/lib/python3.8/dist-packages (from testscenarios>=0.4->oslo.db>=8.6.0->openstack-placement==7.1.0.dev21) (2.5.0) 2022-06-04 10:31:37.376 | 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==7.1.0.dev21) (2.21) 2022-06-04 10:31:37.542 | Requirement already satisfied: zipp>=0.5 in /usr/local/lib/python3.8/dist-packages (from importlib-metadata->alembic>=0.9.6->oslo.db>=8.6.0->openstack-placement==7.1.0.dev21) (3.8.0) 2022-06-04 10:31:37.656 | Requirement already satisfied: extras>=1.0.0 in /usr/local/lib/python3.8/dist-packages (from testtools->testscenarios>=0.4->oslo.db>=8.6.0->openstack-placement==7.1.0.dev21) (1.0.0) 2022-06-04 10:31:37.658 | Requirement already satisfied: fixtures>=1.3.0 in /usr/local/lib/python3.8/dist-packages (from testtools->testscenarios>=0.4->oslo.db>=8.6.0->openstack-placement==7.1.0.dev21) (3.0.0) 2022-06-04 10:31:39.671 | Installing collected packages: openstack-placement 2022-06-04 10:31:39.671 | Attempting uninstall: openstack-placement 2022-06-04 10:31:39.673 | Found existing installation: openstack-placement 7.1.0.dev21 2022-06-04 10:31:39.676 | Can't uninstall 'openstack-placement'. No files were found to uninstall. 2022-06-04 10:31:39.677 | Running setup.py develop for openstack-placement 2022-06-04 10:31:44.841 | Successfully installed openstack-placement 2022-06-04 10:31:44.841 | WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv 2022-06-04 10:31:44.849 | WARNING: You are using pip version 21.3.1; however, version 22.1.2 is available. 2022-06-04 10:31:44.849 | You should consider upgrading via the '/usr/bin/python3.8 -m pip install --upgrade pip' command. 2022-06-04 10:31:44.986 | + inc/python:pip_install:196 : result=0 2022-06-04 10:31:44.988 | + inc/python:pip_install:198 : time_stop pip_install 2022-06-04 10:31:44.991 | + functions-common:time_stop:2426 : local name 2022-06-04 10:31:44.994 | + functions-common:time_stop:2427 : local end_time 2022-06-04 10:31:44.996 | + functions-common:time_stop:2428 : local elapsed_time 2022-06-04 10:31:44.999 | + functions-common:time_stop:2429 : local total 2022-06-04 10:31:45.001 | + functions-common:time_stop:2430 : local start_time 2022-06-04 10:31:45.003 | + functions-common:time_stop:2432 : name=pip_install 2022-06-04 10:31:45.006 | + functions-common:time_stop:2433 : start_time=1654338690085 2022-06-04 10:31:45.009 | + functions-common:time_stop:2435 : [[ -z 1654338690085 ]] 2022-06-04 10:31:45.012 | ++ functions-common:time_stop:2438 : date +%s%3N 2022-06-04 10:31:45.016 | + functions-common:time_stop:2438 : end_time=1654338705013 2022-06-04 10:31:45.018 | + functions-common:time_stop:2439 : elapsed_time=14928 2022-06-04 10:31:45.021 | + functions-common:time_stop:2440 : total=169944 2022-06-04 10:31:45.023 | + functions-common:time_stop:2442 : _TIME_START[$name]= 2022-06-04 10:31:45.025 | + functions-common:time_stop:2443 : _TIME_TOTAL[$name]=184872 2022-06-04 10:31:45.028 | + inc/python:pip_install:199 : return 0 2022-06-04 10:31:45.030 | + inc/python:setup_package:444 : [[ -e == \-\e ]] 2022-06-04 10:31:45.033 | + inc/python:setup_package:445 : safe_chown -R ubuntu /opt/stack/placement/openstack_placement.egg-info 2022-06-04 10:31:45.036 | + functions-common:safe_chown:2327 : _safe_permission_operation chown -R ubuntu /opt/stack/placement/openstack_placement.egg-info 2022-06-04 10:31:45.056 | + functions-common:_safe_permission_operation:2175 : sudo chown -R ubuntu /opt/stack/placement/openstack_placement.egg-info 2022-06-04 10:31:45.068 | + inc/python:_setup_package_with_constraints_edit:390 : use_library_from_git /opt/stack/placement 2022-06-04 10:31:45.071 | + inc/python:use_library_from_git:246 : local name=/opt/stack/placement 2022-06-04 10:31:45.074 | + inc/python:use_library_from_git:247 : local enabled=1 2022-06-04 10:31:45.076 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2022-06-04 10:31:45.079 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,/opt/stack/placement, ]] 2022-06-04 10:31:45.081 | + inc/python:use_library_from_git:249 : return 1 2022-06-04 10:31:45.084 | + lib/stack:stack_install_service:33 : [[ False = True ]] 2022-06-04 10:31:45.086 | + ./stack.sh:main:938 : configure_placement 2022-06-04 10:31:45.089 | + lib/placement:configure_placement:106 : sudo install -d -o ubuntu /etc/placement 2022-06-04 10:31:45.102 | + lib/placement:configure_placement:107 : create_placement_conf 2022-06-04 10:31:45.105 | + lib/placement:create_placement_conf:96 : rm -f /etc/placement/placement.conf 2022-06-04 10:31:45.109 | ++ lib/placement:create_placement_conf:97 : database_connection_url placement 2022-06-04 10:31:45.112 | ++ lib/database:database_connection_url:134 : local db=placement 2022-06-04 10:31:45.114 | ++ lib/database:database_connection_url:135 : database_connection_url_mysql placement 2022-06-04 10:31:45.118 | ++ lib/databases/mysql:database_connection_url_mysql:224 : local db=placement 2022-06-04 10:31:45.120 | ++ lib/databases/mysql:database_connection_url_mysql:225 : local plugin 2022-06-04 10:31:45.123 | ++ lib/databases/mysql:database_connection_url_mysql:229 : [[ True == \T\r\u\e ]] 2022-06-04 10:31:45.125 | ++ lib/databases/mysql:database_connection_url_mysql:230 : is_service_enabled mysql 2022-06-04 10:31:45.143 | ++ functions-common:is_service_enabled:2082 : return 0 2022-06-04 10:31:45.145 | ++ lib/databases/mysql:database_connection_url_mysql:231 : plugin='&plugin=dbcounter' 2022-06-04 10:31:45.148 | ++ lib/databases/mysql:database_connection_url_mysql:235 : echo 'mysql+pymysql://root:Passw0rd@127.0.0.1/placement?charset=utf8&plugin=dbcounter' 2022-06-04 10:31:45.151 | + lib/placement:create_placement_conf:97 : iniset /etc/placement/placement.conf placement_database connection 'mysql+pymysql://root:Passw0rd@127.0.0.1/placement?charset=utf8&plugin=dbcounter' 2022-06-04 10:31:45.184 | + lib/placement:create_placement_conf:98 : iniset /etc/placement/placement.conf DEFAULT debug True 2022-06-04 10:31:45.218 | + lib/placement:create_placement_conf:99 : iniset /etc/placement/placement.conf api auth_strategy keystone 2022-06-04 10:31:45.250 | + lib/placement:create_placement_conf:100 : configure_keystone_authtoken_middleware /etc/placement/placement.conf placement 2022-06-04 10:31:45.252 | + lib/keystone:configure_keystone_authtoken_middleware:447 : local conf_file=/etc/placement/placement.conf 2022-06-04 10:31:45.255 | + lib/keystone:configure_keystone_authtoken_middleware:448 : local admin_user=placement 2022-06-04 10:31:45.258 | + lib/keystone:configure_keystone_authtoken_middleware:449 : local section=keystone_authtoken 2022-06-04 10:31:45.260 | + lib/keystone:configure_keystone_authtoken_middleware:451 : iniset /etc/placement/placement.conf keystone_authtoken auth_type password 2022-06-04 10:31:45.293 | + lib/keystone:configure_keystone_authtoken_middleware:452 : iniset /etc/placement/placement.conf keystone_authtoken interface public 2022-06-04 10:31:45.325 | + lib/keystone:configure_keystone_authtoken_middleware:453 : iniset /etc/placement/placement.conf keystone_authtoken auth_url http://10.222.0.66/identity 2022-06-04 10:31:45.355 | + lib/keystone:configure_keystone_authtoken_middleware:454 : iniset /etc/placement/placement.conf keystone_authtoken username placement 2022-06-04 10:31:45.385 | + lib/keystone:configure_keystone_authtoken_middleware:455 : iniset /etc/placement/placement.conf keystone_authtoken password Passw0rd 2022-06-04 10:31:45.414 | + lib/keystone:configure_keystone_authtoken_middleware:456 : iniset /etc/placement/placement.conf keystone_authtoken user_domain_name Default 2022-06-04 10:31:45.443 | + lib/keystone:configure_keystone_authtoken_middleware:457 : iniset /etc/placement/placement.conf keystone_authtoken project_name service 2022-06-04 10:31:45.474 | + lib/keystone:configure_keystone_authtoken_middleware:458 : iniset /etc/placement/placement.conf keystone_authtoken project_domain_name Default 2022-06-04 10:31:45.503 | + lib/keystone:configure_keystone_authtoken_middleware:460 : iniset /etc/placement/placement.conf keystone_authtoken cafile /opt/stack/data/ca-bundle.pem 2022-06-04 10:31:45.533 | + lib/keystone:configure_keystone_authtoken_middleware:461 : iniset /etc/placement/placement.conf keystone_authtoken memcached_servers localhost:11211 2022-06-04 10:31:45.563 | + lib/placement:create_placement_conf:101 : setup_logging /etc/placement/placement.conf 2022-06-04 10:31:45.565 | + functions:setup_logging:674 : setup_systemd_logging /etc/placement/placement.conf 2022-06-04 10:31:45.568 | + functions:setup_systemd_logging:689 : local conf_file=/etc/placement/placement.conf 2022-06-04 10:31:45.572 | ++ functions:setup_systemd_logging:694 : trueorfalse False USE_JOURNAL 2022-06-04 10:31:45.590 | + functions:setup_systemd_logging:694 : USE_JOURNAL=False 2022-06-04 10:31:45.592 | + functions:setup_systemd_logging:695 : local pidstr= 2022-06-04 10:31:45.594 | + functions:setup_systemd_logging:696 : [[ False == \T\r\u\e ]] 2022-06-04 10:31:45.597 | + functions:setup_systemd_logging:700 : pidstr='(pid=%(process)d) ' 2022-06-04 10:31:45.600 | + 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-06-04 10:31:45.630 | + 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-06-04 10:31:45.661 | + 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-06-04 10:31:45.690 | + functions:setup_systemd_logging:706 : iniset /etc/placement/placement.conf DEFAULT logging_exception_prefix 'ERROR %(name)s %(instance)s' 2022-06-04 10:31:45.720 | + lib/placement:configure_placement:109 : [[ uwsgi == \u\w\s\g\i ]] 2022-06-04 10:31:45.723 | + lib/placement:configure_placement:110 : write_uwsgi_config /etc/placement/placement-uwsgi.ini /usr/local/bin/placement-api /placement 2022-06-04 10:31:45.726 | + lib/apache:write_uwsgi_config:254 : local file=/etc/placement/placement-uwsgi.ini 2022-06-04 10:31:45.728 | + lib/apache:write_uwsgi_config:255 : local wsgi=/usr/local/bin/placement-api 2022-06-04 10:31:45.730 | + lib/apache:write_uwsgi_config:256 : local url=/placement 2022-06-04 10:31:45.733 | + lib/apache:write_uwsgi_config:257 : local http= 2022-06-04 10:31:45.736 | + lib/apache:write_uwsgi_config:258 : local name= 2022-06-04 10:31:45.739 | ++ lib/apache:write_uwsgi_config:259 : basename /usr/local/bin/placement-api 2022-06-04 10:31:45.744 | + lib/apache:write_uwsgi_config:259 : name=placement-api 2022-06-04 10:31:45.746 | + lib/apache:write_uwsgi_config:263 : local socket_dir=/var/run/uwsgi 2022-06-04 10:31:45.749 | + lib/apache:write_uwsgi_config:267 : sudo mkdir -p /etc/tmpfiles.d/ 2022-06-04 10:31:45.762 | + lib/apache:write_uwsgi_config:268 : echo 'd /var/run/uwsgi 0755 ubuntu root' 2022-06-04 10:31:45.763 | + lib/apache:write_uwsgi_config:268 : sudo tee /etc/tmpfiles.d/uwsgi.conf 2022-06-04 10:31:45.771 | d /var/run/uwsgi 0755 ubuntu root 2022-06-04 10:31:45.775 | + lib/apache:write_uwsgi_config:269 : sudo systemd-tmpfiles --create /etc/tmpfiles.d/uwsgi.conf 2022-06-04 10:31:45.790 | + lib/apache:write_uwsgi_config:271 : local socket=/var/run/uwsgi/placement-api.socket 2022-06-04 10:31:45.793 | + lib/apache:write_uwsgi_config:274 : rm -rf /etc/placement/placement-uwsgi.ini 2022-06-04 10:31:45.797 | + lib/apache:write_uwsgi_config:275 : iniset /etc/placement/placement-uwsgi.ini uwsgi wsgi-file /usr/local/bin/placement-api 2022-06-04 10:31:45.829 | + lib/apache:write_uwsgi_config:276 : iniset /etc/placement/placement-uwsgi.ini uwsgi processes 2 2022-06-04 10:31:45.858 | + lib/apache:write_uwsgi_config:278 : iniset /etc/placement/placement-uwsgi.ini uwsgi master true 2022-06-04 10:31:45.887 | + lib/apache:write_uwsgi_config:280 : iniset /etc/placement/placement-uwsgi.ini uwsgi die-on-term true 2022-06-04 10:31:45.916 | + lib/apache:write_uwsgi_config:281 : iniset /etc/placement/placement-uwsgi.ini uwsgi exit-on-reload false 2022-06-04 10:31:45.946 | + lib/apache:write_uwsgi_config:284 : iniset /etc/placement/placement-uwsgi.ini uwsgi worker-reload-mercy 90 2022-06-04 10:31:45.976 | + lib/apache:write_uwsgi_config:285 : iniset /etc/placement/placement-uwsgi.ini uwsgi enable-threads true 2022-06-04 10:31:46.005 | + lib/apache:write_uwsgi_config:286 : iniset /etc/placement/placement-uwsgi.ini uwsgi plugins http,python3 2022-06-04 10:31:46.036 | + lib/apache:write_uwsgi_config:288 : iniset /etc/placement/placement-uwsgi.ini uwsgi thunder-lock true 2022-06-04 10:31:46.065 | + lib/apache:write_uwsgi_config:290 : iniset /etc/placement/placement-uwsgi.ini uwsgi hook-master-start 'unix_signal:15 gracefully_kill_them_all' 2022-06-04 10:31:46.095 | + lib/apache:write_uwsgi_config:292 : iniset /etc/placement/placement-uwsgi.ini uwsgi buffer-size 65535 2022-06-04 10:31:46.124 | + lib/apache:write_uwsgi_config:294 : iniset /etc/placement/placement-uwsgi.ini uwsgi add-header 'Connection: close' 2022-06-04 10:31:46.153 | + lib/apache:write_uwsgi_config:296 : iniset /etc/placement/placement-uwsgi.ini uwsgi lazy-apps true 2022-06-04 10:31:46.182 | + lib/apache:write_uwsgi_config:299 : [[ -n '' ]] 2022-06-04 10:31:46.185 | + lib/apache:write_uwsgi_config:302 : local apache_conf= 2022-06-04 10:31:46.188 | ++ lib/apache:write_uwsgi_config:303 : apache_site_config_for placement-api 2022-06-04 10:31:46.190 | ++ lib/apache:apache_site_config_for:186 : local site=placement-api 2022-06-04 10:31:46.193 | ++ lib/apache:apache_site_config_for:187 : is_ubuntu 2022-06-04 10:31:46.196 | ++ functions-common:is_ubuntu:568 : [[ -z deb ]] 2022-06-04 10:31:46.199 | ++ functions-common:is_ubuntu:571 : '[' deb = deb ']' 2022-06-04 10:31:46.201 | ++ lib/apache:apache_site_config_for:189 : echo /etc/apache2/sites-available/placement-api.conf 2022-06-04 10:31:46.204 | + lib/apache:write_uwsgi_config:303 : apache_conf=/etc/apache2/sites-available/placement-api.conf 2022-06-04 10:31:46.207 | + lib/apache:write_uwsgi_config:304 : iniset /etc/placement/placement-uwsgi.ini uwsgi socket /var/run/uwsgi/placement-api.socket 2022-06-04 10:31:46.236 | + lib/apache:write_uwsgi_config:305 : iniset /etc/placement/placement-uwsgi.ini uwsgi chmod-socket 666 2022-06-04 10:31:46.267 | + lib/apache:write_uwsgi_config:306 : echo 'ProxyPass "/placement" "unix:/var/run/uwsgi/placement-api.socket|uwsgi://uwsgi-uds-placement-api" retry=0 ' 2022-06-04 10:31:46.267 | + lib/apache:write_uwsgi_config:306 : sudo tee -a /etc/apache2/sites-available/placement-api.conf 2022-06-04 10:31:46.276 | ProxyPass "/placement" "unix:/var/run/uwsgi/placement-api.socket|uwsgi://uwsgi-uds-placement-api" retry=0 2022-06-04 10:31:46.280 | + lib/apache:write_uwsgi_config:307 : enable_apache_site placement-api 2022-06-04 10:31:46.282 | + lib/apache:enable_apache_site:203 : local site=placement-api 2022-06-04 10:31:46.285 | + lib/apache:enable_apache_site:205 : enable_apache_mod version 2022-06-04 10:31:46.287 | + lib/apache:enable_apache_mod:59 : local mod=version 2022-06-04 10:31:46.290 | + lib/apache:enable_apache_mod:61 : is_ubuntu 2022-06-04 10:31:46.293 | + functions-common:is_ubuntu:568 : [[ -z deb ]] 2022-06-04 10:31:46.295 | + functions-common:is_ubuntu:571 : '[' deb = deb ']' 2022-06-04 10:31:46.298 | + lib/apache:enable_apache_mod:64 : [[ version != \v\e\r\s\i\o\n ]] 2022-06-04 10:31:46.300 | + lib/apache:enable_apache_site:206 : is_ubuntu 2022-06-04 10:31:46.303 | + functions-common:is_ubuntu:568 : [[ -z deb ]] 2022-06-04 10:31:46.306 | + functions-common:is_ubuntu:571 : '[' deb = deb ']' 2022-06-04 10:31:46.308 | + lib/apache:enable_apache_site:207 : sudo a2ensite placement-api 2022-06-04 10:31:46.370 | Site placement-api already enabled 2022-06-04 10:31:46.375 | + lib/apache:write_uwsgi_config:308 : restart_apache_server 2022-06-04 10:31:46.377 | + lib/apache:restart_apache_server:250 : restart_service apache2 2022-06-04 10:31:46.380 | + functions-common:restart_service:2310 : '[' -x /bin/systemctl ']' 2022-06-04 10:31:46.384 | + functions-common:restart_service:2311 : sudo /bin/systemctl restart apache2 2022-06-04 10:31:46.520 | + ./stack.sh:main:945 : is_service_enabled placement placement-client 2022-06-04 10:31:46.542 | + functions-common:is_service_enabled:2082 : return 0 2022-06-04 10:31:46.544 | + ./stack.sh:main:946 : is_service_enabled n-cpu 2022-06-04 10:31:46.567 | + functions-common:is_service_enabled:2082 : return 1 2022-06-04 10:31:46.569 | + ./stack.sh:main:946 : is_service_enabled n-sch 2022-06-04 10:31:46.590 | + functions-common:is_service_enabled:2082 : return 0 2022-06-04 10:31:46.592 | + ./stack.sh:main:947 : configure_placement_nova_compute 2022-06-04 10:31:46.595 | + lib/nova:configure_placement_nova_compute:596 : local conf=/etc/nova/nova.conf 2022-06-04 10:31:46.597 | + lib/nova:configure_placement_nova_compute:597 : iniset /etc/nova/nova.conf placement auth_type password 2022-06-04 10:31:46.631 | + lib/nova:configure_placement_nova_compute:598 : iniset /etc/nova/nova.conf placement auth_url http://10.222.0.66/identity 2022-06-04 10:31:46.661 | + lib/nova:configure_placement_nova_compute:599 : iniset /etc/nova/nova.conf placement username placement 2022-06-04 10:31:46.690 | + lib/nova:configure_placement_nova_compute:600 : iniset /etc/nova/nova.conf placement password Passw0rd 2022-06-04 10:31:46.720 | + lib/nova:configure_placement_nova_compute:601 : iniset /etc/nova/nova.conf placement user_domain_name Default 2022-06-04 10:31:46.750 | + lib/nova:configure_placement_nova_compute:602 : iniset /etc/nova/nova.conf placement project_name service 2022-06-04 10:31:46.780 | + lib/nova:configure_placement_nova_compute:603 : iniset /etc/nova/nova.conf placement project_domain_name Default 2022-06-04 10:31:46.809 | + lib/nova:configure_placement_nova_compute:604 : iniset /etc/nova/nova.conf placement region_name RegionOne 2022-06-04 10:31:46.839 | + ./stack.sh:main:951 : is_service_enabled horizon 2022-06-04 10:31:46.857 | + functions-common:is_service_enabled:2082 : return 1 2022-06-04 10:31:46.859 | + ./stack.sh:main:956 : is_service_enabled tls-proxy 2022-06-04 10:31:46.877 | + functions-common:is_service_enabled:2082 : return 1 2022-06-04 10:31:46.879 | + ./stack.sh:main:964 : run_phase stack install 2022-06-04 10:31:46.882 | + functions-common:run_phase:1854 : local mode=stack 2022-06-04 10:31:46.885 | + functions-common:run_phase:1855 : local phase=install 2022-06-04 10:31:46.887 | + functions-common:run_phase:1856 : [[ -d /home/ubuntu/devstack/extras.d ]] 2022-06-04 10:31:46.890 | + functions-common:run_phase:1857 : local extra_plugin_file_name 2022-06-04 10:31:46.893 | + functions-common:run_phase:1858 : for extra_plugin_file_name in $TOP_DIR/extras.d/*.sh 2022-06-04 10:31:46.895 | + functions-common:run_phase:1863 : local exceptions=80-tempest.sh 2022-06-04 10:31:46.898 | + functions-common:run_phase:1864 : local extra 2022-06-04 10:31:46.901 | ++ functions-common:run_phase:1865 : basename /home/ubuntu/devstack/extras.d/80-tempest.sh 2022-06-04 10:31:46.906 | + functions-common:run_phase:1865 : extra=80-tempest.sh 2022-06-04 10:31:46.908 | + functions-common:run_phase:1866 : [[ 80-tempest.sh =~ 80-tempest\.sh ]] 2022-06-04 10:31:46.911 | + functions-common:run_phase:1870 : [[ -r /home/ubuntu/devstack/extras.d/80-tempest.sh ]] 2022-06-04 10:31:46.913 | + functions-common:run_phase:1870 : source /home/ubuntu/devstack/extras.d/80-tempest.sh stack install 2022-06-04 10:31:46.916 | ++ extras.d/80-tempest.sh:source:3 : is_service_enabled tempest 2022-06-04 10:31:46.932 | ++ functions-common:is_service_enabled:2082 : return 0 2022-06-04 10:31:46.934 | ++ extras.d/80-tempest.sh:source:4 : [[ stack == \s\o\u\r\c\e ]] 2022-06-04 10:31:46.937 | ++ extras.d/80-tempest.sh:source:7 : [[ stack == \s\t\a\c\k ]] 2022-06-04 10:31:46.939 | ++ extras.d/80-tempest.sh:source:7 : [[ install == \i\n\s\t\a\l\l ]] 2022-06-04 10:31:46.941 | ++ extras.d/80-tempest.sh:source:8 : echo_summary 'Installing Tempest' 2022-06-04 10:31:46.944 | ++ ./stack.sh:echo_summary:435 : [[ -t 3 ]] 2022-06-04 10:31:46.947 | ++ ./stack.sh:echo_summary:441 : echo -e Installing Tempest 2022-06-04 10:31:46.949 | ++ extras.d/80-tempest.sh:source:9 : async_runfunc install_tempest 2022-06-04 10:31:46.952 | ++ inc/async:async_runfunc:116 : async_run install_tempest install_tempest 2022-06-04 10:31:47.010 | ++ inc/async:async_inner:63 : install_tempest 2022-06-04 10:31:47.047 | [232427 Async install_tempest:264489]: running: install_tempest 2022-06-04 10:31:47.050 | ++ extras.d/80-tempest.sh:source:27 : [[ stack == \u\n\s\t\a\c\k ]] 2022-06-04 10:31:47.052 | ++ extras.d/80-tempest.sh:source:32 : [[ stack == \c\l\e\a\n ]] 2022-06-04 10:31:47.056 | + functions-common:run_phase:1875 : [[ stack == \s\o\u\r\c\e ]] 2022-06-04 10:31:47.058 | + functions-common:run_phase:1878 : [[ stack == \o\v\e\r\r\i\d\e\_\d\e\f\a\u\l\t\s ]] 2022-06-04 10:31:47.061 | + functions-common:run_phase:1881 : run_plugins stack install 2022-06-04 10:31:47.064 | + functions-common:run_plugins:1840 : local mode=stack 2022-06-04 10:31:47.067 | + functions-common:run_plugins:1841 : local phase=install 2022-06-04 10:31:47.070 | + functions-common:run_plugins:1843 : local plugins= 2022-06-04 10:31:47.073 | + functions-common:run_plugins:1844 : local plugin 2022-06-04 10:31:47.076 | + ./stack.sh:main:967 : use_library_from_git python-openstackclient 2022-06-04 10:31:47.078 | + inc/python:use_library_from_git:246 : local name=python-openstackclient 2022-06-04 10:31:47.081 | + inc/python:use_library_from_git:247 : local enabled=1 2022-06-04 10:31:47.083 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2022-06-04 10:31:47.086 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,python-openstackclient, ]] 2022-06-04 10:31:47.089 | + inc/python:use_library_from_git:249 : return 1 2022-06-04 10:31:47.091 | + ./stack.sh:main:971 : pip_install_gr python-openstackclient 2022-06-04 10:31:47.094 | + inc/python:pip_install_gr:76 : local name=python-openstackclient 2022-06-04 10:31:47.097 | + inc/python:pip_install_gr:77 : local clean_name 2022-06-04 10:31:47.101 | ++ inc/python:pip_install_gr:78 : get_from_global_requirements python-openstackclient 2022-06-04 10:31:47.103 | ++ inc/python:get_from_global_requirements:221 : local package=python-openstackclient 2022-06-04 10:31:47.106 | ++ inc/python:get_from_global_requirements:222 : local required_pkg 2022-06-04 10:31:47.111 | +++ inc/python:get_from_global_requirements:223 : grep -i -h '^python-openstackclient' /opt/stack/requirements/global-requirements.txt 2022-06-04 10:31:47.111 | +++ inc/python:get_from_global_requirements:223 : cut -d# -f1 2022-06-04 10:31:47.119 | ++ inc/python:get_from_global_requirements:223 : required_pkg='python-openstackclient ' 2022-06-04 10:31:47.121 | ++ inc/python:get_from_global_requirements:224 : [[ python-openstackclient == '' ]] 2022-06-04 10:31:47.124 | ++ inc/python:get_from_global_requirements:227 : echo python-openstackclient 2022-06-04 10:31:47.127 | + inc/python:pip_install_gr:78 : clean_name=python-openstackclient 2022-06-04 10:31:47.130 | + inc/python:pip_install_gr:79 : pip_install python-openstackclient 2022-06-04 10:31:47.156 | Using python 3.8 to install python-openstackclient 2022-06-04 10:31:47.159 | + inc/python:pip_install:190 : sudo -H LC_ALL=en_US.UTF-8 SETUPTOOLS_USE_DISTUTILS=stdlib http_proxy= https_proxy= no_proxy= PIP_FIND_LINKS= python3.8 -m pip install -c /opt/stack/requirements/upper-constraints.txt python-openstackclient 2022-06-04 10:31:48.012 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-06-04 10:31:48.012 | from cryptography.utils import int_from_bytes 2022-06-04 10:31:48.012 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-06-04 10:31:48.012 | from cryptography.utils import int_from_bytes 2022-06-04 10:31:49.078 | Looking in indexes: http://10.100.0.9:8080/cloudbase/CI/+simple/ 2022-06-04 10:31:49.112 | Requirement already satisfied: python-openstackclient in /usr/local/lib/python3.8/dist-packages (5.8.0) 2022-06-04 10:31:49.132 | Requirement already satisfied: python-keystoneclient>=3.22.0 in /usr/local/lib/python3.8/dist-packages (from python-openstackclient) (4.5.0) 2022-06-04 10:31:49.133 | Requirement already satisfied: iso8601>=0.1.11 in /usr/local/lib/python3.8/dist-packages (from python-openstackclient) (1.0.2) 2022-06-04 10:31:49.134 | Requirement already satisfied: python-novaclient>=17.0.0 in /usr/local/lib/python3.8/dist-packages (from python-openstackclient) (18.0.0) 2022-06-04 10:31:49.136 | Requirement already satisfied: osc-lib>=2.3.0 in /usr/local/lib/python3.8/dist-packages (from python-openstackclient) (2.6.0) 2022-06-04 10:31:49.137 | Requirement already satisfied: cliff>=3.5.0 in /usr/local/lib/python3.8/dist-packages (from python-openstackclient) (3.10.1) 2022-06-04 10:31:49.138 | Requirement already satisfied: oslo.utils>=3.33.0 in /usr/local/lib/python3.8/dist-packages (from python-openstackclient) (4.13.0) 2022-06-04 10:31:49.138 | Requirement already satisfied: stevedore>=2.0.1 in /usr/local/lib/python3.8/dist-packages (from python-openstackclient) (3.5.0) 2022-06-04 10:31:49.139 | Requirement already satisfied: oslo.i18n>=3.15.3 in /usr/local/lib/python3.8/dist-packages (from python-openstackclient) (5.1.0) 2022-06-04 10:31:49.141 | Requirement already satisfied: pbr!=2.1.0,>=2.0.0 in /usr/local/lib/python3.8/dist-packages (from python-openstackclient) (5.9.0) 2022-06-04 10:31:49.142 | Requirement already satisfied: openstacksdk>=0.61.0 in /usr/local/lib/python3.8/dist-packages (from python-openstackclient) (0.99.0) 2022-06-04 10:31:49.143 | Requirement already satisfied: python-cinderclient>=3.3.0 in /usr/local/lib/python3.8/dist-packages (from python-openstackclient) (8.3.0) 2022-06-04 10:31:49.154 | Requirement already satisfied: pyparsing>=2.1.0 in /usr/local/lib/python3.8/dist-packages (from cliff>=3.5.0->python-openstackclient) (3.0.9) 2022-06-04 10:31:49.155 | Requirement already satisfied: PyYAML>=3.12 in /usr/local/lib/python3.8/dist-packages (from cliff>=3.5.0->python-openstackclient) (6.0) 2022-06-04 10:31:49.156 | Requirement already satisfied: autopage>=0.4.0 in /usr/local/lib/python3.8/dist-packages (from cliff>=3.5.0->python-openstackclient) (0.5.1) 2022-06-04 10:31:49.157 | Requirement already satisfied: cmd2>=1.0.0 in /usr/local/lib/python3.8/dist-packages (from cliff>=3.5.0->python-openstackclient) (2.4.1) 2022-06-04 10:31:49.158 | Requirement already satisfied: PrettyTable>=0.7.2 in /usr/local/lib/python3.8/dist-packages (from cliff>=3.5.0->python-openstackclient) (3.3.0) 2022-06-04 10:31:49.185 | 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-06-04 10:31:49.186 | 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-06-04 10:31:49.187 | 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-06-04 10:31:49.188 | Requirement already satisfied: keystoneauth1>=3.18.0 in /usr/local/lib/python3.8/dist-packages (from openstacksdk>=0.61.0->python-openstackclient) (4.6.0) 2022-06-04 10:31:49.189 | 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-06-04 10:31:49.190 | 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-06-04 10:31:49.191 | 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-06-04 10:31:49.192 | 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-06-04 10:31:49.193 | Requirement already satisfied: jmespath>=0.9.0 in /usr/local/lib/python3.8/dist-packages (from openstacksdk>=0.61.0->python-openstackclient) (1.0.0) 2022-06-04 10:31:49.195 | Requirement already satisfied: cryptography>=2.7 in /usr/local/lib/python3.8/dist-packages (from openstacksdk>=0.61.0->python-openstackclient) (36.0.2) 2022-06-04 10:31:49.196 | 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-06-04 10:31:49.210 | 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-06-04 10:31:49.229 | 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-06-04 10:31:49.230 | Requirement already satisfied: debtcollector>=1.2.0 in /usr/local/lib/python3.8/dist-packages (from oslo.utils>=3.33.0->python-openstackclient) (2.5.0) 2022-06-04 10:31:49.231 | 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-06-04 10:31:49.232 | Requirement already satisfied: pytz>=2013.6 in /usr/local/lib/python3.8/dist-packages (from oslo.utils>=3.33.0->python-openstackclient) (2022.1) 2022-06-04 10:31:49.253 | 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-06-04 10:31:49.276 | 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-06-04 10:31:49.278 | 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-06-04 10:31:49.279 | 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-06-04 10:31:49.371 | 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-06-04 10:31:49.372 | 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-06-04 10:31:49.373 | 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-06-04 10:31:49.417 | 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-06-04 10:31:49.427 | 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.14.1) 2022-06-04 10:31:49.461 | 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.3) 2022-06-04 10:31:49.625 | 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-06-04 10:31:49.640 | 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-06-04 10:31:49.743 | 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-06-04 10:31:49.745 | 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.9) 2022-06-04 10:31:49.747 | 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-06-04 10:31:49.748 | 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-06-04 10:31:49.875 | 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-06-04 10:31:52.225 | WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv 2022-06-04 10:31:52.231 | WARNING: You are using pip version 21.3.1; however, version 22.1.2 is available. 2022-06-04 10:31:52.231 | You should consider upgrading via the '/usr/bin/python3.8 -m pip install --upgrade pip' command. 2022-06-04 10:31:52.360 | + inc/python:pip_install:196 : result=0 2022-06-04 10:31:52.363 | + inc/python:pip_install:198 : time_stop pip_install 2022-06-04 10:31:52.365 | + functions-common:time_stop:2426 : local name 2022-06-04 10:31:52.368 | + functions-common:time_stop:2427 : local end_time 2022-06-04 10:31:52.370 | + functions-common:time_stop:2428 : local elapsed_time 2022-06-04 10:31:52.373 | + functions-common:time_stop:2429 : local total 2022-06-04 10:31:52.375 | + functions-common:time_stop:2430 : local start_time 2022-06-04 10:31:52.377 | + functions-common:time_stop:2432 : name=pip_install 2022-06-04 10:31:52.380 | + functions-common:time_stop:2433 : start_time=1654338707151 2022-06-04 10:31:52.382 | + functions-common:time_stop:2435 : [[ -z 1654338707151 ]] 2022-06-04 10:31:52.385 | ++ functions-common:time_stop:2438 : date +%s%3N 2022-06-04 10:31:52.389 | + functions-common:time_stop:2438 : end_time=1654338712386 2022-06-04 10:31:52.391 | + functions-common:time_stop:2439 : elapsed_time=5235 2022-06-04 10:31:52.394 | + functions-common:time_stop:2440 : total=184872 2022-06-04 10:31:52.396 | + functions-common:time_stop:2442 : _TIME_START[$name]= 2022-06-04 10:31:52.399 | + functions-common:time_stop:2443 : _TIME_TOTAL[$name]=190107 2022-06-04 10:31:52.402 | + inc/python:pip_install:199 : return 0 2022-06-04 10:31:52.404 | + ./stack.sh:main:976 : install_oscwrap 2022-06-04 10:31:52.408 | ++ functions-common:install_oscwrap:2471 : mktemp 2022-06-04 10:31:52.412 | + functions-common:install_oscwrap:2471 : OSCWRAP_TIMER_FILE=/tmp/tmp.SGjEDHCJSz 2022-06-04 10:31:52.416 | + functions-common:install_oscwrap:2474 : shopt -s expand_aliases 2022-06-04 10:31:52.418 | + functions-common:install_oscwrap:2477 : unalias -a 2022-06-04 10:31:52.421 | + functions-common:install_oscwrap:2479 : alias openstack=oscwrap 2022-06-04 10:31:52.424 | + ./stack.sh:main:981 : [[ False != \F\a\l\s\e ]] 2022-06-04 10:31:52.426 | + ./stack.sh:main:1021 : '[' -f /opt/stack/data/ca-bundle.pem ']' 2022-06-04 10:31:52.429 | + ./stack.sh:main:1029 : is_service_enabled mysql postgresql 2022-06-04 10:31:52.447 | + functions-common:is_service_enabled:2082 : return 0 2022-06-04 10:31:52.450 | + ./stack.sh:main:1030 : configure_database 2022-06-04 10:31:52.452 | + lib/database:configure_database:128 : configure_database_mysql 2022-06-04 10:31:52.455 | + lib/databases/mysql:configure_database_mysql:72 : local my_conf mysql slow_log 2022-06-04 10:31:52.457 | + lib/databases/mysql:configure_database_mysql:73 : echo_summary 'Configuring and starting MySQL' 2022-06-04 10:31:52.460 | + ./stack.sh:echo_summary:435 : [[ -t 3 ]] 2022-06-04 10:31:52.463 | + ./stack.sh:echo_summary:441 : echo -e Configuring and starting MySQL 2022-06-04 10:31:52.465 | + lib/databases/mysql:configure_database_mysql:75 : is_ubuntu 2022-06-04 10:31:52.467 | + functions-common:is_ubuntu:568 : [[ -z deb ]] 2022-06-04 10:31:52.470 | + functions-common:is_ubuntu:571 : '[' deb = deb ']' 2022-06-04 10:31:52.472 | + lib/databases/mysql:configure_database_mysql:76 : my_conf=/etc/mysql/my.cnf 2022-06-04 10:31:52.476 | ++ lib/databases/mysql:configure_database_mysql:90 : ipv6_unquote 0.0.0.0 2022-06-04 10:31:52.479 | ++ functions-common:ipv6_unquote:2224 : echo 0.0.0.0 2022-06-04 10:31:52.481 | ++ functions-common:ipv6_unquote:2224 : tr -d '[]' 2022-06-04 10:31:52.485 | + lib/databases/mysql:configure_database_mysql:90 : iniset -sudo /etc/mysql/my.cnf mysqld bind-address 0.0.0.0 2022-06-04 10:31:52.539 | + lib/databases/mysql:configure_database_mysql:93 : is_fedora 2022-06-04 10:31:52.542 | + functions-common:is_fedora:520 : [[ -z Ubuntu ]] 2022-06-04 10:31:52.544 | + functions-common:is_fedora:524 : '[' Ubuntu = Fedora ']' 2022-06-04 10:31:52.546 | + functions-common:is_fedora:524 : '[' Ubuntu = 'Red Hat' ']' 2022-06-04 10:31:52.549 | + functions-common:is_fedora:525 : '[' Ubuntu = RedHatEnterpriseServer ']' 2022-06-04 10:31:52.551 | + functions-common:is_fedora:526 : '[' Ubuntu = RedHatEnterprise ']' 2022-06-04 10:31:52.554 | + functions-common:is_fedora:527 : '[' Ubuntu = CentOS ']' 2022-06-04 10:31:52.556 | + functions-common:is_fedora:527 : '[' Ubuntu = CentOSStream ']' 2022-06-04 10:31:52.559 | + functions-common:is_fedora:528 : '[' Ubuntu = AlmaLinux ']' 2022-06-04 10:31:52.561 | + functions-common:is_fedora:529 : '[' Ubuntu = OracleServer ']' 2022-06-04 10:31:52.563 | + functions-common:is_fedora:529 : '[' Ubuntu = Virtuozzo ']' 2022-06-04 10:31:52.566 | + lib/databases/mysql:configure_database_mysql:93 : is_suse 2022-06-04 10:31:52.568 | + functions-common:is_suse:537 : is_opensuse 2022-06-04 10:31:52.571 | + functions-common:is_opensuse:544 : [[ -z Ubuntu ]] 2022-06-04 10:31:52.573 | + functions-common:is_opensuse:548 : [[ Ubuntu =~ (openSUSE) ]] 2022-06-04 10:31:52.576 | + functions-common:is_suse:537 : is_suse_linux_enterprise 2022-06-04 10:31:52.578 | + functions-common:is_suse_linux_enterprise:556 : [[ -z Ubuntu ]] 2022-06-04 10:31:52.580 | + functions-common:is_suse_linux_enterprise:560 : [[ Ubuntu =~ (^SUSE) ]] 2022-06-04 10:31:52.583 | + lib/databases/mysql:configure_database_mysql:96 : is_ubuntu 2022-06-04 10:31:52.586 | + functions-common:is_ubuntu:568 : [[ -z deb ]] 2022-06-04 10:31:52.588 | + functions-common:is_ubuntu:571 : '[' deb = deb ']' 2022-06-04 10:31:52.591 | + lib/databases/mysql:configure_database_mysql:98 : restart_service mysql 2022-06-04 10:31:52.594 | + functions-common:restart_service:2310 : '[' -x /bin/systemctl ']' 2022-06-04 10:31:52.597 | + functions-common:restart_service:2311 : sudo /bin/systemctl restart mysql 2022-06-04 10:31:55.361 | + lib/databases/mysql:configure_database_mysql:104 : sudo mysqladmin -u root password Passw0rd 2022-06-04 10:31:55.377 | mysqladmin: connect to server at 'localhost' failed 2022-06-04 10:31:55.377 | error: 'Access denied for user 'root'@'localhost' (using password: NO)' 2022-06-04 10:31:55.381 | + lib/databases/mysql:configure_database_mysql:104 : true 2022-06-04 10:31:55.384 | + lib/databases/mysql:configure_database_mysql:108 : is_ubuntu 2022-06-04 10:31:55.386 | + functions-common:is_ubuntu:568 : [[ -z deb ]] 2022-06-04 10:31:55.389 | + functions-common:is_ubuntu:571 : '[' deb = deb ']' 2022-06-04 10:31:55.391 | + lib/databases/mysql:configure_database_mysql:108 : '[' mysql == mariadb ']' 2022-06-04 10:31:55.393 | + lib/databases/mysql:configure_database_mysql:111 : local 'cmd_args=-uroot -pPassw0rd -h127.0.0.1 ' 2022-06-04 10:31:55.396 | + lib/databases/mysql:configure_database_mysql:117 : is_ubuntu 2022-06-04 10:31:55.398 | + functions-common:is_ubuntu:568 : [[ -z deb ]] 2022-06-04 10:31:55.401 | + functions-common:is_ubuntu:571 : '[' deb = deb ']' 2022-06-04 10:31:55.403 | + lib/databases/mysql:configure_database_mysql:117 : [[ focal != \b\u\l\l\s\e\y\e ]] 2022-06-04 10:31:55.406 | + lib/databases/mysql:configure_database_mysql:117 : '[' mysql == mariadb ']' 2022-06-04 10:31:55.408 | + lib/databases/mysql:configure_database_mysql:122 : sudo mysql -uroot -pPassw0rd -h127.0.0.1 -e 'CREATE USER IF NOT EXISTS '\''root'\''@'\''%'\'' identified by '\''Passw0rd'\'';' 2022-06-04 10:31:55.420 | mysql: [Warning] Using a password on the command line interface can be insecure. 2022-06-04 10:31:55.455 | + lib/databases/mysql:configure_database_mysql:124 : sudo mysql -uroot -pPassw0rd -h127.0.0.1 -e 'GRANT ALL PRIVILEGES ON *.* TO '\''root'\''@'\''%'\'';' 2022-06-04 10:31:55.467 | mysql: [Warning] Using a password on the command line interface can be insecure. 2022-06-04 10:31:55.485 | + lib/databases/mysql:configure_database_mysql:129 : iniset -sudo /etc/mysql/my.cnf mysqld sql_mode TRADITIONAL 2022-06-04 10:31:55.540 | + lib/databases/mysql:configure_database_mysql:130 : iniset -sudo /etc/mysql/my.cnf mysqld default-storage-engine InnoDB 2022-06-04 10:31:55.594 | + lib/databases/mysql:configure_database_mysql:131 : iniset -sudo /etc/mysql/my.cnf mysqld max_connections 1024 2022-06-04 10:31:55.649 | + lib/databases/mysql:configure_database_mysql:133 : [[ False == \T\r\u\e ]] 2022-06-04 10:31:55.652 | + lib/databases/mysql:configure_database_mysql:153 : [[ True == \T\r\u\e ]] 2022-06-04 10:31:55.654 | + lib/databases/mysql:configure_database_mysql:154 : echo 'enabling MySQL performance counting' 2022-06-04 10:31:55.654 | enabling MySQL performance counting 2022-06-04 10:31:55.657 | + lib/databases/mysql:configure_database_mysql:157 : pip_install /home/ubuntu/devstack/tools/dbcounter 2022-06-04 10:31:55.679 | Using python 3.8 to install /home/ubuntu/devstack/tools/dbcounter 2022-06-04 10:31:55.681 | + inc/python:pip_install:190 : sudo -H LC_ALL=en_US.UTF-8 SETUPTOOLS_USE_DISTUTILS=stdlib http_proxy= https_proxy= no_proxy= PIP_FIND_LINKS= python3.8 -m pip install -c /opt/stack/requirements/upper-constraints.txt /home/ubuntu/devstack/tools/dbcounter 2022-06-04 10:31:56.575 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-06-04 10:31:56.575 | from cryptography.utils import int_from_bytes 2022-06-04 10:31:56.575 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-06-04 10:31:56.575 | from cryptography.utils import int_from_bytes 2022-06-04 10:31:57.612 | Looking in indexes: http://10.100.0.9:8080/cloudbase/CI/+simple/ 2022-06-04 10:31:57.667 | Processing ./tools/dbcounter 2022-06-04 10:31:57.937 | Installing build dependencies: started 2022-06-04 10:32:07.934 | Installing build dependencies: finished with status 'done' 2022-06-04 10:32:07.938 | Getting requirements to build wheel: started 2022-06-04 10:32:10.882 | Getting requirements to build wheel: finished with status 'done' 2022-06-04 10:32:11.149 | Installing backend dependencies: started 2022-06-04 10:32:16.774 | Installing backend dependencies: finished with status 'done' 2022-06-04 10:32:16.779 | Preparing metadata (pyproject.toml): started 2022-06-04 10:32:19.965 | Preparing metadata (pyproject.toml): finished with status 'done' 2022-06-04 10:32:19.972 | Building wheels for collected packages: dbcounter 2022-06-04 10:32:19.974 | Building wheel for dbcounter (pyproject.toml): started 2022-06-04 10:32:24.072 | Building wheel for dbcounter (pyproject.toml): finished with status 'done' 2022-06-04 10:32:24.073 | Created wheel for dbcounter: filename=dbcounter-0.1-py3-none-any.whl size=3220 sha256=b21d74424e219309edfd1eb2cdd89fb4fe369a647ef5251c15eea70f96096dfb 2022-06-04 10:32:24.073 | Stored in directory: /tmp/pip-ephem-wheel-cache-e17ny89y/wheels/47/ec/8f/c05696fe4840718acd6e24d52f1870611cf630271d38314447 2022-06-04 10:32:24.078 | Successfully built dbcounter 2022-06-04 10:32:26.597 | Installing collected packages: dbcounter 2022-06-04 10:32:26.597 | Attempting uninstall: dbcounter 2022-06-04 10:32:26.600 | Found existing installation: dbcounter 0.1 2022-06-04 10:32:26.603 | Uninstalling dbcounter-0.1: 2022-06-04 10:32:26.930 | Successfully uninstalled dbcounter-0.1 2022-06-04 10:32:27.045 | Successfully installed dbcounter-0.1 2022-06-04 10:32:27.045 | WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv 2022-06-04 10:32:27.054 | WARNING: You are using pip version 21.3.1; however, version 22.1.2 is available. 2022-06-04 10:32:27.054 | You should consider upgrading via the '/usr/bin/python3.8 -m pip install --upgrade pip' command. 2022-06-04 10:32:27.209 | + inc/python:pip_install:196 : result=0 2022-06-04 10:32:27.212 | + inc/python:pip_install:198 : time_stop pip_install 2022-06-04 10:32:27.214 | + functions-common:time_stop:2426 : local name 2022-06-04 10:32:27.216 | + functions-common:time_stop:2427 : local end_time 2022-06-04 10:32:27.219 | + functions-common:time_stop:2428 : local elapsed_time 2022-06-04 10:32:27.221 | + functions-common:time_stop:2429 : local total 2022-06-04 10:32:27.224 | + functions-common:time_stop:2430 : local start_time 2022-06-04 10:32:27.226 | + functions-common:time_stop:2432 : name=pip_install 2022-06-04 10:32:27.228 | + functions-common:time_stop:2433 : start_time=1654338715673 2022-06-04 10:32:27.230 | + functions-common:time_stop:2435 : [[ -z 1654338715673 ]] 2022-06-04 10:32:27.233 | ++ functions-common:time_stop:2438 : date +%s%3N 2022-06-04 10:32:27.238 | + functions-common:time_stop:2438 : end_time=1654338747235 2022-06-04 10:32:27.240 | + functions-common:time_stop:2439 : elapsed_time=31562 2022-06-04 10:32:27.242 | + functions-common:time_stop:2440 : total=190107 2022-06-04 10:32:27.245 | + functions-common:time_stop:2442 : _TIME_START[$name]= 2022-06-04 10:32:27.247 | + functions-common:time_stop:2443 : _TIME_TOTAL[$name]=221669 2022-06-04 10:32:27.249 | + inc/python:pip_install:199 : return 0 2022-06-04 10:32:27.252 | + lib/databases/mysql:configure_database_mysql:160 : recreate_database stats 2022-06-04 10:32:27.254 | + lib/database:recreate_database:112 : local db=stats 2022-06-04 10:32:27.257 | + lib/database:recreate_database:113 : recreate_database_mysql stats 2022-06-04 10:32:27.260 | + lib/databases/mysql:recreate_database_mysql:66 : local db=stats 2022-06-04 10:32:27.262 | + lib/databases/mysql:recreate_database_mysql:67 : mysql -uroot -pPassw0rd -h127.0.0.1 -e 'DROP DATABASE IF EXISTS stats;' 2022-06-04 10:32:27.267 | mysql: [Warning] Using a password on the command line interface can be insecure. 2022-06-04 10:32:27.295 | + lib/databases/mysql:recreate_database_mysql:68 : mysql -uroot -pPassw0rd -h127.0.0.1 -e 'CREATE DATABASE stats CHARACTER SET utf8;' 2022-06-04 10:32:27.300 | mysql: [Warning] Using a password on the command line interface can be insecure. 2022-06-04 10:32:27.317 | + lib/databases/mysql:configure_database_mysql:161 : mysql -u root -pPassw0rd -h 127.0.0.1 -e 'CREATE TABLE queries (db VARCHAR(32), op VARCHAR(32), 2022-06-04 10:32:27.318 | count INT, PRIMARY KEY (db, op)) ENGINE MEMORY' stats 2022-06-04 10:32:27.323 | mysql: [Warning] Using a password on the command line interface can be insecure. 2022-06-04 10:32:27.344 | + lib/databases/mysql:configure_database_mysql:166 : restart_service mysql 2022-06-04 10:32:27.346 | + functions-common:restart_service:2310 : '[' -x /bin/systemctl ']' 2022-06-04 10:32:27.349 | + functions-common:restart_service:2311 : sudo /bin/systemctl restart mysql 2022-06-04 10:32:27.660 | ++ inc/async:async_inner:64 : rc=0 2022-06-04 10:32:27.685 | [264489 Async install_tempest:264489]: finished successfully 2022-06-04 10:32:30.002 | + ./stack.sh:main:1034 : save_stackenv 1034 2022-06-04 10:32:30.005 | + functions-common:save_stackenv:60 : local tag=1034 2022-06-04 10:32:30.009 | ++ functions-common:save_stackenv:62 : date +%F-%H%M%S 2022-06-04 10:32:30.014 | + functions-common:save_stackenv:62 : time_stamp=2022-06-04-103230 2022-06-04 10:32:30.016 | + functions-common:save_stackenv:63 : echo '# 2022-06-04-103230 1034' 2022-06-04 10:32:30.019 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2022-06-04 10:32:30.022 | + functions-common:save_stackenv:65 : echo BASE_SQL_CONN=mysql+pymysql://root:Passw0rd@127.0.0.1 2022-06-04 10:32:30.024 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2022-06-04 10:32:30.027 | + functions-common:save_stackenv:65 : echo DATA_DIR=/opt/stack/data 2022-06-04 10:32:30.029 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2022-06-04 10:32:30.032 | + functions-common:save_stackenv:65 : echo DEST=/opt/stack 2022-06-04 10:32:30.034 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2022-06-04 10:32:30.037 | + 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-06-04 10:32:30.040 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2022-06-04 10:32:30.042 | + functions-common:save_stackenv:65 : echo HOST_IP=10.222.0.66 2022-06-04 10:32:30.045 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2022-06-04 10:32:30.047 | + functions-common:save_stackenv:65 : echo KEYSTONE_SERVICE_URI=http://10.222.0.66/identity 2022-06-04 10:32:30.050 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2022-06-04 10:32:30.053 | + functions-common:save_stackenv:65 : echo LOGFILE=/opt/stack/logs/stack.sh.log.2022-06-04-102740 2022-06-04 10:32:30.056 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2022-06-04 10:32:30.058 | + functions-common:save_stackenv:65 : echo OS_CACERT= 2022-06-04 10:32:30.061 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2022-06-04 10:32:30.063 | + functions-common:save_stackenv:65 : echo SERVICE_HOST=10.222.0.66 2022-06-04 10:32:30.066 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2022-06-04 10:32:30.069 | + functions-common:save_stackenv:65 : echo STACK_USER=ubuntu 2022-06-04 10:32:30.072 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2022-06-04 10:32:30.074 | + functions-common:save_stackenv:65 : echo TLS_IP= 2022-06-04 10:32:30.077 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2022-06-04 10:32:30.079 | + functions-common:save_stackenv:65 : echo HOST_IPV6=::1 2022-06-04 10:32:30.082 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2022-06-04 10:32:30.086 | + functions-common:save_stackenv:65 : echo SERVICE_IP_VERSION=4 2022-06-04 10:32:30.089 | + ./stack.sh:main:1046 : [[ True == \T\r\u\e ]] 2022-06-04 10:32:30.091 | + ./stack.sh:main:1047 : [[ -f /sys/kernel/mm/ksm/run ]] 2022-06-04 10:32:30.094 | + ./stack.sh:main:1048 : sudo sh -c 'echo 1 > /sys/kernel/mm/ksm/run' 2022-06-04 10:32:30.106 | + ./stack.sh:main:1060 : start_dstat 2022-06-04 10:32:30.109 | + lib/dstat:start_dstat:31 : run_process dstat '/home/ubuntu/devstack/tools/dstat.sh /opt/stack/logs' 2022-06-04 10:32:30.112 | + functions-common:run_process:1681 : local service=dstat 2022-06-04 10:32:30.115 | + functions-common:run_process:1682 : local 'command=/home/ubuntu/devstack/tools/dstat.sh /opt/stack/logs' 2022-06-04 10:32:30.118 | + functions-common:run_process:1683 : local group= 2022-06-04 10:32:30.120 | + functions-common:run_process:1684 : local user= 2022-06-04 10:32:30.123 | + functions-common:run_process:1686 : local name=dstat 2022-06-04 10:32:30.125 | + functions-common:run_process:1688 : time_start run_process 2022-06-04 10:32:30.128 | + functions-common:time_start:2412 : local name=run_process 2022-06-04 10:32:30.130 | + functions-common:time_start:2413 : local start_time= 2022-06-04 10:32:30.133 | + functions-common:time_start:2414 : [[ -n '' ]] 2022-06-04 10:32:30.136 | ++ functions-common:time_start:2417 : date +%s%3N 2022-06-04 10:32:30.141 | + functions-common:time_start:2417 : _TIME_START[$name]=1654338750138 2022-06-04 10:32:30.144 | + functions-common:run_process:1689 : is_service_enabled dstat 2022-06-04 10:32:30.161 | + functions-common:is_service_enabled:2082 : return 0 2022-06-04 10:32:30.165 | + functions-common:run_process:1690 : _run_under_systemd dstat '/home/ubuntu/devstack/tools/dstat.sh /opt/stack/logs' '' '' 2022-06-04 10:32:30.167 | + functions-common:_run_under_systemd:1646 : local service=dstat 2022-06-04 10:32:30.170 | + functions-common:_run_under_systemd:1647 : local 'command=/home/ubuntu/devstack/tools/dstat.sh /opt/stack/logs' 2022-06-04 10:32:30.172 | + functions-common:_run_under_systemd:1648 : local 'cmd=/home/ubuntu/devstack/tools/dstat.sh /opt/stack/logs' 2022-06-04 10:32:30.175 | + functions-common:_run_under_systemd:1650 : _common_systemd_pitfalls '/home/ubuntu/devstack/tools/dstat.sh /opt/stack/logs' 2022-06-04 10:32:30.177 | + functions-common:_common_systemd_pitfalls:1618 : local 'cmd=/home/ubuntu/devstack/tools/dstat.sh /opt/stack/logs' 2022-06-04 10:32:30.180 | + functions-common:_common_systemd_pitfalls:1621 : [[ /home/ubuntu/devstack/tools/dstat.sh /opt/stack/logs =~ sudo ]] 2022-06-04 10:32:30.183 | + functions-common:_common_systemd_pitfalls:1632 : [[ ! /home/ubuntu/devstack/tools/dstat.sh /opt/stack/logs =~ ^/ ]] 2022-06-04 10:32:30.186 | + functions-common:_run_under_systemd:1652 : local systemd_service=devstack@dstat.service 2022-06-04 10:32:30.188 | + functions-common:_run_under_systemd:1653 : local group= 2022-06-04 10:32:30.191 | + functions-common:_run_under_systemd:1654 : local user=ubuntu 2022-06-04 10:32:30.194 | + functions-common:_run_under_systemd:1655 : [[ /home/ubuntu/devstack/tools/dstat.sh /opt/stack/logs =~ uwsgi ]] 2022-06-04 10:32:30.196 | + functions-common:_run_under_systemd:1658 : write_user_unit_file devstack@dstat.service '/home/ubuntu/devstack/tools/dstat.sh /opt/stack/logs' '' ubuntu 2022-06-04 10:32:30.199 | + functions-common:write_user_unit_file:1563 : local service=devstack@dstat.service 2022-06-04 10:32:30.201 | + functions-common:write_user_unit_file:1564 : local 'command=/home/ubuntu/devstack/tools/dstat.sh /opt/stack/logs' 2022-06-04 10:32:30.203 | + functions-common:write_user_unit_file:1565 : local group= 2022-06-04 10:32:30.206 | + functions-common:write_user_unit_file:1566 : local user=ubuntu 2022-06-04 10:32:30.208 | + functions-common:write_user_unit_file:1567 : local extra= 2022-06-04 10:32:30.211 | + functions-common:write_user_unit_file:1568 : [[ -n '' ]] 2022-06-04 10:32:30.213 | + functions-common:write_user_unit_file:1571 : local unitfile=/etc/systemd/system/devstack@dstat.service 2022-06-04 10:32:30.215 | + functions-common:write_user_unit_file:1572 : mkdir -p /etc/systemd/system 2022-06-04 10:32:30.220 | + functions-common:write_user_unit_file:1574 : iniset -sudo /etc/systemd/system/devstack@dstat.service Unit Description 'Devstack devstack@dstat.service' 2022-06-04 10:32:30.273 | + functions-common:write_user_unit_file:1575 : iniset -sudo /etc/systemd/system/devstack@dstat.service Service User ubuntu 2022-06-04 10:32:30.327 | + functions-common:write_user_unit_file:1576 : iniset -sudo /etc/systemd/system/devstack@dstat.service Service ExecStart '/home/ubuntu/devstack/tools/dstat.sh /opt/stack/logs' 2022-06-04 10:32:30.380 | + functions-common:write_user_unit_file:1577 : iniset -sudo /etc/systemd/system/devstack@dstat.service Service KillMode process 2022-06-04 10:32:30.433 | + functions-common:write_user_unit_file:1578 : iniset -sudo /etc/systemd/system/devstack@dstat.service Service TimeoutStopSec 300 2022-06-04 10:32:30.487 | + functions-common:write_user_unit_file:1579 : iniset -sudo /etc/systemd/system/devstack@dstat.service Service ExecReload '/usr/bin/kill -HUP $MAINPID' 2022-06-04 10:32:30.542 | + functions-common:write_user_unit_file:1580 : [[ -n '' ]] 2022-06-04 10:32:30.545 | + functions-common:write_user_unit_file:1583 : iniset -sudo /etc/systemd/system/devstack@dstat.service Install WantedBy multi-user.target 2022-06-04 10:32:30.598 | + functions-common:write_user_unit_file:1586 : sudo systemctl daemon-reload 2022-06-04 10:32:31.025 | + functions-common:_run_under_systemd:1661 : sudo systemctl enable devstack@dstat.service 2022-06-04 10:32:31.039 | Created symlink /etc/systemd/system/multi-user.target.wants/devstack@dstat.service → /etc/systemd/system/devstack@dstat.service. 2022-06-04 10:32:31.460 | + functions-common:_run_under_systemd:1662 : sudo systemctl start devstack@dstat.service 2022-06-04 10:32:31.482 | + functions-common:run_process:1692 : time_stop run_process 2022-06-04 10:32:31.484 | + functions-common:time_stop:2426 : local name 2022-06-04 10:32:31.487 | + functions-common:time_stop:2427 : local end_time 2022-06-04 10:32:31.489 | + functions-common:time_stop:2428 : local elapsed_time 2022-06-04 10:32:31.492 | + functions-common:time_stop:2429 : local total 2022-06-04 10:32:31.495 | + functions-common:time_stop:2430 : local start_time 2022-06-04 10:32:31.497 | + functions-common:time_stop:2432 : name=run_process 2022-06-04 10:32:31.500 | + functions-common:time_stop:2433 : start_time=1654338750138 2022-06-04 10:32:31.502 | + functions-common:time_stop:2435 : [[ -z 1654338750138 ]] 2022-06-04 10:32:31.505 | ++ functions-common:time_stop:2438 : date +%s%3N 2022-06-04 10:32:31.510 | + functions-common:time_stop:2438 : end_time=1654338751507 2022-06-04 10:32:31.512 | + functions-common:time_stop:2439 : elapsed_time=1369 2022-06-04 10:32:31.515 | + functions-common:time_stop:2440 : total=0 2022-06-04 10:32:31.517 | + functions-common:time_stop:2442 : _TIME_START[$name]= 2022-06-04 10:32:31.520 | + functions-common:time_stop:2443 : _TIME_TOTAL[$name]=1369 2022-06-04 10:32:31.523 | + lib/dstat:start_dstat:36 : run_process memory_tracker /home/ubuntu/devstack/tools/memory_tracker.sh '' root 2022-06-04 10:32:31.527 | + functions-common:run_process:1681 : local service=memory_tracker 2022-06-04 10:32:31.529 | + functions-common:run_process:1682 : local command=/home/ubuntu/devstack/tools/memory_tracker.sh 2022-06-04 10:32:31.532 | + functions-common:run_process:1683 : local group= 2022-06-04 10:32:31.534 | + functions-common:run_process:1684 : local user=root 2022-06-04 10:32:31.537 | + functions-common:run_process:1686 : local name=memory_tracker 2022-06-04 10:32:31.540 | + functions-common:run_process:1688 : time_start run_process 2022-06-04 10:32:31.543 | + functions-common:time_start:2412 : local name=run_process 2022-06-04 10:32:31.545 | + functions-common:time_start:2413 : local start_time= 2022-06-04 10:32:31.548 | + functions-common:time_start:2414 : [[ -n '' ]] 2022-06-04 10:32:31.551 | ++ functions-common:time_start:2417 : date +%s%3N 2022-06-04 10:32:31.556 | + functions-common:time_start:2417 : _TIME_START[$name]=1654338751553 2022-06-04 10:32:31.559 | + functions-common:run_process:1689 : is_service_enabled memory_tracker 2022-06-04 10:32:31.576 | + functions-common:is_service_enabled:2082 : return 1 2022-06-04 10:32:31.579 | + functions-common:run_process:1692 : time_stop run_process 2022-06-04 10:32:31.581 | + functions-common:time_stop:2426 : local name 2022-06-04 10:32:31.584 | + functions-common:time_stop:2427 : local end_time 2022-06-04 10:32:31.587 | + functions-common:time_stop:2428 : local elapsed_time 2022-06-04 10:32:31.589 | + functions-common:time_stop:2429 : local total 2022-06-04 10:32:31.592 | + functions-common:time_stop:2430 : local start_time 2022-06-04 10:32:31.594 | + functions-common:time_stop:2432 : name=run_process 2022-06-04 10:32:31.597 | + functions-common:time_stop:2433 : start_time=1654338751553 2022-06-04 10:32:31.600 | + functions-common:time_stop:2435 : [[ -z 1654338751553 ]] 2022-06-04 10:32:31.603 | ++ functions-common:time_stop:2438 : date +%s%3N 2022-06-04 10:32:31.608 | + functions-common:time_stop:2438 : end_time=1654338751605 2022-06-04 10:32:31.610 | + functions-common:time_stop:2439 : elapsed_time=52 2022-06-04 10:32:31.613 | + functions-common:time_stop:2440 : total=1369 2022-06-04 10:32:31.616 | + functions-common:time_stop:2442 : _TIME_START[$name]= 2022-06-04 10:32:31.618 | + functions-common:time_stop:2443 : _TIME_TOTAL[$name]=1421 2022-06-04 10:32:31.621 | + lib/dstat:start_dstat:40 : is_service_enabled peakmem_tracker 2022-06-04 10:32:31.639 | + functions-common:is_service_enabled:2082 : return 1 2022-06-04 10:32:31.641 | + ./stack.sh:main:1064 : is_service_enabled tcpdump 2022-06-04 10:32:31.665 | + functions-common:is_service_enabled:2082 : return 1 2022-06-04 10:32:31.667 | + ./stack.sh:main:1072 : is_service_enabled etcd3 2022-06-04 10:32:31.685 | + functions-common:is_service_enabled:2082 : return 0 2022-06-04 10:32:31.688 | + ./stack.sh:main:1073 : start_etcd3 2022-06-04 10:32:31.691 | + lib/etcd3:start_etcd3:41 : local cmd=/opt/stack/bin/etcd 2022-06-04 10:32:31.693 | + lib/etcd3:start_etcd3:42 : cmd+=' --name dv-neutron-844699-1-hyperv --data-dir /opt/stack/data/etcd' 2022-06-04 10:32:31.696 | + lib/etcd3:start_etcd3:43 : cmd+=' --initial-cluster-state new --initial-cluster-token etcd-cluster-01' 2022-06-04 10:32:31.699 | + lib/etcd3:start_etcd3:44 : cmd+=' --initial-cluster dv-neutron-844699-1-hyperv=http://10.222.0.66:2380' 2022-06-04 10:32:31.701 | + lib/etcd3:start_etcd3:45 : cmd+=' --initial-advertise-peer-urls http://10.222.0.66:2380' 2022-06-04 10:32:31.704 | + lib/etcd3:start_etcd3:46 : cmd+=' --advertise-client-urls http://10.222.0.66:2379' 2022-06-04 10:32:31.707 | + lib/etcd3:start_etcd3:47 : '[' 0.0.0.0 == :: ']' 2022-06-04 10:32:31.710 | + lib/etcd3:start_etcd3:50 : cmd+=' --listen-peer-urls http://0.0.0.0:2380 ' 2022-06-04 10:32:31.713 | + lib/etcd3:start_etcd3:52 : cmd+=' --listen-client-urls http://10.222.0.66:2379' 2022-06-04 10:32:31.716 | + lib/etcd3:start_etcd3:53 : '[' True == True ']' 2022-06-04 10:32:31.718 | + lib/etcd3:start_etcd3:54 : cmd+=' --debug' 2022-06-04 10:32:31.721 | + lib/etcd3:start_etcd3:57 : local unitfile=/etc/systemd/system/devstack@etcd.service 2022-06-04 10:32:31.723 | + lib/etcd3:start_etcd3:58 : write_user_unit_file devstack@etcd.service '/opt/stack/bin/etcd --name dv-neutron-844699-1-hyperv --data-dir /opt/stack/data/etcd --initial-cluster-state new --initial-cluster-token etcd-cluster-01 --initial-cluster dv-neutron-844699-1-hyperv=http://10.222.0.66:2380 --initial-advertise-peer-urls http://10.222.0.66:2380 --advertise-client-urls http://10.222.0.66:2379 --listen-peer-urls http://0.0.0.0:2380 --listen-client-urls http://10.222.0.66:2379 --debug' '' root 2022-06-04 10:32:31.726 | + functions-common:write_user_unit_file:1563 : local service=devstack@etcd.service 2022-06-04 10:32:31.728 | + functions-common:write_user_unit_file:1564 : local 'command=/opt/stack/bin/etcd --name dv-neutron-844699-1-hyperv --data-dir /opt/stack/data/etcd --initial-cluster-state new --initial-cluster-token etcd-cluster-01 --initial-cluster dv-neutron-844699-1-hyperv=http://10.222.0.66:2380 --initial-advertise-peer-urls http://10.222.0.66:2380 --advertise-client-urls http://10.222.0.66:2379 --listen-peer-urls http://0.0.0.0:2380 --listen-client-urls http://10.222.0.66:2379 --debug' 2022-06-04 10:32:31.731 | + functions-common:write_user_unit_file:1565 : local group= 2022-06-04 10:32:31.733 | + functions-common:write_user_unit_file:1566 : local user=root 2022-06-04 10:32:31.735 | + functions-common:write_user_unit_file:1567 : local extra= 2022-06-04 10:32:31.738 | + functions-common:write_user_unit_file:1568 : [[ -n '' ]] 2022-06-04 10:32:31.740 | + functions-common:write_user_unit_file:1571 : local unitfile=/etc/systemd/system/devstack@etcd.service 2022-06-04 10:32:31.743 | + functions-common:write_user_unit_file:1572 : mkdir -p /etc/systemd/system 2022-06-04 10:32:31.749 | + functions-common:write_user_unit_file:1574 : iniset -sudo /etc/systemd/system/devstack@etcd.service Unit Description 'Devstack devstack@etcd.service' 2022-06-04 10:32:31.816 | + functions-common:write_user_unit_file:1575 : iniset -sudo /etc/systemd/system/devstack@etcd.service Service User root 2022-06-04 10:32:31.882 | + functions-common:write_user_unit_file:1576 : iniset -sudo /etc/systemd/system/devstack@etcd.service Service ExecStart '/opt/stack/bin/etcd --name dv-neutron-844699-1-hyperv --data-dir /opt/stack/data/etcd --initial-cluster-state new --initial-cluster-token etcd-cluster-01 --initial-cluster dv-neutron-844699-1-hyperv=http://10.222.0.66:2380 --initial-advertise-peer-urls http://10.222.0.66:2380 --advertise-client-urls http://10.222.0.66:2379 --listen-peer-urls http://0.0.0.0:2380 --listen-client-urls http://10.222.0.66:2379 --debug' 2022-06-04 10:32:31.933 | + functions-common:write_user_unit_file:1577 : iniset -sudo /etc/systemd/system/devstack@etcd.service Service KillMode process 2022-06-04 10:32:31.985 | + functions-common:write_user_unit_file:1578 : iniset -sudo /etc/systemd/system/devstack@etcd.service Service TimeoutStopSec 300 2022-06-04 10:32:32.037 | + functions-common:write_user_unit_file:1579 : iniset -sudo /etc/systemd/system/devstack@etcd.service Service ExecReload '/usr/bin/kill -HUP $MAINPID' 2022-06-04 10:32:32.091 | + functions-common:write_user_unit_file:1580 : [[ -n '' ]] 2022-06-04 10:32:32.094 | + functions-common:write_user_unit_file:1583 : iniset -sudo /etc/systemd/system/devstack@etcd.service Install WantedBy multi-user.target 2022-06-04 10:32:32.161 | + functions-common:write_user_unit_file:1586 : sudo systemctl daemon-reload 2022-06-04 10:32:32.577 | + lib/etcd3:start_etcd3:60 : iniset -sudo /etc/systemd/system/devstack@etcd.service Unit After network.target 2022-06-04 10:32:32.630 | + lib/etcd3:start_etcd3:61 : iniset -sudo /etc/systemd/system/devstack@etcd.service Service Type notify 2022-06-04 10:32:32.683 | + lib/etcd3:start_etcd3:62 : iniset -sudo /etc/systemd/system/devstack@etcd.service Service Restart on-failure 2022-06-04 10:32:32.735 | + lib/etcd3:start_etcd3:63 : iniset -sudo /etc/systemd/system/devstack@etcd.service Service LimitNOFILE 65536 2022-06-04 10:32:32.788 | + lib/etcd3:start_etcd3:64 : is_arch aarch64 2022-06-04 10:32:32.791 | ++ functions-common:is_arch:502 : uname -m 2022-06-04 10:32:32.796 | + functions-common:is_arch:502 : [[ x86_64 == \a\a\r\c\h\6\4 ]] 2022-06-04 10:32:32.799 | + lib/etcd3:start_etcd3:68 : sudo systemctl daemon-reload 2022-06-04 10:32:33.228 | + lib/etcd3:start_etcd3:69 : sudo systemctl enable devstack@etcd.service 2022-06-04 10:32:33.241 | Created symlink /etc/systemd/system/multi-user.target.wants/devstack@etcd.service → /etc/systemd/system/devstack@etcd.service. 2022-06-04 10:32:33.714 | + lib/etcd3:start_etcd3:70 : sudo systemctl start devstack@etcd.service 2022-06-04 10:32:33.889 | + ./stack.sh:main:1079 : is_service_enabled tls-proxy 2022-06-04 10:32:33.908 | + functions-common:is_service_enabled:2082 : return 1 2022-06-04 10:32:33.910 | + ./stack.sh:main:1084 : write_clouds_yaml 2022-06-04 10:32:33.913 | + functions-common:write_clouds_yaml:79 : CLOUDS_YAML=/etc/openstack/clouds.yaml 2022-06-04 10:32:33.916 | ++ functions-common:write_clouds_yaml:81 : dirname /etc/openstack/clouds.yaml 2022-06-04 10:32:33.921 | + functions-common:write_clouds_yaml:81 : sudo mkdir -p /etc/openstack 2022-06-04 10:32:33.933 | + functions-common:write_clouds_yaml:82 : sudo chown -R ubuntu /etc/openstack 2022-06-04 10:32:33.946 | + functions-common:write_clouds_yaml:84 : CA_CERT_ARG= 2022-06-04 10:32:33.948 | + functions-common:write_clouds_yaml:85 : '[' -f /opt/stack/data/ca-bundle.pem ']' 2022-06-04 10:32:33.951 | + 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.66/identity --os-username demo --os-password Passw0rd --os-project-name demo 2022-06-04 10:32:34.085 | + 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.66/identity --os-username admin --os-password Passw0rd --os-project-name admin 2022-06-04 10:32:34.220 | + 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.66/identity --os-username admin --os-password Passw0rd --os-project-name demo 2022-06-04 10:32:34.355 | + 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.66/identity --os-username alt_demo --os-password Passw0rd --os-project-name alt_demo 2022-06-04 10:32:34.488 | + 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.66/identity --os-username alt_demo_member --os-password Passw0rd --os-project-name alt_demo 2022-06-04 10:32:34.621 | + 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.66/identity --os-username alt_demo_reader --os-password Passw0rd --os-project-name alt_demo 2022-06-04 10:32:34.754 | + 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.66/identity --os-username demo_reader --os-password Passw0rd --os-project-name demo 2022-06-04 10:32:34.891 | + 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.66/identity --os-username admin --os-password Passw0rd --os-system-scope all 2022-06-04 10:32:35.025 | + 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.66/identity --os-username system_member --os-password Passw0rd --os-system-scope all 2022-06-04 10:32:35.163 | + 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.66/identity --os-username system_reader --os-password Passw0rd --os-system-scope all 2022-06-04 10:32:35.297 | + functions-common:write_clouds_yaml:198 : cat 2022-06-04 10:32:35.302 | ++ functions-common:write_clouds_yaml:204 : eval echo '~ubuntu' 2022-06-04 10:32:35.305 | +++ functions-common:write_clouds_yaml:204 : echo /home/ubuntu 2022-06-04 10:32:35.308 | + functions-common:write_clouds_yaml:204 : rm -f /home/ubuntu/.config/openstack/clouds.yaml 2022-06-04 10:32:35.312 | + ./stack.sh:main:1085 : export OS_CLOUD=devstack-admin 2022-06-04 10:32:35.315 | + ./stack.sh:main:1085 : OS_CLOUD=devstack-admin 2022-06-04 10:32:35.318 | + ./stack.sh:main:1087 : is_service_enabled keystone 2022-06-04 10:32:35.335 | + functions-common:is_service_enabled:2082 : return 0 2022-06-04 10:32:35.337 | + ./stack.sh:main:1088 : echo_summary 'Starting Keystone' 2022-06-04 10:32:35.340 | + ./stack.sh:echo_summary:435 : [[ -t 3 ]] 2022-06-04 10:32:35.342 | + ./stack.sh:echo_summary:441 : echo -e Starting Keystone 2022-06-04 10:32:35.345 | + ./stack.sh:main:1090 : '[' 10.222.0.66 == 10.222.0.66 ']' 2022-06-04 10:32:35.347 | + ./stack.sh:main:1091 : init_keystone 2022-06-04 10:32:35.351 | + lib/keystone:init_keystone:473 : is_service_enabled ldap 2022-06-04 10:32:35.367 | + functions-common:is_service_enabled:2082 : return 1 2022-06-04 10:32:35.369 | + lib/keystone:init_keystone:477 : [[ True == True ]] 2022-06-04 10:32:35.371 | + lib/keystone:init_keystone:479 : recreate_database keystone 2022-06-04 10:32:35.374 | + lib/database:recreate_database:112 : local db=keystone 2022-06-04 10:32:35.376 | + lib/database:recreate_database:113 : recreate_database_mysql keystone 2022-06-04 10:32:35.379 | + lib/databases/mysql:recreate_database_mysql:66 : local db=keystone 2022-06-04 10:32:35.382 | + lib/databases/mysql:recreate_database_mysql:67 : mysql -uroot -pPassw0rd -h127.0.0.1 -e 'DROP DATABASE IF EXISTS keystone;' 2022-06-04 10:32:35.387 | mysql: [Warning] Using a password on the command line interface can be insecure. 2022-06-04 10:32:35.837 | + lib/databases/mysql:recreate_database_mysql:68 : mysql -uroot -pPassw0rd -h127.0.0.1 -e 'CREATE DATABASE keystone CHARACTER SET utf8;' 2022-06-04 10:32:35.842 | mysql: [Warning] Using a password on the command line interface can be insecure. 2022-06-04 10:32:35.859 | + lib/keystone:init_keystone:482 : time_start dbsync 2022-06-04 10:32:35.862 | + functions-common:time_start:2412 : local name=dbsync 2022-06-04 10:32:35.864 | + functions-common:time_start:2413 : local start_time= 2022-06-04 10:32:35.867 | + functions-common:time_start:2414 : [[ -n '' ]] 2022-06-04 10:32:35.871 | ++ functions-common:time_start:2417 : date +%s%3N 2022-06-04 10:32:35.875 | + functions-common:time_start:2417 : _TIME_START[$name]=1654338755872 2022-06-04 10:32:35.878 | + lib/keystone:init_keystone:484 : /usr/local/bin/keystone-manage --config-file /etc/keystone/keystone.conf db_sync 2022-06-04 10:32:40.627 | INFO dbcounter [-] Registered counter for database keystone 2022-06-04 10:32:40.650 | 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=266642) _check_effective_sql_mode /usr/local/lib/python3.8/dist-packages/oslo_db/sqlalchemy/engines.py:314}} 2022-06-04 10:32:40.656 | DEBUG dbcounter [-] [266642] Writer thread running {{(pid=266642) stat_writer /usr/local/lib/python3.8/dist-packages/dbcounter.py:99}} 2022-06-04 10:32:40.657 | DEBUG migrate.versioning.repository [-] Loading repository /opt/stack/keystone/keystone/common/sql/legacy_migrations/expand_repo... {{(pid=266642) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/repository.py:76}} 2022-06-04 10:32:40.658 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/legacy_migrations/expand_repo/versions/075_placeholder.py... {{(pid=266642) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-06-04 10:32:40.658 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/legacy_migrations/expand_repo/versions/075_placeholder.py loaded successfully {{(pid=266642) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-06-04 10:32:40.659 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/legacy_migrations/expand_repo/versions/077_placeholder.py... {{(pid=266642) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-06-04 10:32:40.659 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/legacy_migrations/expand_repo/versions/077_placeholder.py loaded successfully {{(pid=266642) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-06-04 10:32:40.659 | 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=266642) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-06-04 10:32:40.659 | 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=266642) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-06-04 10:32:40.659 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/legacy_migrations/expand_repo/versions/073_expand_initial_migration.py... {{(pid=266642) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-06-04 10:32:40.659 | 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=266642) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-06-04 10:32:40.660 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/legacy_migrations/expand_repo/versions/074_placeholder.py... {{(pid=266642) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-06-04 10:32:40.660 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/legacy_migrations/expand_repo/versions/074_placeholder.py loaded successfully {{(pid=266642) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-06-04 10:32:40.660 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/legacy_migrations/expand_repo/versions/078_placeholder.py... {{(pid=266642) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-06-04 10:32:40.660 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/legacy_migrations/expand_repo/versions/078_placeholder.py loaded successfully {{(pid=266642) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-06-04 10:32:40.660 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/legacy_migrations/expand_repo/versions/076_placeholder.py... {{(pid=266642) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-06-04 10:32:40.660 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/legacy_migrations/expand_repo/versions/076_placeholder.py loaded successfully {{(pid=266642) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-06-04 10:32:40.661 | DEBUG migrate.versioning.repository [-] Repository /opt/stack/keystone/keystone/common/sql/legacy_migrations/expand_repo loaded successfully {{(pid=266642) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/repository.py:82}} 2022-06-04 10:32:40.661 | DEBUG migrate.versioning.repository [-] Config: {'db_settings': {'repository_id': 'keystone_expand', 'version_table': 'migrate_version', 'required_dbs': '[]', 'use_timestamp_numbering': 'False'}} {{(pid=266642) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/repository.py:83}} 2022-06-04 10:32:40.687 | DEBUG migrate.versioning.repository [-] Loading repository /opt/stack/keystone/keystone/common/sql/legacy_migrations/expand_repo... {{(pid=266642) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/repository.py:76}} 2022-06-04 10:32:40.688 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/legacy_migrations/expand_repo/versions/075_placeholder.py... {{(pid=266642) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-06-04 10:32:40.688 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/legacy_migrations/expand_repo/versions/075_placeholder.py loaded successfully {{(pid=266642) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-06-04 10:32:40.688 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/legacy_migrations/expand_repo/versions/077_placeholder.py... {{(pid=266642) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-06-04 10:32:40.688 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/legacy_migrations/expand_repo/versions/077_placeholder.py loaded successfully {{(pid=266642) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-06-04 10:32:40.689 | 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=266642) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-06-04 10:32:40.689 | 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=266642) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-06-04 10:32:40.689 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/legacy_migrations/expand_repo/versions/073_expand_initial_migration.py... {{(pid=266642) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-06-04 10:32:40.689 | 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=266642) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-06-04 10:32:40.689 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/legacy_migrations/expand_repo/versions/074_placeholder.py... {{(pid=266642) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-06-04 10:32:40.689 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/legacy_migrations/expand_repo/versions/074_placeholder.py loaded successfully {{(pid=266642) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-06-04 10:32:40.690 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/legacy_migrations/expand_repo/versions/078_placeholder.py... {{(pid=266642) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-06-04 10:32:40.690 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/legacy_migrations/expand_repo/versions/078_placeholder.py loaded successfully {{(pid=266642) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-06-04 10:32:40.690 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/legacy_migrations/expand_repo/versions/076_placeholder.py... {{(pid=266642) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-06-04 10:32:40.690 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/legacy_migrations/expand_repo/versions/076_placeholder.py loaded successfully {{(pid=266642) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-06-04 10:32:40.690 | DEBUG migrate.versioning.repository [-] Repository /opt/stack/keystone/keystone/common/sql/legacy_migrations/expand_repo loaded successfully {{(pid=266642) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/repository.py:82}} 2022-06-04 10:32:40.690 | DEBUG migrate.versioning.repository [-] Config: {'db_settings': {'repository_id': 'keystone_expand', 'version_table': 'migrate_version', 'required_dbs': '[]', 'use_timestamp_numbering': 'False'}} {{(pid=266642) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/repository.py:83}} 2022-06-04 10:32:40.745 | DEBUG migrate.versioning.repository [-] Loading repository /opt/stack/keystone/keystone/common/sql/legacy_migrations/expand_repo... {{(pid=266642) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/repository.py:76}} 2022-06-04 10:32:40.746 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/legacy_migrations/expand_repo/versions/075_placeholder.py... {{(pid=266642) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-06-04 10:32:40.746 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/legacy_migrations/expand_repo/versions/075_placeholder.py loaded successfully {{(pid=266642) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-06-04 10:32:40.746 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/legacy_migrations/expand_repo/versions/077_placeholder.py... {{(pid=266642) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-06-04 10:32:40.746 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/legacy_migrations/expand_repo/versions/077_placeholder.py loaded successfully {{(pid=266642) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-06-04 10:32:40.747 | 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=266642) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-06-04 10:32:40.747 | 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=266642) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-06-04 10:32:40.747 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/legacy_migrations/expand_repo/versions/073_expand_initial_migration.py... {{(pid=266642) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-06-04 10:32:40.747 | 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=266642) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-06-04 10:32:40.747 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/legacy_migrations/expand_repo/versions/074_placeholder.py... {{(pid=266642) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-06-04 10:32:40.747 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/legacy_migrations/expand_repo/versions/074_placeholder.py loaded successfully {{(pid=266642) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-06-04 10:32:40.748 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/legacy_migrations/expand_repo/versions/078_placeholder.py... {{(pid=266642) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-06-04 10:32:40.748 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/legacy_migrations/expand_repo/versions/078_placeholder.py loaded successfully {{(pid=266642) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-06-04 10:32:40.748 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/legacy_migrations/expand_repo/versions/076_placeholder.py... {{(pid=266642) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-06-04 10:32:40.748 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/legacy_migrations/expand_repo/versions/076_placeholder.py loaded successfully {{(pid=266642) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-06-04 10:32:40.748 | DEBUG migrate.versioning.repository [-] Repository /opt/stack/keystone/keystone/common/sql/legacy_migrations/expand_repo loaded successfully {{(pid=266642) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/repository.py:82}} 2022-06-04 10:32:40.748 | DEBUG migrate.versioning.repository [-] Config: {'db_settings': {'repository_id': 'keystone_expand', 'version_table': 'migrate_version', 'required_dbs': '[]', 'use_timestamp_numbering': 'False'}} {{(pid=266642) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/repository.py:83}} 2022-06-04 10:32:40.756 | INFO migrate.versioning.api [-] 72 -> 73...  2022-06-04 10:32:41.565 | DEBUG dbcounter [-] [266642] Writing DB stats keystone:SELECT=54,keystone:SHOW=5,keystone:CREATE=38,keystone:INSERT=1,keystone:ALTER=2 {{(pid=266642) stat_writer /usr/local/lib/python3.8/dist-packages/dbcounter.py:114}} 2022-06-04 10:32:42.360 | INFO migrate.versioning.api [-] done 2022-06-04 10:32:42.361 | INFO migrate.versioning.api [-] 73 -> 74...  2022-06-04 10:32:42.368 | INFO migrate.versioning.api [-] done 2022-06-04 10:32:42.368 | INFO migrate.versioning.api [-] 74 -> 75...  2022-06-04 10:32:42.375 | INFO migrate.versioning.api [-] done 2022-06-04 10:32:42.375 | INFO migrate.versioning.api [-] 75 -> 76...  2022-06-04 10:32:42.382 | INFO migrate.versioning.api [-] done 2022-06-04 10:32:42.382 | INFO migrate.versioning.api [-] 76 -> 77...  2022-06-04 10:32:42.389 | INFO migrate.versioning.api [-] done 2022-06-04 10:32:42.390 | INFO migrate.versioning.api [-] 77 -> 78...  2022-06-04 10:32:42.396 | INFO migrate.versioning.api [-] done 2022-06-04 10:32:42.397 | INFO migrate.versioning.api [-] 78 -> 79...  2022-06-04 10:32:42.449 | INFO migrate.versioning.api [-] done 2022-06-04 10:32:42.449 | DEBUG migrate.versioning.repository [-] Loading repository /opt/stack/keystone/keystone/common/sql/legacy_migrations/data_migration_repo... {{(pid=266642) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/repository.py:76}} 2022-06-04 10:32:42.450 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/legacy_migrations/data_migration_repo/versions/075_placeholder.py... {{(pid=266642) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-06-04 10:32:42.450 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/legacy_migrations/data_migration_repo/versions/075_placeholder.py loaded successfully {{(pid=266642) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-06-04 10:32:42.451 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/legacy_migrations/data_migration_repo/versions/077_placeholder.py... {{(pid=266642) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-06-04 10:32:42.451 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/legacy_migrations/data_migration_repo/versions/077_placeholder.py loaded successfully {{(pid=266642) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-06-04 10:32:42.451 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/legacy_migrations/data_migration_repo/versions/074_placeholder.py... {{(pid=266642) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-06-04 10:32:42.451 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/legacy_migrations/data_migration_repo/versions/074_placeholder.py loaded successfully {{(pid=266642) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-06-04 10:32:42.451 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/legacy_migrations/data_migration_repo/versions/078_placeholder.py... {{(pid=266642) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-06-04 10:32:42.452 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/legacy_migrations/data_migration_repo/versions/078_placeholder.py loaded successfully {{(pid=266642) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-06-04 10:32:42.452 | 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=266642) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-06-04 10:32:42.452 | 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=266642) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-06-04 10:32:42.452 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/legacy_migrations/data_migration_repo/versions/076_placeholder.py... {{(pid=266642) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-06-04 10:32:42.452 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/legacy_migrations/data_migration_repo/versions/076_placeholder.py loaded successfully {{(pid=266642) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-06-04 10:32:42.453 | 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=266642) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-06-04 10:32:42.453 | 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=266642) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-06-04 10:32:42.453 | DEBUG migrate.versioning.repository [-] Repository /opt/stack/keystone/keystone/common/sql/legacy_migrations/data_migration_repo loaded successfully {{(pid=266642) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/repository.py:82}} 2022-06-04 10:32:42.453 | DEBUG migrate.versioning.repository [-] Config: {'db_settings': {'repository_id': 'keystone_data_migrate', 'version_table': 'migrate_version', 'required_dbs': '[]', 'use_timestamp_numbering': 'False'}} {{(pid=266642) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/repository.py:83}} 2022-06-04 10:32:42.453 | DEBUG migrate.versioning.repository [-] Loading repository /opt/stack/keystone/keystone/common/sql/legacy_migrations/expand_repo... {{(pid=266642) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/repository.py:76}} 2022-06-04 10:32:42.454 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/legacy_migrations/expand_repo/versions/075_placeholder.py... {{(pid=266642) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-06-04 10:32:42.454 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/legacy_migrations/expand_repo/versions/075_placeholder.py loaded successfully {{(pid=266642) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-06-04 10:32:42.455 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/legacy_migrations/expand_repo/versions/077_placeholder.py... {{(pid=266642) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-06-04 10:32:42.455 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/legacy_migrations/expand_repo/versions/077_placeholder.py loaded successfully {{(pid=266642) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-06-04 10:32:42.455 | 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=266642) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-06-04 10:32:42.455 | 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=266642) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-06-04 10:32:42.455 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/legacy_migrations/expand_repo/versions/073_expand_initial_migration.py... {{(pid=266642) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-06-04 10:32:42.455 | 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=266642) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-06-04 10:32:42.455 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/legacy_migrations/expand_repo/versions/074_placeholder.py... {{(pid=266642) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-06-04 10:32:42.456 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/legacy_migrations/expand_repo/versions/074_placeholder.py loaded successfully {{(pid=266642) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-06-04 10:32:42.456 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/legacy_migrations/expand_repo/versions/078_placeholder.py... {{(pid=266642) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-06-04 10:32:42.456 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/legacy_migrations/expand_repo/versions/078_placeholder.py loaded successfully {{(pid=266642) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-06-04 10:32:42.456 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/legacy_migrations/expand_repo/versions/076_placeholder.py... {{(pid=266642) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-06-04 10:32:42.456 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/legacy_migrations/expand_repo/versions/076_placeholder.py loaded successfully {{(pid=266642) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-06-04 10:32:42.456 | DEBUG migrate.versioning.repository [-] Repository /opt/stack/keystone/keystone/common/sql/legacy_migrations/expand_repo loaded successfully {{(pid=266642) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/repository.py:82}} 2022-06-04 10:32:42.457 | DEBUG migrate.versioning.repository [-] Config: {'db_settings': {'repository_id': 'keystone_expand', 'version_table': 'migrate_version', 'required_dbs': '[]', 'use_timestamp_numbering': 'False'}} {{(pid=266642) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/repository.py:83}} 2022-06-04 10:32:42.465 | DEBUG migrate.versioning.repository [-] Loading repository /opt/stack/keystone/keystone/common/sql/legacy_migrations/data_migration_repo... {{(pid=266642) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/repository.py:76}} 2022-06-04 10:32:42.465 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/legacy_migrations/data_migration_repo/versions/075_placeholder.py... {{(pid=266642) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-06-04 10:32:42.466 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/legacy_migrations/data_migration_repo/versions/075_placeholder.py loaded successfully {{(pid=266642) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-06-04 10:32:42.466 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/legacy_migrations/data_migration_repo/versions/077_placeholder.py... {{(pid=266642) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-06-04 10:32:42.466 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/legacy_migrations/data_migration_repo/versions/077_placeholder.py loaded successfully {{(pid=266642) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-06-04 10:32:42.466 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/legacy_migrations/data_migration_repo/versions/074_placeholder.py... {{(pid=266642) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-06-04 10:32:42.466 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/legacy_migrations/data_migration_repo/versions/074_placeholder.py loaded successfully {{(pid=266642) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-06-04 10:32:42.466 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/legacy_migrations/data_migration_repo/versions/078_placeholder.py... {{(pid=266642) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-06-04 10:32:42.467 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/legacy_migrations/data_migration_repo/versions/078_placeholder.py loaded successfully {{(pid=266642) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-06-04 10:32:42.467 | 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=266642) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-06-04 10:32:42.467 | 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=266642) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-06-04 10:32:42.467 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/legacy_migrations/data_migration_repo/versions/076_placeholder.py... {{(pid=266642) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-06-04 10:32:42.467 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/legacy_migrations/data_migration_repo/versions/076_placeholder.py loaded successfully {{(pid=266642) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-06-04 10:32:42.467 | 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=266642) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-06-04 10:32:42.467 | 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=266642) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-06-04 10:32:42.468 | DEBUG migrate.versioning.repository [-] Repository /opt/stack/keystone/keystone/common/sql/legacy_migrations/data_migration_repo loaded successfully {{(pid=266642) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/repository.py:82}} 2022-06-04 10:32:42.468 | DEBUG migrate.versioning.repository [-] Config: {'db_settings': {'repository_id': 'keystone_data_migrate', 'version_table': 'migrate_version', 'required_dbs': '[]', 'use_timestamp_numbering': 'False'}} {{(pid=266642) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/repository.py:83}} 2022-06-04 10:32:42.475 | DEBUG dbcounter [-] [266642] Writing DB stats keystone:CREATE=33,keystone:SELECT=56,keystone:UPDATE=7,keystone:SHOW=3,keystone:ALTER=1 {{(pid=266642) stat_writer /usr/local/lib/python3.8/dist-packages/dbcounter.py:114}} 2022-06-04 10:32:43.093 | DEBUG migrate.versioning.repository [-] Loading repository /opt/stack/keystone/keystone/common/sql/legacy_migrations/data_migration_repo... {{(pid=266642) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/repository.py:76}} 2022-06-04 10:32:43.094 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/legacy_migrations/data_migration_repo/versions/075_placeholder.py... {{(pid=266642) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-06-04 10:32:43.094 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/legacy_migrations/data_migration_repo/versions/075_placeholder.py loaded successfully {{(pid=266642) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-06-04 10:32:43.094 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/legacy_migrations/data_migration_repo/versions/077_placeholder.py... {{(pid=266642) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-06-04 10:32:43.094 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/legacy_migrations/data_migration_repo/versions/077_placeholder.py loaded successfully {{(pid=266642) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-06-04 10:32:43.095 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/legacy_migrations/data_migration_repo/versions/074_placeholder.py... {{(pid=266642) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-06-04 10:32:43.095 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/legacy_migrations/data_migration_repo/versions/074_placeholder.py loaded successfully {{(pid=266642) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-06-04 10:32:43.095 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/legacy_migrations/data_migration_repo/versions/078_placeholder.py... {{(pid=266642) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-06-04 10:32:43.095 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/legacy_migrations/data_migration_repo/versions/078_placeholder.py loaded successfully {{(pid=266642) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-06-04 10:32:43.095 | 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=266642) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-06-04 10:32:43.095 | 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=266642) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-06-04 10:32:43.096 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/legacy_migrations/data_migration_repo/versions/076_placeholder.py... {{(pid=266642) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-06-04 10:32:43.096 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/legacy_migrations/data_migration_repo/versions/076_placeholder.py loaded successfully {{(pid=266642) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-06-04 10:32:43.096 | 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=266642) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-06-04 10:32:43.096 | 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=266642) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-06-04 10:32:43.096 | DEBUG migrate.versioning.repository [-] Repository /opt/stack/keystone/keystone/common/sql/legacy_migrations/data_migration_repo loaded successfully {{(pid=266642) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/repository.py:82}} 2022-06-04 10:32:43.096 | DEBUG migrate.versioning.repository [-] Config: {'db_settings': {'repository_id': 'keystone_data_migrate', 'version_table': 'migrate_version', 'required_dbs': '[]', 'use_timestamp_numbering': 'False'}} {{(pid=266642) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/repository.py:83}} 2022-06-04 10:32:43.123 | DEBUG migrate.versioning.repository [-] Loading repository /opt/stack/keystone/keystone/common/sql/legacy_migrations/data_migration_repo... {{(pid=266642) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/repository.py:76}} 2022-06-04 10:32:43.123 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/legacy_migrations/data_migration_repo/versions/075_placeholder.py... {{(pid=266642) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-06-04 10:32:43.124 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/legacy_migrations/data_migration_repo/versions/075_placeholder.py loaded successfully {{(pid=266642) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-06-04 10:32:43.124 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/legacy_migrations/data_migration_repo/versions/077_placeholder.py... {{(pid=266642) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-06-04 10:32:43.124 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/legacy_migrations/data_migration_repo/versions/077_placeholder.py loaded successfully {{(pid=266642) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-06-04 10:32:43.124 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/legacy_migrations/data_migration_repo/versions/074_placeholder.py... {{(pid=266642) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-06-04 10:32:43.124 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/legacy_migrations/data_migration_repo/versions/074_placeholder.py loaded successfully {{(pid=266642) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-06-04 10:32:43.125 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/legacy_migrations/data_migration_repo/versions/078_placeholder.py... {{(pid=266642) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-06-04 10:32:43.125 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/legacy_migrations/data_migration_repo/versions/078_placeholder.py loaded successfully {{(pid=266642) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-06-04 10:32:43.125 | 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=266642) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-06-04 10:32:43.125 | 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=266642) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-06-04 10:32:43.125 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/legacy_migrations/data_migration_repo/versions/076_placeholder.py... {{(pid=266642) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-06-04 10:32:43.125 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/legacy_migrations/data_migration_repo/versions/076_placeholder.py loaded successfully {{(pid=266642) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-06-04 10:32:43.125 | 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=266642) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-06-04 10:32:43.126 | 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=266642) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-06-04 10:32:43.126 | DEBUG migrate.versioning.repository [-] Repository /opt/stack/keystone/keystone/common/sql/legacy_migrations/data_migration_repo loaded successfully {{(pid=266642) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/repository.py:82}} 2022-06-04 10:32:43.126 | DEBUG migrate.versioning.repository [-] Config: {'db_settings': {'repository_id': 'keystone_data_migrate', 'version_table': 'migrate_version', 'required_dbs': '[]', 'use_timestamp_numbering': 'False'}} {{(pid=266642) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/repository.py:83}} 2022-06-04 10:32:43.134 | INFO migrate.versioning.api [-] 72 -> 73...  2022-06-04 10:32:43.190 | DEBUG dbcounter [-] [266642] Writing DB stats keystone:SELECT=23,keystone:SHOW=54,keystone:select=21,keystone:INSERT=2 {{(pid=266642) stat_writer /usr/local/lib/python3.8/dist-packages/dbcounter.py:114}} 2022-06-04 10:32:43.203 | INFO migrate.versioning.api [-] done 2022-06-04 10:32:43.204 | INFO migrate.versioning.api [-] 73 -> 74...  2022-06-04 10:32:43.211 | INFO migrate.versioning.api [-] done 2022-06-04 10:32:43.211 | INFO migrate.versioning.api [-] 74 -> 75...  2022-06-04 10:32:43.218 | INFO migrate.versioning.api [-] done 2022-06-04 10:32:43.218 | INFO migrate.versioning.api [-] 75 -> 76...  2022-06-04 10:32:43.226 | INFO migrate.versioning.api [-] done 2022-06-04 10:32:43.226 | INFO migrate.versioning.api [-] 76 -> 77...  2022-06-04 10:32:43.233 | INFO migrate.versioning.api [-] done 2022-06-04 10:32:43.234 | INFO migrate.versioning.api [-] 77 -> 78...  2022-06-04 10:32:43.240 | INFO migrate.versioning.api [-] done 2022-06-04 10:32:43.241 | INFO migrate.versioning.api [-] 78 -> 79...  2022-06-04 10:32:43.248 | INFO migrate.versioning.api [-] done 2022-06-04 10:32:43.248 | DEBUG migrate.versioning.repository [-] Loading repository /opt/stack/keystone/keystone/common/sql/legacy_migrations/contract_repo... {{(pid=266642) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/repository.py:76}} 2022-06-04 10:32:43.249 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/legacy_migrations/contract_repo/versions/075_placeholder.py... {{(pid=266642) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-06-04 10:32:43.249 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/legacy_migrations/contract_repo/versions/075_placeholder.py loaded successfully {{(pid=266642) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-06-04 10:32:43.249 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/legacy_migrations/contract_repo/versions/077_placeholder.py... {{(pid=266642) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-06-04 10:32:43.250 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/legacy_migrations/contract_repo/versions/077_placeholder.py loaded successfully {{(pid=266642) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-06-04 10:32:43.250 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/legacy_migrations/contract_repo/versions/073_contract_initial_migration.py... {{(pid=266642) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-06-04 10:32:43.250 | 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=266642) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-06-04 10:32:43.250 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/legacy_migrations/contract_repo/versions/074_placeholder.py... {{(pid=266642) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-06-04 10:32:43.250 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/legacy_migrations/contract_repo/versions/074_placeholder.py loaded successfully {{(pid=266642) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-06-04 10:32:43.250 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/legacy_migrations/contract_repo/versions/078_placeholder.py... {{(pid=266642) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-06-04 10:32:43.251 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/legacy_migrations/contract_repo/versions/078_placeholder.py loaded successfully {{(pid=266642) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-06-04 10:32:43.251 | 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=266642) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-06-04 10:32:43.251 | 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=266642) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-06-04 10:32:43.251 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/legacy_migrations/contract_repo/versions/076_placeholder.py... {{(pid=266642) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-06-04 10:32:43.251 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/legacy_migrations/contract_repo/versions/076_placeholder.py loaded successfully {{(pid=266642) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-06-04 10:32:43.251 | DEBUG migrate.versioning.repository [-] Repository /opt/stack/keystone/keystone/common/sql/legacy_migrations/contract_repo loaded successfully {{(pid=266642) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/repository.py:82}} 2022-06-04 10:32:43.251 | DEBUG migrate.versioning.repository [-] Config: {'db_settings': {'repository_id': 'keystone_contract', 'version_table': 'migrate_version', 'required_dbs': '[]', 'use_timestamp_numbering': 'False'}} {{(pid=266642) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/repository.py:83}} 2022-06-04 10:32:43.252 | DEBUG migrate.versioning.repository [-] Loading repository /opt/stack/keystone/keystone/common/sql/legacy_migrations/data_migration_repo... {{(pid=266642) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/repository.py:76}} 2022-06-04 10:32:43.253 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/legacy_migrations/data_migration_repo/versions/075_placeholder.py... {{(pid=266642) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-06-04 10:32:43.253 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/legacy_migrations/data_migration_repo/versions/075_placeholder.py loaded successfully {{(pid=266642) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-06-04 10:32:43.253 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/legacy_migrations/data_migration_repo/versions/077_placeholder.py... {{(pid=266642) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-06-04 10:32:43.253 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/legacy_migrations/data_migration_repo/versions/077_placeholder.py loaded successfully {{(pid=266642) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-06-04 10:32:43.253 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/legacy_migrations/data_migration_repo/versions/074_placeholder.py... {{(pid=266642) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-06-04 10:32:43.253 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/legacy_migrations/data_migration_repo/versions/074_placeholder.py loaded successfully {{(pid=266642) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-06-04 10:32:43.254 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/legacy_migrations/data_migration_repo/versions/078_placeholder.py... {{(pid=266642) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-06-04 10:32:43.254 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/legacy_migrations/data_migration_repo/versions/078_placeholder.py loaded successfully {{(pid=266642) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-06-04 10:32:43.254 | 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=266642) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-06-04 10:32:43.254 | 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=266642) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-06-04 10:32:43.254 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/legacy_migrations/data_migration_repo/versions/076_placeholder.py... {{(pid=266642) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-06-04 10:32:43.254 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/legacy_migrations/data_migration_repo/versions/076_placeholder.py loaded successfully {{(pid=266642) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-06-04 10:32:43.255 | 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=266642) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-06-04 10:32:43.255 | 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=266642) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-06-04 10:32:43.255 | DEBUG migrate.versioning.repository [-] Repository /opt/stack/keystone/keystone/common/sql/legacy_migrations/data_migration_repo loaded successfully {{(pid=266642) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/repository.py:82}} 2022-06-04 10:32:43.255 | DEBUG migrate.versioning.repository [-] Config: {'db_settings': {'repository_id': 'keystone_data_migrate', 'version_table': 'migrate_version', 'required_dbs': '[]', 'use_timestamp_numbering': 'False'}} {{(pid=266642) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/repository.py:83}} 2022-06-04 10:32:43.262 | DEBUG migrate.versioning.repository [-] Loading repository /opt/stack/keystone/keystone/common/sql/legacy_migrations/contract_repo... {{(pid=266642) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/repository.py:76}} 2022-06-04 10:32:43.263 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/legacy_migrations/contract_repo/versions/075_placeholder.py... {{(pid=266642) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-06-04 10:32:43.263 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/legacy_migrations/contract_repo/versions/075_placeholder.py loaded successfully {{(pid=266642) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-06-04 10:32:43.264 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/legacy_migrations/contract_repo/versions/077_placeholder.py... {{(pid=266642) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-06-04 10:32:43.264 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/legacy_migrations/contract_repo/versions/077_placeholder.py loaded successfully {{(pid=266642) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-06-04 10:32:43.264 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/legacy_migrations/contract_repo/versions/073_contract_initial_migration.py... {{(pid=266642) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-06-04 10:32:43.264 | 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=266642) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-06-04 10:32:43.264 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/legacy_migrations/contract_repo/versions/074_placeholder.py... {{(pid=266642) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-06-04 10:32:43.264 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/legacy_migrations/contract_repo/versions/074_placeholder.py loaded successfully {{(pid=266642) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-06-04 10:32:43.265 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/legacy_migrations/contract_repo/versions/078_placeholder.py... {{(pid=266642) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-06-04 10:32:43.265 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/legacy_migrations/contract_repo/versions/078_placeholder.py loaded successfully {{(pid=266642) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-06-04 10:32:43.265 | 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=266642) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-06-04 10:32:43.265 | 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=266642) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-06-04 10:32:43.265 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/legacy_migrations/contract_repo/versions/076_placeholder.py... {{(pid=266642) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-06-04 10:32:43.265 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/legacy_migrations/contract_repo/versions/076_placeholder.py loaded successfully {{(pid=266642) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-06-04 10:32:43.265 | DEBUG migrate.versioning.repository [-] Repository /opt/stack/keystone/keystone/common/sql/legacy_migrations/contract_repo loaded successfully {{(pid=266642) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/repository.py:82}} 2022-06-04 10:32:43.266 | DEBUG migrate.versioning.repository [-] Config: {'db_settings': {'repository_id': 'keystone_contract', 'version_table': 'migrate_version', 'required_dbs': '[]', 'use_timestamp_numbering': 'False'}} {{(pid=266642) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/repository.py:83}} 2022-06-04 10:32:43.764 | DEBUG dbcounter [-] [266642] Writing DB stats keystone:SELECT=31,keystone:UPDATE=7,keystone:SHOW=44,keystone:select=18 {{(pid=266642) stat_writer /usr/local/lib/python3.8/dist-packages/dbcounter.py:114}} 2022-06-04 10:32:43.833 | DEBUG migrate.versioning.repository [-] Loading repository /opt/stack/keystone/keystone/common/sql/legacy_migrations/contract_repo... {{(pid=266642) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/repository.py:76}} 2022-06-04 10:32:43.834 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/legacy_migrations/contract_repo/versions/075_placeholder.py... {{(pid=266642) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-06-04 10:32:43.834 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/legacy_migrations/contract_repo/versions/075_placeholder.py loaded successfully {{(pid=266642) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-06-04 10:32:43.834 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/legacy_migrations/contract_repo/versions/077_placeholder.py... {{(pid=266642) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-06-04 10:32:43.834 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/legacy_migrations/contract_repo/versions/077_placeholder.py loaded successfully {{(pid=266642) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-06-04 10:32:43.835 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/legacy_migrations/contract_repo/versions/073_contract_initial_migration.py... {{(pid=266642) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-06-04 10:32:43.835 | 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=266642) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-06-04 10:32:43.835 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/legacy_migrations/contract_repo/versions/074_placeholder.py... {{(pid=266642) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-06-04 10:32:43.835 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/legacy_migrations/contract_repo/versions/074_placeholder.py loaded successfully {{(pid=266642) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-06-04 10:32:43.835 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/legacy_migrations/contract_repo/versions/078_placeholder.py... {{(pid=266642) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-06-04 10:32:43.835 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/legacy_migrations/contract_repo/versions/078_placeholder.py loaded successfully {{(pid=266642) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-06-04 10:32:43.836 | 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=266642) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-06-04 10:32:43.836 | 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=266642) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-06-04 10:32:43.836 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/legacy_migrations/contract_repo/versions/076_placeholder.py... {{(pid=266642) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-06-04 10:32:43.837 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/legacy_migrations/contract_repo/versions/076_placeholder.py loaded successfully {{(pid=266642) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-06-04 10:32:43.837 | DEBUG migrate.versioning.repository [-] Repository /opt/stack/keystone/keystone/common/sql/legacy_migrations/contract_repo loaded successfully {{(pid=266642) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/repository.py:82}} 2022-06-04 10:32:43.837 | DEBUG migrate.versioning.repository [-] Config: {'db_settings': {'repository_id': 'keystone_contract', 'version_table': 'migrate_version', 'required_dbs': '[]', 'use_timestamp_numbering': 'False'}} {{(pid=266642) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/repository.py:83}} 2022-06-04 10:32:43.864 | DEBUG migrate.versioning.repository [-] Loading repository /opt/stack/keystone/keystone/common/sql/legacy_migrations/contract_repo... {{(pid=266642) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/repository.py:76}} 2022-06-04 10:32:43.865 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/legacy_migrations/contract_repo/versions/075_placeholder.py... {{(pid=266642) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-06-04 10:32:43.865 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/legacy_migrations/contract_repo/versions/075_placeholder.py loaded successfully {{(pid=266642) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-06-04 10:32:43.866 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/legacy_migrations/contract_repo/versions/077_placeholder.py... {{(pid=266642) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-06-04 10:32:43.866 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/legacy_migrations/contract_repo/versions/077_placeholder.py loaded successfully {{(pid=266642) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-06-04 10:32:43.866 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/legacy_migrations/contract_repo/versions/073_contract_initial_migration.py... {{(pid=266642) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-06-04 10:32:43.866 | 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=266642) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-06-04 10:32:43.866 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/legacy_migrations/contract_repo/versions/074_placeholder.py... {{(pid=266642) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-06-04 10:32:43.866 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/legacy_migrations/contract_repo/versions/074_placeholder.py loaded successfully {{(pid=266642) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-06-04 10:32:43.866 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/legacy_migrations/contract_repo/versions/078_placeholder.py... {{(pid=266642) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-06-04 10:32:43.866 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/legacy_migrations/contract_repo/versions/078_placeholder.py loaded successfully {{(pid=266642) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-06-04 10:32:43.867 | 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=266642) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-06-04 10:32:43.867 | 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=266642) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-06-04 10:32:43.867 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/legacy_migrations/contract_repo/versions/076_placeholder.py... {{(pid=266642) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-06-04 10:32:43.867 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/legacy_migrations/contract_repo/versions/076_placeholder.py loaded successfully {{(pid=266642) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-06-04 10:32:43.868 | DEBUG migrate.versioning.repository [-] Repository /opt/stack/keystone/keystone/common/sql/legacy_migrations/contract_repo loaded successfully {{(pid=266642) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/repository.py:82}} 2022-06-04 10:32:43.868 | DEBUG migrate.versioning.repository [-] Config: {'db_settings': {'repository_id': 'keystone_contract', 'version_table': 'migrate_version', 'required_dbs': '[]', 'use_timestamp_numbering': 'False'}} {{(pid=266642) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/repository.py:83}} 2022-06-04 10:32:43.876 | INFO migrate.versioning.api [-] 72 -> 73...  2022-06-04 10:32:43.886 | INFO migrate.versioning.api [-] done 2022-06-04 10:32:43.886 | INFO migrate.versioning.api [-] 73 -> 74...  2022-06-04 10:32:43.896 | INFO migrate.versioning.api [-] done 2022-06-04 10:32:43.896 | INFO migrate.versioning.api [-] 74 -> 75...  2022-06-04 10:32:43.907 | INFO migrate.versioning.api [-] done 2022-06-04 10:32:43.907 | INFO migrate.versioning.api [-] 75 -> 76...  2022-06-04 10:32:43.915 | INFO migrate.versioning.api [-] done 2022-06-04 10:32:43.915 | INFO migrate.versioning.api [-] 76 -> 77...  2022-06-04 10:32:43.923 | INFO migrate.versioning.api [-] done 2022-06-04 10:32:43.923 | INFO migrate.versioning.api [-] 77 -> 78...  2022-06-04 10:32:43.930 | INFO migrate.versioning.api [-] done 2022-06-04 10:32:43.930 | INFO migrate.versioning.api [-] 78 -> 79...  2022-06-04 10:32:43.937 | INFO migrate.versioning.api [-] done 2022-06-04 10:32:44.329 | + lib/keystone:init_keystone:485 : time_stop dbsync 2022-06-04 10:32:44.332 | + functions-common:time_stop:2426 : local name 2022-06-04 10:32:44.334 | + functions-common:time_stop:2427 : local end_time 2022-06-04 10:32:44.337 | + functions-common:time_stop:2428 : local elapsed_time 2022-06-04 10:32:44.340 | + functions-common:time_stop:2429 : local total 2022-06-04 10:32:44.342 | + functions-common:time_stop:2430 : local start_time 2022-06-04 10:32:44.344 | + functions-common:time_stop:2432 : name=dbsync 2022-06-04 10:32:44.347 | + functions-common:time_stop:2433 : start_time=1654338755872 2022-06-04 10:32:44.350 | + functions-common:time_stop:2435 : [[ -z 1654338755872 ]] 2022-06-04 10:32:44.353 | ++ functions-common:time_stop:2438 : date +%s%3N 2022-06-04 10:32:44.358 | + functions-common:time_stop:2438 : end_time=1654338764355 2022-06-04 10:32:44.360 | + functions-common:time_stop:2439 : elapsed_time=8483 2022-06-04 10:32:44.363 | + functions-common:time_stop:2440 : total=0 2022-06-04 10:32:44.365 | + functions-common:time_stop:2442 : _TIME_START[$name]= 2022-06-04 10:32:44.368 | + functions-common:time_stop:2443 : _TIME_TOTAL[$name]=8483 2022-06-04 10:32:44.370 | + lib/keystone:init_keystone:487 : [[ fernet == \f\e\r\n\e\t ]] 2022-06-04 10:32:44.373 | + lib/keystone:init_keystone:488 : rm -rf /etc/keystone/fernet-keys/ 2022-06-04 10:32:44.377 | + lib/keystone:init_keystone:489 : /usr/local/bin/keystone-manage --config-file /etc/keystone/keystone.conf fernet_setup 2022-06-04 10:32:48.909 | INFO keystone.common.utils [-] /etc/keystone/fernet-keys/ does not appear to exist; attempting to create it 2022-06-04 10:32:48.910 | INFO keystone.common.fernet_utils [-] Created a new temporary key: /etc/keystone/fernet-keys/0.tmp 2022-06-04 10:32:48.910 | INFO keystone.common.fernet_utils [-] Become a valid new key: /etc/keystone/fernet-keys/0 2022-06-04 10:32:48.910 | INFO keystone.common.fernet_utils [-] Starting key rotation with 1 key files: ['/etc/keystone/fernet-keys/0'] 2022-06-04 10:32:48.910 | INFO keystone.common.fernet_utils [-] Created a new temporary key: /etc/keystone/fernet-keys/0.tmp 2022-06-04 10:32:48.911 | INFO keystone.common.fernet_utils [-] Current primary key is: 0 2022-06-04 10:32:48.911 | INFO keystone.common.fernet_utils [-] Next primary key will be: 1 2022-06-04 10:32:48.911 | INFO keystone.common.fernet_utils [-] Promoted key 0 to be the primary: 1 2022-06-04 10:32:48.911 | INFO keystone.common.fernet_utils [-] Become a valid new key: /etc/keystone/fernet-keys/0 2022-06-04 10:32:49.282 | + lib/keystone:init_keystone:491 : rm -rf /etc/keystone/credential-keys/ 2022-06-04 10:32:49.287 | + lib/keystone:init_keystone:492 : /usr/local/bin/keystone-manage --config-file /etc/keystone/keystone.conf credential_setup 2022-06-04 10:32:53.765 | INFO keystone.common.utils [-] /etc/keystone/credential-keys/ does not appear to exist; attempting to create it 2022-06-04 10:32:53.766 | INFO keystone.common.fernet_utils [-] Created a new temporary key: /etc/keystone/credential-keys/0.tmp 2022-06-04 10:32:53.766 | INFO keystone.common.fernet_utils [-] Become a valid new key: /etc/keystone/credential-keys/0 2022-06-04 10:32:53.766 | INFO keystone.common.fernet_utils [-] Starting key rotation with 1 key files: ['/etc/keystone/credential-keys/0'] 2022-06-04 10:32:53.766 | INFO keystone.common.fernet_utils [-] Created a new temporary key: /etc/keystone/credential-keys/0.tmp 2022-06-04 10:32:53.767 | INFO keystone.common.fernet_utils [-] Current primary key is: 0 2022-06-04 10:32:53.767 | INFO keystone.common.fernet_utils [-] Next primary key will be: 1 2022-06-04 10:32:53.767 | INFO keystone.common.fernet_utils [-] Promoted key 0 to be the primary: 1 2022-06-04 10:32:53.767 | INFO keystone.common.fernet_utils [-] Become a valid new key: /etc/keystone/credential-keys/0 2022-06-04 10:32:54.140 | + ./stack.sh:main:1092 : start_keystone 2022-06-04 10:32:54.142 | + lib/keystone:start_keystone:550 : local service_port=5000 2022-06-04 10:32:54.145 | + lib/keystone:start_keystone:551 : local auth_protocol=http 2022-06-04 10:32:54.147 | + lib/keystone:start_keystone:552 : is_service_enabled tls-proxy 2022-06-04 10:32:54.165 | + functions-common:is_service_enabled:2082 : return 1 2022-06-04 10:32:54.167 | + lib/keystone:start_keystone:557 : '[' uwsgi == mod_wsgi ']' 2022-06-04 10:32:54.170 | ++ lib/keystone:start_keystone:561 : which uwsgi 2022-06-04 10:32:54.175 | + lib/keystone:start_keystone:561 : run_process keystone '/usr/bin/uwsgi --procname-prefix keystone --ini /etc/keystone/keystone-uwsgi-public.ini' '' 2022-06-04 10:32:54.177 | + functions-common:run_process:1681 : local service=keystone 2022-06-04 10:32:54.179 | + functions-common:run_process:1682 : local 'command=/usr/bin/uwsgi --procname-prefix keystone --ini /etc/keystone/keystone-uwsgi-public.ini' 2022-06-04 10:32:54.182 | + functions-common:run_process:1683 : local group= 2022-06-04 10:32:54.184 | + functions-common:run_process:1684 : local user= 2022-06-04 10:32:54.187 | + functions-common:run_process:1686 : local name=keystone 2022-06-04 10:32:54.189 | + functions-common:run_process:1688 : time_start run_process 2022-06-04 10:32:54.192 | + functions-common:time_start:2412 : local name=run_process 2022-06-04 10:32:54.194 | + functions-common:time_start:2413 : local start_time= 2022-06-04 10:32:54.197 | + functions-common:time_start:2414 : [[ -n '' ]] 2022-06-04 10:32:54.199 | ++ functions-common:time_start:2417 : date +%s%3N 2022-06-04 10:32:54.204 | + functions-common:time_start:2417 : _TIME_START[$name]=1654338774201 2022-06-04 10:32:54.206 | + functions-common:run_process:1689 : is_service_enabled keystone 2022-06-04 10:32:54.222 | + functions-common:is_service_enabled:2082 : return 0 2022-06-04 10:32:54.225 | + functions-common:run_process:1690 : _run_under_systemd keystone '/usr/bin/uwsgi --procname-prefix keystone --ini /etc/keystone/keystone-uwsgi-public.ini' '' '' 2022-06-04 10:32:54.228 | + functions-common:_run_under_systemd:1646 : local service=keystone 2022-06-04 10:32:54.230 | + functions-common:_run_under_systemd:1647 : local 'command=/usr/bin/uwsgi --procname-prefix keystone --ini /etc/keystone/keystone-uwsgi-public.ini' 2022-06-04 10:32:54.233 | + functions-common:_run_under_systemd:1648 : local 'cmd=/usr/bin/uwsgi --procname-prefix keystone --ini /etc/keystone/keystone-uwsgi-public.ini' 2022-06-04 10:32:54.235 | + functions-common:_run_under_systemd:1650 : _common_systemd_pitfalls '/usr/bin/uwsgi --procname-prefix keystone --ini /etc/keystone/keystone-uwsgi-public.ini' 2022-06-04 10:32:54.237 | + functions-common:_common_systemd_pitfalls:1618 : local 'cmd=/usr/bin/uwsgi --procname-prefix keystone --ini /etc/keystone/keystone-uwsgi-public.ini' 2022-06-04 10:32:54.240 | + functions-common:_common_systemd_pitfalls:1621 : [[ /usr/bin/uwsgi --procname-prefix keystone --ini /etc/keystone/keystone-uwsgi-public.ini =~ sudo ]] 2022-06-04 10:32:54.242 | + functions-common:_common_systemd_pitfalls:1632 : [[ ! /usr/bin/uwsgi --procname-prefix keystone --ini /etc/keystone/keystone-uwsgi-public.ini =~ ^/ ]] 2022-06-04 10:32:54.245 | + functions-common:_run_under_systemd:1652 : local systemd_service=devstack@keystone.service 2022-06-04 10:32:54.247 | + functions-common:_run_under_systemd:1653 : local group= 2022-06-04 10:32:54.250 | + functions-common:_run_under_systemd:1654 : local user=ubuntu 2022-06-04 10:32:54.252 | + functions-common:_run_under_systemd:1655 : [[ /usr/bin/uwsgi --procname-prefix keystone --ini /etc/keystone/keystone-uwsgi-public.ini =~ uwsgi ]] 2022-06-04 10:32:54.255 | + functions-common:_run_under_systemd:1656 : write_uwsgi_user_unit_file devstack@keystone.service '/usr/bin/uwsgi --procname-prefix keystone --ini /etc/keystone/keystone-uwsgi-public.ini' '' ubuntu 2022-06-04 10:32:54.257 | + functions-common:write_uwsgi_user_unit_file:1590 : local service=devstack@keystone.service 2022-06-04 10:32:54.259 | + functions-common:write_uwsgi_user_unit_file:1591 : local 'command=/usr/bin/uwsgi --procname-prefix keystone --ini /etc/keystone/keystone-uwsgi-public.ini' 2022-06-04 10:32:54.262 | + functions-common:write_uwsgi_user_unit_file:1592 : local group= 2022-06-04 10:32:54.264 | + functions-common:write_uwsgi_user_unit_file:1593 : local user=ubuntu 2022-06-04 10:32:54.266 | + functions-common:write_uwsgi_user_unit_file:1594 : local unitfile=/etc/systemd/system/devstack@keystone.service 2022-06-04 10:32:54.268 | + functions-common:write_uwsgi_user_unit_file:1595 : mkdir -p /etc/systemd/system 2022-06-04 10:32:54.272 | + functions-common:write_uwsgi_user_unit_file:1597 : iniset -sudo /etc/systemd/system/devstack@keystone.service Unit Description 'Devstack devstack@keystone.service' 2022-06-04 10:32:54.324 | + functions-common:write_uwsgi_user_unit_file:1598 : iniset -sudo /etc/systemd/system/devstack@keystone.service Service SyslogIdentifier devstack@keystone.service 2022-06-04 10:32:54.375 | + functions-common:write_uwsgi_user_unit_file:1599 : iniset -sudo /etc/systemd/system/devstack@keystone.service Service User ubuntu 2022-06-04 10:32:54.427 | + functions-common:write_uwsgi_user_unit_file:1600 : iniset -sudo /etc/systemd/system/devstack@keystone.service Service ExecStart '/usr/bin/uwsgi --procname-prefix keystone --ini /etc/keystone/keystone-uwsgi-public.ini' 2022-06-04 10:32:54.479 | + functions-common:write_uwsgi_user_unit_file:1601 : iniset -sudo /etc/systemd/system/devstack@keystone.service Service ExecReload '/usr/bin/kill -HUP $MAINPID' 2022-06-04 10:32:54.535 | + functions-common:write_uwsgi_user_unit_file:1602 : iniset -sudo /etc/systemd/system/devstack@keystone.service Service Type notify 2022-06-04 10:32:54.588 | + functions-common:write_uwsgi_user_unit_file:1603 : iniset -sudo /etc/systemd/system/devstack@keystone.service Service KillMode process 2022-06-04 10:32:54.640 | + functions-common:write_uwsgi_user_unit_file:1604 : iniset -sudo /etc/systemd/system/devstack@keystone.service Service Restart always 2022-06-04 10:32:54.692 | + functions-common:write_uwsgi_user_unit_file:1605 : iniset -sudo /etc/systemd/system/devstack@keystone.service Service NotifyAccess all 2022-06-04 10:32:54.745 | + functions-common:write_uwsgi_user_unit_file:1606 : iniset -sudo /etc/systemd/system/devstack@keystone.service Service RestartForceExitStatus 100 2022-06-04 10:32:54.798 | + functions-common:write_uwsgi_user_unit_file:1608 : [[ -n '' ]] 2022-06-04 10:32:54.800 | + functions-common:write_uwsgi_user_unit_file:1611 : iniset -sudo /etc/systemd/system/devstack@keystone.service Install WantedBy multi-user.target 2022-06-04 10:32:54.853 | + functions-common:write_uwsgi_user_unit_file:1614 : sudo systemctl daemon-reload 2022-06-04 10:32:55.301 | + functions-common:_run_under_systemd:1661 : sudo systemctl enable devstack@keystone.service 2022-06-04 10:32:55.315 | Created symlink /etc/systemd/system/multi-user.target.wants/devstack@keystone.service → /etc/systemd/system/devstack@keystone.service. 2022-06-04 10:32:55.723 | + functions-common:_run_under_systemd:1662 : sudo systemctl start devstack@keystone.service 2022-06-04 10:32:55.801 | + functions-common:run_process:1692 : time_stop run_process 2022-06-04 10:32:55.803 | + functions-common:time_stop:2426 : local name 2022-06-04 10:32:55.806 | + functions-common:time_stop:2427 : local end_time 2022-06-04 10:32:55.809 | + functions-common:time_stop:2428 : local elapsed_time 2022-06-04 10:32:55.811 | + functions-common:time_stop:2429 : local total 2022-06-04 10:32:55.814 | + functions-common:time_stop:2430 : local start_time 2022-06-04 10:32:55.816 | + functions-common:time_stop:2432 : name=run_process 2022-06-04 10:32:55.819 | + functions-common:time_stop:2433 : start_time=1654338774201 2022-06-04 10:32:55.822 | + functions-common:time_stop:2435 : [[ -z 1654338774201 ]] 2022-06-04 10:32:55.825 | ++ functions-common:time_stop:2438 : date +%s%3N 2022-06-04 10:32:55.829 | + functions-common:time_stop:2438 : end_time=1654338775826 2022-06-04 10:32:55.832 | + functions-common:time_stop:2439 : elapsed_time=1625 2022-06-04 10:32:55.834 | + functions-common:time_stop:2440 : total=1421 2022-06-04 10:32:55.837 | + functions-common:time_stop:2442 : _TIME_START[$name]= 2022-06-04 10:32:55.846 | + functions-common:time_stop:2443 : _TIME_TOTAL[$name]=3046 2022-06-04 10:32:55.850 | + lib/keystone:start_keystone:564 : echo 'Waiting for keystone to start...' 2022-06-04 10:32:55.850 | Waiting for keystone to start... 2022-06-04 10:32:55.853 | + lib/keystone:start_keystone:570 : local service_uri=http://10.222.0.66/identity/v3/ 2022-06-04 10:32:55.855 | + lib/keystone:start_keystone:572 : wait_for_service 60 http://10.222.0.66/identity/v3/ 2022-06-04 10:32:55.858 | + functions:wait_for_service:457 : local timeout=60 2022-06-04 10:32:55.860 | + functions:wait_for_service:458 : local url=http://10.222.0.66/identity/v3/ 2022-06-04 10:32:55.862 | + functions:wait_for_service:459 : local rval=0 2022-06-04 10:32:55.865 | + functions:wait_for_service:460 : time_start wait_for_service 2022-06-04 10:32:55.868 | + functions-common:time_start:2412 : local name=wait_for_service 2022-06-04 10:32:55.870 | + functions-common:time_start:2413 : local start_time= 2022-06-04 10:32:55.873 | + functions-common:time_start:2414 : [[ -n '' ]] 2022-06-04 10:32:55.876 | ++ functions-common:time_start:2417 : date +%s%3N 2022-06-04 10:32:55.880 | + functions-common:time_start:2417 : _TIME_START[$name]=1654338775878 2022-06-04 10:32:55.883 | + functions:wait_for_service:461 : timeout 60 bash -x 2022-06-04 10:32:55.889 | ++ :: : curl -g -k --noproxy '*' -s -o /dev/null -w '%{http_code}' http://10.222.0.66/identity/v3/ 2022-06-04 10:33:02.292 | + :: : [[ 200 == 503 ]] 2022-06-04 10:33:02.293 | + :: : [[ 0 -eq 7 ]] 2022-06-04 10:33:02.296 | + functions:wait_for_service:466 : time_stop wait_for_service 2022-06-04 10:33:02.299 | + functions-common:time_stop:2426 : local name 2022-06-04 10:33:02.301 | + functions-common:time_stop:2427 : local end_time 2022-06-04 10:33:02.304 | + functions-common:time_stop:2428 : local elapsed_time 2022-06-04 10:33:02.307 | + functions-common:time_stop:2429 : local total 2022-06-04 10:33:02.309 | + functions-common:time_stop:2430 : local start_time 2022-06-04 10:33:02.311 | + functions-common:time_stop:2432 : name=wait_for_service 2022-06-04 10:33:02.314 | + functions-common:time_stop:2433 : start_time=1654338775878 2022-06-04 10:33:02.316 | + functions-common:time_stop:2435 : [[ -z 1654338775878 ]] 2022-06-04 10:33:02.319 | ++ functions-common:time_stop:2438 : date +%s%3N 2022-06-04 10:33:02.324 | + functions-common:time_stop:2438 : end_time=1654338782322 2022-06-04 10:33:02.327 | + functions-common:time_stop:2439 : elapsed_time=6444 2022-06-04 10:33:02.329 | + functions-common:time_stop:2440 : total=0 2022-06-04 10:33:02.332 | + functions-common:time_stop:2442 : _TIME_START[$name]= 2022-06-04 10:33:02.334 | + functions-common:time_stop:2443 : _TIME_TOTAL[$name]=6444 2022-06-04 10:33:02.336 | + functions:wait_for_service:467 : return 0 2022-06-04 10:33:02.339 | + lib/keystone:start_keystone:577 : is_service_enabled tls-proxy 2022-06-04 10:33:02.356 | + functions-common:is_service_enabled:2082 : return 1 2022-06-04 10:33:02.359 | + lib/keystone:start_keystone:582 : restart_service memcached 2022-06-04 10:33:02.361 | + functions-common:restart_service:2310 : '[' -x /bin/systemctl ']' 2022-06-04 10:33:02.364 | + functions-common:restart_service:2311 : sudo /bin/systemctl restart memcached 2022-06-04 10:33:02.394 | + ./stack.sh:main:1093 : bootstrap_keystone 2022-06-04 10:33:02.398 | + 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.66/identity 2022-06-04 10:33:06.968 | DEBUG keystone.notifications [-] Callback: `keystone.application_credential.core.Manager._delete_app_creds_on_user_delete_callback` subscribed to event `identity.user.deleted`. {{(pid=267366) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2022-06-04 10:33:06.968 | DEBUG keystone.notifications [-] Callback: `keystone.application_credential.core.Manager._delete_app_creds_on_user_delete_callback` subscribed to event `identity.user.disabled`. {{(pid=267366) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2022-06-04 10:33:06.969 | 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=267366) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2022-06-04 10:33:06.976 | DEBUG keystone.notifications [-] Callback: `keystone.assignment.core.Manager._delete_domain_assignments` subscribed to event `identity.domain.deleted`. {{(pid=267366) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2022-06-04 10:33:06.993 | DEBUG keystone.notifications [-] Callback: `keystone.catalog.core.Manager._on_project_or_endpoint_delete` subscribed to event `identity.project.deleted`. {{(pid=267366) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2022-06-04 10:33:06.994 | DEBUG keystone.notifications [-] Callback: `keystone.catalog.core.Manager._on_project_or_endpoint_delete` subscribed to event `identity.endpoint.deleted`. {{(pid=267366) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2022-06-04 10:33:07.024 | DEBUG keystone.notifications [-] Callback: `keystone.federation.core.Manager._cleanup_identity_provider` subscribed to event `identity.domain_deleted.internal`. {{(pid=267366) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2022-06-04 10:33:07.057 | DEBUG keystone.notifications [-] Callback: `keystone.identity.core.Manager._domain_deleted` subscribed to event `identity.domain_deleted.internal`. {{(pid=267366) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2022-06-04 10:33:07.058 | DEBUG keystone.notifications [-] Callback: `keystone.identity.core.Manager._unset_default_project` subscribed to event `identity.project.deleted`. {{(pid=267366) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2022-06-04 10:33:07.146 | DEBUG keystone.notifications [-] Callback: `keystone.revoke.core.Manager._trust_callback` subscribed to event `identity.OS-TRUST:trust.deleted`. {{(pid=267366) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2022-06-04 10:33:07.147 | DEBUG keystone.notifications [-] Callback: `keystone.revoke.core.Manager._consumer_callback` subscribed to event `identity.OS-OAUTH1:consumer.deleted`. {{(pid=267366) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2022-06-04 10:33:07.147 | DEBUG keystone.notifications [-] Callback: `keystone.revoke.core.Manager._user_callback` subscribed to event `identity.user.deleted`. {{(pid=267366) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2022-06-04 10:33:07.147 | DEBUG keystone.notifications [-] Callback: `keystone.revoke.core.Manager._project_callback` subscribed to event `identity.project.deleted`. {{(pid=267366) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2022-06-04 10:33:07.147 | DEBUG keystone.notifications [-] Callback: `keystone.revoke.core.Manager._user_callback` subscribed to event `identity.user.disabled`. {{(pid=267366) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2022-06-04 10:33:07.147 | DEBUG keystone.notifications [-] Callback: `keystone.revoke.core.Manager._user_callback` subscribed to event `identity.persist_revocation_event_for_user.internal`. {{(pid=267366) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2022-06-04 10:33:07.160 | DEBUG keystone.notifications [-] Callback: `keystone.receipt.provider.Manager._drop_receipt_cache` subscribed to event `identity.OS-TRUST:trust.deleted`. {{(pid=267366) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2022-06-04 10:33:07.160 | DEBUG keystone.notifications [-] Callback: `keystone.receipt.provider.Manager._drop_receipt_cache` subscribed to event `identity.user.deleted`. {{(pid=267366) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2022-06-04 10:33:07.161 | DEBUG keystone.notifications [-] Callback: `keystone.receipt.provider.Manager._drop_receipt_cache` subscribed to event `identity.domain.deleted`. {{(pid=267366) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2022-06-04 10:33:07.161 | DEBUG keystone.notifications [-] Callback: `keystone.receipt.provider.Manager._drop_receipt_cache` subscribed to event `identity.user.disabled`. {{(pid=267366) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2022-06-04 10:33:07.161 | DEBUG keystone.notifications [-] Callback: `keystone.receipt.provider.Manager._drop_receipt_cache` subscribed to event `identity.domain.disabled`. {{(pid=267366) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2022-06-04 10:33:07.161 | DEBUG keystone.notifications [-] Callback: `keystone.receipt.provider.Manager._drop_receipt_cache` subscribed to event `identity.project.disabled`. {{(pid=267366) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2022-06-04 10:33:07.161 | DEBUG keystone.notifications [-] Callback: `keystone.receipt.provider.Manager._drop_receipt_cache` subscribed to event `identity.invalidate_token_cache.internal`. {{(pid=267366) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2022-06-04 10:33:07.169 | DEBUG keystone.notifications [-] Callback: `keystone.trust.core.Manager._on_user_delete` subscribed to event `identity.user.deleted`. {{(pid=267366) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2022-06-04 10:33:07.172 | DEBUG keystone.notifications [-] Callback: `keystone.token.provider.Manager._drop_token_cache` subscribed to event `identity.OS-TRUST:trust.deleted`. {{(pid=267366) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2022-06-04 10:33:07.172 | DEBUG keystone.notifications [-] Callback: `keystone.token.provider.Manager._drop_token_cache` subscribed to event `identity.user.deleted`. {{(pid=267366) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2022-06-04 10:33:07.172 | DEBUG keystone.notifications [-] Callback: `keystone.token.provider.Manager._drop_token_cache` subscribed to event `identity.domain.deleted`. {{(pid=267366) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2022-06-04 10:33:07.173 | DEBUG keystone.notifications [-] Callback: `keystone.token.provider.Manager._drop_token_cache` subscribed to event `identity.user.disabled`. {{(pid=267366) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2022-06-04 10:33:07.173 | DEBUG keystone.notifications [-] Callback: `keystone.token.provider.Manager._drop_token_cache` subscribed to event `identity.domain.disabled`. {{(pid=267366) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2022-06-04 10:33:07.173 | DEBUG keystone.notifications [-] Callback: `keystone.token.provider.Manager._drop_token_cache` subscribed to event `identity.project.disabled`. {{(pid=267366) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2022-06-04 10:33:07.173 | DEBUG keystone.notifications [-] Callback: `keystone.token.provider.Manager._drop_token_cache` subscribed to event `identity.invalidate_token_cache.internal`. {{(pid=267366) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2022-06-04 10:33:07.238 | INFO dbcounter [-] Registered counter for database keystone 2022-06-04 10:33:07.256 | 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=267366) _check_effective_sql_mode /usr/local/lib/python3.8/dist-packages/oslo_db/sqlalchemy/engines.py:314}} 2022-06-04 10:33:07.262 | DEBUG dbcounter [-] [267366] Writer thread running {{(pid=267366) stat_writer /usr/local/lib/python3.8/dist-packages/dbcounter.py:99}} 2022-06-04 10:33:07.467 | INFO keystone.cmd.bootstrap [None req-cbc5e71f-4a14-423f-af13-799e2ede38dd None None] Created domain default 2022-06-04 10:33:07.510 | INFO keystone.cmd.bootstrap [None req-cbc5e71f-4a14-423f-af13-799e2ede38dd None None] Created project admin 2022-06-04 10:33:07.537 | DEBUG passlib.handlers.bcrypt [None req-cbc5e71f-4a14-423f-af13-799e2ede38dd None None] detected 'bcrypt' backend, version '3.2.2' {{(pid=267366) _load_backend_mixin /usr/local/lib/python3.8/dist-packages/passlib/handlers/bcrypt.py:625}} 2022-06-04 10:33:07.537 | DEBUG passlib.handlers.bcrypt [None req-cbc5e71f-4a14-423f-af13-799e2ede38dd None None] 'bcrypt' backend lacks $2$ support, enabling workaround {{(pid=267366) _finalize_backend_mixin /usr/local/lib/python3.8/dist-packages/passlib/handlers/bcrypt.py:406}} 2022-06-04 10:33:07.601 | INFO keystone.cmd.bootstrap [None req-cbc5e71f-4a14-423f-af13-799e2ede38dd None None] Created user admin 2022-06-04 10:33:07.614 | INFO keystone.cmd.bootstrap [None req-cbc5e71f-4a14-423f-af13-799e2ede38dd None None] Created role reader 2022-06-04 10:33:07.624 | INFO keystone.cmd.bootstrap [None req-cbc5e71f-4a14-423f-af13-799e2ede38dd None None] Created role member 2022-06-04 10:33:07.649 | INFO keystone.cmd.bootstrap [None req-cbc5e71f-4a14-423f-af13-799e2ede38dd None None] Created implied role where 4acdb8360714432f9cb7b19e01c9f3f8 implies 2c0b3b044a3842878230b265433c0f8a 2022-06-04 10:33:07.658 | INFO keystone.cmd.bootstrap [None req-cbc5e71f-4a14-423f-af13-799e2ede38dd None None] Created role admin 2022-06-04 10:33:07.676 | INFO keystone.cmd.bootstrap [None req-cbc5e71f-4a14-423f-af13-799e2ede38dd None None] Created implied role where a930449e2e6b41e5ab4f0deb202b698b implies 4acdb8360714432f9cb7b19e01c9f3f8 2022-06-04 10:33:07.687 | INFO keystone.cmd.bootstrap [None req-cbc5e71f-4a14-423f-af13-799e2ede38dd None None] Granted role admin on project admin to user admin. 2022-06-04 10:33:07.695 | INFO keystone.cmd.bootstrap [None req-cbc5e71f-4a14-423f-af13-799e2ede38dd None None] Granted role admin on the system to user admin. 2022-06-04 10:33:07.706 | WARNING py.warnings [None req-cbc5e71f-4a14-423f-af13-799e2ede38dd 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-06-04 10:33:07.706 | warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2022-06-04 10:33:07.706 |  2022-06-04 10:33:07.710 | INFO keystone.cmd.bootstrap [None req-cbc5e71f-4a14-423f-af13-799e2ede38dd None None] Created region RegionOne 2022-06-04 10:33:07.745 | INFO keystone.cmd.bootstrap [None req-cbc5e71f-4a14-423f-af13-799e2ede38dd None None] Created public endpoint http://10.222.0.66/identity 2022-06-04 10:33:08.198 | + lib/keystone:bootstrap_keystone:610 : '[' False == True ']' 2022-06-04 10:33:08.200 | + ./stack.sh:main:1096 : create_keystone_accounts 2022-06-04 10:33:08.203 | + lib/keystone:create_keystone_accounts:309 : local admin_project 2022-06-04 10:33:08.206 | ++ lib/keystone:create_keystone_accounts:310 : oscwrap project show admin -f value -c id 2022-06-04 10:33:11.405 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-06-04 10:33:11.405 | from cryptography.utils import int_from_bytes 2022-06-04 10:33:11.405 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-06-04 10:33:11.405 | from cryptography.utils import int_from_bytes 2022-06-04 10:33:11.582 | ++ functions-common:oscwrap:2466 : return 0 2022-06-04 10:33:11.586 | + lib/keystone:create_keystone_accounts:310 : admin_project=9f6a574ba0e24c8683c6232f2d2bfbe2 2022-06-04 10:33:11.588 | + lib/keystone:create_keystone_accounts:311 : local admin_user 2022-06-04 10:33:11.591 | ++ lib/keystone:create_keystone_accounts:312 : oscwrap user show admin -f value -c id 2022-06-04 10:33:13.763 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-06-04 10:33:13.763 | from cryptography.utils import int_from_bytes 2022-06-04 10:33:13.763 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-06-04 10:33:13.763 | from cryptography.utils import int_from_bytes 2022-06-04 10:33:13.951 | ++ functions-common:oscwrap:2466 : return 0 2022-06-04 10:33:13.954 | + lib/keystone:create_keystone_accounts:312 : admin_user=8caf9329d1494a06be8041c3aaa17000 2022-06-04 10:33:13.956 | + lib/keystone:create_keystone_accounts:314 : local admin_role=admin 2022-06-04 10:33:13.959 | + lib/keystone:create_keystone_accounts:315 : local member_role=member 2022-06-04 10:33:13.961 | + lib/keystone:create_keystone_accounts:316 : local reader_role=reader 2022-06-04 10:33:13.964 | + lib/keystone:create_keystone_accounts:318 : async_run ks-domain-role get_or_add_user_domain_role admin 8caf9329d1494a06be8041c3aaa17000 default 2022-06-04 10:33:14.020 | + inc/async:async_inner:63 : get_or_add_user_domain_role admin 8caf9329d1494a06be8041c3aaa17000 default 2022-06-04 10:33:14.059 | [232427 Async ks-domain-role:267485]: running: get_or_add_user_domain_role admin 8caf9329d1494a06be8041c3aaa17000 default 2022-06-04 10:33:14.062 | + lib/keystone:create_keystone_accounts:321 : get_or_create_domain Default 2022-06-04 10:33:14.064 | + functions-common:get_or_create_domain:878 : local domain_id 2022-06-04 10:33:14.068 | ++ functions-common:get_or_create_domain:890 : oscwrap --os-cloud devstack-system-admin domain show Default -f value -c id 2022-06-04 10:33:17.276 | + functions-common:get_or_create_domain:888 : domain_id=default 2022-06-04 10:33:17.278 | + functions-common:get_or_create_domain:889 : echo default 2022-06-04 10:33:17.278 | default 2022-06-04 10:33:17.281 | + lib/keystone:create_keystone_accounts:322 : async_run ks-project get_or_create_project service Default 2022-06-04 10:33:17.341 | + inc/async:async_inner:63 : get_or_create_project service Default 2022-06-04 10:33:17.385 | [232427 Async ks-project:267626]: running: get_or_create_project service Default 2022-06-04 10:33:17.387 | + lib/keystone:create_keystone_accounts:325 : async_run ks-service get_or_create_role service 2022-06-04 10:33:17.456 | + inc/async:async_inner:63 : get_or_create_role service 2022-06-04 10:33:17.501 | [232427 Async ks-service:267712]: running: get_or_create_role service 2022-06-04 10:33:17.503 | + lib/keystone:create_keystone_accounts:331 : async_run ks-reseller get_or_create_role ResellerAdmin 2022-06-04 10:33:17.573 | + inc/async:async_inner:63 : get_or_create_role ResellerAdmin 2022-06-04 10:33:17.651 | [232427 Async ks-reseller:267799]: running: get_or_create_role ResellerAdmin 2022-06-04 10:33:17.662 | + lib/keystone:create_keystone_accounts:335 : local another_role=anotherrole 2022-06-04 10:33:17.666 | + lib/keystone:create_keystone_accounts:336 : async_run ks-anotherrole get_or_create_role anotherrole 2022-06-04 10:33:18.039 | + inc/async:async_inner:63 : get_or_create_role anotherrole 2022-06-04 10:33:18.294 | [232427 Async ks-anotherrole:267890]: running: get_or_create_role anotherrole 2022-06-04 10:33:18.318 | + lib/keystone:create_keystone_accounts:339 : local invis_project 2022-06-04 10:33:18.352 | ++ lib/keystone:create_keystone_accounts:340 : get_or_create_project invisible_to_admin default 2022-06-04 10:33:18.374 | ++ functions-common:get_or_create_project:933 : local project_id 2022-06-04 10:33:18.406 | +++ functions-common:get_or_create_project:941 : oscwrap --os-cloud devstack-system-admin project create invisible_to_admin --domain=default --or-show -f value -c id 2022-06-04 10:33:21.505 | + inc/async:async_inner:64 : rc=0 2022-06-04 10:33:21.588 | [267712 Async ks-service:267712]: finished successfully 2022-06-04 10:33:21.816 | + inc/async:async_inner:64 : rc=0 2022-06-04 10:33:21.894 | [267626 Async ks-project:267626]: finished successfully 2022-06-04 10:33:21.930 | + inc/async:async_inner:64 : rc=0 2022-06-04 10:33:22.007 | [267799 Async ks-reseller:267799]: finished successfully 2022-06-04 10:33:22.169 | + inc/async:async_inner:64 : rc=0 2022-06-04 10:33:22.181 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-06-04 10:33:22.181 | from cryptography.utils import int_from_bytes 2022-06-04 10:33:22.181 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-06-04 10:33:22.182 | from cryptography.utils import int_from_bytes 2022-06-04 10:33:22.208 | [267890 Async ks-anotherrole:267890]: finished successfully 2022-06-04 10:33:22.366 | +++ functions-common:oscwrap:2466 : return 0 2022-06-04 10:33:22.369 | ++ functions-common:get_or_create_project:939 : project_id=9f2a04e01a68471886e3499161c1550f 2022-06-04 10:33:22.371 | ++ functions-common:get_or_create_project:940 : echo 9f2a04e01a68471886e3499161c1550f 2022-06-04 10:33:22.374 | + lib/keystone:create_keystone_accounts:340 : invis_project=9f2a04e01a68471886e3499161c1550f 2022-06-04 10:33:22.377 | + lib/keystone:create_keystone_accounts:343 : local demo_project 2022-06-04 10:33:22.380 | ++ lib/keystone:create_keystone_accounts:344 : get_or_create_project demo default 2022-06-04 10:33:22.383 | ++ functions-common:get_or_create_project:933 : local project_id 2022-06-04 10:33:22.386 | +++ functions-common:get_or_create_project:941 : oscwrap --os-cloud devstack-system-admin project create demo --domain=default --or-show -f value -c id 2022-06-04 10:33:24.697 | + inc/async:async_inner:64 : rc=0 2022-06-04 10:33:24.724 | [267485 Async ks-domain-role:267485]: finished successfully 2022-06-04 10:33:24.894 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-06-04 10:33:24.894 | from cryptography.utils import int_from_bytes 2022-06-04 10:33:24.895 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-06-04 10:33:24.895 | from cryptography.utils import int_from_bytes 2022-06-04 10:33:25.076 | +++ functions-common:oscwrap:2466 : return 0 2022-06-04 10:33:25.078 | ++ functions-common:get_or_create_project:939 : project_id=162b96adda204d39838ec3d04e22fa9d 2022-06-04 10:33:25.081 | ++ functions-common:get_or_create_project:940 : echo 162b96adda204d39838ec3d04e22fa9d 2022-06-04 10:33:25.084 | + lib/keystone:create_keystone_accounts:344 : demo_project=162b96adda204d39838ec3d04e22fa9d 2022-06-04 10:33:25.086 | + lib/keystone:create_keystone_accounts:345 : local demo_user 2022-06-04 10:33:25.089 | ++ lib/keystone:create_keystone_accounts:347 : get_or_create_user demo Passw0rd default demo@example.com 2022-06-04 10:33:25.092 | ++ functions-common:get_or_create_user:910 : local user_id 2022-06-04 10:33:25.094 | ++ functions-common:get_or_create_user:911 : [[ ! -z demo@example.com ]] 2022-06-04 10:33:25.097 | ++ functions-common:get_or_create_user:912 : local email=--email=demo@example.com 2022-06-04 10:33:25.100 | +++ functions-common:get_or_create_user:928 : oscwrap --os-cloud devstack-system-admin user create demo --password Passw0rd --domain=default --email=demo@example.com --or-show -f value -c id 2022-06-04 10:33:27.562 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-06-04 10:33:27.562 | from cryptography.utils import int_from_bytes 2022-06-04 10:33:27.562 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-06-04 10:33:27.562 | from cryptography.utils import int_from_bytes 2022-06-04 10:33:27.741 | +++ functions-common:oscwrap:2466 : return 0 2022-06-04 10:33:27.744 | ++ functions-common:get_or_create_user:926 : user_id=c003a75d59ae4671b57abd6330049053 2022-06-04 10:33:27.747 | ++ functions-common:get_or_create_user:927 : echo c003a75d59ae4671b57abd6330049053 2022-06-04 10:33:27.750 | + lib/keystone:create_keystone_accounts:347 : demo_user=c003a75d59ae4671b57abd6330049053 2022-06-04 10:33:27.752 | + lib/keystone:create_keystone_accounts:349 : async_wait ks-domain-role ks-domain ks-project ks-service ks-reseller ks-anotherrole 2022-06-04 10:33:27.802 | [232427 Async ks-domain-role:267485]: Waiting for completion of get_or_add_user_domain_role admin 8caf9329d1494a06be8041c3aaa17000 default running on PID 267485 (6 other jobs running) 2022-06-04 10:33:27.828 | [232427 Async ks-domain-role:267485]: Signaling child to exit 2022-06-04 10:33:27.829 | WAKEUP 2022-06-04 10:33:27.852 | [232427 Async ks-domain-role:267485]: Signaled 2022-06-04 10:33:27.853 | + functions-common:get_or_add_user_domain_role:1004 : local user_role_id 2022-06-04 10:33:27.853 | ++ functions-common:get_or_add_user_domain_role:1010 : grep '^|\s[a-f0-9]\+' 2022-06-04 10:33:27.853 | ++ functions-common:get_or_add_user_domain_role:1010 : oscwrap --os-cloud devstack-system-admin role assignment list --role admin --user 8caf9329d1494a06be8041c3aaa17000 --domain default 2022-06-04 10:33:27.853 | ++ functions-common:get_or_add_user_domain_role:1010 : get_field 1 2022-06-04 10:33:27.853 | ++ functions-common:get_field:812 : local data field 2022-06-04 10:33:27.853 | ++ functions-common:get_field:813 : read data 2022-06-04 10:33:27.853 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-06-04 10:33:27.853 | from cryptography.utils import int_from_bytes 2022-06-04 10:33:27.853 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-06-04 10:33:27.853 | from cryptography.utils import int_from_bytes 2022-06-04 10:33:27.853 | ++ functions-common:oscwrap:2466 : return 0 2022-06-04 10:33:27.853 | + functions-common:get_or_add_user_domain_role:1010 : user_role_id= 2022-06-04 10:33:27.853 | + functions-common:get_or_add_user_domain_role:1011 : [[ -z '' ]] 2022-06-04 10:33:27.853 | + functions-common:get_or_add_user_domain_role:1013 : openstack --os-cloud devstack-system-admin role add admin --user 8caf9329d1494a06be8041c3aaa17000 --domain default 2022-06-04 10:33:27.854 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-06-04 10:33:27.854 | from cryptography.utils import int_from_bytes 2022-06-04 10:33:27.854 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-06-04 10:33:27.854 | from cryptography.utils import int_from_bytes 2022-06-04 10:33:27.854 | ++ functions-common:get_or_add_user_domain_role:1020 : grep '^|\s[a-f0-9]\+' 2022-06-04 10:33:27.854 | ++ functions-common:get_or_add_user_domain_role:1020 : oscwrap --os-cloud devstack-system-admin role assignment list --role admin --user 8caf9329d1494a06be8041c3aaa17000 --domain default 2022-06-04 10:33:27.854 | ++ functions-common:get_or_add_user_domain_role:1020 : get_field 1 2022-06-04 10:33:27.854 | ++ functions-common:get_field:812 : local data field 2022-06-04 10:33:27.854 | ++ functions-common:get_field:813 : read data 2022-06-04 10:33:27.854 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-06-04 10:33:27.854 | from cryptography.utils import int_from_bytes 2022-06-04 10:33:27.854 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-06-04 10:33:27.854 | from cryptography.utils import int_from_bytes 2022-06-04 10:33:27.854 | ++ functions-common:oscwrap:2466 : return 0 2022-06-04 10:33:27.854 | ++ functions-common:get_field:814 : '[' 1 -lt 0 ']' 2022-06-04 10:33:27.854 | ++ functions-common:get_field:817 : field='$2' 2022-06-04 10:33:27.854 | ++ functions-common:get_field:819 : echo '| a930449e2e6b41e5ab4f0deb202b698b | 8caf9329d1494a06be8041c3aaa17000 | | | default | | False |' 2022-06-04 10:33:27.854 | ++ functions-common:get_field:819 : awk '-F[ \t]*\\|[ \t]*' '{print $2}' 2022-06-04 10:33:27.854 | ++ functions-common:get_field:813 : read data 2022-06-04 10:33:27.854 | + functions-common:get_or_add_user_domain_role:1020 : user_role_id=a930449e2e6b41e5ab4f0deb202b698b 2022-06-04 10:33:27.854 | + functions-common:get_or_add_user_domain_role:1022 : echo a930449e2e6b41e5ab4f0deb202b698b 2022-06-04 10:33:27.854 | a930449e2e6b41e5ab4f0deb202b698b 2022-06-04 10:33:27.899 | [232427 Async ks-domain-role:267485]: finished get_or_add_user_domain_role admin 8caf9329d1494a06be8041c3aaa17000 default with result 0 in 10 seconds 2022-06-04 10:33:27.905 | Not waiting for async task ks-domain that we never started or has already been waited for 2022-06-04 10:33:27.940 | [232427 Async ks-project:267626]: Waiting for completion of get_or_create_project service Default running on PID 267626 (5 other jobs running) 2022-06-04 10:33:27.965 | [232427 Async ks-project:267626]: Signaling child to exit 2022-06-04 10:33:27.966 | WAKEUP 2022-06-04 10:33:27.988 | [232427 Async ks-project:267626]: Signaled 2022-06-04 10:33:27.989 | + functions-common:get_or_create_project:933 : local project_id 2022-06-04 10:33:27.989 | ++ functions-common:get_or_create_project:941 : oscwrap --os-cloud devstack-system-admin project create service --domain=Default --or-show -f value -c id 2022-06-04 10:33:27.989 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-06-04 10:33:27.989 | from cryptography.utils import int_from_bytes 2022-06-04 10:33:27.989 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-06-04 10:33:27.989 | from cryptography.utils import int_from_bytes 2022-06-04 10:33:27.989 | ++ functions-common:oscwrap:2466 : return 0 2022-06-04 10:33:27.989 | + functions-common:get_or_create_project:939 : project_id=ecb853d88ec24c74babb06b0f25c1036 2022-06-04 10:33:27.989 | + functions-common:get_or_create_project:940 : echo ecb853d88ec24c74babb06b0f25c1036 2022-06-04 10:33:27.989 | ecb853d88ec24c74babb06b0f25c1036 2022-06-04 10:33:28.033 | [232427 Async ks-project:267626]: finished get_or_create_project service Default with result 0 in 4 seconds 2022-06-04 10:33:28.070 | [232427 Async ks-service:267712]: Waiting for completion of get_or_create_role service running on PID 267712 (4 other jobs running) 2022-06-04 10:33:28.095 | [232427 Async ks-service:267712]: Signaling child to exit 2022-06-04 10:33:28.095 | WAKEUP 2022-06-04 10:33:28.118 | [232427 Async ks-service:267712]: Signaled 2022-06-04 10:33:28.119 | + functions-common:get_or_create_role:946 : local role_id 2022-06-04 10:33:28.119 | ++ functions-common:get_or_create_role:953 : oscwrap --os-cloud devstack-system-admin role create service --or-show -f value -c id 2022-06-04 10:33:28.119 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-06-04 10:33:28.119 | from cryptography.utils import int_from_bytes 2022-06-04 10:33:28.119 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-06-04 10:33:28.119 | from cryptography.utils import int_from_bytes 2022-06-04 10:33:28.119 | ++ functions-common:oscwrap:2466 : return 0 2022-06-04 10:33:28.119 | + functions-common:get_or_create_role:951 : role_id=cc86ab71ddab46d28fa51a589007dcbb 2022-06-04 10:33:28.119 | + functions-common:get_or_create_role:952 : echo cc86ab71ddab46d28fa51a589007dcbb 2022-06-04 10:33:28.119 | cc86ab71ddab46d28fa51a589007dcbb 2022-06-04 10:33:28.164 | [232427 Async ks-service:267712]: finished get_or_create_role service with result 0 in 4 seconds 2022-06-04 10:33:28.201 | [232427 Async ks-reseller:267799]: Waiting for completion of get_or_create_role ResellerAdmin running on PID 267799 (3 other jobs running) 2022-06-04 10:33:28.226 | [232427 Async ks-reseller:267799]: Signaling child to exit 2022-06-04 10:33:28.226 | WAKEUP 2022-06-04 10:33:28.249 | [232427 Async ks-reseller:267799]: Signaled 2022-06-04 10:33:28.250 | + functions-common:get_or_create_role:946 : local role_id 2022-06-04 10:33:28.250 | ++ functions-common:get_or_create_role:953 : oscwrap --os-cloud devstack-system-admin role create ResellerAdmin --or-show -f value -c id 2022-06-04 10:33:28.250 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-06-04 10:33:28.250 | from cryptography.utils import int_from_bytes 2022-06-04 10:33:28.250 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-06-04 10:33:28.250 | from cryptography.utils import int_from_bytes 2022-06-04 10:33:28.250 | ++ functions-common:oscwrap:2466 : return 0 2022-06-04 10:33:28.250 | + functions-common:get_or_create_role:951 : role_id=3d11a85ce3b8453dbc6ef6473aeacdbd 2022-06-04 10:33:28.250 | + functions-common:get_or_create_role:952 : echo 3d11a85ce3b8453dbc6ef6473aeacdbd 2022-06-04 10:33:28.250 | 3d11a85ce3b8453dbc6ef6473aeacdbd 2022-06-04 10:33:28.294 | [232427 Async ks-reseller:267799]: finished get_or_create_role ResellerAdmin with result 0 in 4 seconds 2022-06-04 10:33:28.331 | [232427 Async ks-anotherrole:267890]: Waiting for completion of get_or_create_role anotherrole running on PID 267890 (2 other jobs running) 2022-06-04 10:33:28.356 | [232427 Async ks-anotherrole:267890]: Signaling child to exit 2022-06-04 10:33:28.356 | WAKEUP 2022-06-04 10:33:28.379 | [232427 Async ks-anotherrole:267890]: Signaled 2022-06-04 10:33:28.380 | + functions-common:get_or_create_role:946 : local role_id 2022-06-04 10:33:28.380 | ++ functions-common:get_or_create_role:953 : oscwrap --os-cloud devstack-system-admin role create anotherrole --or-show -f value -c id 2022-06-04 10:33:28.380 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-06-04 10:33:28.381 | from cryptography.utils import int_from_bytes 2022-06-04 10:33:28.381 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-06-04 10:33:28.381 | from cryptography.utils import int_from_bytes 2022-06-04 10:33:28.381 | ++ functions-common:oscwrap:2466 : return 0 2022-06-04 10:33:28.381 | + functions-common:get_or_create_role:951 : role_id=cdd8bfc92e9a40afa24286e5835ddf8c 2022-06-04 10:33:28.381 | + functions-common:get_or_create_role:952 : echo cdd8bfc92e9a40afa24286e5835ddf8c 2022-06-04 10:33:28.381 | cdd8bfc92e9a40afa24286e5835ddf8c 2022-06-04 10:33:28.424 | [232427 Async ks-anotherrole:267890]: finished get_or_create_role anotherrole with result 0 in 4 seconds 2022-06-04 10:33:28.428 | + inc/async:async_wait:197 : return 0 2022-06-04 10:33:28.431 | + lib/keystone:create_keystone_accounts:351 : async_run ks-demo-member get_or_add_user_project_role member c003a75d59ae4671b57abd6330049053 162b96adda204d39838ec3d04e22fa9d 2022-06-04 10:33:28.490 | + inc/async:async_inner:63 : get_or_add_user_project_role member c003a75d59ae4671b57abd6330049053 162b96adda204d39838ec3d04e22fa9d 2022-06-04 10:33:28.531 | [232427 Async ks-demo-member:268790]: running: get_or_add_user_project_role member c003a75d59ae4671b57abd6330049053 162b96adda204d39838ec3d04e22fa9d 2022-06-04 10:33:28.533 | + lib/keystone:create_keystone_accounts:353 : async_run ks-demo-admin get_or_add_user_project_role admin 8caf9329d1494a06be8041c3aaa17000 162b96adda204d39838ec3d04e22fa9d 2022-06-04 10:33:28.595 | + inc/async:async_inner:63 : get_or_add_user_project_role admin 8caf9329d1494a06be8041c3aaa17000 162b96adda204d39838ec3d04e22fa9d 2022-06-04 10:33:28.636 | [232427 Async ks-demo-admin:268902]: running: get_or_add_user_project_role admin 8caf9329d1494a06be8041c3aaa17000 162b96adda204d39838ec3d04e22fa9d 2022-06-04 10:33:28.640 | + lib/keystone:create_keystone_accounts:354 : async_run ks-demo-another get_or_add_user_project_role anotherrole c003a75d59ae4671b57abd6330049053 162b96adda204d39838ec3d04e22fa9d 2022-06-04 10:33:28.705 | + inc/async:async_inner:63 : get_or_add_user_project_role anotherrole c003a75d59ae4671b57abd6330049053 162b96adda204d39838ec3d04e22fa9d 2022-06-04 10:33:28.756 | [232427 Async ks-demo-another:269014]: running: get_or_add_user_project_role anotherrole c003a75d59ae4671b57abd6330049053 162b96adda204d39838ec3d04e22fa9d 2022-06-04 10:33:28.759 | + lib/keystone:create_keystone_accounts:355 : async_run ks-demo-invis get_or_add_user_project_role member c003a75d59ae4671b57abd6330049053 9f2a04e01a68471886e3499161c1550f 2022-06-04 10:33:28.829 | + inc/async:async_inner:63 : get_or_add_user_project_role member c003a75d59ae4671b57abd6330049053 9f2a04e01a68471886e3499161c1550f 2022-06-04 10:33:28.948 | [232427 Async ks-demo-invis:269127]: running: get_or_add_user_project_role member c003a75d59ae4671b57abd6330049053 9f2a04e01a68471886e3499161c1550f 2022-06-04 10:33:28.966 | + lib/keystone:create_keystone_accounts:358 : local demo_reader 2022-06-04 10:33:29.010 | ++ lib/keystone:create_keystone_accounts:360 : get_or_create_user demo_reader Passw0rd default demo_reader@example.com 2022-06-04 10:33:29.030 | ++ functions-common:get_or_create_user:910 : local user_id 2022-06-04 10:33:29.045 | ++ functions-common:get_or_create_user:911 : [[ ! -z demo_reader@example.com ]] 2022-06-04 10:33:29.062 | ++ functions-common:get_or_create_user:912 : local email=--email=demo_reader@example.com 2022-06-04 10:33:29.098 | +++ functions-common:get_or_create_user:928 : 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-06-04 10:33:33.170 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-06-04 10:33:33.170 | from cryptography.utils import int_from_bytes 2022-06-04 10:33:33.170 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-06-04 10:33:33.170 | from cryptography.utils import int_from_bytes 2022-06-04 10:33:33.377 | +++ functions-common:oscwrap:2466 : return 0 2022-06-04 10:33:33.382 | ++ functions-common:get_or_create_user:926 : user_id=db81cb2220814dc295a5caed9921804b 2022-06-04 10:33:33.395 | ++ functions-common:get_or_create_user:927 : echo db81cb2220814dc295a5caed9921804b 2022-06-04 10:33:33.399 | + lib/keystone:create_keystone_accounts:360 : demo_reader=db81cb2220814dc295a5caed9921804b 2022-06-04 10:33:33.407 | + lib/keystone:create_keystone_accounts:362 : async_run ks-demo-reader get_or_add_user_project_role reader db81cb2220814dc295a5caed9921804b 162b96adda204d39838ec3d04e22fa9d 2022-06-04 10:33:33.513 | + inc/async:async_inner:63 : get_or_add_user_project_role reader db81cb2220814dc295a5caed9921804b 162b96adda204d39838ec3d04e22fa9d 2022-06-04 10:33:33.662 | [232427 Async ks-demo-reader:269294]: running: get_or_add_user_project_role reader db81cb2220814dc295a5caed9921804b 162b96adda204d39838ec3d04e22fa9d 2022-06-04 10:33:33.673 | + lib/keystone:create_keystone_accounts:365 : local alt_demo_project 2022-06-04 10:33:33.684 | ++ lib/keystone:create_keystone_accounts:366 : get_or_create_project alt_demo default 2022-06-04 10:33:33.698 | ++ functions-common:get_or_create_project:933 : local project_id 2022-06-04 10:33:33.733 | +++ functions-common:get_or_create_project:941 : oscwrap --os-cloud devstack-system-admin project create alt_demo --domain=default --or-show -f value -c id 2022-06-04 10:33:37.517 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-06-04 10:33:37.517 | from cryptography.utils import int_from_bytes 2022-06-04 10:33:37.517 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-06-04 10:33:37.517 | from cryptography.utils import int_from_bytes 2022-06-04 10:33:37.779 | +++ functions-common:oscwrap:2466 : return 0 2022-06-04 10:33:37.784 | ++ functions-common:get_or_create_project:939 : project_id=8120e634aa69449da937c9bb3f72a826 2022-06-04 10:33:37.792 | ++ functions-common:get_or_create_project:940 : echo 8120e634aa69449da937c9bb3f72a826 2022-06-04 10:33:37.809 | + lib/keystone:create_keystone_accounts:366 : alt_demo_project=8120e634aa69449da937c9bb3f72a826 2022-06-04 10:33:37.833 | + lib/keystone:create_keystone_accounts:368 : local alt_demo_user 2022-06-04 10:33:37.858 | ++ lib/keystone:create_keystone_accounts:370 : get_or_create_user alt_demo Passw0rd default alt_demo@example.com 2022-06-04 10:33:37.875 | ++ functions-common:get_or_create_user:910 : local user_id 2022-06-04 10:33:37.889 | ++ functions-common:get_or_create_user:911 : [[ ! -z alt_demo@example.com ]] 2022-06-04 10:33:37.899 | ++ functions-common:get_or_create_user:912 : local email=--email=alt_demo@example.com 2022-06-04 10:33:37.912 | +++ functions-common:get_or_create_user:928 : 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-06-04 10:33:41.156 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-06-04 10:33:41.156 | from cryptography.utils import int_from_bytes 2022-06-04 10:33:41.156 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-06-04 10:33:41.156 | from cryptography.utils import int_from_bytes 2022-06-04 10:33:41.587 | +++ functions-common:oscwrap:2466 : return 0 2022-06-04 10:33:41.614 | ++ functions-common:get_or_create_user:926 : user_id=17d96cac7d4945498739e986f0166376 2022-06-04 10:33:41.634 | ++ functions-common:get_or_create_user:927 : echo 17d96cac7d4945498739e986f0166376 2022-06-04 10:33:41.653 | + lib/keystone:create_keystone_accounts:370 : alt_demo_user=17d96cac7d4945498739e986f0166376 2022-06-04 10:33:41.678 | + lib/keystone:create_keystone_accounts:372 : async_run ks-alt-admin get_or_add_user_project_role admin 17d96cac7d4945498739e986f0166376 8120e634aa69449da937c9bb3f72a826 2022-06-04 10:33:42.112 | + inc/async:async_inner:63 : get_or_add_user_project_role admin 17d96cac7d4945498739e986f0166376 8120e634aa69449da937c9bb3f72a826 2022-06-04 10:33:42.298 | [232427 Async ks-alt-admin:269654]: running: get_or_add_user_project_role admin 17d96cac7d4945498739e986f0166376 8120e634aa69449da937c9bb3f72a826 2022-06-04 10:33:42.320 | + lib/keystone:create_keystone_accounts:373 : async_run ks-alt-another get_or_add_user_project_role anotherrole 17d96cac7d4945498739e986f0166376 8120e634aa69449da937c9bb3f72a826 2022-06-04 10:33:42.775 | + inc/async:async_inner:63 : get_or_add_user_project_role anotherrole 17d96cac7d4945498739e986f0166376 8120e634aa69449da937c9bb3f72a826 2022-06-04 10:33:42.950 | [232427 Async ks-alt-another:269766]: running: get_or_add_user_project_role anotherrole 17d96cac7d4945498739e986f0166376 8120e634aa69449da937c9bb3f72a826 2022-06-04 10:33:42.965 | + lib/keystone:create_keystone_accounts:376 : local alt_demo_member 2022-06-04 10:33:42.969 | ++ lib/keystone:create_keystone_accounts:378 : get_or_create_user alt_demo_member Passw0rd default alt_demo_member@example.com 2022-06-04 10:33:42.972 | ++ functions-common:get_or_create_user:910 : local user_id 2022-06-04 10:33:42.975 | ++ functions-common:get_or_create_user:911 : [[ ! -z alt_demo_member@example.com ]] 2022-06-04 10:33:42.979 | ++ functions-common:get_or_create_user:912 : local email=--email=alt_demo_member@example.com 2022-06-04 10:33:42.983 | +++ functions-common:get_or_create_user:928 : 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-06-04 10:33:43.364 | + inc/async:async_inner:64 : rc=0 2022-06-04 10:33:43.524 | [268790 Async ks-demo-member:268790]: finished successfully 2022-06-04 10:33:46.038 | + inc/async:async_inner:64 : rc=0 2022-06-04 10:33:46.207 | [269014 Async ks-demo-another:269014]: finished successfully 2022-06-04 10:33:47.005 | + inc/async:async_inner:64 : rc=0 2022-06-04 10:33:47.052 | [268902 Async ks-demo-admin:268902]: finished successfully 2022-06-04 10:33:48.006 | + inc/async:async_inner:64 : rc=0 2022-06-04 10:33:48.039 | [269127 Async ks-demo-invis:269127]: finished successfully 2022-06-04 10:33:48.041 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-06-04 10:33:48.041 | from cryptography.utils import int_from_bytes 2022-06-04 10:33:48.041 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-06-04 10:33:48.041 | from cryptography.utils import int_from_bytes 2022-06-04 10:33:48.261 | +++ functions-common:oscwrap:2466 : return 0 2022-06-04 10:33:48.264 | ++ functions-common:get_or_create_user:926 : user_id=3113fcccc5bf4854ba60dd057dc23fe9 2022-06-04 10:33:48.270 | ++ functions-common:get_or_create_user:927 : echo 3113fcccc5bf4854ba60dd057dc23fe9 2022-06-04 10:33:48.274 | + lib/keystone:create_keystone_accounts:378 : alt_demo_member=3113fcccc5bf4854ba60dd057dc23fe9 2022-06-04 10:33:48.278 | + lib/keystone:create_keystone_accounts:379 : async_run ks-alt-member-user get_or_add_user_project_role member 3113fcccc5bf4854ba60dd057dc23fe9 8120e634aa69449da937c9bb3f72a826 2022-06-04 10:33:48.383 | + inc/async:async_inner:63 : get_or_add_user_project_role member 3113fcccc5bf4854ba60dd057dc23fe9 8120e634aa69449da937c9bb3f72a826 2022-06-04 10:33:48.467 | [232427 Async ks-alt-member-user:270147]: running: get_or_add_user_project_role member 3113fcccc5bf4854ba60dd057dc23fe9 8120e634aa69449da937c9bb3f72a826 2022-06-04 10:33:48.470 | + lib/keystone:create_keystone_accounts:382 : local alt_demo_reader 2022-06-04 10:33:48.474 | ++ lib/keystone:create_keystone_accounts:384 : get_or_create_user alt_demo_reader Passw0rd default alt_demo_reader@example.com 2022-06-04 10:33:48.477 | ++ functions-common:get_or_create_user:910 : local user_id 2022-06-04 10:33:48.493 | ++ functions-common:get_or_create_user:911 : [[ ! -z alt_demo_reader@example.com ]] 2022-06-04 10:33:48.519 | ++ functions-common:get_or_create_user:912 : local email=--email=alt_demo_reader@example.com 2022-06-04 10:33:48.547 | +++ functions-common:get_or_create_user:928 : 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-06-04 10:33:50.166 | + inc/async:async_inner:64 : rc=0 2022-06-04 10:33:50.344 | [269294 Async ks-demo-reader:269294]: finished successfully 2022-06-04 10:33:52.004 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-06-04 10:33:52.004 | from cryptography.utils import int_from_bytes 2022-06-04 10:33:52.004 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-06-04 10:33:52.004 | from cryptography.utils import int_from_bytes 2022-06-04 10:33:52.235 | +++ functions-common:oscwrap:2466 : return 0 2022-06-04 10:33:52.238 | ++ functions-common:get_or_create_user:926 : user_id=62812d97db9f486cb3541fbcafdad54e 2022-06-04 10:33:52.241 | ++ functions-common:get_or_create_user:927 : echo 62812d97db9f486cb3541fbcafdad54e 2022-06-04 10:33:52.245 | + lib/keystone:create_keystone_accounts:384 : alt_demo_reader=62812d97db9f486cb3541fbcafdad54e 2022-06-04 10:33:52.249 | + lib/keystone:create_keystone_accounts:385 : async_run ks-alt-reader-user get_or_add_user_project_role reader 62812d97db9f486cb3541fbcafdad54e 8120e634aa69449da937c9bb3f72a826 2022-06-04 10:33:52.337 | + inc/async:async_inner:63 : get_or_add_user_project_role reader 62812d97db9f486cb3541fbcafdad54e 8120e634aa69449da937c9bb3f72a826 2022-06-04 10:33:52.419 | [232427 Async ks-alt-reader-user:270403]: running: get_or_add_user_project_role reader 62812d97db9f486cb3541fbcafdad54e 8120e634aa69449da937c9bb3f72a826 2022-06-04 10:33:52.436 | ++ lib/keystone:create_keystone_accounts:392 : get_or_create_user system_member Passw0rd default system_member@example.com 2022-06-04 10:33:52.446 | ++ functions-common:get_or_create_user:910 : local user_id 2022-06-04 10:33:52.462 | ++ functions-common:get_or_create_user:911 : [[ ! -z system_member@example.com ]] 2022-06-04 10:33:52.465 | ++ functions-common:get_or_create_user:912 : local email=--email=system_member@example.com 2022-06-04 10:33:52.476 | +++ functions-common:get_or_create_user:928 : 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-06-04 10:33:56.224 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-06-04 10:33:56.224 | from cryptography.utils import int_from_bytes 2022-06-04 10:33:56.224 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-06-04 10:33:56.225 | from cryptography.utils import int_from_bytes 2022-06-04 10:33:56.427 | +++ functions-common:oscwrap:2466 : return 0 2022-06-04 10:33:56.432 | ++ functions-common:get_or_create_user:926 : user_id=0685d0616c154227a9bbb99a92dd663f 2022-06-04 10:33:56.435 | ++ functions-common:get_or_create_user:927 : echo 0685d0616c154227a9bbb99a92dd663f 2022-06-04 10:33:56.438 | + lib/keystone:create_keystone_accounts:392 : system_member_user=0685d0616c154227a9bbb99a92dd663f 2022-06-04 10:33:56.440 | + lib/keystone:create_keystone_accounts:393 : async_run ks-system-member get_or_add_user_system_role member 0685d0616c154227a9bbb99a92dd663f all 2022-06-04 10:33:56.513 | + inc/async:async_inner:63 : get_or_add_user_system_role member 0685d0616c154227a9bbb99a92dd663f all 2022-06-04 10:33:56.566 | [232427 Async ks-system-member:270597]: running: get_or_add_user_system_role member 0685d0616c154227a9bbb99a92dd663f all 2022-06-04 10:33:56.570 | ++ lib/keystone:create_keystone_accounts:396 : get_or_create_user system_reader Passw0rd default system_reader@example.com 2022-06-04 10:33:56.576 | ++ functions-common:get_or_create_user:910 : local user_id 2022-06-04 10:33:56.581 | ++ functions-common:get_or_create_user:911 : [[ ! -z system_reader@example.com ]] 2022-06-04 10:33:56.586 | ++ functions-common:get_or_create_user:912 : local email=--email=system_reader@example.com 2022-06-04 10:33:56.592 | +++ functions-common:get_or_create_user:928 : 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-06-04 10:33:57.031 | + inc/async:async_inner:64 : rc=0 2022-06-04 10:33:57.150 | [269654 Async ks-alt-admin:269654]: finished successfully 2022-06-04 10:33:59.002 | + inc/async:async_inner:64 : rc=0 2022-06-04 10:33:59.165 | [269766 Async ks-alt-another:269766]: finished successfully 2022-06-04 10:33:59.624 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-06-04 10:33:59.624 | from cryptography.utils import int_from_bytes 2022-06-04 10:33:59.624 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-06-04 10:33:59.624 | from cryptography.utils import int_from_bytes 2022-06-04 10:33:59.848 | +++ functions-common:oscwrap:2466 : return 0 2022-06-04 10:33:59.853 | ++ functions-common:get_or_create_user:926 : user_id=2877397761aa4565b83a0bf890cbcd9f 2022-06-04 10:33:59.856 | ++ functions-common:get_or_create_user:927 : echo 2877397761aa4565b83a0bf890cbcd9f 2022-06-04 10:33:59.858 | + lib/keystone:create_keystone_accounts:396 : system_reader_user=2877397761aa4565b83a0bf890cbcd9f 2022-06-04 10:33:59.861 | + lib/keystone:create_keystone_accounts:397 : async_run ks-system-reader get_or_add_user_system_role reader 2877397761aa4565b83a0bf890cbcd9f all 2022-06-04 10:33:59.965 | + inc/async:async_inner:63 : get_or_add_user_system_role reader 2877397761aa4565b83a0bf890cbcd9f all 2022-06-04 10:34:00.058 | [232427 Async ks-system-reader:270879]: running: get_or_add_user_system_role reader 2877397761aa4565b83a0bf890cbcd9f all 2022-06-04 10:34:00.067 | + lib/keystone:create_keystone_accounts:400 : local admin_group 2022-06-04 10:34:00.078 | ++ lib/keystone:create_keystone_accounts:402 : get_or_create_group admins default 'openstack admin group' 2022-06-04 10:34:00.102 | ++ functions-common:get_or_create_group:895 : local 'desc=openstack admin group' 2022-06-04 10:34:00.119 | ++ functions-common:get_or_create_group:896 : local group_id 2022-06-04 10:34:00.151 | +++ functions-common:get_or_create_group:905 : oscwrap --os-cloud devstack-system-admin group create admins --domain default --description 'openstack admin group' --or-show -f value -c id 2022-06-04 10:34:01.832 | + inc/async:async_inner:64 : rc=0 2022-06-04 10:34:01.952 | [270147 Async ks-alt-member-user:270147]: finished successfully 2022-06-04 10:34:03.096 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-06-04 10:34:03.096 | from cryptography.utils import int_from_bytes 2022-06-04 10:34:03.096 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-06-04 10:34:03.096 | from cryptography.utils import int_from_bytes 2022-06-04 10:34:03.308 | +++ functions-common:oscwrap:2466 : return 0 2022-06-04 10:34:03.312 | ++ functions-common:get_or_create_group:903 : group_id=3fe1274dd9c04155bf2c04ec70434b51 2022-06-04 10:34:03.322 | ++ functions-common:get_or_create_group:904 : echo 3fe1274dd9c04155bf2c04ec70434b51 2022-06-04 10:34:03.325 | + lib/keystone:create_keystone_accounts:402 : admin_group=3fe1274dd9c04155bf2c04ec70434b51 2022-06-04 10:34:03.328 | + lib/keystone:create_keystone_accounts:403 : local non_admin_group 2022-06-04 10:34:03.332 | ++ lib/keystone:create_keystone_accounts:405 : get_or_create_group nonadmins default 'non-admin group' 2022-06-04 10:34:03.336 | ++ functions-common:get_or_create_group:895 : local 'desc=non-admin group' 2022-06-04 10:34:03.339 | ++ functions-common:get_or_create_group:896 : local group_id 2022-06-04 10:34:03.348 | +++ functions-common:get_or_create_group:905 : oscwrap --os-cloud devstack-system-admin group create nonadmins --domain default --description 'non-admin group' --or-show -f value -c id 2022-06-04 10:34:06.026 | + inc/async:async_inner:64 : rc=0 2022-06-04 10:34:06.081 | [270403 Async ks-alt-reader-user:270403]: finished successfully 2022-06-04 10:34:06.134 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-06-04 10:34:06.134 | from cryptography.utils import int_from_bytes 2022-06-04 10:34:06.134 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-06-04 10:34:06.134 | from cryptography.utils import int_from_bytes 2022-06-04 10:34:06.336 | +++ functions-common:oscwrap:2466 : return 0 2022-06-04 10:34:06.339 | ++ functions-common:get_or_create_group:903 : group_id=59b37c92eef4409baa12d804c3c4976b 2022-06-04 10:34:06.342 | ++ functions-common:get_or_create_group:904 : echo 59b37c92eef4409baa12d804c3c4976b 2022-06-04 10:34:06.345 | + lib/keystone:create_keystone_accounts:405 : non_admin_group=59b37c92eef4409baa12d804c3c4976b 2022-06-04 10:34:06.347 | + lib/keystone:create_keystone_accounts:407 : async_run ks-group-memberdemo get_or_add_group_project_role member 59b37c92eef4409baa12d804c3c4976b 162b96adda204d39838ec3d04e22fa9d 2022-06-04 10:34:06.419 | + inc/async:async_inner:63 : get_or_add_group_project_role member 59b37c92eef4409baa12d804c3c4976b 162b96adda204d39838ec3d04e22fa9d 2022-06-04 10:34:06.501 | [232427 Async ks-group-memberdemo:271232]: running: get_or_add_group_project_role member 59b37c92eef4409baa12d804c3c4976b 162b96adda204d39838ec3d04e22fa9d 2022-06-04 10:34:06.506 | + lib/keystone:create_keystone_accounts:408 : async_run ks-group-anotherdemo get_or_add_group_project_role anotherrole 59b37c92eef4409baa12d804c3c4976b 162b96adda204d39838ec3d04e22fa9d 2022-06-04 10:34:06.619 | + inc/async:async_inner:63 : get_or_add_group_project_role anotherrole 59b37c92eef4409baa12d804c3c4976b 162b96adda204d39838ec3d04e22fa9d 2022-06-04 10:34:06.685 | [232427 Async ks-group-anotherdemo:271318]: running: get_or_add_group_project_role anotherrole 59b37c92eef4409baa12d804c3c4976b 162b96adda204d39838ec3d04e22fa9d 2022-06-04 10:34:06.689 | + lib/keystone:create_keystone_accounts:409 : async_run ks-group-memberalt get_or_add_group_project_role member 59b37c92eef4409baa12d804c3c4976b 8120e634aa69449da937c9bb3f72a826 2022-06-04 10:34:06.845 | + inc/async:async_inner:63 : get_or_add_group_project_role member 59b37c92eef4409baa12d804c3c4976b 8120e634aa69449da937c9bb3f72a826 2022-06-04 10:34:07.068 | [232427 Async ks-group-memberalt:271405]: running: get_or_add_group_project_role member 59b37c92eef4409baa12d804c3c4976b 8120e634aa69449da937c9bb3f72a826 2022-06-04 10:34:07.091 | + lib/keystone:create_keystone_accounts:410 : async_run ks-group-anotheralt get_or_add_group_project_role anotherrole 59b37c92eef4409baa12d804c3c4976b 8120e634aa69449da937c9bb3f72a826 2022-06-04 10:34:07.494 | + inc/async:async_inner:63 : get_or_add_group_project_role anotherrole 59b37c92eef4409baa12d804c3c4976b 8120e634aa69449da937c9bb3f72a826 2022-06-04 10:34:07.720 | [232427 Async ks-group-anotheralt:271512]: running: get_or_add_group_project_role anotherrole 59b37c92eef4409baa12d804c3c4976b 8120e634aa69449da937c9bb3f72a826 2022-06-04 10:34:07.750 | + lib/keystone:create_keystone_accounts:411 : async_run ks-group-admin get_or_add_group_project_role admin 3fe1274dd9c04155bf2c04ec70434b51 9f6a574ba0e24c8683c6232f2d2bfbe2 2022-06-04 10:34:07.924 | + inc/async:async_inner:64 : rc=0 2022-06-04 10:34:08.077 | [270597 Async ks-system-member:270597]: finished successfully 2022-06-04 10:34:08.166 | + inc/async:async_inner:63 : get_or_add_group_project_role admin 3fe1274dd9c04155bf2c04ec70434b51 9f6a574ba0e24c8683c6232f2d2bfbe2 2022-06-04 10:34:08.416 | [232427 Async ks-group-admin:271631]: running: get_or_add_group_project_role admin 3fe1274dd9c04155bf2c04ec70434b51 9f6a574ba0e24c8683c6232f2d2bfbe2 2022-06-04 10:34:08.446 | + lib/keystone:create_keystone_accounts:413 : async_wait ks-demo-member ks-demo-admin ks-demo-another ks-demo-invis ks-demo-reader 2022-06-04 10:34:08.811 | [232427 Async ks-demo-member:268790]: Waiting for completion of get_or_add_user_project_role member c003a75d59ae4671b57abd6330049053 162b96adda204d39838ec3d04e22fa9d running on PID 268790 (17 other jobs running) 2022-06-04 10:34:09.007 | [232427 Async ks-demo-member:268790]: Signaling child to exit 2022-06-04 10:34:09.007 | WAKEUP 2022-06-04 10:34:09.203 | [232427 Async ks-demo-member:268790]: Signaled 2022-06-04 10:34:09.229 | + functions-common:get_or_add_user_project_role:974 : local user_role_id 2022-06-04 10:34:09.229 | ++ functions-common:get_or_add_user_project_role:976 : _get_domain_args 2022-06-04 10:34:09.229 | ++ functions-common:_get_domain_args:958 : local domain 2022-06-04 10:34:09.229 | ++ functions-common:_get_domain_args:959 : domain= 2022-06-04 10:34:09.229 | ++ functions-common:_get_domain_args:961 : [[ -n '' ]] 2022-06-04 10:34:09.229 | ++ functions-common:_get_domain_args:964 : [[ -n '' ]] 2022-06-04 10:34:09.230 | ++ functions-common:_get_domain_args:968 : echo 2022-06-04 10:34:09.230 | + functions-common:get_or_add_user_project_role:976 : domain_args= 2022-06-04 10:34:09.230 | ++ functions-common:get_or_add_user_project_role:984 : oscwrap --os-cloud devstack-system-admin role assignment list --role member --user c003a75d59ae4671b57abd6330049053 --project 162b96adda204d39838ec3d04e22fa9d 2022-06-04 10:34:09.230 | ++ functions-common:get_or_add_user_project_role:984 : grep '^|\s[a-f0-9]\+' 2022-06-04 10:34:09.230 | ++ functions-common:get_or_add_user_project_role:984 : get_field 1 2022-06-04 10:34:09.230 | ++ functions-common:get_field:812 : local data field 2022-06-04 10:34:09.230 | ++ functions-common:get_field:813 : read data 2022-06-04 10:34:09.230 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-06-04 10:34:09.230 | from cryptography.utils import int_from_bytes 2022-06-04 10:34:09.230 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-06-04 10:34:09.230 | from cryptography.utils import int_from_bytes 2022-06-04 10:34:09.230 | ++ functions-common:oscwrap:2466 : return 0 2022-06-04 10:34:09.230 | + functions-common:get_or_add_user_project_role:984 : user_role_id= 2022-06-04 10:34:09.230 | + functions-common:get_or_add_user_project_role:985 : [[ -z '' ]] 2022-06-04 10:34:09.230 | + functions-common:get_or_add_user_project_role:987 : openstack --os-cloud devstack-system-admin role add member --user c003a75d59ae4671b57abd6330049053 --project 162b96adda204d39838ec3d04e22fa9d 2022-06-04 10:34:09.230 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-06-04 10:34:09.230 | from cryptography.utils import int_from_bytes 2022-06-04 10:34:09.230 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-06-04 10:34:09.230 | from cryptography.utils import int_from_bytes 2022-06-04 10:34:09.230 | ++ functions-common:get_or_add_user_project_role:996 : oscwrap --os-cloud devstack-system-admin role assignment list --role member --user c003a75d59ae4671b57abd6330049053 --project 162b96adda204d39838ec3d04e22fa9d 2022-06-04 10:34:09.230 | ++ functions-common:get_or_add_user_project_role:996 : grep '^|\s[a-f0-9]\+' 2022-06-04 10:34:09.230 | ++ functions-common:get_or_add_user_project_role:996 : get_field 1 2022-06-04 10:34:09.230 | ++ functions-common:get_field:812 : local data field 2022-06-04 10:34:09.230 | ++ functions-common:get_field:813 : read data 2022-06-04 10:34:09.230 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-06-04 10:34:09.230 | from cryptography.utils import int_from_bytes 2022-06-04 10:34:09.230 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-06-04 10:34:09.230 | from cryptography.utils import int_from_bytes 2022-06-04 10:34:09.230 | ++ functions-common:oscwrap:2466 : return 0 2022-06-04 10:34:09.230 | ++ functions-common:get_field:814 : '[' 1 -lt 0 ']' 2022-06-04 10:34:09.230 | ++ functions-common:get_field:817 : field='$2' 2022-06-04 10:34:09.231 | ++ functions-common:get_field:819 : awk '-F[ \t]*\\|[ \t]*' '{print $2}' 2022-06-04 10:34:09.231 | ++ functions-common:get_field:819 : echo '| 4acdb8360714432f9cb7b19e01c9f3f8 | c003a75d59ae4671b57abd6330049053 | | 162b96adda204d39838ec3d04e22fa9d | | | False |' 2022-06-04 10:34:09.231 | ++ functions-common:get_field:813 : read data 2022-06-04 10:34:09.231 | + functions-common:get_or_add_user_project_role:996 : user_role_id=4acdb8360714432f9cb7b19e01c9f3f8 2022-06-04 10:34:09.231 | + functions-common:get_or_add_user_project_role:998 : echo 4acdb8360714432f9cb7b19e01c9f3f8 2022-06-04 10:34:09.231 | 4acdb8360714432f9cb7b19e01c9f3f8 2022-06-04 10:34:09.562 | [232427 Async ks-demo-member:268790]: finished get_or_add_user_project_role member c003a75d59ae4671b57abd6330049053 162b96adda204d39838ec3d04e22fa9d with result 0 in 15 seconds 2022-06-04 10:34:09.790 | [232427 Async ks-demo-admin:268902]: Waiting for completion of get_or_add_user_project_role admin 8caf9329d1494a06be8041c3aaa17000 162b96adda204d39838ec3d04e22fa9d running on PID 268902 (16 other jobs running) 2022-06-04 10:34:09.983 | [232427 Async ks-demo-admin:268902]: Signaling child to exit 2022-06-04 10:34:09.983 | WAKEUP 2022-06-04 10:34:10.165 | [232427 Async ks-demo-admin:268902]: Signaled 2022-06-04 10:34:10.168 | + functions-common:get_or_add_user_project_role:974 : local user_role_id 2022-06-04 10:34:10.168 | ++ functions-common:get_or_add_user_project_role:976 : _get_domain_args 2022-06-04 10:34:10.168 | ++ functions-common:_get_domain_args:958 : local domain 2022-06-04 10:34:10.168 | ++ functions-common:_get_domain_args:959 : domain= 2022-06-04 10:34:10.168 | ++ functions-common:_get_domain_args:961 : [[ -n '' ]] 2022-06-04 10:34:10.169 | ++ functions-common:_get_domain_args:964 : [[ -n '' ]] 2022-06-04 10:34:10.169 | ++ functions-common:_get_domain_args:968 : echo 2022-06-04 10:34:10.169 | + functions-common:get_or_add_user_project_role:976 : domain_args= 2022-06-04 10:34:10.169 | ++ functions-common:get_or_add_user_project_role:984 : oscwrap --os-cloud devstack-system-admin role assignment list --role admin --user 8caf9329d1494a06be8041c3aaa17000 --project 162b96adda204d39838ec3d04e22fa9d 2022-06-04 10:34:10.169 | ++ functions-common:get_or_add_user_project_role:984 : get_field 1 2022-06-04 10:34:10.169 | ++ functions-common:get_or_add_user_project_role:984 : grep '^|\s[a-f0-9]\+' 2022-06-04 10:34:10.169 | ++ functions-common:get_field:812 : local data field 2022-06-04 10:34:10.169 | ++ functions-common:get_field:813 : read data 2022-06-04 10:34:10.169 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-06-04 10:34:10.169 | from cryptography.utils import int_from_bytes 2022-06-04 10:34:10.169 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-06-04 10:34:10.169 | from cryptography.utils import int_from_bytes 2022-06-04 10:34:10.169 | ++ functions-common:oscwrap:2466 : return 0 2022-06-04 10:34:10.169 | + functions-common:get_or_add_user_project_role:984 : user_role_id= 2022-06-04 10:34:10.169 | + functions-common:get_or_add_user_project_role:985 : [[ -z '' ]] 2022-06-04 10:34:10.169 | + functions-common:get_or_add_user_project_role:987 : openstack --os-cloud devstack-system-admin role add admin --user 8caf9329d1494a06be8041c3aaa17000 --project 162b96adda204d39838ec3d04e22fa9d 2022-06-04 10:34:10.169 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-06-04 10:34:10.169 | from cryptography.utils import int_from_bytes 2022-06-04 10:34:10.169 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-06-04 10:34:10.169 | from cryptography.utils import int_from_bytes 2022-06-04 10:34:10.169 | ++ functions-common:get_or_add_user_project_role:996 : grep '^|\s[a-f0-9]\+' 2022-06-04 10:34:10.169 | ++ functions-common:get_or_add_user_project_role:996 : get_field 1 2022-06-04 10:34:10.169 | ++ functions-common:get_or_add_user_project_role:996 : oscwrap --os-cloud devstack-system-admin role assignment list --role admin --user 8caf9329d1494a06be8041c3aaa17000 --project 162b96adda204d39838ec3d04e22fa9d 2022-06-04 10:34:10.169 | ++ functions-common:get_field:812 : local data field 2022-06-04 10:34:10.169 | ++ functions-common:get_field:813 : read data 2022-06-04 10:34:10.169 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-06-04 10:34:10.169 | from cryptography.utils import int_from_bytes 2022-06-04 10:34:10.169 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-06-04 10:34:10.169 | from cryptography.utils import int_from_bytes 2022-06-04 10:34:10.169 | ++ functions-common:oscwrap:2466 : return 0 2022-06-04 10:34:10.170 | ++ functions-common:get_field:814 : '[' 1 -lt 0 ']' 2022-06-04 10:34:10.170 | ++ functions-common:get_field:817 : field='$2' 2022-06-04 10:34:10.170 | ++ functions-common:get_field:819 : echo '| a930449e2e6b41e5ab4f0deb202b698b | 8caf9329d1494a06be8041c3aaa17000 | | 162b96adda204d39838ec3d04e22fa9d | | | False |' 2022-06-04 10:34:10.170 | ++ functions-common:get_field:819 : awk '-F[ \t]*\\|[ \t]*' '{print $2}' 2022-06-04 10:34:10.170 | ++ functions-common:get_field:813 : read data 2022-06-04 10:34:10.170 | + functions-common:get_or_add_user_project_role:996 : user_role_id=a930449e2e6b41e5ab4f0deb202b698b 2022-06-04 10:34:10.170 | + functions-common:get_or_add_user_project_role:998 : echo a930449e2e6b41e5ab4f0deb202b698b 2022-06-04 10:34:10.170 | a930449e2e6b41e5ab4f0deb202b698b 2022-06-04 10:34:10.325 | [232427 Async ks-demo-admin:268902]: finished get_or_add_user_project_role admin 8caf9329d1494a06be8041c3aaa17000 162b96adda204d39838ec3d04e22fa9d with result 0 in 18 seconds 2022-06-04 10:34:10.551 | [232427 Async ks-demo-another:269014]: Waiting for completion of get_or_add_user_project_role anotherrole c003a75d59ae4671b57abd6330049053 162b96adda204d39838ec3d04e22fa9d running on PID 269014 (15 other jobs running) 2022-06-04 10:34:10.695 | [232427 Async ks-demo-another:269014]: Signaling child to exit 2022-06-04 10:34:10.695 | WAKEUP 2022-06-04 10:34:10.785 | [232427 Async ks-demo-another:269014]: Signaled 2022-06-04 10:34:10.787 | + functions-common:get_or_add_user_project_role:974 : local user_role_id 2022-06-04 10:34:10.787 | ++ functions-common:get_or_add_user_project_role:976 : _get_domain_args 2022-06-04 10:34:10.787 | ++ functions-common:_get_domain_args:958 : local domain 2022-06-04 10:34:10.787 | ++ functions-common:_get_domain_args:959 : domain= 2022-06-04 10:34:10.787 | ++ functions-common:_get_domain_args:961 : [[ -n '' ]] 2022-06-04 10:34:10.787 | ++ functions-common:_get_domain_args:964 : [[ -n '' ]] 2022-06-04 10:34:10.787 | ++ functions-common:_get_domain_args:968 : echo 2022-06-04 10:34:10.787 | + functions-common:get_or_add_user_project_role:976 : domain_args= 2022-06-04 10:34:10.787 | ++ functions-common:get_or_add_user_project_role:984 : get_field 1 2022-06-04 10:34:10.787 | ++ functions-common:get_or_add_user_project_role:984 : oscwrap --os-cloud devstack-system-admin role assignment list --role anotherrole --user c003a75d59ae4671b57abd6330049053 --project 162b96adda204d39838ec3d04e22fa9d 2022-06-04 10:34:10.787 | ++ functions-common:get_or_add_user_project_role:984 : grep '^|\s[a-f0-9]\+' 2022-06-04 10:34:10.787 | ++ functions-common:get_field:812 : local data field 2022-06-04 10:34:10.788 | ++ functions-common:get_field:813 : read data 2022-06-04 10:34:10.788 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-06-04 10:34:10.788 | from cryptography.utils import int_from_bytes 2022-06-04 10:34:10.788 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-06-04 10:34:10.788 | from cryptography.utils import int_from_bytes 2022-06-04 10:34:10.788 | ++ functions-common:oscwrap:2466 : return 0 2022-06-04 10:34:10.788 | + functions-common:get_or_add_user_project_role:984 : user_role_id= 2022-06-04 10:34:10.788 | + functions-common:get_or_add_user_project_role:985 : [[ -z '' ]] 2022-06-04 10:34:10.788 | + functions-common:get_or_add_user_project_role:987 : openstack --os-cloud devstack-system-admin role add anotherrole --user c003a75d59ae4671b57abd6330049053 --project 162b96adda204d39838ec3d04e22fa9d 2022-06-04 10:34:10.788 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-06-04 10:34:10.788 | from cryptography.utils import int_from_bytes 2022-06-04 10:34:10.788 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-06-04 10:34:10.788 | from cryptography.utils import int_from_bytes 2022-06-04 10:34:10.788 | ++ functions-common:get_or_add_user_project_role:996 : oscwrap --os-cloud devstack-system-admin role assignment list --role anotherrole --user c003a75d59ae4671b57abd6330049053 --project 162b96adda204d39838ec3d04e22fa9d 2022-06-04 10:34:10.788 | ++ functions-common:get_or_add_user_project_role:996 : get_field 1 2022-06-04 10:34:10.788 | ++ functions-common:get_field:812 : local data field 2022-06-04 10:34:10.788 | ++ functions-common:get_field:813 : read data 2022-06-04 10:34:10.788 | ++ functions-common:get_or_add_user_project_role:996 : grep '^|\s[a-f0-9]\+' 2022-06-04 10:34:10.788 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-06-04 10:34:10.788 | from cryptography.utils import int_from_bytes 2022-06-04 10:34:10.788 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-06-04 10:34:10.788 | from cryptography.utils import int_from_bytes 2022-06-04 10:34:10.788 | ++ functions-common:oscwrap:2466 : return 0 2022-06-04 10:34:10.788 | ++ functions-common:get_field:814 : '[' 1 -lt 0 ']' 2022-06-04 10:34:10.788 | ++ functions-common:get_field:817 : field='$2' 2022-06-04 10:34:10.788 | ++ functions-common:get_field:819 : awk '-F[ \t]*\\|[ \t]*' '{print $2}' 2022-06-04 10:34:10.788 | ++ functions-common:get_field:819 : echo '| cdd8bfc92e9a40afa24286e5835ddf8c | c003a75d59ae4671b57abd6330049053 | | 162b96adda204d39838ec3d04e22fa9d | | | False |' 2022-06-04 10:34:10.788 | ++ functions-common:get_field:813 : read data 2022-06-04 10:34:10.789 | + functions-common:get_or_add_user_project_role:996 : user_role_id=cdd8bfc92e9a40afa24286e5835ddf8c 2022-06-04 10:34:10.789 | + functions-common:get_or_add_user_project_role:998 : echo cdd8bfc92e9a40afa24286e5835ddf8c 2022-06-04 10:34:10.789 | cdd8bfc92e9a40afa24286e5835ddf8c 2022-06-04 10:34:11.028 | [232427 Async ks-demo-another:269014]: finished get_or_add_user_project_role anotherrole c003a75d59ae4671b57abd6330049053 162b96adda204d39838ec3d04e22fa9d with result 0 in 17 seconds 2022-06-04 10:34:11.221 | [232427 Async ks-demo-invis:269127]: Waiting for completion of get_or_add_user_project_role member c003a75d59ae4671b57abd6330049053 9f2a04e01a68471886e3499161c1550f running on PID 269127 (14 other jobs running) 2022-06-04 10:34:11.269 | [232427 Async ks-demo-invis:269127]: Signaling child to exit 2022-06-04 10:34:11.269 | WAKEUP 2022-06-04 10:34:11.303 | [232427 Async ks-demo-invis:269127]: Signaled 2022-06-04 10:34:11.304 | + functions-common:get_or_add_user_project_role:974 : local user_role_id 2022-06-04 10:34:11.305 | ++ functions-common:get_or_add_user_project_role:976 : _get_domain_args 2022-06-04 10:34:11.305 | ++ functions-common:_get_domain_args:958 : local domain 2022-06-04 10:34:11.305 | ++ functions-common:_get_domain_args:959 : domain= 2022-06-04 10:34:11.305 | ++ functions-common:_get_domain_args:961 : [[ -n '' ]] 2022-06-04 10:34:11.305 | ++ functions-common:_get_domain_args:964 : [[ -n '' ]] 2022-06-04 10:34:11.305 | ++ functions-common:_get_domain_args:968 : echo 2022-06-04 10:34:11.305 | + functions-common:get_or_add_user_project_role:976 : domain_args= 2022-06-04 10:34:11.305 | ++ functions-common:get_or_add_user_project_role:984 : oscwrap --os-cloud devstack-system-admin role assignment list --role member --user c003a75d59ae4671b57abd6330049053 --project 9f2a04e01a68471886e3499161c1550f 2022-06-04 10:34:11.305 | ++ functions-common:get_or_add_user_project_role:984 : get_field 1 2022-06-04 10:34:11.305 | ++ functions-common:get_field:812 : local data field 2022-06-04 10:34:11.305 | ++ functions-common:get_or_add_user_project_role:984 : grep '^|\s[a-f0-9]\+' 2022-06-04 10:34:11.305 | ++ functions-common:get_field:813 : read data 2022-06-04 10:34:11.305 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-06-04 10:34:11.305 | from cryptography.utils import int_from_bytes 2022-06-04 10:34:11.305 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-06-04 10:34:11.305 | from cryptography.utils import int_from_bytes 2022-06-04 10:34:11.305 | ++ functions-common:oscwrap:2466 : return 0 2022-06-04 10:34:11.305 | + functions-common:get_or_add_user_project_role:984 : user_role_id= 2022-06-04 10:34:11.305 | + functions-common:get_or_add_user_project_role:985 : [[ -z '' ]] 2022-06-04 10:34:11.305 | + functions-common:get_or_add_user_project_role:987 : openstack --os-cloud devstack-system-admin role add member --user c003a75d59ae4671b57abd6330049053 --project 9f2a04e01a68471886e3499161c1550f 2022-06-04 10:34:11.305 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-06-04 10:34:11.305 | from cryptography.utils import int_from_bytes 2022-06-04 10:34:11.305 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-06-04 10:34:11.305 | from cryptography.utils import int_from_bytes 2022-06-04 10:34:11.305 | ++ functions-common:get_or_add_user_project_role:996 : oscwrap --os-cloud devstack-system-admin role assignment list --role member --user c003a75d59ae4671b57abd6330049053 --project 9f2a04e01a68471886e3499161c1550f 2022-06-04 10:34:11.305 | ++ functions-common:get_or_add_user_project_role:996 : get_field 1 2022-06-04 10:34:11.305 | ++ functions-common:get_field:812 : local data field 2022-06-04 10:34:11.305 | ++ functions-common:get_or_add_user_project_role:996 : grep '^|\s[a-f0-9]\+' 2022-06-04 10:34:11.306 | ++ functions-common:get_field:813 : read data 2022-06-04 10:34:11.306 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-06-04 10:34:11.306 | from cryptography.utils import int_from_bytes 2022-06-04 10:34:11.306 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-06-04 10:34:11.306 | from cryptography.utils import int_from_bytes 2022-06-04 10:34:11.306 | ++ functions-common:oscwrap:2466 : return 0 2022-06-04 10:34:11.306 | ++ functions-common:get_field:814 : '[' 1 -lt 0 ']' 2022-06-04 10:34:11.306 | ++ functions-common:get_field:817 : field='$2' 2022-06-04 10:34:11.306 | ++ functions-common:get_field:819 : awk '-F[ \t]*\\|[ \t]*' '{print $2}' 2022-06-04 10:34:11.306 | ++ functions-common:get_field:819 : echo '| 4acdb8360714432f9cb7b19e01c9f3f8 | c003a75d59ae4671b57abd6330049053 | | 9f2a04e01a68471886e3499161c1550f | | | False |' 2022-06-04 10:34:11.306 | ++ functions-common:get_field:813 : read data 2022-06-04 10:34:11.307 | + functions-common:get_or_add_user_project_role:996 : user_role_id=4acdb8360714432f9cb7b19e01c9f3f8 2022-06-04 10:34:11.307 | + functions-common:get_or_add_user_project_role:998 : echo 4acdb8360714432f9cb7b19e01c9f3f8 2022-06-04 10:34:11.307 | 4acdb8360714432f9cb7b19e01c9f3f8 2022-06-04 10:34:11.393 | [232427 Async ks-demo-invis:269127]: finished get_or_add_user_project_role member c003a75d59ae4671b57abd6330049053 9f2a04e01a68471886e3499161c1550f with result 0 in 19 seconds 2022-06-04 10:34:11.467 | [232427 Async ks-demo-reader:269294]: Waiting for completion of get_or_add_user_project_role reader db81cb2220814dc295a5caed9921804b 162b96adda204d39838ec3d04e22fa9d running on PID 269294 (13 other jobs running) 2022-06-04 10:34:11.510 | [232427 Async ks-demo-reader:269294]: Signaling child to exit 2022-06-04 10:34:11.510 | WAKEUP 2022-06-04 10:34:11.552 | [232427 Async ks-demo-reader:269294]: Signaled 2022-06-04 10:34:11.554 | + functions-common:get_or_add_user_project_role:974 : local user_role_id 2022-06-04 10:34:11.554 | ++ functions-common:get_or_add_user_project_role:976 : _get_domain_args 2022-06-04 10:34:11.554 | ++ functions-common:_get_domain_args:958 : local domain 2022-06-04 10:34:11.554 | ++ functions-common:_get_domain_args:959 : domain= 2022-06-04 10:34:11.554 | ++ functions-common:_get_domain_args:961 : [[ -n '' ]] 2022-06-04 10:34:11.554 | ++ functions-common:_get_domain_args:964 : [[ -n '' ]] 2022-06-04 10:34:11.554 | ++ functions-common:_get_domain_args:968 : echo 2022-06-04 10:34:11.554 | + functions-common:get_or_add_user_project_role:976 : domain_args= 2022-06-04 10:34:11.554 | ++ functions-common:get_or_add_user_project_role:984 : oscwrap --os-cloud devstack-system-admin role assignment list --role reader --user db81cb2220814dc295a5caed9921804b --project 162b96adda204d39838ec3d04e22fa9d 2022-06-04 10:34:11.554 | ++ functions-common:get_or_add_user_project_role:984 : get_field 1 2022-06-04 10:34:11.555 | ++ functions-common:get_or_add_user_project_role:984 : grep '^|\s[a-f0-9]\+' 2022-06-04 10:34:11.555 | ++ functions-common:get_field:812 : local data field 2022-06-04 10:34:11.555 | ++ functions-common:get_field:813 : read data 2022-06-04 10:34:11.555 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-06-04 10:34:11.555 | from cryptography.utils import int_from_bytes 2022-06-04 10:34:11.555 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-06-04 10:34:11.555 | from cryptography.utils import int_from_bytes 2022-06-04 10:34:11.555 | ++ functions-common:oscwrap:2466 : return 0 2022-06-04 10:34:11.555 | + functions-common:get_or_add_user_project_role:984 : user_role_id= 2022-06-04 10:34:11.555 | + functions-common:get_or_add_user_project_role:985 : [[ -z '' ]] 2022-06-04 10:34:11.555 | + functions-common:get_or_add_user_project_role:987 : openstack --os-cloud devstack-system-admin role add reader --user db81cb2220814dc295a5caed9921804b --project 162b96adda204d39838ec3d04e22fa9d 2022-06-04 10:34:11.555 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-06-04 10:34:11.555 | from cryptography.utils import int_from_bytes 2022-06-04 10:34:11.555 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-06-04 10:34:11.555 | from cryptography.utils import int_from_bytes 2022-06-04 10:34:11.555 | ++ functions-common:get_or_add_user_project_role:996 : grep '^|\s[a-f0-9]\+' 2022-06-04 10:34:11.555 | ++ functions-common:get_or_add_user_project_role:996 : oscwrap --os-cloud devstack-system-admin role assignment list --role reader --user db81cb2220814dc295a5caed9921804b --project 162b96adda204d39838ec3d04e22fa9d 2022-06-04 10:34:11.555 | ++ functions-common:get_or_add_user_project_role:996 : get_field 1 2022-06-04 10:34:11.555 | ++ functions-common:get_field:812 : local data field 2022-06-04 10:34:11.555 | ++ functions-common:get_field:813 : read data 2022-06-04 10:34:11.555 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-06-04 10:34:11.555 | from cryptography.utils import int_from_bytes 2022-06-04 10:34:11.555 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-06-04 10:34:11.555 | from cryptography.utils import int_from_bytes 2022-06-04 10:34:11.555 | ++ functions-common:oscwrap:2466 : return 0 2022-06-04 10:34:11.556 | ++ functions-common:get_field:814 : '[' 1 -lt 0 ']' 2022-06-04 10:34:11.556 | ++ functions-common:get_field:817 : field='$2' 2022-06-04 10:34:11.556 | ++ functions-common:get_field:819 : echo '| 2c0b3b044a3842878230b265433c0f8a | db81cb2220814dc295a5caed9921804b | | 162b96adda204d39838ec3d04e22fa9d | | | False |' 2022-06-04 10:34:11.556 | ++ functions-common:get_field:819 : awk '-F[ \t]*\\|[ \t]*' '{print $2}' 2022-06-04 10:34:11.556 | ++ functions-common:get_field:813 : read data 2022-06-04 10:34:11.556 | + functions-common:get_or_add_user_project_role:996 : user_role_id=2c0b3b044a3842878230b265433c0f8a 2022-06-04 10:34:11.556 | + functions-common:get_or_add_user_project_role:998 : echo 2c0b3b044a3842878230b265433c0f8a 2022-06-04 10:34:11.556 | 2c0b3b044a3842878230b265433c0f8a 2022-06-04 10:34:11.618 | [232427 Async ks-demo-reader:269294]: finished get_or_add_user_project_role reader db81cb2220814dc295a5caed9921804b 162b96adda204d39838ec3d04e22fa9d with result 0 in 16 seconds 2022-06-04 10:34:11.622 | + inc/async:async_wait:197 : return 0 2022-06-04 10:34:11.625 | + lib/keystone:create_keystone_accounts:414 : async_wait ks-alt-admin ks-alt-another ks-alt-member-user ks-alt-reader-user 2022-06-04 10:34:11.685 | [232427 Async ks-alt-admin:269654]: Waiting for completion of get_or_add_user_project_role admin 17d96cac7d4945498739e986f0166376 8120e634aa69449da937c9bb3f72a826 running on PID 269654 (12 other jobs running) 2022-06-04 10:34:11.712 | [232427 Async ks-alt-admin:269654]: Signaling child to exit 2022-06-04 10:34:11.713 | WAKEUP 2022-06-04 10:34:11.739 | [232427 Async ks-alt-admin:269654]: Signaled 2022-06-04 10:34:11.740 | + functions-common:get_or_add_user_project_role:974 : local user_role_id 2022-06-04 10:34:11.740 | ++ functions-common:get_or_add_user_project_role:976 : _get_domain_args 2022-06-04 10:34:11.740 | ++ functions-common:_get_domain_args:958 : local domain 2022-06-04 10:34:11.740 | ++ functions-common:_get_domain_args:959 : domain= 2022-06-04 10:34:11.740 | ++ functions-common:_get_domain_args:961 : [[ -n '' ]] 2022-06-04 10:34:11.740 | ++ functions-common:_get_domain_args:964 : [[ -n '' ]] 2022-06-04 10:34:11.740 | ++ functions-common:_get_domain_args:968 : echo 2022-06-04 10:34:11.740 | + functions-common:get_or_add_user_project_role:976 : domain_args= 2022-06-04 10:34:11.741 | ++ functions-common:get_or_add_user_project_role:984 : grep '^|\s[a-f0-9]\+' 2022-06-04 10:34:11.741 | ++ functions-common:get_or_add_user_project_role:984 : get_field 1 2022-06-04 10:34:11.741 | ++ functions-common:get_or_add_user_project_role:984 : oscwrap --os-cloud devstack-system-admin role assignment list --role admin --user 17d96cac7d4945498739e986f0166376 --project 8120e634aa69449da937c9bb3f72a826 2022-06-04 10:34:11.741 | ++ functions-common:get_field:812 : local data field 2022-06-04 10:34:11.741 | ++ functions-common:get_field:813 : read data 2022-06-04 10:34:11.741 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-06-04 10:34:11.741 | from cryptography.utils import int_from_bytes 2022-06-04 10:34:11.741 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-06-04 10:34:11.741 | from cryptography.utils import int_from_bytes 2022-06-04 10:34:11.741 | ++ functions-common:oscwrap:2466 : return 0 2022-06-04 10:34:11.741 | + functions-common:get_or_add_user_project_role:984 : user_role_id= 2022-06-04 10:34:11.741 | + functions-common:get_or_add_user_project_role:985 : [[ -z '' ]] 2022-06-04 10:34:11.741 | + functions-common:get_or_add_user_project_role:987 : openstack --os-cloud devstack-system-admin role add admin --user 17d96cac7d4945498739e986f0166376 --project 8120e634aa69449da937c9bb3f72a826 2022-06-04 10:34:11.741 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-06-04 10:34:11.741 | from cryptography.utils import int_from_bytes 2022-06-04 10:34:11.741 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-06-04 10:34:11.741 | from cryptography.utils import int_from_bytes 2022-06-04 10:34:11.741 | ++ functions-common:get_or_add_user_project_role:996 : oscwrap --os-cloud devstack-system-admin role assignment list --role admin --user 17d96cac7d4945498739e986f0166376 --project 8120e634aa69449da937c9bb3f72a826 2022-06-04 10:34:11.741 | ++ functions-common:get_or_add_user_project_role:996 : get_field 1 2022-06-04 10:34:11.741 | ++ functions-common:get_field:812 : local data field 2022-06-04 10:34:11.741 | ++ functions-common:get_or_add_user_project_role:996 : grep '^|\s[a-f0-9]\+' 2022-06-04 10:34:11.741 | ++ functions-common:get_field:813 : read data 2022-06-04 10:34:11.741 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-06-04 10:34:11.741 | from cryptography.utils import int_from_bytes 2022-06-04 10:34:11.741 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-06-04 10:34:11.741 | from cryptography.utils import int_from_bytes 2022-06-04 10:34:11.741 | ++ functions-common:oscwrap:2466 : return 0 2022-06-04 10:34:11.741 | ++ functions-common:get_field:814 : '[' 1 -lt 0 ']' 2022-06-04 10:34:11.742 | ++ functions-common:get_field:817 : field='$2' 2022-06-04 10:34:11.742 | ++ functions-common:get_field:819 : awk '-F[ \t]*\\|[ \t]*' '{print $2}' 2022-06-04 10:34:11.742 | ++ functions-common:get_field:819 : echo '| a930449e2e6b41e5ab4f0deb202b698b | 17d96cac7d4945498739e986f0166376 | | 8120e634aa69449da937c9bb3f72a826 | | | False |' 2022-06-04 10:34:11.742 | ++ functions-common:get_field:813 : read data 2022-06-04 10:34:11.742 | + functions-common:get_or_add_user_project_role:996 : user_role_id=a930449e2e6b41e5ab4f0deb202b698b 2022-06-04 10:34:11.742 | + functions-common:get_or_add_user_project_role:998 : echo a930449e2e6b41e5ab4f0deb202b698b 2022-06-04 10:34:11.742 | a930449e2e6b41e5ab4f0deb202b698b 2022-06-04 10:34:11.823 | [232427 Async ks-alt-admin:269654]: finished get_or_add_user_project_role admin 17d96cac7d4945498739e986f0166376 8120e634aa69449da937c9bb3f72a826 with result 0 in 15 seconds 2022-06-04 10:34:11.916 | [232427 Async ks-alt-another:269766]: Waiting for completion of get_or_add_user_project_role anotherrole 17d96cac7d4945498739e986f0166376 8120e634aa69449da937c9bb3f72a826 running on PID 269766 (11 other jobs running) 2022-06-04 10:34:11.984 | [232427 Async ks-alt-another:269766]: Signaling child to exit 2022-06-04 10:34:11.984 | WAKEUP 2022-06-04 10:34:12.021 | [232427 Async ks-alt-another:269766]: Signaled 2022-06-04 10:34:12.022 | + functions-common:get_or_add_user_project_role:974 : local user_role_id 2022-06-04 10:34:12.022 | ++ functions-common:get_or_add_user_project_role:976 : _get_domain_args 2022-06-04 10:34:12.023 | ++ functions-common:_get_domain_args:958 : local domain 2022-06-04 10:34:12.023 | ++ functions-common:_get_domain_args:959 : domain= 2022-06-04 10:34:12.023 | ++ functions-common:_get_domain_args:961 : [[ -n '' ]] 2022-06-04 10:34:12.023 | ++ functions-common:_get_domain_args:964 : [[ -n '' ]] 2022-06-04 10:34:12.023 | ++ functions-common:_get_domain_args:968 : echo 2022-06-04 10:34:12.023 | + functions-common:get_or_add_user_project_role:976 : domain_args= 2022-06-04 10:34:12.023 | ++ functions-common:get_or_add_user_project_role:984 : oscwrap --os-cloud devstack-system-admin role assignment list --role anotherrole --user 17d96cac7d4945498739e986f0166376 --project 8120e634aa69449da937c9bb3f72a826 2022-06-04 10:34:12.023 | ++ functions-common:get_or_add_user_project_role:984 : grep '^|\s[a-f0-9]\+' 2022-06-04 10:34:12.023 | ++ functions-common:get_or_add_user_project_role:984 : get_field 1 2022-06-04 10:34:12.023 | ++ functions-common:get_field:812 : local data field 2022-06-04 10:34:12.023 | ++ functions-common:get_field:813 : read data 2022-06-04 10:34:12.023 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-06-04 10:34:12.023 | from cryptography.utils import int_from_bytes 2022-06-04 10:34:12.023 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-06-04 10:34:12.023 | from cryptography.utils import int_from_bytes 2022-06-04 10:34:12.023 | ++ functions-common:oscwrap:2466 : return 0 2022-06-04 10:34:12.023 | + functions-common:get_or_add_user_project_role:984 : user_role_id= 2022-06-04 10:34:12.023 | + functions-common:get_or_add_user_project_role:985 : [[ -z '' ]] 2022-06-04 10:34:12.023 | + functions-common:get_or_add_user_project_role:987 : openstack --os-cloud devstack-system-admin role add anotherrole --user 17d96cac7d4945498739e986f0166376 --project 8120e634aa69449da937c9bb3f72a826 2022-06-04 10:34:12.023 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-06-04 10:34:12.023 | from cryptography.utils import int_from_bytes 2022-06-04 10:34:12.023 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-06-04 10:34:12.023 | from cryptography.utils import int_from_bytes 2022-06-04 10:34:12.023 | ++ functions-common:get_or_add_user_project_role:996 : oscwrap --os-cloud devstack-system-admin role assignment list --role anotherrole --user 17d96cac7d4945498739e986f0166376 --project 8120e634aa69449da937c9bb3f72a826 2022-06-04 10:34:12.023 | ++ functions-common:get_or_add_user_project_role:996 : grep '^|\s[a-f0-9]\+' 2022-06-04 10:34:12.023 | ++ functions-common:get_or_add_user_project_role:996 : get_field 1 2022-06-04 10:34:12.023 | ++ functions-common:get_field:812 : local data field 2022-06-04 10:34:12.023 | ++ functions-common:get_field:813 : read data 2022-06-04 10:34:12.023 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-06-04 10:34:12.024 | from cryptography.utils import int_from_bytes 2022-06-04 10:34:12.024 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-06-04 10:34:12.024 | from cryptography.utils import int_from_bytes 2022-06-04 10:34:12.024 | ++ functions-common:oscwrap:2466 : return 0 2022-06-04 10:34:12.024 | ++ functions-common:get_field:814 : '[' 1 -lt 0 ']' 2022-06-04 10:34:12.024 | ++ functions-common:get_field:817 : field='$2' 2022-06-04 10:34:12.024 | ++ functions-common:get_field:819 : awk '-F[ \t]*\\|[ \t]*' '{print $2}' 2022-06-04 10:34:12.024 | ++ functions-common:get_field:819 : echo '| cdd8bfc92e9a40afa24286e5835ddf8c | 17d96cac7d4945498739e986f0166376 | | 8120e634aa69449da937c9bb3f72a826 | | | False |' 2022-06-04 10:34:12.024 | ++ functions-common:get_field:813 : read data 2022-06-04 10:34:12.024 | + functions-common:get_or_add_user_project_role:996 : user_role_id=cdd8bfc92e9a40afa24286e5835ddf8c 2022-06-04 10:34:12.024 | + functions-common:get_or_add_user_project_role:998 : echo cdd8bfc92e9a40afa24286e5835ddf8c 2022-06-04 10:34:12.024 | cdd8bfc92e9a40afa24286e5835ddf8c 2022-06-04 10:34:12.128 | [232427 Async ks-alt-another:269766]: finished get_or_add_user_project_role anotherrole 17d96cac7d4945498739e986f0166376 8120e634aa69449da937c9bb3f72a826 with result 0 in 16 seconds 2022-06-04 10:34:12.188 | [232427 Async ks-alt-member-user:270147]: Waiting for completion of get_or_add_user_project_role member 3113fcccc5bf4854ba60dd057dc23fe9 8120e634aa69449da937c9bb3f72a826 running on PID 270147 (10 other jobs running) 2022-06-04 10:34:12.230 | [232427 Async ks-alt-member-user:270147]: Signaling child to exit 2022-06-04 10:34:12.231 | WAKEUP 2022-06-04 10:34:12.272 | [232427 Async ks-alt-member-user:270147]: Signaled 2022-06-04 10:34:12.276 | + functions-common:get_or_add_user_project_role:974 : local user_role_id 2022-06-04 10:34:12.276 | ++ functions-common:get_or_add_user_project_role:976 : _get_domain_args 2022-06-04 10:34:12.276 | ++ functions-common:_get_domain_args:958 : local domain 2022-06-04 10:34:12.276 | ++ functions-common:_get_domain_args:959 : domain= 2022-06-04 10:34:12.276 | ++ functions-common:_get_domain_args:961 : [[ -n '' ]] 2022-06-04 10:34:12.277 | ++ functions-common:_get_domain_args:964 : [[ -n '' ]] 2022-06-04 10:34:12.277 | ++ functions-common:_get_domain_args:968 : echo 2022-06-04 10:34:12.277 | + functions-common:get_or_add_user_project_role:976 : domain_args= 2022-06-04 10:34:12.277 | ++ functions-common:get_or_add_user_project_role:984 : get_field 1 2022-06-04 10:34:12.277 | ++ functions-common:get_or_add_user_project_role:984 : oscwrap --os-cloud devstack-system-admin role assignment list --role member --user 3113fcccc5bf4854ba60dd057dc23fe9 --project 8120e634aa69449da937c9bb3f72a826 2022-06-04 10:34:12.277 | ++ functions-common:get_field:812 : local data field 2022-06-04 10:34:12.277 | ++ functions-common:get_or_add_user_project_role:984 : grep '^|\s[a-f0-9]\+' 2022-06-04 10:34:12.277 | ++ functions-common:get_field:813 : read data 2022-06-04 10:34:12.277 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-06-04 10:34:12.277 | from cryptography.utils import int_from_bytes 2022-06-04 10:34:12.277 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-06-04 10:34:12.277 | from cryptography.utils import int_from_bytes 2022-06-04 10:34:12.277 | ++ functions-common:oscwrap:2466 : return 0 2022-06-04 10:34:12.277 | + functions-common:get_or_add_user_project_role:984 : user_role_id= 2022-06-04 10:34:12.277 | + functions-common:get_or_add_user_project_role:985 : [[ -z '' ]] 2022-06-04 10:34:12.277 | + functions-common:get_or_add_user_project_role:987 : openstack --os-cloud devstack-system-admin role add member --user 3113fcccc5bf4854ba60dd057dc23fe9 --project 8120e634aa69449da937c9bb3f72a826 2022-06-04 10:34:12.277 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-06-04 10:34:12.277 | from cryptography.utils import int_from_bytes 2022-06-04 10:34:12.277 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-06-04 10:34:12.277 | from cryptography.utils import int_from_bytes 2022-06-04 10:34:12.277 | ++ functions-common:get_or_add_user_project_role:996 : get_field 1 2022-06-04 10:34:12.277 | ++ functions-common:get_or_add_user_project_role:996 : grep '^|\s[a-f0-9]\+' 2022-06-04 10:34:12.277 | ++ functions-common:get_or_add_user_project_role:996 : oscwrap --os-cloud devstack-system-admin role assignment list --role member --user 3113fcccc5bf4854ba60dd057dc23fe9 --project 8120e634aa69449da937c9bb3f72a826 2022-06-04 10:34:12.277 | ++ functions-common:get_field:812 : local data field 2022-06-04 10:34:12.277 | ++ functions-common:get_field:813 : read data 2022-06-04 10:34:12.277 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-06-04 10:34:12.277 | from cryptography.utils import int_from_bytes 2022-06-04 10:34:12.277 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-06-04 10:34:12.277 | from cryptography.utils import int_from_bytes 2022-06-04 10:34:12.277 | ++ functions-common:oscwrap:2466 : return 0 2022-06-04 10:34:12.278 | ++ functions-common:get_field:814 : '[' 1 -lt 0 ']' 2022-06-04 10:34:12.278 | ++ functions-common:get_field:817 : field='$2' 2022-06-04 10:34:12.278 | ++ functions-common:get_field:819 : echo '| 4acdb8360714432f9cb7b19e01c9f3f8 | 3113fcccc5bf4854ba60dd057dc23fe9 | | 8120e634aa69449da937c9bb3f72a826 | | | False |' 2022-06-04 10:34:12.278 | ++ functions-common:get_field:819 : awk '-F[ \t]*\\|[ \t]*' '{print $2}' 2022-06-04 10:34:12.278 | ++ functions-common:get_field:813 : read data 2022-06-04 10:34:12.278 | + functions-common:get_or_add_user_project_role:996 : user_role_id=4acdb8360714432f9cb7b19e01c9f3f8 2022-06-04 10:34:12.278 | + functions-common:get_or_add_user_project_role:998 : echo 4acdb8360714432f9cb7b19e01c9f3f8 2022-06-04 10:34:12.278 | 4acdb8360714432f9cb7b19e01c9f3f8 2022-06-04 10:34:12.357 | [232427 Async ks-alt-member-user:270147]: finished get_or_add_user_project_role member 3113fcccc5bf4854ba60dd057dc23fe9 8120e634aa69449da937c9bb3f72a826 with result 0 in 13 seconds 2022-06-04 10:34:12.432 | [232427 Async ks-alt-reader-user:270403]: Waiting for completion of get_or_add_user_project_role reader 62812d97db9f486cb3541fbcafdad54e 8120e634aa69449da937c9bb3f72a826 running on PID 270403 (9 other jobs running) 2022-06-04 10:34:12.502 | [232427 Async ks-alt-reader-user:270403]: Signaling child to exit 2022-06-04 10:34:12.503 | WAKEUP 2022-06-04 10:34:12.612 | [232427 Async ks-alt-reader-user:270403]: Signaled 2022-06-04 10:34:12.621 | + functions-common:get_or_add_user_project_role:974 : local user_role_id 2022-06-04 10:34:12.622 | ++ functions-common:get_or_add_user_project_role:976 : _get_domain_args 2022-06-04 10:34:12.622 | ++ functions-common:_get_domain_args:958 : local domain 2022-06-04 10:34:12.622 | ++ functions-common:_get_domain_args:959 : domain= 2022-06-04 10:34:12.622 | ++ functions-common:_get_domain_args:961 : [[ -n '' ]] 2022-06-04 10:34:12.622 | ++ functions-common:_get_domain_args:964 : [[ -n '' ]] 2022-06-04 10:34:12.622 | ++ functions-common:_get_domain_args:968 : echo 2022-06-04 10:34:12.622 | + functions-common:get_or_add_user_project_role:976 : domain_args= 2022-06-04 10:34:12.622 | ++ functions-common:get_or_add_user_project_role:984 : get_field 1 2022-06-04 10:34:12.622 | ++ functions-common:get_field:812 : local data field 2022-06-04 10:34:12.622 | ++ functions-common:get_field:813 : read data 2022-06-04 10:34:12.622 | ++ functions-common:get_or_add_user_project_role:984 : oscwrap --os-cloud devstack-system-admin role assignment list --role reader --user 62812d97db9f486cb3541fbcafdad54e --project 8120e634aa69449da937c9bb3f72a826 2022-06-04 10:34:12.622 | ++ functions-common:get_or_add_user_project_role:984 : grep '^|\s[a-f0-9]\+' 2022-06-04 10:34:12.622 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-06-04 10:34:12.622 | from cryptography.utils import int_from_bytes 2022-06-04 10:34:12.622 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-06-04 10:34:12.622 | from cryptography.utils import int_from_bytes 2022-06-04 10:34:12.622 | ++ functions-common:oscwrap:2466 : return 0 2022-06-04 10:34:12.622 | + functions-common:get_or_add_user_project_role:984 : user_role_id= 2022-06-04 10:34:12.622 | + functions-common:get_or_add_user_project_role:985 : [[ -z '' ]] 2022-06-04 10:34:12.622 | + functions-common:get_or_add_user_project_role:987 : openstack --os-cloud devstack-system-admin role add reader --user 62812d97db9f486cb3541fbcafdad54e --project 8120e634aa69449da937c9bb3f72a826 2022-06-04 10:34:12.622 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-06-04 10:34:12.622 | from cryptography.utils import int_from_bytes 2022-06-04 10:34:12.622 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-06-04 10:34:12.622 | from cryptography.utils import int_from_bytes 2022-06-04 10:34:12.622 | ++ functions-common:get_or_add_user_project_role:996 : oscwrap --os-cloud devstack-system-admin role assignment list --role reader --user 62812d97db9f486cb3541fbcafdad54e --project 8120e634aa69449da937c9bb3f72a826 2022-06-04 10:34:12.622 | ++ functions-common:get_or_add_user_project_role:996 : grep '^|\s[a-f0-9]\+' 2022-06-04 10:34:12.622 | ++ functions-common:get_or_add_user_project_role:996 : get_field 1 2022-06-04 10:34:12.622 | ++ functions-common:get_field:812 : local data field 2022-06-04 10:34:12.623 | ++ functions-common:get_field:813 : read data 2022-06-04 10:34:12.623 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-06-04 10:34:12.623 | from cryptography.utils import int_from_bytes 2022-06-04 10:34:12.623 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-06-04 10:34:12.623 | from cryptography.utils import int_from_bytes 2022-06-04 10:34:12.623 | ++ functions-common:oscwrap:2466 : return 0 2022-06-04 10:34:12.623 | ++ functions-common:get_field:814 : '[' 1 -lt 0 ']' 2022-06-04 10:34:12.623 | ++ functions-common:get_field:817 : field='$2' 2022-06-04 10:34:12.623 | ++ functions-common:get_field:819 : echo '| 2c0b3b044a3842878230b265433c0f8a | 62812d97db9f486cb3541fbcafdad54e | | 8120e634aa69449da937c9bb3f72a826 | | | False |' 2022-06-04 10:34:12.623 | ++ functions-common:get_field:819 : awk '-F[ \t]*\\|[ \t]*' '{print $2}' 2022-06-04 10:34:12.623 | ++ functions-common:get_field:813 : read data 2022-06-04 10:34:12.623 | + functions-common:get_or_add_user_project_role:996 : user_role_id=2c0b3b044a3842878230b265433c0f8a 2022-06-04 10:34:12.623 | + functions-common:get_or_add_user_project_role:998 : echo 2c0b3b044a3842878230b265433c0f8a 2022-06-04 10:34:12.623 | 2c0b3b044a3842878230b265433c0f8a 2022-06-04 10:34:12.904 | [232427 Async ks-alt-reader-user:270403]: finished get_or_add_user_project_role reader 62812d97db9f486cb3541fbcafdad54e 8120e634aa69449da937c9bb3f72a826 with result 0 in 13 seconds 2022-06-04 10:34:12.927 | + inc/async:async_wait:197 : return 0 2022-06-04 10:34:12.946 | + lib/keystone:create_keystone_accounts:415 : async_wait ks-system-member ks-system-reader 2022-06-04 10:34:13.082 | + inc/async:async_inner:64 : rc=0 2022-06-04 10:34:13.227 | [270879 Async ks-system-reader:270879]: finished successfully 2022-06-04 10:34:13.259 | [232427 Async ks-system-member:270597]: Waiting for completion of get_or_add_user_system_role member 0685d0616c154227a9bbb99a92dd663f all running on PID 270597 (8 other jobs running) 2022-06-04 10:34:13.417 | [232427 Async ks-system-member:270597]: Signaling child to exit 2022-06-04 10:34:13.417 | WAKEUP 2022-06-04 10:34:13.513 | [232427 Async ks-system-member:270597]: Signaled 2022-06-04 10:34:13.525 | + functions-common:get_or_add_user_system_role:1028 : local user_role_id 2022-06-04 10:34:13.525 | + functions-common:get_or_add_user_system_role:1029 : local domain_args 2022-06-04 10:34:13.525 | ++ functions-common:get_or_add_user_system_role:1031 : _get_domain_args 2022-06-04 10:34:13.525 | ++ functions-common:_get_domain_args:958 : local domain 2022-06-04 10:34:13.525 | ++ functions-common:_get_domain_args:959 : domain= 2022-06-04 10:34:13.525 | ++ functions-common:_get_domain_args:961 : [[ -n '' ]] 2022-06-04 10:34:13.525 | ++ functions-common:_get_domain_args:964 : [[ -n '' ]] 2022-06-04 10:34:13.525 | ++ functions-common:_get_domain_args:968 : echo 2022-06-04 10:34:13.525 | + functions-common:get_or_add_user_system_role:1031 : domain_args= 2022-06-04 10:34:13.526 | ++ functions-common:get_or_add_user_system_role:1039 : oscwrap --os-cloud devstack-system-admin role assignment list --role member --user 0685d0616c154227a9bbb99a92dd663f --system all -f value -c Role 2022-06-04 10:34:13.526 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-06-04 10:34:13.526 | from cryptography.utils import int_from_bytes 2022-06-04 10:34:13.526 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-06-04 10:34:13.526 | from cryptography.utils import int_from_bytes 2022-06-04 10:34:13.526 | ++ functions-common:oscwrap:2466 : return 0 2022-06-04 10:34:13.526 | + functions-common:get_or_add_user_system_role:1039 : user_role_id= 2022-06-04 10:34:13.526 | + functions-common:get_or_add_user_system_role:1040 : [[ -z '' ]] 2022-06-04 10:34:13.526 | + functions-common:get_or_add_user_system_role:1042 : openstack --os-cloud devstack-system-admin role add member --user 0685d0616c154227a9bbb99a92dd663f --system all 2022-06-04 10:34:13.526 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-06-04 10:34:13.526 | from cryptography.utils import int_from_bytes 2022-06-04 10:34:13.526 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-06-04 10:34:13.526 | from cryptography.utils import int_from_bytes 2022-06-04 10:34:13.526 | ++ functions-common:get_or_add_user_system_role:1051 : oscwrap --os-cloud devstack-system-admin role assignment list --role member --user 0685d0616c154227a9bbb99a92dd663f --system all -f value -c Role 2022-06-04 10:34:13.526 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-06-04 10:34:13.526 | from cryptography.utils import int_from_bytes 2022-06-04 10:34:13.526 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-06-04 10:34:13.526 | from cryptography.utils import int_from_bytes 2022-06-04 10:34:13.526 | ++ functions-common:oscwrap:2466 : return 0 2022-06-04 10:34:13.526 | + functions-common:get_or_add_user_system_role:1051 : user_role_id=4acdb8360714432f9cb7b19e01c9f3f8 2022-06-04 10:34:13.526 | + functions-common:get_or_add_user_system_role:1053 : echo 4acdb8360714432f9cb7b19e01c9f3f8 2022-06-04 10:34:13.526 | 4acdb8360714432f9cb7b19e01c9f3f8 2022-06-04 10:34:13.786 | [232427 Async ks-system-member:270597]: finished get_or_add_user_system_role member 0685d0616c154227a9bbb99a92dd663f all with result 0 in 11 seconds 2022-06-04 10:34:13.984 | [232427 Async ks-system-reader:270879]: Waiting for completion of get_or_add_user_system_role reader 2877397761aa4565b83a0bf890cbcd9f all running on PID 270879 (7 other jobs running) 2022-06-04 10:34:14.164 | [232427 Async ks-system-reader:270879]: Signaling child to exit 2022-06-04 10:34:14.164 | WAKEUP 2022-06-04 10:34:14.301 | [232427 Async ks-system-reader:270879]: Signaled 2022-06-04 10:34:14.312 | + functions-common:get_or_add_user_system_role:1028 : local user_role_id 2022-06-04 10:34:14.312 | + functions-common:get_or_add_user_system_role:1029 : local domain_args 2022-06-04 10:34:14.312 | ++ functions-common:get_or_add_user_system_role:1031 : _get_domain_args 2022-06-04 10:34:14.312 | ++ functions-common:_get_domain_args:958 : local domain 2022-06-04 10:34:14.312 | ++ functions-common:_get_domain_args:959 : domain= 2022-06-04 10:34:14.312 | ++ functions-common:_get_domain_args:961 : [[ -n '' ]] 2022-06-04 10:34:14.312 | ++ functions-common:_get_domain_args:964 : [[ -n '' ]] 2022-06-04 10:34:14.312 | ++ functions-common:_get_domain_args:968 : echo 2022-06-04 10:34:14.312 | + functions-common:get_or_add_user_system_role:1031 : domain_args= 2022-06-04 10:34:14.313 | ++ functions-common:get_or_add_user_system_role:1039 : oscwrap --os-cloud devstack-system-admin role assignment list --role reader --user 2877397761aa4565b83a0bf890cbcd9f --system all -f value -c Role 2022-06-04 10:34:14.313 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-06-04 10:34:14.313 | from cryptography.utils import int_from_bytes 2022-06-04 10:34:14.313 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-06-04 10:34:14.313 | from cryptography.utils import int_from_bytes 2022-06-04 10:34:14.313 | ++ functions-common:oscwrap:2466 : return 0 2022-06-04 10:34:14.313 | + functions-common:get_or_add_user_system_role:1039 : user_role_id= 2022-06-04 10:34:14.313 | + functions-common:get_or_add_user_system_role:1040 : [[ -z '' ]] 2022-06-04 10:34:14.313 | + functions-common:get_or_add_user_system_role:1042 : openstack --os-cloud devstack-system-admin role add reader --user 2877397761aa4565b83a0bf890cbcd9f --system all 2022-06-04 10:34:14.313 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-06-04 10:34:14.313 | from cryptography.utils import int_from_bytes 2022-06-04 10:34:14.313 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-06-04 10:34:14.313 | from cryptography.utils import int_from_bytes 2022-06-04 10:34:14.313 | ++ functions-common:get_or_add_user_system_role:1051 : oscwrap --os-cloud devstack-system-admin role assignment list --role reader --user 2877397761aa4565b83a0bf890cbcd9f --system all -f value -c Role 2022-06-04 10:34:14.313 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-06-04 10:34:14.313 | from cryptography.utils import int_from_bytes 2022-06-04 10:34:14.313 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-06-04 10:34:14.313 | from cryptography.utils import int_from_bytes 2022-06-04 10:34:14.313 | ++ functions-common:oscwrap:2466 : return 0 2022-06-04 10:34:14.313 | + functions-common:get_or_add_user_system_role:1051 : user_role_id=2c0b3b044a3842878230b265433c0f8a 2022-06-04 10:34:14.313 | + functions-common:get_or_add_user_system_role:1053 : echo 2c0b3b044a3842878230b265433c0f8a 2022-06-04 10:34:14.313 | 2c0b3b044a3842878230b265433c0f8a 2022-06-04 10:34:14.634 | [232427 Async ks-system-reader:270879]: finished get_or_add_user_system_role reader 2877397761aa4565b83a0bf890cbcd9f all with result 0 in 13 seconds 2022-06-04 10:34:14.663 | + inc/async:async_wait:197 : return 0 2022-06-04 10:34:14.679 | + lib/keystone:create_keystone_accounts:416 : async_wait ks-group-memberdemo ks-group-anotherdemo ks-group-memberalt ks-group-anotheralt ks-group-admin 2022-06-04 10:34:14.987 | [232427 Async ks-group-memberdemo:271232]: Waiting for completion of get_or_add_group_project_role member 59b37c92eef4409baa12d804c3c4976b 162b96adda204d39838ec3d04e22fa9d running on PID 271232 (6 other jobs running) 2022-06-04 10:34:15.135 | [232427 Async ks-group-memberdemo:271232]: Signaling child to exit 2022-06-04 10:34:20.452 | + inc/async:async_inner:64 : rc=0 2022-06-04 10:34:20.580 | [271405 Async ks-group-memberalt:271405]: finished successfully 2022-06-04 10:34:21.958 | + inc/async:async_inner:64 : rc=0 2022-06-04 10:34:21.991 | [271232 Async ks-group-memberdemo:271232]: finished successfully 2022-06-04 10:34:22.012 | WAKEUP 2022-06-04 10:34:22.038 | [232427 Async ks-group-memberdemo:271232]: Signaled 2022-06-04 10:34:22.039 | + functions-common:get_or_add_group_project_role:1059 : local group_role_id 2022-06-04 10:34:22.039 | ++ functions-common:get_or_add_group_project_role:1065 : oscwrap --os-cloud devstack-system-admin role assignment list --role member --group 59b37c92eef4409baa12d804c3c4976b --project 162b96adda204d39838ec3d04e22fa9d -f value 2022-06-04 10:34:22.039 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-06-04 10:34:22.039 | from cryptography.utils import int_from_bytes 2022-06-04 10:34:22.039 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-06-04 10:34:22.040 | from cryptography.utils import int_from_bytes 2022-06-04 10:34:22.040 | ++ functions-common:oscwrap:2466 : return 0 2022-06-04 10:34:22.040 | + functions-common:get_or_add_group_project_role:1065 : group_role_id= 2022-06-04 10:34:22.040 | + functions-common:get_or_add_group_project_role:1066 : [[ -z '' ]] 2022-06-04 10:34:22.040 | + functions-common:get_or_add_group_project_role:1068 : openstack --os-cloud devstack-system-admin role add member --group 59b37c92eef4409baa12d804c3c4976b --project 162b96adda204d39838ec3d04e22fa9d 2022-06-04 10:34:22.040 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-06-04 10:34:22.040 | from cryptography.utils import int_from_bytes 2022-06-04 10:34:22.040 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-06-04 10:34:22.040 | from cryptography.utils import int_from_bytes 2022-06-04 10:34:22.040 | ++ functions-common:get_or_add_group_project_role:1075 : oscwrap --os-cloud devstack-system-admin role assignment list --role member --group 59b37c92eef4409baa12d804c3c4976b --project 162b96adda204d39838ec3d04e22fa9d -f value 2022-06-04 10:34:22.040 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-06-04 10:34:22.040 | from cryptography.utils import int_from_bytes 2022-06-04 10:34:22.040 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-06-04 10:34:22.040 | from cryptography.utils import int_from_bytes 2022-06-04 10:34:22.040 | ++ functions-common:oscwrap:2466 : return 0 2022-06-04 10:34:22.040 | + functions-common:get_or_add_group_project_role:1075 : group_role_id='4acdb8360714432f9cb7b19e01c9f3f8 59b37c92eef4409baa12d804c3c4976b 162b96adda204d39838ec3d04e22fa9d False' 2022-06-04 10:34:22.040 | + functions-common:get_or_add_group_project_role:1077 : echo 4acdb8360714432f9cb7b19e01c9f3f8 59b37c92eef4409baa12d804c3c4976b 162b96adda204d39838ec3d04e22fa9d False 2022-06-04 10:34:22.040 | 4acdb8360714432f9cb7b19e01c9f3f8 59b37c92eef4409baa12d804c3c4976b 162b96adda204d39838ec3d04e22fa9d False 2022-06-04 10:34:22.106 | [232427 Async ks-group-memberdemo:271232]: finished get_or_add_group_project_role member 59b37c92eef4409baa12d804c3c4976b 162b96adda204d39838ec3d04e22fa9d with result 0 in 15 seconds 2022-06-04 10:34:22.151 | [232427 Async ks-group-anotherdemo:271318]: Waiting for completion of get_or_add_group_project_role anotherrole 59b37c92eef4409baa12d804c3c4976b 162b96adda204d39838ec3d04e22fa9d running on PID 271318 (5 other jobs running) 2022-06-04 10:34:22.183 | [232427 Async ks-group-anotherdemo:271318]: Signaling child to exit 2022-06-04 10:34:22.434 | + inc/async:async_inner:64 : rc=0 2022-06-04 10:34:22.463 | [271318 Async ks-group-anotherdemo:271318]: finished successfully 2022-06-04 10:34:22.485 | WAKEUP 2022-06-04 10:34:22.514 | [232427 Async ks-group-anotherdemo:271318]: Signaled 2022-06-04 10:34:22.515 | + functions-common:get_or_add_group_project_role:1059 : local group_role_id 2022-06-04 10:34:22.515 | ++ functions-common:get_or_add_group_project_role:1065 : oscwrap --os-cloud devstack-system-admin role assignment list --role anotherrole --group 59b37c92eef4409baa12d804c3c4976b --project 162b96adda204d39838ec3d04e22fa9d -f value 2022-06-04 10:34:22.515 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-06-04 10:34:22.515 | from cryptography.utils import int_from_bytes 2022-06-04 10:34:22.515 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-06-04 10:34:22.515 | from cryptography.utils import int_from_bytes 2022-06-04 10:34:22.515 | ++ functions-common:oscwrap:2466 : return 0 2022-06-04 10:34:22.515 | + functions-common:get_or_add_group_project_role:1065 : group_role_id= 2022-06-04 10:34:22.515 | + functions-common:get_or_add_group_project_role:1066 : [[ -z '' ]] 2022-06-04 10:34:22.515 | + functions-common:get_or_add_group_project_role:1068 : openstack --os-cloud devstack-system-admin role add anotherrole --group 59b37c92eef4409baa12d804c3c4976b --project 162b96adda204d39838ec3d04e22fa9d 2022-06-04 10:34:22.515 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-06-04 10:34:22.515 | from cryptography.utils import int_from_bytes 2022-06-04 10:34:22.515 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-06-04 10:34:22.515 | from cryptography.utils import int_from_bytes 2022-06-04 10:34:22.516 | ++ functions-common:get_or_add_group_project_role:1075 : oscwrap --os-cloud devstack-system-admin role assignment list --role anotherrole --group 59b37c92eef4409baa12d804c3c4976b --project 162b96adda204d39838ec3d04e22fa9d -f value 2022-06-04 10:34:22.516 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-06-04 10:34:22.516 | from cryptography.utils import int_from_bytes 2022-06-04 10:34:22.516 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-06-04 10:34:22.516 | from cryptography.utils import int_from_bytes 2022-06-04 10:34:22.516 | ++ functions-common:oscwrap:2466 : return 0 2022-06-04 10:34:22.516 | + functions-common:get_or_add_group_project_role:1075 : group_role_id='cdd8bfc92e9a40afa24286e5835ddf8c 59b37c92eef4409baa12d804c3c4976b 162b96adda204d39838ec3d04e22fa9d False' 2022-06-04 10:34:22.516 | + functions-common:get_or_add_group_project_role:1077 : echo cdd8bfc92e9a40afa24286e5835ddf8c 59b37c92eef4409baa12d804c3c4976b 162b96adda204d39838ec3d04e22fa9d False 2022-06-04 10:34:22.516 | cdd8bfc92e9a40afa24286e5835ddf8c 59b37c92eef4409baa12d804c3c4976b 162b96adda204d39838ec3d04e22fa9d False 2022-06-04 10:34:22.569 | [232427 Async ks-group-anotherdemo:271318]: finished get_or_add_group_project_role anotherrole 59b37c92eef4409baa12d804c3c4976b 162b96adda204d39838ec3d04e22fa9d with result 0 in 15 seconds 2022-06-04 10:34:22.616 | [232427 Async ks-group-memberalt:271405]: Waiting for completion of get_or_add_group_project_role member 59b37c92eef4409baa12d804c3c4976b 8120e634aa69449da937c9bb3f72a826 running on PID 271405 (4 other jobs running) 2022-06-04 10:34:22.645 | [232427 Async ks-group-memberalt:271405]: Signaling child to exit 2022-06-04 10:34:22.645 | WAKEUP 2022-06-04 10:34:22.675 | [232427 Async ks-group-memberalt:271405]: Signaled 2022-06-04 10:34:22.676 | + functions-common:get_or_add_group_project_role:1059 : local group_role_id 2022-06-04 10:34:22.676 | ++ functions-common:get_or_add_group_project_role:1065 : oscwrap --os-cloud devstack-system-admin role assignment list --role member --group 59b37c92eef4409baa12d804c3c4976b --project 8120e634aa69449da937c9bb3f72a826 -f value 2022-06-04 10:34:22.676 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-06-04 10:34:22.676 | from cryptography.utils import int_from_bytes 2022-06-04 10:34:22.676 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-06-04 10:34:22.676 | from cryptography.utils import int_from_bytes 2022-06-04 10:34:22.676 | ++ functions-common:oscwrap:2466 : return 0 2022-06-04 10:34:22.676 | + functions-common:get_or_add_group_project_role:1065 : group_role_id= 2022-06-04 10:34:22.677 | + functions-common:get_or_add_group_project_role:1066 : [[ -z '' ]] 2022-06-04 10:34:22.677 | + functions-common:get_or_add_group_project_role:1068 : openstack --os-cloud devstack-system-admin role add member --group 59b37c92eef4409baa12d804c3c4976b --project 8120e634aa69449da937c9bb3f72a826 2022-06-04 10:34:22.677 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-06-04 10:34:22.677 | from cryptography.utils import int_from_bytes 2022-06-04 10:34:22.677 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-06-04 10:34:22.677 | from cryptography.utils import int_from_bytes 2022-06-04 10:34:22.677 | ++ functions-common:get_or_add_group_project_role:1075 : oscwrap --os-cloud devstack-system-admin role assignment list --role member --group 59b37c92eef4409baa12d804c3c4976b --project 8120e634aa69449da937c9bb3f72a826 -f value 2022-06-04 10:34:22.677 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-06-04 10:34:22.677 | from cryptography.utils import int_from_bytes 2022-06-04 10:34:22.677 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-06-04 10:34:22.677 | from cryptography.utils import int_from_bytes 2022-06-04 10:34:22.677 | ++ functions-common:oscwrap:2466 : return 0 2022-06-04 10:34:22.677 | + functions-common:get_or_add_group_project_role:1075 : group_role_id='4acdb8360714432f9cb7b19e01c9f3f8 59b37c92eef4409baa12d804c3c4976b 8120e634aa69449da937c9bb3f72a826 False' 2022-06-04 10:34:22.677 | + functions-common:get_or_add_group_project_role:1077 : echo 4acdb8360714432f9cb7b19e01c9f3f8 59b37c92eef4409baa12d804c3c4976b 8120e634aa69449da937c9bb3f72a826 False 2022-06-04 10:34:22.677 | 4acdb8360714432f9cb7b19e01c9f3f8 59b37c92eef4409baa12d804c3c4976b 8120e634aa69449da937c9bb3f72a826 False 2022-06-04 10:34:22.734 | [232427 Async ks-group-memberalt:271405]: finished get_or_add_group_project_role member 59b37c92eef4409baa12d804c3c4976b 8120e634aa69449da937c9bb3f72a826 with result 0 in 13 seconds 2022-06-04 10:34:22.779 | [232427 Async ks-group-anotheralt:271512]: Waiting for completion of get_or_add_group_project_role anotherrole 59b37c92eef4409baa12d804c3c4976b 8120e634aa69449da937c9bb3f72a826 running on PID 271512 (3 other jobs running) 2022-06-04 10:34:22.809 | [232427 Async ks-group-anotheralt:271512]: Signaling child to exit 2022-06-04 10:34:23.280 | + inc/async:async_inner:64 : rc=0 2022-06-04 10:34:23.307 | [271631 Async ks-group-admin:271631]: finished successfully 2022-06-04 10:34:23.545 | + inc/async:async_inner:64 : rc=0 2022-06-04 10:34:23.570 | [271512 Async ks-group-anotheralt:271512]: finished successfully 2022-06-04 10:34:23.591 | WAKEUP 2022-06-04 10:34:23.614 | [232427 Async ks-group-anotheralt:271512]: Signaled 2022-06-04 10:34:23.615 | + functions-common:get_or_add_group_project_role:1059 : local group_role_id 2022-06-04 10:34:23.615 | ++ functions-common:get_or_add_group_project_role:1065 : oscwrap --os-cloud devstack-system-admin role assignment list --role anotherrole --group 59b37c92eef4409baa12d804c3c4976b --project 8120e634aa69449da937c9bb3f72a826 -f value 2022-06-04 10:34:23.615 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-06-04 10:34:23.616 | from cryptography.utils import int_from_bytes 2022-06-04 10:34:23.616 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-06-04 10:34:23.616 | from cryptography.utils import int_from_bytes 2022-06-04 10:34:23.616 | ++ functions-common:oscwrap:2466 : return 0 2022-06-04 10:34:23.616 | + functions-common:get_or_add_group_project_role:1065 : group_role_id= 2022-06-04 10:34:23.616 | + functions-common:get_or_add_group_project_role:1066 : [[ -z '' ]] 2022-06-04 10:34:23.616 | + functions-common:get_or_add_group_project_role:1068 : openstack --os-cloud devstack-system-admin role add anotherrole --group 59b37c92eef4409baa12d804c3c4976b --project 8120e634aa69449da937c9bb3f72a826 2022-06-04 10:34:23.616 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-06-04 10:34:23.616 | from cryptography.utils import int_from_bytes 2022-06-04 10:34:23.616 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-06-04 10:34:23.616 | from cryptography.utils import int_from_bytes 2022-06-04 10:34:23.616 | ++ functions-common:get_or_add_group_project_role:1075 : oscwrap --os-cloud devstack-system-admin role assignment list --role anotherrole --group 59b37c92eef4409baa12d804c3c4976b --project 8120e634aa69449da937c9bb3f72a826 -f value 2022-06-04 10:34:23.616 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-06-04 10:34:23.616 | from cryptography.utils import int_from_bytes 2022-06-04 10:34:23.616 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-06-04 10:34:23.616 | from cryptography.utils import int_from_bytes 2022-06-04 10:34:23.616 | ++ functions-common:oscwrap:2466 : return 0 2022-06-04 10:34:23.616 | + functions-common:get_or_add_group_project_role:1075 : group_role_id='cdd8bfc92e9a40afa24286e5835ddf8c 59b37c92eef4409baa12d804c3c4976b 8120e634aa69449da937c9bb3f72a826 False' 2022-06-04 10:34:23.616 | + functions-common:get_or_add_group_project_role:1077 : echo cdd8bfc92e9a40afa24286e5835ddf8c 59b37c92eef4409baa12d804c3c4976b 8120e634aa69449da937c9bb3f72a826 False 2022-06-04 10:34:23.616 | cdd8bfc92e9a40afa24286e5835ddf8c 59b37c92eef4409baa12d804c3c4976b 8120e634aa69449da937c9bb3f72a826 False 2022-06-04 10:34:23.660 | [232427 Async ks-group-anotheralt:271512]: finished get_or_add_group_project_role anotherrole 59b37c92eef4409baa12d804c3c4976b 8120e634aa69449da937c9bb3f72a826 with result 0 in 16 seconds 2022-06-04 10:34:23.698 | [232427 Async ks-group-admin:271631]: Waiting for completion of get_or_add_group_project_role admin 3fe1274dd9c04155bf2c04ec70434b51 9f6a574ba0e24c8683c6232f2d2bfbe2 running on PID 271631 (2 other jobs running) 2022-06-04 10:34:23.724 | [232427 Async ks-group-admin:271631]: Signaling child to exit 2022-06-04 10:34:23.724 | WAKEUP 2022-06-04 10:34:23.747 | [232427 Async ks-group-admin:271631]: Signaled 2022-06-04 10:34:23.748 | + functions-common:get_or_add_group_project_role:1059 : local group_role_id 2022-06-04 10:34:23.748 | ++ functions-common:get_or_add_group_project_role:1065 : oscwrap --os-cloud devstack-system-admin role assignment list --role admin --group 3fe1274dd9c04155bf2c04ec70434b51 --project 9f6a574ba0e24c8683c6232f2d2bfbe2 -f value 2022-06-04 10:34:23.748 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-06-04 10:34:23.748 | from cryptography.utils import int_from_bytes 2022-06-04 10:34:23.748 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-06-04 10:34:23.748 | from cryptography.utils import int_from_bytes 2022-06-04 10:34:23.748 | ++ functions-common:oscwrap:2466 : return 0 2022-06-04 10:34:23.748 | + functions-common:get_or_add_group_project_role:1065 : group_role_id= 2022-06-04 10:34:23.748 | + functions-common:get_or_add_group_project_role:1066 : [[ -z '' ]] 2022-06-04 10:34:23.748 | + functions-common:get_or_add_group_project_role:1068 : openstack --os-cloud devstack-system-admin role add admin --group 3fe1274dd9c04155bf2c04ec70434b51 --project 9f6a574ba0e24c8683c6232f2d2bfbe2 2022-06-04 10:34:23.748 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-06-04 10:34:23.749 | from cryptography.utils import int_from_bytes 2022-06-04 10:34:23.749 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-06-04 10:34:23.749 | from cryptography.utils import int_from_bytes 2022-06-04 10:34:23.749 | ++ functions-common:get_or_add_group_project_role:1075 : oscwrap --os-cloud devstack-system-admin role assignment list --role admin --group 3fe1274dd9c04155bf2c04ec70434b51 --project 9f6a574ba0e24c8683c6232f2d2bfbe2 -f value 2022-06-04 10:34:23.749 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-06-04 10:34:23.749 | from cryptography.utils import int_from_bytes 2022-06-04 10:34:23.749 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-06-04 10:34:23.749 | from cryptography.utils import int_from_bytes 2022-06-04 10:34:23.749 | ++ functions-common:oscwrap:2466 : return 0 2022-06-04 10:34:23.749 | + functions-common:get_or_add_group_project_role:1075 : group_role_id='a930449e2e6b41e5ab4f0deb202b698b 3fe1274dd9c04155bf2c04ec70434b51 9f6a574ba0e24c8683c6232f2d2bfbe2 False' 2022-06-04 10:34:23.749 | + functions-common:get_or_add_group_project_role:1077 : echo a930449e2e6b41e5ab4f0deb202b698b 3fe1274dd9c04155bf2c04ec70434b51 9f6a574ba0e24c8683c6232f2d2bfbe2 False 2022-06-04 10:34:23.749 | a930449e2e6b41e5ab4f0deb202b698b 3fe1274dd9c04155bf2c04ec70434b51 9f6a574ba0e24c8683c6232f2d2bfbe2 False 2022-06-04 10:34:23.793 | [232427 Async ks-group-admin:271631]: finished get_or_add_group_project_role admin 3fe1274dd9c04155bf2c04ec70434b51 9f6a574ba0e24c8683c6232f2d2bfbe2 with result 0 in 15 seconds 2022-06-04 10:34:23.797 | + inc/async:async_wait:197 : return 0 2022-06-04 10:34:23.800 | + lib/keystone:create_keystone_accounts:418 : is_service_enabled ldap 2022-06-04 10:34:23.817 | + functions-common:is_service_enabled:2082 : return 1 2022-06-04 10:34:23.820 | + ./stack.sh:main:1097 : is_service_enabled nova 2022-06-04 10:34:23.838 | + functions-common:is_service_enabled:2082 : return 0 2022-06-04 10:34:23.841 | + ./stack.sh:main:1098 : async_runfunc create_nova_accounts 2022-06-04 10:34:23.844 | + inc/async:async_runfunc:116 : async_run create_nova_accounts create_nova_accounts 2022-06-04 10:34:23.904 | + inc/async:async_inner:63 : create_nova_accounts 2022-06-04 10:34:23.945 | [232427 Async create_nova_accounts:273537]: running: create_nova_accounts 2022-06-04 10:34:23.947 | + ./stack.sh:main:1100 : is_service_enabled glance 2022-06-04 10:34:23.966 | + functions-common:is_service_enabled:2082 : return 0 2022-06-04 10:34:23.968 | + ./stack.sh:main:1101 : async_runfunc create_glance_accounts 2022-06-04 10:34:23.971 | + inc/async:async_runfunc:116 : async_run create_glance_accounts create_glance_accounts 2022-06-04 10:34:24.032 | + inc/async:async_inner:63 : create_glance_accounts 2022-06-04 10:34:24.074 | [232427 Async create_glance_accounts:273652]: running: create_glance_accounts 2022-06-04 10:34:24.076 | + ./stack.sh:main:1103 : is_service_enabled cinder 2022-06-04 10:34:24.100 | + functions-common:is_service_enabled:2082 : return 0 2022-06-04 10:34:24.102 | + ./stack.sh:main:1104 : async_runfunc create_cinder_accounts 2022-06-04 10:34:24.105 | + inc/async:async_runfunc:116 : async_run create_cinder_accounts create_cinder_accounts 2022-06-04 10:34:24.173 | + inc/async:async_inner:63 : create_cinder_accounts 2022-06-04 10:34:24.214 | [232427 Async create_cinder_accounts:273782]: running: create_cinder_accounts 2022-06-04 10:34:24.217 | + ./stack.sh:main:1106 : is_service_enabled neutron 2022-06-04 10:34:24.239 | + functions-common:is_service_enabled:2082 : return 0 2022-06-04 10:34:24.242 | + ./stack.sh:main:1107 : async_runfunc create_neutron_accounts 2022-06-04 10:34:24.245 | + inc/async:async_runfunc:116 : async_run create_neutron_accounts create_neutron_accounts 2022-06-04 10:34:24.322 | + inc/async:async_inner:63 : create_neutron_accounts 2022-06-04 10:34:24.383 | [232427 Async create_neutron_accounts:273898]: running: create_neutron_accounts 2022-06-04 10:34:24.388 | + ./stack.sh:main:1109 : is_service_enabled swift 2022-06-04 10:34:24.416 | + functions-common:is_service_enabled:2082 : return 0 2022-06-04 10:34:24.422 | + ./stack.sh:main:1110 : async_runfunc create_swift_accounts 2022-06-04 10:34:24.426 | + inc/async:async_runfunc:116 : async_run create_swift_accounts create_swift_accounts 2022-06-04 10:34:24.570 | + inc/async:async_inner:63 : create_swift_accounts 2022-06-04 10:34:24.831 | [232427 Async create_swift_accounts:274040]: running: create_swift_accounts 2022-06-04 10:34:24.854 | + ./stack.sh:main:1118 : is_service_enabled horizon 2022-06-04 10:34:24.978 | + functions-common:is_service_enabled:2082 : return 1 2022-06-04 10:34:25.007 | + ./stack.sh:main:1123 : async_wait create_nova_accounts create_glance_accounts create_cinder_accounts 2022-06-04 10:34:25.402 | [232427 Async create_nova_accounts:273537]: Waiting for completion of create_nova_accounts running on PID 273537 (6 other jobs running) 2022-06-04 10:34:25.583 | [232427 Async create_nova_accounts:273537]: Signaling child to exit 2022-06-04 10:35:07.030 | + inc/async:async_inner:64 : rc=0 2022-06-04 10:35:07.222 | [273898 Async create_neutron_accounts:273898]: finished successfully 2022-06-04 10:35:25.786 | + inc/async:async_inner:64 : rc=0 2022-06-04 10:35:25.851 | [273782 Async create_cinder_accounts:273782]: finished successfully 2022-06-04 10:35:42.595 | + inc/async:async_inner:64 : rc=0 2022-06-04 10:35:42.626 | [273652 Async create_glance_accounts:273652]: finished successfully 2022-06-04 10:35:49.476 | + inc/async:async_inner:64 : rc=0 2022-06-04 10:35:49.502 | [273537 Async create_nova_accounts:273537]: finished successfully 2022-06-04 10:35:49.522 | WAKEUP 2022-06-04 10:35:49.546 | [232427 Async create_nova_accounts:273537]: Signaled 2022-06-04 10:35:49.548 | + lib/nova:create_nova_accounts:351 : [[ key,n-api,n-cond,n-sch,n-api-meta,placement-api,placement-client,g-api,c-sch,c-api,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-06-04 10:35:49.548 | + lib/nova:create_nova_accounts:355 : create_service_user nova admin 2022-06-04 10:35:49.548 | + lib/keystone:create_service_user:431 : get_or_create_user nova Passw0rd Default 2022-06-04 10:35:49.548 | + functions-common:get_or_create_user:910 : local user_id 2022-06-04 10:35:49.548 | + functions-common:get_or_create_user:911 : [[ ! -z '' ]] 2022-06-04 10:35:49.548 | + functions-common:get_or_create_user:914 : local email= 2022-06-04 10:35:49.548 | ++ functions-common:get_or_create_user:928 : oscwrap --os-cloud devstack-system-admin user create nova --password Passw0rd --domain=Default --or-show -f value -c id 2022-06-04 10:35:49.548 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-06-04 10:35:49.548 | from cryptography.utils import int_from_bytes 2022-06-04 10:35:49.548 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-06-04 10:35:49.548 | from cryptography.utils import int_from_bytes 2022-06-04 10:35:49.548 | ++ functions-common:oscwrap:2466 : return 0 2022-06-04 10:35:49.548 | + functions-common:get_or_create_user:926 : user_id=420bc675bafd485281da8125335d803e 2022-06-04 10:35:49.548 | + functions-common:get_or_create_user:927 : echo 420bc675bafd485281da8125335d803e 2022-06-04 10:35:49.548 | 420bc675bafd485281da8125335d803e 2022-06-04 10:35:49.548 | + lib/keystone:create_service_user:432 : get_or_add_user_project_role service nova service Default Default 2022-06-04 10:35:49.548 | + functions-common:get_or_add_user_project_role:974 : local user_role_id 2022-06-04 10:35:49.548 | ++ functions-common:get_or_add_user_project_role:976 : _get_domain_args Default Default 2022-06-04 10:35:49.549 | ++ functions-common:_get_domain_args:958 : local domain 2022-06-04 10:35:49.549 | ++ functions-common:_get_domain_args:959 : domain= 2022-06-04 10:35:49.549 | ++ functions-common:_get_domain_args:961 : [[ -n Default ]] 2022-06-04 10:35:49.549 | ++ functions-common:_get_domain_args:962 : domain=' --user-domain Default' 2022-06-04 10:35:49.549 | ++ functions-common:_get_domain_args:964 : [[ -n Default ]] 2022-06-04 10:35:49.549 | ++ functions-common:_get_domain_args:965 : domain=' --user-domain Default --project-domain Default' 2022-06-04 10:35:49.549 | ++ functions-common:_get_domain_args:968 : echo --user-domain Default --project-domain Default 2022-06-04 10:35:49.549 | + functions-common:get_or_add_user_project_role:976 : domain_args='--user-domain Default --project-domain Default' 2022-06-04 10:35:49.549 | ++ functions-common:get_or_add_user_project_role:984 : oscwrap --os-cloud devstack-system-admin role assignment list --role service --user nova --project service --user-domain Default --project-domain Default 2022-06-04 10:35:49.549 | ++ functions-common:get_or_add_user_project_role:984 : grep '^|\s[a-f0-9]\+' 2022-06-04 10:35:49.549 | ++ functions-common:get_or_add_user_project_role:984 : get_field 1 2022-06-04 10:35:49.549 | ++ functions-common:get_field:812 : local data field 2022-06-04 10:35:49.549 | ++ functions-common:get_field:813 : read data 2022-06-04 10:35:49.549 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-06-04 10:35:49.549 | from cryptography.utils import int_from_bytes 2022-06-04 10:35:49.549 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-06-04 10:35:49.549 | from cryptography.utils import int_from_bytes 2022-06-04 10:35:49.549 | ++ functions-common:oscwrap:2466 : return 0 2022-06-04 10:35:49.549 | + functions-common:get_or_add_user_project_role:984 : user_role_id= 2022-06-04 10:35:49.549 | + functions-common:get_or_add_user_project_role:985 : [[ -z '' ]] 2022-06-04 10:35:49.549 | + functions-common:get_or_add_user_project_role:987 : openstack --os-cloud devstack-system-admin role add service --user nova --project service --user-domain Default --project-domain Default 2022-06-04 10:35:49.549 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-06-04 10:35:49.549 | from cryptography.utils import int_from_bytes 2022-06-04 10:35:49.549 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-06-04 10:35:49.549 | from cryptography.utils import int_from_bytes 2022-06-04 10:35:49.549 | ++ functions-common:get_or_add_user_project_role:996 : oscwrap --os-cloud devstack-system-admin role assignment list --role service --user nova --project service --user-domain Default --project-domain Default 2022-06-04 10:35:49.549 | ++ functions-common:get_or_add_user_project_role:996 : get_field 1 2022-06-04 10:35:49.549 | ++ functions-common:get_field:812 : local data field 2022-06-04 10:35:49.549 | ++ functions-common:get_or_add_user_project_role:996 : grep '^|\s[a-f0-9]\+' 2022-06-04 10:35:49.549 | ++ functions-common:get_field:813 : read data 2022-06-04 10:35:49.549 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-06-04 10:35:49.550 | from cryptography.utils import int_from_bytes 2022-06-04 10:35:49.550 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-06-04 10:35:49.550 | from cryptography.utils import int_from_bytes 2022-06-04 10:35:49.550 | ++ functions-common:oscwrap:2466 : return 0 2022-06-04 10:35:49.550 | ++ functions-common:get_field:814 : '[' 1 -lt 0 ']' 2022-06-04 10:35:49.550 | ++ functions-common:get_field:817 : field='$2' 2022-06-04 10:35:49.550 | ++ functions-common:get_field:819 : echo '| cc86ab71ddab46d28fa51a589007dcbb | 420bc675bafd485281da8125335d803e | | ecb853d88ec24c74babb06b0f25c1036 | | | False |' 2022-06-04 10:35:49.550 | ++ functions-common:get_field:819 : awk '-F[ \t]*\\|[ \t]*' '{print $2}' 2022-06-04 10:35:49.550 | ++ functions-common:get_field:813 : read data 2022-06-04 10:35:49.550 | + functions-common:get_or_add_user_project_role:996 : user_role_id=cc86ab71ddab46d28fa51a589007dcbb 2022-06-04 10:35:49.550 | + functions-common:get_or_add_user_project_role:998 : echo cc86ab71ddab46d28fa51a589007dcbb 2022-06-04 10:35:49.550 | cc86ab71ddab46d28fa51a589007dcbb 2022-06-04 10:35:49.550 | + lib/keystone:create_service_user:434 : [[ -n admin ]] 2022-06-04 10:35:49.550 | + lib/keystone:create_service_user:435 : get_or_add_user_project_role admin nova service Default Default 2022-06-04 10:35:49.550 | + functions-common:get_or_add_user_project_role:974 : local user_role_id 2022-06-04 10:35:49.550 | ++ functions-common:get_or_add_user_project_role:976 : _get_domain_args Default Default 2022-06-04 10:35:49.550 | ++ functions-common:_get_domain_args:958 : local domain 2022-06-04 10:35:49.550 | ++ functions-common:_get_domain_args:959 : domain= 2022-06-04 10:35:49.550 | ++ functions-common:_get_domain_args:961 : [[ -n Default ]] 2022-06-04 10:35:49.550 | ++ functions-common:_get_domain_args:962 : domain=' --user-domain Default' 2022-06-04 10:35:49.550 | ++ functions-common:_get_domain_args:964 : [[ -n Default ]] 2022-06-04 10:35:49.550 | ++ functions-common:_get_domain_args:965 : domain=' --user-domain Default --project-domain Default' 2022-06-04 10:35:49.550 | ++ functions-common:_get_domain_args:968 : echo --user-domain Default --project-domain Default 2022-06-04 10:35:49.550 | + functions-common:get_or_add_user_project_role:976 : domain_args='--user-domain Default --project-domain Default' 2022-06-04 10:35:49.550 | ++ functions-common:get_or_add_user_project_role:984 : oscwrap --os-cloud devstack-system-admin role assignment list --role admin --user nova --project service --user-domain Default --project-domain Default 2022-06-04 10:35:49.550 | ++ functions-common:get_or_add_user_project_role:984 : grep '^|\s[a-f0-9]\+' 2022-06-04 10:35:49.550 | ++ functions-common:get_or_add_user_project_role:984 : get_field 1 2022-06-04 10:35:49.550 | ++ functions-common:get_field:812 : local data field 2022-06-04 10:35:49.550 | ++ functions-common:get_field:813 : read data 2022-06-04 10:35:49.551 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-06-04 10:35:49.551 | from cryptography.utils import int_from_bytes 2022-06-04 10:35:49.551 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-06-04 10:35:49.551 | from cryptography.utils import int_from_bytes 2022-06-04 10:35:49.551 | ++ functions-common:oscwrap:2466 : return 0 2022-06-04 10:35:49.551 | + functions-common:get_or_add_user_project_role:984 : user_role_id= 2022-06-04 10:35:49.551 | + functions-common:get_or_add_user_project_role:985 : [[ -z '' ]] 2022-06-04 10:35:49.551 | + functions-common:get_or_add_user_project_role:987 : openstack --os-cloud devstack-system-admin role add admin --user nova --project service --user-domain Default --project-domain Default 2022-06-04 10:35:49.551 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-06-04 10:35:49.551 | from cryptography.utils import int_from_bytes 2022-06-04 10:35:49.551 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-06-04 10:35:49.551 | from cryptography.utils import int_from_bytes 2022-06-04 10:35:49.551 | ++ functions-common:get_or_add_user_project_role:996 : oscwrap --os-cloud devstack-system-admin role assignment list --role admin --user nova --project service --user-domain Default --project-domain Default 2022-06-04 10:35:49.551 | ++ functions-common:get_or_add_user_project_role:996 : get_field 1 2022-06-04 10:35:49.551 | ++ functions-common:get_field:812 : local data field 2022-06-04 10:35:49.551 | ++ functions-common:get_or_add_user_project_role:996 : grep '^|\s[a-f0-9]\+' 2022-06-04 10:35:49.551 | ++ functions-common:get_field:813 : read data 2022-06-04 10:35:49.551 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-06-04 10:35:49.551 | from cryptography.utils import int_from_bytes 2022-06-04 10:35:49.551 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-06-04 10:35:49.551 | from cryptography.utils import int_from_bytes 2022-06-04 10:35:49.551 | ++ functions-common:oscwrap:2466 : return 0 2022-06-04 10:35:49.551 | ++ functions-common:get_field:814 : '[' 1 -lt 0 ']' 2022-06-04 10:35:49.551 | ++ functions-common:get_field:817 : field='$2' 2022-06-04 10:35:49.552 | ++ functions-common:get_field:819 : awk '-F[ \t]*\\|[ \t]*' '{print $2}' 2022-06-04 10:35:49.552 | ++ functions-common:get_field:819 : echo '| a930449e2e6b41e5ab4f0deb202b698b | 420bc675bafd485281da8125335d803e | | ecb853d88ec24c74babb06b0f25c1036 | | | False |' 2022-06-04 10:35:49.552 | ++ functions-common:get_field:813 : read data 2022-06-04 10:35:49.552 | + functions-common:get_or_add_user_project_role:996 : user_role_id=a930449e2e6b41e5ab4f0deb202b698b 2022-06-04 10:35:49.552 | + functions-common:get_or_add_user_project_role:998 : echo a930449e2e6b41e5ab4f0deb202b698b 2022-06-04 10:35:49.552 | a930449e2e6b41e5ab4f0deb202b698b 2022-06-04 10:35:49.552 | + lib/nova:create_nova_accounts:357 : local nova_api_url 2022-06-04 10:35:49.552 | + lib/nova:create_nova_accounts:358 : [[ True == \F\a\l\s\e ]] 2022-06-04 10:35:49.552 | + lib/nova:create_nova_accounts:361 : nova_api_url=http://10.222.0.66/compute 2022-06-04 10:35:49.552 | + lib/nova:create_nova_accounts:364 : get_or_create_service nova_legacy compute_legacy 'Nova Compute Service (Legacy 2.0)' 2022-06-04 10:35:49.552 | + functions-common:get_or_create_service:1083 : local service_id 2022-06-04 10:35:49.552 | ++ functions-common:get_or_create_service:1096 : oscwrap --os-cloud devstack-system-admin service show compute_legacy -f value -c id 2022-06-04 10:35:49.552 | ++ functions-common:get_or_create_service:1098 : 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-06-04 10:35:49.552 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-06-04 10:35:49.552 | from cryptography.utils import int_from_bytes 2022-06-04 10:35:49.552 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-06-04 10:35:49.552 | from cryptography.utils import int_from_bytes 2022-06-04 10:35:49.552 | ++ functions-common:oscwrap:2466 : return 0 2022-06-04 10:35:49.552 | + functions-common:get_or_create_service:1094 : service_id=' 2022-06-04 10:35:49.552 | 9207f7befdc241ada676f6b727d24a09' 2022-06-04 10:35:49.552 | + functions-common:get_or_create_service:1095 : echo 9207f7befdc241ada676f6b727d24a09 2022-06-04 10:35:49.552 | 9207f7befdc241ada676f6b727d24a09 2022-06-04 10:35:49.552 | + lib/nova:create_nova_accounts:366 : get_or_create_endpoint compute_legacy RegionOne 'http://10.222.0.66/compute/v2/$(project_id)s' 2022-06-04 10:35:49.552 | + functions-common:get_or_create_endpoint:1127 : local public_id 2022-06-04 10:35:49.552 | ++ functions-common:get_or_create_endpoint:1128 : _get_or_create_endpoint_with_interface compute_legacy public 'http://10.222.0.66/compute/v2/$(project_id)s' RegionOne 2022-06-04 10:35:49.552 | ++ functions-common:_get_or_create_endpoint_with_interface:1101 : local endpoint_id 2022-06-04 10:35:49.552 | +++ functions-common:_get_or_create_endpoint_with_interface:1106 : oscwrap --os-cloud devstack-system-admin endpoint list --service compute_legacy --interface public --region RegionOne -c ID -f value 2022-06-04 10:35:49.552 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-06-04 10:35:49.553 | from cryptography.utils import int_from_bytes 2022-06-04 10:35:49.553 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-06-04 10:35:49.553 | from cryptography.utils import int_from_bytes 2022-06-04 10:35:49.553 | +++ functions-common:oscwrap:2466 : return 0 2022-06-04 10:35:49.553 | ++ functions-common:_get_or_create_endpoint_with_interface:1106 : endpoint_id= 2022-06-04 10:35:49.553 | ++ functions-common:_get_or_create_endpoint_with_interface:1107 : [[ -z '' ]] 2022-06-04 10:35:49.553 | +++ functions-common:_get_or_create_endpoint_with_interface:1110 : oscwrap --os-cloud devstack-system-admin endpoint create compute_legacy public 'http://10.222.0.66/compute/v2/$(project_id)s' --region RegionOne -f value -c id 2022-06-04 10:35:49.553 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-06-04 10:35:49.553 | from cryptography.utils import int_from_bytes 2022-06-04 10:35:49.553 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-06-04 10:35:49.553 | from cryptography.utils import int_from_bytes 2022-06-04 10:35:49.553 | +++ functions-common:oscwrap:2466 : return 0 2022-06-04 10:35:49.553 | ++ functions-common:_get_or_create_endpoint_with_interface:1110 : endpoint_id=d75e25b1e0ce4e78a782745145cf4480 2022-06-04 10:35:49.553 | ++ functions-common:_get_or_create_endpoint_with_interface:1113 : echo d75e25b1e0ce4e78a782745145cf4480 2022-06-04 10:35:49.553 | + functions-common:get_or_create_endpoint:1128 : public_id=d75e25b1e0ce4e78a782745145cf4480 2022-06-04 10:35:49.553 | + functions-common:get_or_create_endpoint:1130 : [[ -n '' ]] 2022-06-04 10:35:49.553 | + functions-common:get_or_create_endpoint:1133 : [[ -n '' ]] 2022-06-04 10:35:49.553 | + functions-common:get_or_create_endpoint:1137 : echo d75e25b1e0ce4e78a782745145cf4480 2022-06-04 10:35:49.553 | d75e25b1e0ce4e78a782745145cf4480 2022-06-04 10:35:49.553 | + lib/nova:create_nova_accounts:370 : get_or_create_service nova compute 'Nova Compute Service' 2022-06-04 10:35:49.553 | + functions-common:get_or_create_service:1083 : local service_id 2022-06-04 10:35:49.553 | ++ functions-common:get_or_create_service:1096 : oscwrap --os-cloud devstack-system-admin service show compute -f value -c id 2022-06-04 10:35:49.553 | ++ functions-common:get_or_create_service:1098 : oscwrap --os-cloud devstack-system-admin service create compute --name nova '--description=Nova Compute Service' -f value -c id 2022-06-04 10:35:49.553 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-06-04 10:35:49.553 | from cryptography.utils import int_from_bytes 2022-06-04 10:35:49.553 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-06-04 10:35:49.553 | from cryptography.utils import int_from_bytes 2022-06-04 10:35:49.553 | ++ functions-common:oscwrap:2466 : return 0 2022-06-04 10:35:49.553 | + functions-common:get_or_create_service:1094 : service_id=' 2022-06-04 10:35:49.553 | 288449f61efd44c78b12bd5a0631bed0' 2022-06-04 10:35:49.554 | + functions-common:get_or_create_service:1095 : echo 288449f61efd44c78b12bd5a0631bed0 2022-06-04 10:35:49.554 | 288449f61efd44c78b12bd5a0631bed0 2022-06-04 10:35:49.554 | + lib/nova:create_nova_accounts:372 : get_or_create_endpoint compute RegionOne http://10.222.0.66/compute/v2.1 2022-06-04 10:35:49.554 | + functions-common:get_or_create_endpoint:1127 : local public_id 2022-06-04 10:35:49.554 | ++ functions-common:get_or_create_endpoint:1128 : _get_or_create_endpoint_with_interface compute public http://10.222.0.66/compute/v2.1 RegionOne 2022-06-04 10:35:49.554 | ++ functions-common:_get_or_create_endpoint_with_interface:1101 : local endpoint_id 2022-06-04 10:35:49.554 | +++ functions-common:_get_or_create_endpoint_with_interface:1106 : oscwrap --os-cloud devstack-system-admin endpoint list --service compute --interface public --region RegionOne -c ID -f value 2022-06-04 10:35:49.554 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-06-04 10:35:49.554 | from cryptography.utils import int_from_bytes 2022-06-04 10:35:49.554 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-06-04 10:35:49.554 | from cryptography.utils import int_from_bytes 2022-06-04 10:35:49.554 | +++ functions-common:oscwrap:2466 : return 0 2022-06-04 10:35:49.554 | ++ functions-common:_get_or_create_endpoint_with_interface:1106 : endpoint_id= 2022-06-04 10:35:49.554 | ++ functions-common:_get_or_create_endpoint_with_interface:1107 : [[ -z '' ]] 2022-06-04 10:35:49.554 | +++ functions-common:_get_or_create_endpoint_with_interface:1110 : oscwrap --os-cloud devstack-system-admin endpoint create compute public http://10.222.0.66/compute/v2.1 --region RegionOne -f value -c id 2022-06-04 10:35:49.554 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-06-04 10:35:49.554 | from cryptography.utils import int_from_bytes 2022-06-04 10:35:49.554 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-06-04 10:35:49.554 | from cryptography.utils import int_from_bytes 2022-06-04 10:35:49.554 | +++ functions-common:oscwrap:2466 : return 0 2022-06-04 10:35:49.554 | ++ functions-common:_get_or_create_endpoint_with_interface:1110 : endpoint_id=a4971514fdce4e6481cd2c788c6100b2 2022-06-04 10:35:49.554 | ++ functions-common:_get_or_create_endpoint_with_interface:1113 : echo a4971514fdce4e6481cd2c788c6100b2 2022-06-04 10:35:49.554 | + functions-common:get_or_create_endpoint:1128 : public_id=a4971514fdce4e6481cd2c788c6100b2 2022-06-04 10:35:49.554 | + functions-common:get_or_create_endpoint:1130 : [[ -n '' ]] 2022-06-04 10:35:49.554 | + functions-common:get_or_create_endpoint:1133 : [[ -n '' ]] 2022-06-04 10:35:49.554 | + functions-common:get_or_create_endpoint:1137 : echo a4971514fdce4e6481cd2c788c6100b2 2022-06-04 10:35:49.554 | a4971514fdce4e6481cd2c788c6100b2 2022-06-04 10:35:49.554 | + lib/nova:create_nova_accounts:377 : is_service_enabled n-api 2022-06-04 10:35:49.554 | + functions-common:is_service_enabled:2082 : return 0 2022-06-04 10:35:49.554 | + lib/nova:create_nova_accounts:379 : is_service_enabled swift 2022-06-04 10:35:49.554 | + functions-common:is_service_enabled:2082 : return 0 2022-06-04 10:35:49.555 | + lib/nova:create_nova_accounts:382 : get_or_add_user_project_role ResellerAdmin nova service Default Default 2022-06-04 10:35:49.555 | + functions-common:get_or_add_user_project_role:974 : local user_role_id 2022-06-04 10:35:49.555 | ++ functions-common:get_or_add_user_project_role:976 : _get_domain_args Default Default 2022-06-04 10:35:49.555 | ++ functions-common:_get_domain_args:958 : local domain 2022-06-04 10:35:49.555 | ++ functions-common:_get_domain_args:959 : domain= 2022-06-04 10:35:49.555 | ++ functions-common:_get_domain_args:961 : [[ -n Default ]] 2022-06-04 10:35:49.555 | ++ functions-common:_get_domain_args:962 : domain=' --user-domain Default' 2022-06-04 10:35:49.555 | ++ functions-common:_get_domain_args:964 : [[ -n Default ]] 2022-06-04 10:35:49.555 | ++ functions-common:_get_domain_args:965 : domain=' --user-domain Default --project-domain Default' 2022-06-04 10:35:49.555 | ++ functions-common:_get_domain_args:968 : echo --user-domain Default --project-domain Default 2022-06-04 10:35:49.555 | + functions-common:get_or_add_user_project_role:976 : domain_args='--user-domain Default --project-domain Default' 2022-06-04 10:35:49.555 | ++ functions-common:get_or_add_user_project_role:984 : grep '^|\s[a-f0-9]\+' 2022-06-04 10:35:49.555 | ++ functions-common:get_or_add_user_project_role:984 : get_field 1 2022-06-04 10:35:49.555 | ++ functions-common:get_field:812 : local data field 2022-06-04 10:35:49.555 | ++ functions-common:get_field:813 : read data 2022-06-04 10:35:49.555 | ++ functions-common:get_or_add_user_project_role:984 : oscwrap --os-cloud devstack-system-admin role assignment list --role ResellerAdmin --user nova --project service --user-domain Default --project-domain Default 2022-06-04 10:35:49.555 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-06-04 10:35:49.555 | from cryptography.utils import int_from_bytes 2022-06-04 10:35:49.555 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-06-04 10:35:49.555 | from cryptography.utils import int_from_bytes 2022-06-04 10:35:49.555 | ++ functions-common:oscwrap:2466 : return 0 2022-06-04 10:35:49.555 | + functions-common:get_or_add_user_project_role:984 : user_role_id= 2022-06-04 10:35:49.555 | + functions-common:get_or_add_user_project_role:985 : [[ -z '' ]] 2022-06-04 10:35:49.555 | + functions-common:get_or_add_user_project_role:987 : openstack --os-cloud devstack-system-admin role add ResellerAdmin --user nova --project service --user-domain Default --project-domain Default 2022-06-04 10:35:49.555 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-06-04 10:35:49.555 | from cryptography.utils import int_from_bytes 2022-06-04 10:35:49.555 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-06-04 10:35:49.555 | from cryptography.utils import int_from_bytes 2022-06-04 10:35:49.555 | ++ functions-common:get_or_add_user_project_role:996 : oscwrap --os-cloud devstack-system-admin role assignment list --role ResellerAdmin --user nova --project service --user-domain Default --project-domain Default 2022-06-04 10:35:49.555 | ++ functions-common:get_or_add_user_project_role:996 : get_field 1 2022-06-04 10:35:49.556 | ++ functions-common:get_or_add_user_project_role:996 : grep '^|\s[a-f0-9]\+' 2022-06-04 10:35:49.556 | ++ functions-common:get_field:812 : local data field 2022-06-04 10:35:49.556 | ++ functions-common:get_field:813 : read data 2022-06-04 10:35:49.556 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-06-04 10:35:49.556 | from cryptography.utils import int_from_bytes 2022-06-04 10:35:49.556 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-06-04 10:35:49.556 | from cryptography.utils import int_from_bytes 2022-06-04 10:35:49.556 | ++ functions-common:oscwrap:2466 : return 0 2022-06-04 10:35:49.556 | ++ functions-common:get_field:814 : '[' 1 -lt 0 ']' 2022-06-04 10:35:49.556 | ++ functions-common:get_field:817 : field='$2' 2022-06-04 10:35:49.556 | ++ functions-common:get_field:819 : awk '-F[ \t]*\\|[ \t]*' '{print $2}' 2022-06-04 10:35:49.556 | ++ functions-common:get_field:819 : echo '| 3d11a85ce3b8453dbc6ef6473aeacdbd | 420bc675bafd485281da8125335d803e | | ecb853d88ec24c74babb06b0f25c1036 | | | False |' 2022-06-04 10:35:49.556 | ++ functions-common:get_field:813 : read data 2022-06-04 10:35:49.556 | + functions-common:get_or_add_user_project_role:996 : user_role_id=3d11a85ce3b8453dbc6ef6473aeacdbd 2022-06-04 10:35:49.556 | + functions-common:get_or_add_user_project_role:998 : echo 3d11a85ce3b8453dbc6ef6473aeacdbd 2022-06-04 10:35:49.556 | 3d11a85ce3b8453dbc6ef6473aeacdbd 2022-06-04 10:35:49.556 | + lib/nova:create_nova_accounts:387 : is_service_enabled s3api 2022-06-04 10:35:49.556 | + functions-common:is_service_enabled:2082 : return 1 2022-06-04 10:35:49.556 | + lib/nova:create_nova_accounts:398 : is_service_enabled n-api 2022-06-04 10:35:49.556 | + functions-common:is_service_enabled:2082 : return 0 2022-06-04 10:35:49.556 | + lib/nova:create_nova_accounts:399 : [[ False = True ]] 2022-06-04 10:35:49.596 | [232427 Async create_nova_accounts:273537]: finished create_nova_accounts with result 0 in 85 seconds 2022-06-04 10:35:49.635 | [232427 Async create_glance_accounts:273652]: Waiting for completion of create_glance_accounts running on PID 273652 (5 other jobs running) 2022-06-04 10:35:49.660 | [232427 Async create_glance_accounts:273652]: Signaling child to exit 2022-06-04 10:35:49.660 | WAKEUP 2022-06-04 10:35:49.683 | [232427 Async create_glance_accounts:273652]: Signaled 2022-06-04 10:35:49.685 | + lib/glance:create_glance_accounts:451 : is_service_enabled g-api 2022-06-04 10:35:49.685 | + functions-common:is_service_enabled:2082 : return 0 2022-06-04 10:35:49.685 | + lib/glance:create_glance_accounts:453 : create_service_user glance 2022-06-04 10:35:49.685 | + lib/keystone:create_service_user:431 : get_or_create_user glance Passw0rd Default 2022-06-04 10:35:49.685 | + functions-common:get_or_create_user:910 : local user_id 2022-06-04 10:35:49.685 | + functions-common:get_or_create_user:911 : [[ ! -z '' ]] 2022-06-04 10:35:49.685 | + functions-common:get_or_create_user:914 : local email= 2022-06-04 10:35:49.685 | ++ functions-common:get_or_create_user:928 : oscwrap --os-cloud devstack-system-admin user create glance --password Passw0rd --domain=Default --or-show -f value -c id 2022-06-04 10:35:49.685 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-06-04 10:35:49.685 | from cryptography.utils import int_from_bytes 2022-06-04 10:35:49.685 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-06-04 10:35:49.685 | from cryptography.utils import int_from_bytes 2022-06-04 10:35:49.685 | ++ functions-common:oscwrap:2466 : return 0 2022-06-04 10:35:49.685 | + functions-common:get_or_create_user:926 : user_id=74b7fd0ab28b422d96e2d172bc38534c 2022-06-04 10:35:49.685 | + functions-common:get_or_create_user:927 : echo 74b7fd0ab28b422d96e2d172bc38534c 2022-06-04 10:35:49.685 | 74b7fd0ab28b422d96e2d172bc38534c 2022-06-04 10:35:49.685 | + lib/keystone:create_service_user:432 : get_or_add_user_project_role service glance service Default Default 2022-06-04 10:35:49.685 | + functions-common:get_or_add_user_project_role:974 : local user_role_id 2022-06-04 10:35:49.686 | ++ functions-common:get_or_add_user_project_role:976 : _get_domain_args Default Default 2022-06-04 10:35:49.686 | ++ functions-common:_get_domain_args:958 : local domain 2022-06-04 10:35:49.686 | ++ functions-common:_get_domain_args:959 : domain= 2022-06-04 10:35:49.686 | ++ functions-common:_get_domain_args:961 : [[ -n Default ]] 2022-06-04 10:35:49.686 | ++ functions-common:_get_domain_args:962 : domain=' --user-domain Default' 2022-06-04 10:35:49.686 | ++ functions-common:_get_domain_args:964 : [[ -n Default ]] 2022-06-04 10:35:49.686 | ++ functions-common:_get_domain_args:965 : domain=' --user-domain Default --project-domain Default' 2022-06-04 10:35:49.686 | ++ functions-common:_get_domain_args:968 : echo --user-domain Default --project-domain Default 2022-06-04 10:35:49.686 | + functions-common:get_or_add_user_project_role:976 : domain_args='--user-domain Default --project-domain Default' 2022-06-04 10:35:49.686 | ++ functions-common:get_or_add_user_project_role:984 : oscwrap --os-cloud devstack-system-admin role assignment list --role service --user glance --project service --user-domain Default --project-domain Default 2022-06-04 10:35:49.686 | ++ functions-common:get_or_add_user_project_role:984 : get_field 1 2022-06-04 10:35:49.686 | ++ functions-common:get_or_add_user_project_role:984 : grep '^|\s[a-f0-9]\+' 2022-06-04 10:35:49.686 | ++ functions-common:get_field:812 : local data field 2022-06-04 10:35:49.686 | ++ functions-common:get_field:813 : read data 2022-06-04 10:35:49.686 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-06-04 10:35:49.686 | from cryptography.utils import int_from_bytes 2022-06-04 10:35:49.686 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-06-04 10:35:49.686 | from cryptography.utils import int_from_bytes 2022-06-04 10:35:49.686 | ++ functions-common:oscwrap:2466 : return 0 2022-06-04 10:35:49.686 | + functions-common:get_or_add_user_project_role:984 : user_role_id= 2022-06-04 10:35:49.686 | + functions-common:get_or_add_user_project_role:985 : [[ -z '' ]] 2022-06-04 10:35:49.686 | + functions-common:get_or_add_user_project_role:987 : openstack --os-cloud devstack-system-admin role add service --user glance --project service --user-domain Default --project-domain Default 2022-06-04 10:35:49.686 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-06-04 10:35:49.686 | from cryptography.utils import int_from_bytes 2022-06-04 10:35:49.686 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-06-04 10:35:49.686 | from cryptography.utils import int_from_bytes 2022-06-04 10:35:49.686 | ++ functions-common:get_or_add_user_project_role:996 : oscwrap --os-cloud devstack-system-admin role assignment list --role service --user glance --project service --user-domain Default --project-domain Default 2022-06-04 10:35:49.686 | ++ functions-common:get_or_add_user_project_role:996 : get_field 1 2022-06-04 10:35:49.686 | ++ functions-common:get_field:812 : local data field 2022-06-04 10:35:49.687 | ++ functions-common:get_field:813 : read data 2022-06-04 10:35:49.687 | ++ functions-common:get_or_add_user_project_role:996 : grep '^|\s[a-f0-9]\+' 2022-06-04 10:35:49.687 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-06-04 10:35:49.687 | from cryptography.utils import int_from_bytes 2022-06-04 10:35:49.687 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-06-04 10:35:49.687 | from cryptography.utils import int_from_bytes 2022-06-04 10:35:49.687 | ++ functions-common:oscwrap:2466 : return 0 2022-06-04 10:35:49.687 | ++ functions-common:get_field:814 : '[' 1 -lt 0 ']' 2022-06-04 10:35:49.687 | ++ functions-common:get_field:817 : field='$2' 2022-06-04 10:35:49.687 | ++ functions-common:get_field:819 : echo '| cc86ab71ddab46d28fa51a589007dcbb | 74b7fd0ab28b422d96e2d172bc38534c | | ecb853d88ec24c74babb06b0f25c1036 | | | False |' 2022-06-04 10:35:49.687 | ++ functions-common:get_field:819 : awk '-F[ \t]*\\|[ \t]*' '{print $2}' 2022-06-04 10:35:49.687 | ++ functions-common:get_field:813 : read data 2022-06-04 10:35:49.687 | + functions-common:get_or_add_user_project_role:996 : user_role_id=cc86ab71ddab46d28fa51a589007dcbb 2022-06-04 10:35:49.687 | + functions-common:get_or_add_user_project_role:998 : echo cc86ab71ddab46d28fa51a589007dcbb 2022-06-04 10:35:49.687 | cc86ab71ddab46d28fa51a589007dcbb 2022-06-04 10:35:49.687 | + lib/keystone:create_service_user:434 : [[ -n '' ]] 2022-06-04 10:35:49.687 | + lib/glance:create_glance_accounts:456 : is_service_enabled s-proxy 2022-06-04 10:35:49.687 | + functions-common:is_service_enabled:2082 : return 0 2022-06-04 10:35:49.687 | + lib/glance:create_glance_accounts:457 : create_service_user glance-swift ResellerAdmin 2022-06-04 10:35:49.687 | + lib/keystone:create_service_user:431 : get_or_create_user glance-swift Passw0rd Default 2022-06-04 10:35:49.687 | + functions-common:get_or_create_user:910 : local user_id 2022-06-04 10:35:49.687 | + functions-common:get_or_create_user:911 : [[ ! -z '' ]] 2022-06-04 10:35:49.687 | + functions-common:get_or_create_user:914 : local email= 2022-06-04 10:35:49.687 | ++ functions-common:get_or_create_user:928 : oscwrap --os-cloud devstack-system-admin user create glance-swift --password Passw0rd --domain=Default --or-show -f value -c id 2022-06-04 10:35:49.687 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-06-04 10:35:49.687 | from cryptography.utils import int_from_bytes 2022-06-04 10:35:49.687 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-06-04 10:35:49.687 | from cryptography.utils import int_from_bytes 2022-06-04 10:35:49.687 | ++ functions-common:oscwrap:2466 : return 0 2022-06-04 10:35:49.687 | + functions-common:get_or_create_user:926 : user_id=2cdb6cfd9fff46aca345cefe0a49baef 2022-06-04 10:35:49.688 | + functions-common:get_or_create_user:927 : echo 2cdb6cfd9fff46aca345cefe0a49baef 2022-06-04 10:35:49.688 | 2cdb6cfd9fff46aca345cefe0a49baef 2022-06-04 10:35:49.688 | + lib/keystone:create_service_user:432 : get_or_add_user_project_role service glance-swift service Default Default 2022-06-04 10:35:49.688 | + functions-common:get_or_add_user_project_role:974 : local user_role_id 2022-06-04 10:35:49.688 | ++ functions-common:get_or_add_user_project_role:976 : _get_domain_args Default Default 2022-06-04 10:35:49.688 | ++ functions-common:_get_domain_args:958 : local domain 2022-06-04 10:35:49.688 | ++ functions-common:_get_domain_args:959 : domain= 2022-06-04 10:35:49.688 | ++ functions-common:_get_domain_args:961 : [[ -n Default ]] 2022-06-04 10:35:49.688 | ++ functions-common:_get_domain_args:962 : domain=' --user-domain Default' 2022-06-04 10:35:49.688 | ++ functions-common:_get_domain_args:964 : [[ -n Default ]] 2022-06-04 10:35:49.688 | ++ functions-common:_get_domain_args:965 : domain=' --user-domain Default --project-domain Default' 2022-06-04 10:35:49.688 | ++ functions-common:_get_domain_args:968 : echo --user-domain Default --project-domain Default 2022-06-04 10:35:49.688 | + functions-common:get_or_add_user_project_role:976 : domain_args='--user-domain Default --project-domain Default' 2022-06-04 10:35:49.688 | ++ functions-common:get_or_add_user_project_role:984 : oscwrap --os-cloud devstack-system-admin role assignment list --role service --user glance-swift --project service --user-domain Default --project-domain Default 2022-06-04 10:35:49.688 | ++ functions-common:get_or_add_user_project_role:984 : grep '^|\s[a-f0-9]\+' 2022-06-04 10:35:49.688 | ++ functions-common:get_or_add_user_project_role:984 : get_field 1 2022-06-04 10:35:49.688 | ++ functions-common:get_field:812 : local data field 2022-06-04 10:35:49.688 | ++ functions-common:get_field:813 : read data 2022-06-04 10:35:49.688 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-06-04 10:35:49.688 | from cryptography.utils import int_from_bytes 2022-06-04 10:35:49.688 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-06-04 10:35:49.688 | from cryptography.utils import int_from_bytes 2022-06-04 10:35:49.688 | ++ functions-common:oscwrap:2466 : return 0 2022-06-04 10:35:49.688 | + functions-common:get_or_add_user_project_role:984 : user_role_id= 2022-06-04 10:35:49.688 | + functions-common:get_or_add_user_project_role:985 : [[ -z '' ]] 2022-06-04 10:35:49.688 | + functions-common:get_or_add_user_project_role:987 : openstack --os-cloud devstack-system-admin role add service --user glance-swift --project service --user-domain Default --project-domain Default 2022-06-04 10:35:49.688 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-06-04 10:35:49.688 | from cryptography.utils import int_from_bytes 2022-06-04 10:35:49.689 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-06-04 10:35:49.689 | from cryptography.utils import int_from_bytes 2022-06-04 10:35:49.689 | ++ functions-common:get_or_add_user_project_role:996 : grep '^|\s[a-f0-9]\+' 2022-06-04 10:35:49.689 | ++ functions-common:get_or_add_user_project_role:996 : oscwrap --os-cloud devstack-system-admin role assignment list --role service --user glance-swift --project service --user-domain Default --project-domain Default 2022-06-04 10:35:49.689 | ++ functions-common:get_or_add_user_project_role:996 : get_field 1 2022-06-04 10:35:49.689 | ++ functions-common:get_field:812 : local data field 2022-06-04 10:35:49.689 | ++ functions-common:get_field:813 : read data 2022-06-04 10:35:49.689 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-06-04 10:35:49.689 | from cryptography.utils import int_from_bytes 2022-06-04 10:35:49.689 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-06-04 10:35:49.689 | from cryptography.utils import int_from_bytes 2022-06-04 10:35:49.689 | ++ functions-common:oscwrap:2466 : return 0 2022-06-04 10:35:49.689 | ++ functions-common:get_field:814 : '[' 1 -lt 0 ']' 2022-06-04 10:35:49.689 | ++ functions-common:get_field:817 : field='$2' 2022-06-04 10:35:49.689 | ++ functions-common:get_field:819 : echo '| cc86ab71ddab46d28fa51a589007dcbb | 2cdb6cfd9fff46aca345cefe0a49baef | | ecb853d88ec24c74babb06b0f25c1036 | | | False |' 2022-06-04 10:35:49.689 | ++ functions-common:get_field:819 : awk '-F[ \t]*\\|[ \t]*' '{print $2}' 2022-06-04 10:35:49.689 | ++ functions-common:get_field:813 : read data 2022-06-04 10:35:49.689 | + functions-common:get_or_add_user_project_role:996 : user_role_id=cc86ab71ddab46d28fa51a589007dcbb 2022-06-04 10:35:49.689 | + functions-common:get_or_add_user_project_role:998 : echo cc86ab71ddab46d28fa51a589007dcbb 2022-06-04 10:35:49.689 | cc86ab71ddab46d28fa51a589007dcbb 2022-06-04 10:35:49.689 | + lib/keystone:create_service_user:434 : [[ -n ResellerAdmin ]] 2022-06-04 10:35:49.689 | + lib/keystone:create_service_user:435 : get_or_add_user_project_role ResellerAdmin glance-swift service Default Default 2022-06-04 10:35:49.689 | + functions-common:get_or_add_user_project_role:974 : local user_role_id 2022-06-04 10:35:49.689 | ++ functions-common:get_or_add_user_project_role:976 : _get_domain_args Default Default 2022-06-04 10:35:49.689 | ++ functions-common:_get_domain_args:958 : local domain 2022-06-04 10:35:49.689 | ++ functions-common:_get_domain_args:959 : domain= 2022-06-04 10:35:49.689 | ++ functions-common:_get_domain_args:961 : [[ -n Default ]] 2022-06-04 10:35:49.689 | ++ functions-common:_get_domain_args:962 : domain=' --user-domain Default' 2022-06-04 10:35:49.689 | ++ functions-common:_get_domain_args:964 : [[ -n Default ]] 2022-06-04 10:35:49.689 | ++ functions-common:_get_domain_args:965 : domain=' --user-domain Default --project-domain Default' 2022-06-04 10:35:49.689 | ++ functions-common:_get_domain_args:968 : echo --user-domain Default --project-domain Default 2022-06-04 10:35:49.690 | + functions-common:get_or_add_user_project_role:976 : domain_args='--user-domain Default --project-domain Default' 2022-06-04 10:35:49.690 | ++ functions-common:get_or_add_user_project_role:984 : oscwrap --os-cloud devstack-system-admin role assignment list --role ResellerAdmin --user glance-swift --project service --user-domain Default --project-domain Default 2022-06-04 10:35:49.690 | ++ functions-common:get_or_add_user_project_role:984 : get_field 1 2022-06-04 10:35:49.690 | ++ functions-common:get_or_add_user_project_role:984 : grep '^|\s[a-f0-9]\+' 2022-06-04 10:35:49.690 | ++ functions-common:get_field:812 : local data field 2022-06-04 10:35:49.690 | ++ functions-common:get_field:813 : read data 2022-06-04 10:35:49.690 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-06-04 10:35:49.690 | from cryptography.utils import int_from_bytes 2022-06-04 10:35:49.690 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-06-04 10:35:49.690 | from cryptography.utils import int_from_bytes 2022-06-04 10:35:49.690 | ++ functions-common:oscwrap:2466 : return 0 2022-06-04 10:35:49.690 | + functions-common:get_or_add_user_project_role:984 : user_role_id= 2022-06-04 10:35:49.690 | + functions-common:get_or_add_user_project_role:985 : [[ -z '' ]] 2022-06-04 10:35:49.690 | + functions-common:get_or_add_user_project_role:987 : openstack --os-cloud devstack-system-admin role add ResellerAdmin --user glance-swift --project service --user-domain Default --project-domain Default 2022-06-04 10:35:49.690 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-06-04 10:35:49.690 | from cryptography.utils import int_from_bytes 2022-06-04 10:35:49.690 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-06-04 10:35:49.690 | from cryptography.utils import int_from_bytes 2022-06-04 10:35:49.690 | ++ functions-common:get_or_add_user_project_role:996 : grep '^|\s[a-f0-9]\+' 2022-06-04 10:35:49.690 | ++ functions-common:get_or_add_user_project_role:996 : oscwrap --os-cloud devstack-system-admin role assignment list --role ResellerAdmin --user glance-swift --project service --user-domain Default --project-domain Default 2022-06-04 10:35:49.690 | ++ functions-common:get_or_add_user_project_role:996 : get_field 1 2022-06-04 10:35:49.690 | ++ functions-common:get_field:812 : local data field 2022-06-04 10:35:49.690 | ++ functions-common:get_field:813 : read data 2022-06-04 10:35:49.690 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-06-04 10:35:49.690 | from cryptography.utils import int_from_bytes 2022-06-04 10:35:49.690 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-06-04 10:35:49.690 | from cryptography.utils import int_from_bytes 2022-06-04 10:35:49.690 | ++ functions-common:oscwrap:2466 : return 0 2022-06-04 10:35:49.690 | ++ functions-common:get_field:814 : '[' 1 -lt 0 ']' 2022-06-04 10:35:49.690 | ++ functions-common:get_field:817 : field='$2' 2022-06-04 10:35:49.691 | ++ functions-common:get_field:819 : echo '| 3d11a85ce3b8453dbc6ef6473aeacdbd | 2cdb6cfd9fff46aca345cefe0a49baef | | ecb853d88ec24c74babb06b0f25c1036 | | | False |' 2022-06-04 10:35:49.691 | ++ functions-common:get_field:819 : awk '-F[ \t]*\\|[ \t]*' '{print $2}' 2022-06-04 10:35:49.691 | ++ functions-common:get_field:813 : read data 2022-06-04 10:35:49.691 | + functions-common:get_or_add_user_project_role:996 : user_role_id=3d11a85ce3b8453dbc6ef6473aeacdbd 2022-06-04 10:35:49.691 | + functions-common:get_or_add_user_project_role:998 : echo 3d11a85ce3b8453dbc6ef6473aeacdbd 2022-06-04 10:35:49.691 | 3d11a85ce3b8453dbc6ef6473aeacdbd 2022-06-04 10:35:49.691 | + lib/glance:create_glance_accounts:460 : get_or_create_service glance image 'Glance Image Service' 2022-06-04 10:35:49.691 | + functions-common:get_or_create_service:1083 : local service_id 2022-06-04 10:35:49.691 | ++ functions-common:get_or_create_service:1096 : oscwrap --os-cloud devstack-system-admin service show image -f value -c id 2022-06-04 10:35:49.691 | ++ functions-common:get_or_create_service:1098 : oscwrap --os-cloud devstack-system-admin service create image --name glance '--description=Glance Image Service' -f value -c id 2022-06-04 10:35:49.691 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-06-04 10:35:49.691 | from cryptography.utils import int_from_bytes 2022-06-04 10:35:49.691 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-06-04 10:35:49.691 | from cryptography.utils import int_from_bytes 2022-06-04 10:35:49.691 | ++ functions-common:oscwrap:2466 : return 0 2022-06-04 10:35:49.691 | + functions-common:get_or_create_service:1094 : service_id=' 2022-06-04 10:35:49.691 | 2b2fe4299e8c4b1896b0d4f2c508482d' 2022-06-04 10:35:49.691 | + functions-common:get_or_create_service:1095 : echo 2b2fe4299e8c4b1896b0d4f2c508482d 2022-06-04 10:35:49.691 | 2b2fe4299e8c4b1896b0d4f2c508482d 2022-06-04 10:35:49.691 | + lib/glance:create_glance_accounts:462 : get_or_create_endpoint image RegionOne http://10.222.0.66/image 2022-06-04 10:35:49.691 | + functions-common:get_or_create_endpoint:1127 : local public_id 2022-06-04 10:35:49.691 | ++ functions-common:get_or_create_endpoint:1128 : _get_or_create_endpoint_with_interface image public http://10.222.0.66/image RegionOne 2022-06-04 10:35:49.691 | ++ functions-common:_get_or_create_endpoint_with_interface:1101 : local endpoint_id 2022-06-04 10:35:49.691 | +++ functions-common:_get_or_create_endpoint_with_interface:1106 : oscwrap --os-cloud devstack-system-admin endpoint list --service image --interface public --region RegionOne -c ID -f value 2022-06-04 10:35:49.691 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-06-04 10:35:49.691 | from cryptography.utils import int_from_bytes 2022-06-04 10:35:49.692 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-06-04 10:35:49.692 | from cryptography.utils import int_from_bytes 2022-06-04 10:35:49.692 | +++ functions-common:oscwrap:2466 : return 0 2022-06-04 10:35:49.692 | ++ functions-common:_get_or_create_endpoint_with_interface:1106 : endpoint_id= 2022-06-04 10:35:49.692 | ++ functions-common:_get_or_create_endpoint_with_interface:1107 : [[ -z '' ]] 2022-06-04 10:35:49.692 | +++ functions-common:_get_or_create_endpoint_with_interface:1110 : oscwrap --os-cloud devstack-system-admin endpoint create image public http://10.222.0.66/image --region RegionOne -f value -c id 2022-06-04 10:35:49.692 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-06-04 10:35:49.692 | from cryptography.utils import int_from_bytes 2022-06-04 10:35:49.692 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-06-04 10:35:49.692 | from cryptography.utils import int_from_bytes 2022-06-04 10:35:49.692 | +++ functions-common:oscwrap:2466 : return 0 2022-06-04 10:35:49.692 | ++ functions-common:_get_or_create_endpoint_with_interface:1110 : endpoint_id=b92c071c4428499295da1a328832a54f 2022-06-04 10:35:49.692 | ++ functions-common:_get_or_create_endpoint_with_interface:1113 : echo b92c071c4428499295da1a328832a54f 2022-06-04 10:35:49.692 | + functions-common:get_or_create_endpoint:1128 : public_id=b92c071c4428499295da1a328832a54f 2022-06-04 10:35:49.692 | + functions-common:get_or_create_endpoint:1130 : [[ -n '' ]] 2022-06-04 10:35:49.692 | + functions-common:get_or_create_endpoint:1133 : [[ -n '' ]] 2022-06-04 10:35:49.692 | + functions-common:get_or_create_endpoint:1137 : echo b92c071c4428499295da1a328832a54f 2022-06-04 10:35:49.692 | b92c071c4428499295da1a328832a54f 2022-06-04 10:35:49.692 | ++ lib/glance:create_glance_accounts:467 : get_or_create_domain Default 2022-06-04 10:35:49.692 | ++ functions-common:get_or_create_domain:878 : local domain_id 2022-06-04 10:35:49.692 | +++ functions-common:get_or_create_domain:890 : oscwrap --os-cloud devstack-system-admin domain show Default -f value -c id 2022-06-04 10:35:49.692 | ++ functions-common:get_or_create_domain:888 : domain_id=default 2022-06-04 10:35:49.693 | ++ functions-common:get_or_create_domain:889 : echo default 2022-06-04 10:35:49.693 | + lib/glance:create_glance_accounts:467 : service_domain_id=default 2022-06-04 10:35:49.693 | + lib/glance:create_glance_accounts:468 : iniset /etc/glance/glance-swift-store.conf ref1 project_domain_id default 2022-06-04 10:35:49.693 | + lib/glance:create_glance_accounts:469 : iniset /etc/glance/glance-swift-store.conf ref1 user_domain_id default 2022-06-04 10:35:49.693 | + lib/glance:create_glance_accounts:471 : [[ False = True ]] 2022-06-04 10:35:49.734 | [232427 Async create_glance_accounts:273652]: finished create_glance_accounts with result 0 in 78 seconds 2022-06-04 10:35:49.772 | [232427 Async create_cinder_accounts:273782]: Waiting for completion of create_cinder_accounts running on PID 273782 (4 other jobs running) 2022-06-04 10:35:49.797 | [232427 Async create_cinder_accounts:273782]: Signaling child to exit 2022-06-04 10:35:49.797 | WAKEUP 2022-06-04 10:35:49.820 | [232427 Async create_cinder_accounts:273782]: Signaled 2022-06-04 10:35:49.822 | + 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-06-04 10:35:49.822 | + lib/cinder:create_cinder_accounts:400 : create_service_user cinder 2022-06-04 10:35:49.822 | + lib/keystone:create_service_user:431 : get_or_create_user cinder Passw0rd Default 2022-06-04 10:35:49.822 | + functions-common:get_or_create_user:910 : local user_id 2022-06-04 10:35:49.822 | + functions-common:get_or_create_user:911 : [[ ! -z '' ]] 2022-06-04 10:35:49.822 | + functions-common:get_or_create_user:914 : local email= 2022-06-04 10:35:49.822 | ++ functions-common:get_or_create_user:928 : oscwrap --os-cloud devstack-system-admin user create cinder --password Passw0rd --domain=Default --or-show -f value -c id 2022-06-04 10:35:49.822 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-06-04 10:35:49.822 | from cryptography.utils import int_from_bytes 2022-06-04 10:35:49.822 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-06-04 10:35:49.822 | from cryptography.utils import int_from_bytes 2022-06-04 10:35:49.822 | ++ functions-common:oscwrap:2466 : return 0 2022-06-04 10:35:49.822 | + functions-common:get_or_create_user:926 : user_id=33dd582c727a434482f2a3f6d0878b8a 2022-06-04 10:35:49.822 | + functions-common:get_or_create_user:927 : echo 33dd582c727a434482f2a3f6d0878b8a 2022-06-04 10:35:49.822 | 33dd582c727a434482f2a3f6d0878b8a 2022-06-04 10:35:49.822 | + lib/keystone:create_service_user:432 : get_or_add_user_project_role service cinder service Default Default 2022-06-04 10:35:49.822 | + functions-common:get_or_add_user_project_role:974 : local user_role_id 2022-06-04 10:35:49.822 | ++ functions-common:get_or_add_user_project_role:976 : _get_domain_args Default Default 2022-06-04 10:35:49.822 | ++ functions-common:_get_domain_args:958 : local domain 2022-06-04 10:35:49.823 | ++ functions-common:_get_domain_args:959 : domain= 2022-06-04 10:35:49.823 | ++ functions-common:_get_domain_args:961 : [[ -n Default ]] 2022-06-04 10:35:49.823 | ++ functions-common:_get_domain_args:962 : domain=' --user-domain Default' 2022-06-04 10:35:49.823 | ++ functions-common:_get_domain_args:964 : [[ -n Default ]] 2022-06-04 10:35:49.823 | ++ functions-common:_get_domain_args:965 : domain=' --user-domain Default --project-domain Default' 2022-06-04 10:35:49.823 | ++ functions-common:_get_domain_args:968 : echo --user-domain Default --project-domain Default 2022-06-04 10:35:49.823 | + functions-common:get_or_add_user_project_role:976 : domain_args='--user-domain Default --project-domain Default' 2022-06-04 10:35:49.823 | ++ functions-common:get_or_add_user_project_role:984 : oscwrap --os-cloud devstack-system-admin role assignment list --role service --user cinder --project service --user-domain Default --project-domain Default 2022-06-04 10:35:49.823 | ++ functions-common:get_or_add_user_project_role:984 : get_field 1 2022-06-04 10:35:49.823 | ++ functions-common:get_or_add_user_project_role:984 : grep '^|\s[a-f0-9]\+' 2022-06-04 10:35:49.823 | ++ functions-common:get_field:812 : local data field 2022-06-04 10:35:49.823 | ++ functions-common:get_field:813 : read data 2022-06-04 10:35:49.823 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-06-04 10:35:49.823 | from cryptography.utils import int_from_bytes 2022-06-04 10:35:49.823 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-06-04 10:35:49.823 | from cryptography.utils import int_from_bytes 2022-06-04 10:35:49.823 | ++ functions-common:oscwrap:2466 : return 0 2022-06-04 10:35:49.823 | + functions-common:get_or_add_user_project_role:984 : user_role_id= 2022-06-04 10:35:49.823 | + functions-common:get_or_add_user_project_role:985 : [[ -z '' ]] 2022-06-04 10:35:49.823 | + functions-common:get_or_add_user_project_role:987 : openstack --os-cloud devstack-system-admin role add service --user cinder --project service --user-domain Default --project-domain Default 2022-06-04 10:35:49.823 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-06-04 10:35:49.823 | from cryptography.utils import int_from_bytes 2022-06-04 10:35:49.823 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-06-04 10:35:49.823 | from cryptography.utils import int_from_bytes 2022-06-04 10:35:49.823 | ++ functions-common:get_or_add_user_project_role:996 : oscwrap --os-cloud devstack-system-admin role assignment list --role service --user cinder --project service --user-domain Default --project-domain Default 2022-06-04 10:35:49.823 | ++ functions-common:get_or_add_user_project_role:996 : grep '^|\s[a-f0-9]\+' 2022-06-04 10:35:49.823 | ++ functions-common:get_or_add_user_project_role:996 : get_field 1 2022-06-04 10:35:49.823 | ++ functions-common:get_field:812 : local data field 2022-06-04 10:35:49.823 | ++ functions-common:get_field:813 : read data 2022-06-04 10:35:49.823 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-06-04 10:35:49.824 | from cryptography.utils import int_from_bytes 2022-06-04 10:35:49.824 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-06-04 10:35:49.824 | from cryptography.utils import int_from_bytes 2022-06-04 10:35:49.824 | ++ functions-common:oscwrap:2466 : return 0 2022-06-04 10:35:49.824 | ++ functions-common:get_field:814 : '[' 1 -lt 0 ']' 2022-06-04 10:35:49.824 | ++ functions-common:get_field:817 : field='$2' 2022-06-04 10:35:49.824 | ++ functions-common:get_field:819 : echo '| cc86ab71ddab46d28fa51a589007dcbb | 33dd582c727a434482f2a3f6d0878b8a | | ecb853d88ec24c74babb06b0f25c1036 | | | False |' 2022-06-04 10:35:49.824 | ++ functions-common:get_field:819 : awk '-F[ \t]*\\|[ \t]*' '{print $2}' 2022-06-04 10:35:49.824 | ++ functions-common:get_field:813 : read data 2022-06-04 10:35:49.824 | + functions-common:get_or_add_user_project_role:996 : user_role_id=cc86ab71ddab46d28fa51a589007dcbb 2022-06-04 10:35:49.824 | + functions-common:get_or_add_user_project_role:998 : echo cc86ab71ddab46d28fa51a589007dcbb 2022-06-04 10:35:49.824 | cc86ab71ddab46d28fa51a589007dcbb 2022-06-04 10:35:49.824 | + lib/keystone:create_service_user:434 : [[ -n '' ]] 2022-06-04 10:35:49.824 | + lib/cinder:create_cinder_accounts:403 : get_or_create_service cinder block-storage 'Cinder Volume Service' 2022-06-04 10:35:49.824 | + functions-common:get_or_create_service:1083 : local service_id 2022-06-04 10:35:49.824 | ++ functions-common:get_or_create_service:1096 : oscwrap --os-cloud devstack-system-admin service show block-storage -f value -c id 2022-06-04 10:35:49.824 | ++ functions-common:get_or_create_service:1098 : oscwrap --os-cloud devstack-system-admin service create block-storage --name cinder '--description=Cinder Volume Service' -f value -c id 2022-06-04 10:35:49.824 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-06-04 10:35:49.824 | from cryptography.utils import int_from_bytes 2022-06-04 10:35:49.824 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-06-04 10:35:49.824 | from cryptography.utils import int_from_bytes 2022-06-04 10:35:49.824 | ++ functions-common:oscwrap:2466 : return 0 2022-06-04 10:35:49.824 | + functions-common:get_or_create_service:1094 : service_id=' 2022-06-04 10:35:49.824 | 10e544a5f0364f0baab66d4a2a697975' 2022-06-04 10:35:49.824 | + functions-common:get_or_create_service:1095 : echo 10e544a5f0364f0baab66d4a2a697975 2022-06-04 10:35:49.824 | 10e544a5f0364f0baab66d4a2a697975 2022-06-04 10:35:49.824 | + lib/cinder:create_cinder_accounts:404 : '[' True == False ']' 2022-06-04 10:35:49.824 | + lib/cinder:create_cinder_accounts:417 : get_or_create_endpoint block-storage RegionOne 'http://10.222.0.66/volume/v3/$(project_id)s' 2022-06-04 10:35:49.824 | + functions-common:get_or_create_endpoint:1127 : local public_id 2022-06-04 10:35:49.825 | ++ functions-common:get_or_create_endpoint:1128 : _get_or_create_endpoint_with_interface block-storage public 'http://10.222.0.66/volume/v3/$(project_id)s' RegionOne 2022-06-04 10:35:49.825 | ++ functions-common:_get_or_create_endpoint_with_interface:1101 : local endpoint_id 2022-06-04 10:35:49.825 | +++ functions-common:_get_or_create_endpoint_with_interface:1106 : oscwrap --os-cloud devstack-system-admin endpoint list --service block-storage --interface public --region RegionOne -c ID -f value 2022-06-04 10:35:49.825 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-06-04 10:35:49.825 | from cryptography.utils import int_from_bytes 2022-06-04 10:35:49.825 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-06-04 10:35:49.825 | from cryptography.utils import int_from_bytes 2022-06-04 10:35:49.825 | +++ functions-common:oscwrap:2466 : return 0 2022-06-04 10:35:49.825 | ++ functions-common:_get_or_create_endpoint_with_interface:1106 : endpoint_id= 2022-06-04 10:35:49.825 | ++ functions-common:_get_or_create_endpoint_with_interface:1107 : [[ -z '' ]] 2022-06-04 10:35:49.825 | +++ functions-common:_get_or_create_endpoint_with_interface:1110 : oscwrap --os-cloud devstack-system-admin endpoint create block-storage public 'http://10.222.0.66/volume/v3/$(project_id)s' --region RegionOne -f value -c id 2022-06-04 10:35:49.825 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-06-04 10:35:49.825 | from cryptography.utils import int_from_bytes 2022-06-04 10:35:49.825 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-06-04 10:35:49.825 | from cryptography.utils import int_from_bytes 2022-06-04 10:35:49.825 | +++ functions-common:oscwrap:2466 : return 0 2022-06-04 10:35:49.825 | ++ functions-common:_get_or_create_endpoint_with_interface:1110 : endpoint_id=1b182fb57bc342c5bcc5e5b373b7a50b 2022-06-04 10:35:49.825 | ++ functions-common:_get_or_create_endpoint_with_interface:1113 : echo 1b182fb57bc342c5bcc5e5b373b7a50b 2022-06-04 10:35:49.825 | + functions-common:get_or_create_endpoint:1128 : public_id=1b182fb57bc342c5bcc5e5b373b7a50b 2022-06-04 10:35:49.825 | + functions-common:get_or_create_endpoint:1130 : [[ -n '' ]] 2022-06-04 10:35:49.825 | + functions-common:get_or_create_endpoint:1133 : [[ -n '' ]] 2022-06-04 10:35:49.825 | + functions-common:get_or_create_endpoint:1137 : echo 1b182fb57bc342c5bcc5e5b373b7a50b 2022-06-04 10:35:49.825 | 1b182fb57bc342c5bcc5e5b373b7a50b 2022-06-04 10:35:49.825 | + lib/cinder:create_cinder_accounts:421 : get_or_create_service cinderv3 volumev3 'Cinder Volume Service V3' 2022-06-04 10:35:49.825 | + functions-common:get_or_create_service:1083 : local service_id 2022-06-04 10:35:49.825 | ++ functions-common:get_or_create_service:1096 : oscwrap --os-cloud devstack-system-admin service show volumev3 -f value -c id 2022-06-04 10:35:49.825 | ++ functions-common:get_or_create_service:1098 : oscwrap --os-cloud devstack-system-admin service create volumev3 --name cinderv3 '--description=Cinder Volume Service V3' -f value -c id 2022-06-04 10:35:49.825 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-06-04 10:35:49.825 | from cryptography.utils import int_from_bytes 2022-06-04 10:35:49.825 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-06-04 10:35:49.826 | from cryptography.utils import int_from_bytes 2022-06-04 10:35:49.826 | ++ functions-common:oscwrap:2466 : return 0 2022-06-04 10:35:49.826 | + functions-common:get_or_create_service:1094 : service_id=' 2022-06-04 10:35:49.826 | 547653bc8d984235913299f17440d0e4' 2022-06-04 10:35:49.826 | + functions-common:get_or_create_service:1095 : echo 547653bc8d984235913299f17440d0e4 2022-06-04 10:35:49.826 | 547653bc8d984235913299f17440d0e4 2022-06-04 10:35:49.826 | + lib/cinder:create_cinder_accounts:423 : get_or_create_endpoint volumev3 RegionOne 'http://10.222.0.66/volume/v3/$(project_id)s' 2022-06-04 10:35:49.826 | + functions-common:get_or_create_endpoint:1127 : local public_id 2022-06-04 10:35:49.826 | ++ functions-common:get_or_create_endpoint:1128 : _get_or_create_endpoint_with_interface volumev3 public 'http://10.222.0.66/volume/v3/$(project_id)s' RegionOne 2022-06-04 10:35:49.826 | ++ functions-common:_get_or_create_endpoint_with_interface:1101 : local endpoint_id 2022-06-04 10:35:49.826 | +++ functions-common:_get_or_create_endpoint_with_interface:1106 : oscwrap --os-cloud devstack-system-admin endpoint list --service volumev3 --interface public --region RegionOne -c ID -f value 2022-06-04 10:35:49.826 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-06-04 10:35:49.826 | from cryptography.utils import int_from_bytes 2022-06-04 10:35:49.826 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-06-04 10:35:49.826 | from cryptography.utils import int_from_bytes 2022-06-04 10:35:49.826 | +++ functions-common:oscwrap:2466 : return 0 2022-06-04 10:35:49.826 | ++ functions-common:_get_or_create_endpoint_with_interface:1106 : endpoint_id= 2022-06-04 10:35:49.826 | ++ functions-common:_get_or_create_endpoint_with_interface:1107 : [[ -z '' ]] 2022-06-04 10:35:49.826 | +++ functions-common:_get_or_create_endpoint_with_interface:1110 : oscwrap --os-cloud devstack-system-admin endpoint create volumev3 public 'http://10.222.0.66/volume/v3/$(project_id)s' --region RegionOne -f value -c id 2022-06-04 10:35:49.826 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-06-04 10:35:49.826 | from cryptography.utils import int_from_bytes 2022-06-04 10:35:49.826 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-06-04 10:35:49.826 | from cryptography.utils import int_from_bytes 2022-06-04 10:35:49.826 | +++ functions-common:oscwrap:2466 : return 0 2022-06-04 10:35:49.826 | ++ functions-common:_get_or_create_endpoint_with_interface:1110 : endpoint_id=d4bee82cc7fb44cf9cb50f624122a6f8 2022-06-04 10:35:49.826 | ++ functions-common:_get_or_create_endpoint_with_interface:1113 : echo d4bee82cc7fb44cf9cb50f624122a6f8 2022-06-04 10:35:49.826 | + functions-common:get_or_create_endpoint:1128 : public_id=d4bee82cc7fb44cf9cb50f624122a6f8 2022-06-04 10:35:49.826 | + functions-common:get_or_create_endpoint:1130 : [[ -n '' ]] 2022-06-04 10:35:49.826 | + functions-common:get_or_create_endpoint:1133 : [[ -n '' ]] 2022-06-04 10:35:49.826 | + functions-common:get_or_create_endpoint:1137 : echo d4bee82cc7fb44cf9cb50f624122a6f8 2022-06-04 10:35:49.826 | d4bee82cc7fb44cf9cb50f624122a6f8 2022-06-04 10:35:49.827 | + lib/cinder:create_cinder_accounts:428 : configure_cinder_internal_tenant 2022-06-04 10:35:49.827 | ++ lib/cinder:configure_cinder_internal_tenant:611 : get_or_create_project service 2022-06-04 10:35:49.827 | ++ functions-common:get_or_create_project:933 : local project_id 2022-06-04 10:35:49.827 | +++ functions-common:get_or_create_project:941 : oscwrap --os-cloud devstack-system-admin project create service --domain= --or-show -f value -c id 2022-06-04 10:35:49.827 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-06-04 10:35:49.827 | from cryptography.utils import int_from_bytes 2022-06-04 10:35:49.827 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-06-04 10:35:49.827 | from cryptography.utils import int_from_bytes 2022-06-04 10:35:49.827 | +++ functions-common:oscwrap:2466 : return 0 2022-06-04 10:35:49.827 | ++ functions-common:get_or_create_project:939 : project_id=ecb853d88ec24c74babb06b0f25c1036 2022-06-04 10:35:49.827 | ++ functions-common:get_or_create_project:940 : echo ecb853d88ec24c74babb06b0f25c1036 2022-06-04 10:35:49.827 | + lib/cinder:configure_cinder_internal_tenant:611 : iniset /etc/cinder/cinder.conf DEFAULT cinder_internal_tenant_project_id ecb853d88ec24c74babb06b0f25c1036 2022-06-04 10:35:49.827 | ++ lib/cinder:configure_cinder_internal_tenant:612 : get_or_create_user cinder 2022-06-04 10:35:49.827 | ++ functions-common:get_or_create_user:910 : local user_id 2022-06-04 10:35:49.827 | ++ functions-common:get_or_create_user:911 : [[ ! -z '' ]] 2022-06-04 10:35:49.827 | ++ functions-common:get_or_create_user:914 : local email= 2022-06-04 10:35:49.827 | +++ functions-common:get_or_create_user:928 : oscwrap --os-cloud devstack-system-admin user create cinder --password '' --domain= --or-show -f value -c id 2022-06-04 10:35:49.827 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-06-04 10:35:49.827 | from cryptography.utils import int_from_bytes 2022-06-04 10:35:49.827 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-06-04 10:35:49.827 | from cryptography.utils import int_from_bytes 2022-06-04 10:35:49.827 | No password was supplied, authentication will fail when a user does not have a password. 2022-06-04 10:35:49.827 | +++ functions-common:oscwrap:2466 : return 0 2022-06-04 10:35:49.827 | ++ functions-common:get_or_create_user:926 : user_id=33dd582c727a434482f2a3f6d0878b8a 2022-06-04 10:35:49.827 | ++ functions-common:get_or_create_user:927 : echo 33dd582c727a434482f2a3f6d0878b8a 2022-06-04 10:35:49.827 | + lib/cinder:configure_cinder_internal_tenant:612 : iniset /etc/cinder/cinder.conf DEFAULT cinder_internal_tenant_user_id 33dd582c727a434482f2a3f6d0878b8a 2022-06-04 10:35:49.870 | [232427 Async create_cinder_accounts:273782]: finished create_cinder_accounts with result 0 in 61 seconds 2022-06-04 10:35:49.874 | + inc/async:async_wait:197 : return 0 2022-06-04 10:35:49.877 | + ./stack.sh:main:1124 : async_wait create_neutron_accounts create_swift_accounts configure_horizon 2022-06-04 10:35:49.928 | [232427 Async create_neutron_accounts:273898]: Waiting for completion of create_neutron_accounts running on PID 273898 (3 other jobs running) 2022-06-04 10:35:49.954 | [232427 Async create_neutron_accounts:273898]: Signaling child to exit 2022-06-04 10:35:49.954 | WAKEUP 2022-06-04 10:35:49.977 | [232427 Async create_neutron_accounts:273898]: Signaled 2022-06-04 10:35:49.979 | + lib/neutron:create_neutron_accounts:669 : is_neutron_legacy_enabled 2022-06-04 10:35:49.979 | ++ lib/neutron:is_neutron_legacy_enabled:136 : echo n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon 2022-06-04 10:35:49.979 | ++ lib/neutron:is_neutron_legacy_enabled:136 : sed s/neutron-//g 2022-06-04 10:35:49.979 | + lib/neutron:is_neutron_legacy_enabled:136 : disabled_services_copy=n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon 2022-06-04 10:35:49.979 | + lib/neutron:is_neutron_legacy_enabled:137 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon =~ ,neutron ]] 2022-06-04 10:35:49.979 | + 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-06-04 10:35:49.979 | + lib/neutron:is_neutron_legacy_enabled:138 : return 0 2022-06-04 10:35:49.979 | + lib/neutron:create_neutron_accounts:671 : create_mutnauq_accounts 2022-06-04 10:35:49.979 | + lib/neutron-legacy:create_mutnauq_accounts:439 : local neutron_url 2022-06-04 10:35:49.979 | + lib/neutron-legacy:create_mutnauq_accounts:440 : '[' False == True ']' 2022-06-04 10:35:49.979 | + lib/neutron-legacy:create_mutnauq_accounts:443 : neutron_url=http://10.222.0.66:9696/ 2022-06-04 10:35:49.979 | + lib/neutron-legacy:create_mutnauq_accounts:446 : [[ 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-06-04 10:35:49.979 | + lib/neutron-legacy:create_mutnauq_accounts:448 : create_service_user neutron 2022-06-04 10:35:49.979 | + lib/keystone:create_service_user:431 : get_or_create_user neutron Passw0rd Default 2022-06-04 10:35:49.979 | + functions-common:get_or_create_user:910 : local user_id 2022-06-04 10:35:49.979 | + functions-common:get_or_create_user:911 : [[ ! -z '' ]] 2022-06-04 10:35:49.979 | + functions-common:get_or_create_user:914 : local email= 2022-06-04 10:35:49.979 | ++ functions-common:get_or_create_user:928 : oscwrap --os-cloud devstack-system-admin user create neutron --password Passw0rd --domain=Default --or-show -f value -c id 2022-06-04 10:35:49.979 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-06-04 10:35:49.979 | from cryptography.utils import int_from_bytes 2022-06-04 10:35:49.979 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-06-04 10:35:49.979 | from cryptography.utils import int_from_bytes 2022-06-04 10:35:49.979 | ++ functions-common:oscwrap:2466 : return 0 2022-06-04 10:35:49.979 | + functions-common:get_or_create_user:926 : user_id=1ccc46a443f644b597ad714bd4e73220 2022-06-04 10:35:49.979 | + functions-common:get_or_create_user:927 : echo 1ccc46a443f644b597ad714bd4e73220 2022-06-04 10:35:49.980 | 1ccc46a443f644b597ad714bd4e73220 2022-06-04 10:35:49.980 | + lib/keystone:create_service_user:432 : get_or_add_user_project_role service neutron service Default Default 2022-06-04 10:35:49.980 | + functions-common:get_or_add_user_project_role:974 : local user_role_id 2022-06-04 10:35:49.980 | ++ functions-common:get_or_add_user_project_role:976 : _get_domain_args Default Default 2022-06-04 10:35:49.980 | ++ functions-common:_get_domain_args:958 : local domain 2022-06-04 10:35:49.980 | ++ functions-common:_get_domain_args:959 : domain= 2022-06-04 10:35:49.980 | ++ functions-common:_get_domain_args:961 : [[ -n Default ]] 2022-06-04 10:35:49.980 | ++ functions-common:_get_domain_args:962 : domain=' --user-domain Default' 2022-06-04 10:35:49.980 | ++ functions-common:_get_domain_args:964 : [[ -n Default ]] 2022-06-04 10:35:49.980 | ++ functions-common:_get_domain_args:965 : domain=' --user-domain Default --project-domain Default' 2022-06-04 10:35:49.980 | ++ functions-common:_get_domain_args:968 : echo --user-domain Default --project-domain Default 2022-06-04 10:35:49.980 | + functions-common:get_or_add_user_project_role:976 : domain_args='--user-domain Default --project-domain Default' 2022-06-04 10:35:49.980 | ++ functions-common:get_or_add_user_project_role:984 : oscwrap --os-cloud devstack-system-admin role assignment list --role service --user neutron --project service --user-domain Default --project-domain Default 2022-06-04 10:35:49.980 | ++ functions-common:get_or_add_user_project_role:984 : get_field 1 2022-06-04 10:35:49.980 | ++ functions-common:get_or_add_user_project_role:984 : grep '^|\s[a-f0-9]\+' 2022-06-04 10:35:49.980 | ++ functions-common:get_field:812 : local data field 2022-06-04 10:35:49.980 | ++ functions-common:get_field:813 : read data 2022-06-04 10:35:49.980 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-06-04 10:35:49.980 | from cryptography.utils import int_from_bytes 2022-06-04 10:35:49.980 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-06-04 10:35:49.980 | from cryptography.utils import int_from_bytes 2022-06-04 10:35:49.980 | ++ functions-common:oscwrap:2466 : return 0 2022-06-04 10:35:49.980 | + functions-common:get_or_add_user_project_role:984 : user_role_id= 2022-06-04 10:35:49.980 | + functions-common:get_or_add_user_project_role:985 : [[ -z '' ]] 2022-06-04 10:35:49.980 | + functions-common:get_or_add_user_project_role:987 : openstack --os-cloud devstack-system-admin role add service --user neutron --project service --user-domain Default --project-domain Default 2022-06-04 10:35:49.980 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-06-04 10:35:49.980 | from cryptography.utils import int_from_bytes 2022-06-04 10:35:49.980 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-06-04 10:35:49.980 | from cryptography.utils import int_from_bytes 2022-06-04 10:35:49.981 | ++ functions-common:get_or_add_user_project_role:996 : oscwrap --os-cloud devstack-system-admin role assignment list --role service --user neutron --project service --user-domain Default --project-domain Default 2022-06-04 10:35:49.981 | ++ functions-common:get_or_add_user_project_role:996 : grep '^|\s[a-f0-9]\+' 2022-06-04 10:35:49.981 | ++ functions-common:get_or_add_user_project_role:996 : get_field 1 2022-06-04 10:35:49.981 | ++ functions-common:get_field:812 : local data field 2022-06-04 10:35:49.981 | ++ functions-common:get_field:813 : read data 2022-06-04 10:35:49.981 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-06-04 10:35:49.981 | from cryptography.utils import int_from_bytes 2022-06-04 10:35:49.981 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-06-04 10:35:49.981 | from cryptography.utils import int_from_bytes 2022-06-04 10:35:49.981 | ++ functions-common:oscwrap:2466 : return 0 2022-06-04 10:35:49.981 | ++ functions-common:get_field:814 : '[' 1 -lt 0 ']' 2022-06-04 10:35:49.981 | ++ functions-common:get_field:817 : field='$2' 2022-06-04 10:35:49.981 | ++ functions-common:get_field:819 : awk '-F[ \t]*\\|[ \t]*' '{print $2}' 2022-06-04 10:35:49.981 | ++ functions-common:get_field:819 : echo '| cc86ab71ddab46d28fa51a589007dcbb | 1ccc46a443f644b597ad714bd4e73220 | | ecb853d88ec24c74babb06b0f25c1036 | | | False |' 2022-06-04 10:35:49.981 | ++ functions-common:get_field:813 : read data 2022-06-04 10:35:49.981 | + functions-common:get_or_add_user_project_role:996 : user_role_id=cc86ab71ddab46d28fa51a589007dcbb 2022-06-04 10:35:49.981 | + functions-common:get_or_add_user_project_role:998 : echo cc86ab71ddab46d28fa51a589007dcbb 2022-06-04 10:35:49.981 | cc86ab71ddab46d28fa51a589007dcbb 2022-06-04 10:35:49.981 | + lib/keystone:create_service_user:434 : [[ -n '' ]] 2022-06-04 10:35:49.981 | + lib/neutron-legacy:create_mutnauq_accounts:450 : get_or_create_service neutron network 'Neutron Service' 2022-06-04 10:35:49.981 | + functions-common:get_or_create_service:1083 : local service_id 2022-06-04 10:35:49.981 | ++ functions-common:get_or_create_service:1096 : oscwrap --os-cloud devstack-system-admin service show network -f value -c id 2022-06-04 10:35:49.981 | ++ functions-common:get_or_create_service:1098 : oscwrap --os-cloud devstack-system-admin service create network --name neutron '--description=Neutron Service' -f value -c id 2022-06-04 10:35:49.981 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-06-04 10:35:49.981 | from cryptography.utils import int_from_bytes 2022-06-04 10:35:49.981 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-06-04 10:35:49.982 | from cryptography.utils import int_from_bytes 2022-06-04 10:35:49.982 | ++ functions-common:oscwrap:2466 : return 0 2022-06-04 10:35:49.982 | + functions-common:get_or_create_service:1094 : service_id=' 2022-06-04 10:35:49.982 | 134fb0ef4dd84367a63929ccc819e8db' 2022-06-04 10:35:49.982 | + functions-common:get_or_create_service:1095 : echo 134fb0ef4dd84367a63929ccc819e8db 2022-06-04 10:35:49.982 | 134fb0ef4dd84367a63929ccc819e8db 2022-06-04 10:35:49.982 | + lib/neutron-legacy:create_mutnauq_accounts:452 : get_or_create_endpoint network RegionOne http://10.222.0.66:9696/ 2022-06-04 10:35:49.982 | + functions-common:get_or_create_endpoint:1127 : local public_id 2022-06-04 10:35:49.982 | ++ functions-common:get_or_create_endpoint:1128 : _get_or_create_endpoint_with_interface network public http://10.222.0.66:9696/ RegionOne 2022-06-04 10:35:49.982 | ++ functions-common:_get_or_create_endpoint_with_interface:1101 : local endpoint_id 2022-06-04 10:35:49.982 | +++ functions-common:_get_or_create_endpoint_with_interface:1106 : oscwrap --os-cloud devstack-system-admin endpoint list --service network --interface public --region RegionOne -c ID -f value 2022-06-04 10:35:49.982 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-06-04 10:35:49.982 | from cryptography.utils import int_from_bytes 2022-06-04 10:35:49.982 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-06-04 10:35:49.982 | from cryptography.utils import int_from_bytes 2022-06-04 10:35:49.982 | +++ functions-common:oscwrap:2466 : return 0 2022-06-04 10:35:49.982 | ++ functions-common:_get_or_create_endpoint_with_interface:1106 : endpoint_id= 2022-06-04 10:35:49.982 | ++ functions-common:_get_or_create_endpoint_with_interface:1107 : [[ -z '' ]] 2022-06-04 10:35:49.982 | +++ functions-common:_get_or_create_endpoint_with_interface:1110 : oscwrap --os-cloud devstack-system-admin endpoint create network public http://10.222.0.66:9696/ --region RegionOne -f value -c id 2022-06-04 10:35:49.982 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-06-04 10:35:49.982 | from cryptography.utils import int_from_bytes 2022-06-04 10:35:49.982 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-06-04 10:35:49.982 | from cryptography.utils import int_from_bytes 2022-06-04 10:35:49.982 | +++ functions-common:oscwrap:2466 : return 0 2022-06-04 10:35:49.982 | ++ functions-common:_get_or_create_endpoint_with_interface:1110 : endpoint_id=686d5f23fd184c9db9a5b9fef6a23c85 2022-06-04 10:35:49.982 | ++ functions-common:_get_or_create_endpoint_with_interface:1113 : echo 686d5f23fd184c9db9a5b9fef6a23c85 2022-06-04 10:35:49.982 | + functions-common:get_or_create_endpoint:1128 : public_id=686d5f23fd184c9db9a5b9fef6a23c85 2022-06-04 10:35:49.982 | + functions-common:get_or_create_endpoint:1130 : [[ -n '' ]] 2022-06-04 10:35:49.982 | + functions-common:get_or_create_endpoint:1133 : [[ -n '' ]] 2022-06-04 10:35:49.982 | + functions-common:get_or_create_endpoint:1137 : echo 686d5f23fd184c9db9a5b9fef6a23c85 2022-06-04 10:35:49.982 | 686d5f23fd184c9db9a5b9fef6a23c85 2022-06-04 10:35:50.024 | [232427 Async create_neutron_accounts:273898]: finished create_neutron_accounts with result 0 in 42 seconds 2022-06-04 10:35:50.063 | [232427 Async create_swift_accounts:274040]: Waiting for completion of create_swift_accounts running on PID 274040 (2 other jobs running) 2022-06-04 10:35:50.088 | [232427 Async create_swift_accounts:274040]: Signaling child to exit 2022-06-04 10:36:37.282 | + inc/async:async_inner:64 : rc=0 2022-06-04 10:36:37.307 | [274040 Async create_swift_accounts:274040]: finished successfully 2022-06-04 10:36:37.328 | WAKEUP 2022-06-04 10:36:37.351 | [232427 Async create_swift_accounts:274040]: Signaled 2022-06-04 10:36:37.353 | + lib/swift:create_swift_accounts:613 : export swiftusertest1_password=testing 2022-06-04 10:36:37.353 | + lib/swift:create_swift_accounts:613 : swiftusertest1_password=testing 2022-06-04 10:36:37.353 | + lib/swift:create_swift_accounts:614 : export swiftusertest2_password=testing2 2022-06-04 10:36:37.353 | + lib/swift:create_swift_accounts:614 : swiftusertest2_password=testing2 2022-06-04 10:36:37.353 | + lib/swift:create_swift_accounts:615 : export swiftusertest3_password=testing3 2022-06-04 10:36:37.353 | + lib/swift:create_swift_accounts:615 : swiftusertest3_password=testing3 2022-06-04 10:36:37.353 | + lib/swift:create_swift_accounts:616 : export swiftusertest4_password=testing4 2022-06-04 10:36:37.353 | + lib/swift:create_swift_accounts:616 : swiftusertest4_password=testing4 2022-06-04 10:36:37.353 | + lib/swift:create_swift_accounts:618 : local another_role 2022-06-04 10:36:37.353 | ++ lib/swift:create_swift_accounts:619 : get_or_create_role anotherrole 2022-06-04 10:36:37.353 | ++ functions-common:get_or_create_role:946 : local role_id 2022-06-04 10:36:37.353 | +++ functions-common:get_or_create_role:953 : oscwrap --os-cloud devstack-system-admin role create anotherrole --or-show -f value -c id 2022-06-04 10:36:37.353 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-06-04 10:36:37.353 | from cryptography.utils import int_from_bytes 2022-06-04 10:36:37.353 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-06-04 10:36:37.353 | from cryptography.utils import int_from_bytes 2022-06-04 10:36:37.353 | +++ functions-common:oscwrap:2466 : return 0 2022-06-04 10:36:37.354 | ++ functions-common:get_or_create_role:951 : role_id=cdd8bfc92e9a40afa24286e5835ddf8c 2022-06-04 10:36:37.354 | ++ functions-common:get_or_create_role:952 : echo cdd8bfc92e9a40afa24286e5835ddf8c 2022-06-04 10:36:37.354 | + lib/swift:create_swift_accounts:619 : another_role=cdd8bfc92e9a40afa24286e5835ddf8c 2022-06-04 10:36:37.354 | + lib/swift:create_swift_accounts:623 : create_service_user swift admin 2022-06-04 10:36:37.354 | + lib/keystone:create_service_user:431 : get_or_create_user swift Passw0rd Default 2022-06-04 10:36:37.354 | + functions-common:get_or_create_user:910 : local user_id 2022-06-04 10:36:37.354 | + functions-common:get_or_create_user:911 : [[ ! -z '' ]] 2022-06-04 10:36:37.354 | + functions-common:get_or_create_user:914 : local email= 2022-06-04 10:36:37.354 | ++ functions-common:get_or_create_user:928 : oscwrap --os-cloud devstack-system-admin user create swift --password Passw0rd --domain=Default --or-show -f value -c id 2022-06-04 10:36:37.354 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-06-04 10:36:37.354 | from cryptography.utils import int_from_bytes 2022-06-04 10:36:37.354 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-06-04 10:36:37.354 | from cryptography.utils import int_from_bytes 2022-06-04 10:36:37.354 | ++ functions-common:oscwrap:2466 : return 0 2022-06-04 10:36:37.354 | + functions-common:get_or_create_user:926 : user_id=88127a002a2a438e8da510d8f83770ba 2022-06-04 10:36:37.354 | + functions-common:get_or_create_user:927 : echo 88127a002a2a438e8da510d8f83770ba 2022-06-04 10:36:37.354 | 88127a002a2a438e8da510d8f83770ba 2022-06-04 10:36:37.354 | + lib/keystone:create_service_user:432 : get_or_add_user_project_role service swift service Default Default 2022-06-04 10:36:37.354 | + functions-common:get_or_add_user_project_role:974 : local user_role_id 2022-06-04 10:36:37.354 | ++ functions-common:get_or_add_user_project_role:976 : _get_domain_args Default Default 2022-06-04 10:36:37.354 | ++ functions-common:_get_domain_args:958 : local domain 2022-06-04 10:36:37.354 | ++ functions-common:_get_domain_args:959 : domain= 2022-06-04 10:36:37.354 | ++ functions-common:_get_domain_args:961 : [[ -n Default ]] 2022-06-04 10:36:37.354 | ++ functions-common:_get_domain_args:962 : domain=' --user-domain Default' 2022-06-04 10:36:37.354 | ++ functions-common:_get_domain_args:964 : [[ -n Default ]] 2022-06-04 10:36:37.354 | ++ functions-common:_get_domain_args:965 : domain=' --user-domain Default --project-domain Default' 2022-06-04 10:36:37.354 | ++ functions-common:_get_domain_args:968 : echo --user-domain Default --project-domain Default 2022-06-04 10:36:37.354 | + functions-common:get_or_add_user_project_role:976 : domain_args='--user-domain Default --project-domain Default' 2022-06-04 10:36:37.354 | ++ functions-common:get_or_add_user_project_role:984 : oscwrap --os-cloud devstack-system-admin role assignment list --role service --user swift --project service --user-domain Default --project-domain Default 2022-06-04 10:36:37.354 | ++ functions-common:get_or_add_user_project_role:984 : grep '^|\s[a-f0-9]\+' 2022-06-04 10:36:37.355 | ++ functions-common:get_or_add_user_project_role:984 : get_field 1 2022-06-04 10:36:37.355 | ++ functions-common:get_field:812 : local data field 2022-06-04 10:36:37.355 | ++ functions-common:get_field:813 : read data 2022-06-04 10:36:37.355 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-06-04 10:36:37.355 | from cryptography.utils import int_from_bytes 2022-06-04 10:36:37.355 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-06-04 10:36:37.355 | from cryptography.utils import int_from_bytes 2022-06-04 10:36:37.355 | ++ functions-common:oscwrap:2466 : return 0 2022-06-04 10:36:37.355 | + functions-common:get_or_add_user_project_role:984 : user_role_id= 2022-06-04 10:36:37.355 | + functions-common:get_or_add_user_project_role:985 : [[ -z '' ]] 2022-06-04 10:36:37.355 | + functions-common:get_or_add_user_project_role:987 : openstack --os-cloud devstack-system-admin role add service --user swift --project service --user-domain Default --project-domain Default 2022-06-04 10:36:37.355 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-06-04 10:36:37.355 | from cryptography.utils import int_from_bytes 2022-06-04 10:36:37.355 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-06-04 10:36:37.355 | from cryptography.utils import int_from_bytes 2022-06-04 10:36:37.355 | ++ functions-common:get_or_add_user_project_role:996 : oscwrap --os-cloud devstack-system-admin role assignment list --role service --user swift --project service --user-domain Default --project-domain Default 2022-06-04 10:36:37.355 | ++ functions-common:get_or_add_user_project_role:996 : get_field 1 2022-06-04 10:36:37.355 | ++ functions-common:get_or_add_user_project_role:996 : grep '^|\s[a-f0-9]\+' 2022-06-04 10:36:37.355 | ++ functions-common:get_field:812 : local data field 2022-06-04 10:36:37.355 | ++ functions-common:get_field:813 : read data 2022-06-04 10:36:37.355 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-06-04 10:36:37.355 | from cryptography.utils import int_from_bytes 2022-06-04 10:36:37.355 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-06-04 10:36:37.355 | from cryptography.utils import int_from_bytes 2022-06-04 10:36:37.355 | ++ functions-common:oscwrap:2466 : return 0 2022-06-04 10:36:37.355 | ++ functions-common:get_field:814 : '[' 1 -lt 0 ']' 2022-06-04 10:36:37.355 | ++ functions-common:get_field:817 : field='$2' 2022-06-04 10:36:37.355 | ++ functions-common:get_field:819 : echo '| cc86ab71ddab46d28fa51a589007dcbb | 88127a002a2a438e8da510d8f83770ba | | ecb853d88ec24c74babb06b0f25c1036 | | | False |' 2022-06-04 10:36:37.355 | ++ functions-common:get_field:819 : awk '-F[ \t]*\\|[ \t]*' '{print $2}' 2022-06-04 10:36:37.356 | ++ functions-common:get_field:813 : read data 2022-06-04 10:36:37.356 | + functions-common:get_or_add_user_project_role:996 : user_role_id=cc86ab71ddab46d28fa51a589007dcbb 2022-06-04 10:36:37.356 | + functions-common:get_or_add_user_project_role:998 : echo cc86ab71ddab46d28fa51a589007dcbb 2022-06-04 10:36:37.356 | cc86ab71ddab46d28fa51a589007dcbb 2022-06-04 10:36:37.356 | + lib/keystone:create_service_user:434 : [[ -n admin ]] 2022-06-04 10:36:37.356 | + lib/keystone:create_service_user:435 : get_or_add_user_project_role admin swift service Default Default 2022-06-04 10:36:37.356 | + functions-common:get_or_add_user_project_role:974 : local user_role_id 2022-06-04 10:36:37.356 | ++ functions-common:get_or_add_user_project_role:976 : _get_domain_args Default Default 2022-06-04 10:36:37.356 | ++ functions-common:_get_domain_args:958 : local domain 2022-06-04 10:36:37.356 | ++ functions-common:_get_domain_args:959 : domain= 2022-06-04 10:36:37.356 | ++ functions-common:_get_domain_args:961 : [[ -n Default ]] 2022-06-04 10:36:37.356 | ++ functions-common:_get_domain_args:962 : domain=' --user-domain Default' 2022-06-04 10:36:37.356 | ++ functions-common:_get_domain_args:964 : [[ -n Default ]] 2022-06-04 10:36:37.356 | ++ functions-common:_get_domain_args:965 : domain=' --user-domain Default --project-domain Default' 2022-06-04 10:36:37.356 | ++ functions-common:_get_domain_args:968 : echo --user-domain Default --project-domain Default 2022-06-04 10:36:37.356 | + functions-common:get_or_add_user_project_role:976 : domain_args='--user-domain Default --project-domain Default' 2022-06-04 10:36:37.356 | ++ functions-common:get_or_add_user_project_role:984 : grep '^|\s[a-f0-9]\+' 2022-06-04 10:36:37.356 | ++ functions-common:get_or_add_user_project_role:984 : oscwrap --os-cloud devstack-system-admin role assignment list --role admin --user swift --project service --user-domain Default --project-domain Default 2022-06-04 10:36:37.357 | ++ functions-common:get_or_add_user_project_role:984 : get_field 1 2022-06-04 10:36:37.357 | ++ functions-common:get_field:812 : local data field 2022-06-04 10:36:37.357 | ++ functions-common:get_field:813 : read data 2022-06-04 10:36:37.357 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-06-04 10:36:37.357 | from cryptography.utils import int_from_bytes 2022-06-04 10:36:37.357 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-06-04 10:36:37.357 | from cryptography.utils import int_from_bytes 2022-06-04 10:36:37.357 | ++ functions-common:oscwrap:2466 : return 0 2022-06-04 10:36:37.357 | + functions-common:get_or_add_user_project_role:984 : user_role_id= 2022-06-04 10:36:37.357 | + functions-common:get_or_add_user_project_role:985 : [[ -z '' ]] 2022-06-04 10:36:37.357 | + functions-common:get_or_add_user_project_role:987 : openstack --os-cloud devstack-system-admin role add admin --user swift --project service --user-domain Default --project-domain Default 2022-06-04 10:36:37.357 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-06-04 10:36:37.357 | from cryptography.utils import int_from_bytes 2022-06-04 10:36:37.357 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-06-04 10:36:37.357 | from cryptography.utils import int_from_bytes 2022-06-04 10:36:37.357 | ++ functions-common:get_or_add_user_project_role:996 : oscwrap --os-cloud devstack-system-admin role assignment list --role admin --user swift --project service --user-domain Default --project-domain Default 2022-06-04 10:36:37.357 | ++ functions-common:get_or_add_user_project_role:996 : grep '^|\s[a-f0-9]\+' 2022-06-04 10:36:37.357 | ++ functions-common:get_or_add_user_project_role:996 : get_field 1 2022-06-04 10:36:37.357 | ++ functions-common:get_field:812 : local data field 2022-06-04 10:36:37.357 | ++ functions-common:get_field:813 : read data 2022-06-04 10:36:37.357 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-06-04 10:36:37.357 | from cryptography.utils import int_from_bytes 2022-06-04 10:36:37.357 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-06-04 10:36:37.357 | from cryptography.utils import int_from_bytes 2022-06-04 10:36:37.357 | ++ functions-common:oscwrap:2466 : return 0 2022-06-04 10:36:37.357 | ++ functions-common:get_field:814 : '[' 1 -lt 0 ']' 2022-06-04 10:36:37.358 | ++ functions-common:get_field:817 : field='$2' 2022-06-04 10:36:37.358 | ++ functions-common:get_field:819 : awk '-F[ \t]*\\|[ \t]*' '{print $2}' 2022-06-04 10:36:37.358 | ++ functions-common:get_field:819 : echo '| a930449e2e6b41e5ab4f0deb202b698b | 88127a002a2a438e8da510d8f83770ba | | ecb853d88ec24c74babb06b0f25c1036 | | | False |' 2022-06-04 10:36:37.358 | ++ functions-common:get_field:813 : read data 2022-06-04 10:36:37.358 | + functions-common:get_or_add_user_project_role:996 : user_role_id=a930449e2e6b41e5ab4f0deb202b698b 2022-06-04 10:36:37.358 | + functions-common:get_or_add_user_project_role:998 : echo a930449e2e6b41e5ab4f0deb202b698b 2022-06-04 10:36:37.358 | a930449e2e6b41e5ab4f0deb202b698b 2022-06-04 10:36:37.358 | + lib/swift:create_swift_accounts:625 : get_or_create_service swift object-store 'Swift Service' 2022-06-04 10:36:37.358 | + functions-common:get_or_create_service:1083 : local service_id 2022-06-04 10:36:37.358 | ++ functions-common:get_or_create_service:1096 : oscwrap --os-cloud devstack-system-admin service show object-store -f value -c id 2022-06-04 10:36:37.358 | ++ functions-common:get_or_create_service:1098 : oscwrap --os-cloud devstack-system-admin service create object-store --name swift '--description=Swift Service' -f value -c id 2022-06-04 10:36:37.358 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-06-04 10:36:37.358 | from cryptography.utils import int_from_bytes 2022-06-04 10:36:37.358 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-06-04 10:36:37.358 | from cryptography.utils import int_from_bytes 2022-06-04 10:36:37.358 | ++ functions-common:oscwrap:2466 : return 0 2022-06-04 10:36:37.358 | + functions-common:get_or_create_service:1094 : service_id=' 2022-06-04 10:36:37.358 | 67d8860c1643488ba47464cbf61c1bf2' 2022-06-04 10:36:37.358 | + functions-common:get_or_create_service:1095 : echo 67d8860c1643488ba47464cbf61c1bf2 2022-06-04 10:36:37.358 | 67d8860c1643488ba47464cbf61c1bf2 2022-06-04 10:36:37.358 | + lib/swift:create_swift_accounts:627 : get_or_create_endpoint object-store RegionOne 'http://10.222.0.66:8080/v1/AUTH_$(project_id)s' http://10.222.0.66:8080 2022-06-04 10:36:37.358 | + functions-common:get_or_create_endpoint:1127 : local public_id 2022-06-04 10:36:37.358 | ++ functions-common:get_or_create_endpoint:1128 : _get_or_create_endpoint_with_interface object-store public 'http://10.222.0.66:8080/v1/AUTH_$(project_id)s' RegionOne 2022-06-04 10:36:37.358 | ++ functions-common:_get_or_create_endpoint_with_interface:1101 : local endpoint_id 2022-06-04 10:36:37.358 | +++ functions-common:_get_or_create_endpoint_with_interface:1106 : oscwrap --os-cloud devstack-system-admin endpoint list --service object-store --interface public --region RegionOne -c ID -f value 2022-06-04 10:36:37.358 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-06-04 10:36:37.358 | from cryptography.utils import int_from_bytes 2022-06-04 10:36:37.358 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-06-04 10:36:37.358 | from cryptography.utils import int_from_bytes 2022-06-04 10:36:37.358 | +++ functions-common:oscwrap:2466 : return 0 2022-06-04 10:36:37.358 | ++ functions-common:_get_or_create_endpoint_with_interface:1106 : endpoint_id= 2022-06-04 10:36:37.359 | ++ functions-common:_get_or_create_endpoint_with_interface:1107 : [[ -z '' ]] 2022-06-04 10:36:37.359 | +++ functions-common:_get_or_create_endpoint_with_interface:1110 : oscwrap --os-cloud devstack-system-admin endpoint create object-store public 'http://10.222.0.66:8080/v1/AUTH_$(project_id)s' --region RegionOne -f value -c id 2022-06-04 10:36:37.359 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-06-04 10:36:37.359 | from cryptography.utils import int_from_bytes 2022-06-04 10:36:37.359 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-06-04 10:36:37.359 | from cryptography.utils import int_from_bytes 2022-06-04 10:36:37.359 | +++ functions-common:oscwrap:2466 : return 0 2022-06-04 10:36:37.359 | ++ functions-common:_get_or_create_endpoint_with_interface:1110 : endpoint_id=f3d14d90059c4d84bb56b6785c32a115 2022-06-04 10:36:37.359 | ++ functions-common:_get_or_create_endpoint_with_interface:1113 : echo f3d14d90059c4d84bb56b6785c32a115 2022-06-04 10:36:37.359 | + functions-common:get_or_create_endpoint:1128 : public_id=f3d14d90059c4d84bb56b6785c32a115 2022-06-04 10:36:37.359 | + functions-common:get_or_create_endpoint:1130 : [[ -n http://10.222.0.66:8080 ]] 2022-06-04 10:36:37.359 | + functions-common:get_or_create_endpoint:1131 : _get_or_create_endpoint_with_interface object-store admin http://10.222.0.66:8080 RegionOne 2022-06-04 10:36:37.359 | + functions-common:_get_or_create_endpoint_with_interface:1101 : local endpoint_id 2022-06-04 10:36:37.359 | ++ functions-common:_get_or_create_endpoint_with_interface:1106 : oscwrap --os-cloud devstack-system-admin endpoint list --service object-store --interface admin --region RegionOne -c ID -f value 2022-06-04 10:36:37.359 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-06-04 10:36:37.359 | from cryptography.utils import int_from_bytes 2022-06-04 10:36:37.359 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-06-04 10:36:37.359 | from cryptography.utils import int_from_bytes 2022-06-04 10:36:37.359 | ++ functions-common:oscwrap:2466 : return 0 2022-06-04 10:36:37.359 | + functions-common:_get_or_create_endpoint_with_interface:1106 : endpoint_id= 2022-06-04 10:36:37.359 | + functions-common:_get_or_create_endpoint_with_interface:1107 : [[ -z '' ]] 2022-06-04 10:36:37.359 | ++ functions-common:_get_or_create_endpoint_with_interface:1110 : oscwrap --os-cloud devstack-system-admin endpoint create object-store admin http://10.222.0.66:8080 --region RegionOne -f value -c id 2022-06-04 10:36:37.359 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-06-04 10:36:37.359 | from cryptography.utils import int_from_bytes 2022-06-04 10:36:37.360 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-06-04 10:36:37.360 | from cryptography.utils import int_from_bytes 2022-06-04 10:36:37.360 | ++ functions-common:oscwrap:2466 : return 0 2022-06-04 10:36:37.360 | + functions-common:_get_or_create_endpoint_with_interface:1110 : endpoint_id=709950b8daff459086f44bca027e757e 2022-06-04 10:36:37.360 | + functions-common:_get_or_create_endpoint_with_interface:1113 : echo 709950b8daff459086f44bca027e757e 2022-06-04 10:36:37.360 | 709950b8daff459086f44bca027e757e 2022-06-04 10:36:37.360 | + functions-common:get_or_create_endpoint:1133 : [[ -n '' ]] 2022-06-04 10:36:37.360 | + functions-common:get_or_create_endpoint:1137 : echo f3d14d90059c4d84bb56b6785c32a115 2022-06-04 10:36:37.360 | f3d14d90059c4d84bb56b6785c32a115 2022-06-04 10:36:37.360 | + lib/swift:create_swift_accounts:632 : local swift_project_test1 2022-06-04 10:36:37.360 | ++ lib/swift:create_swift_accounts:633 : get_or_create_project swiftprojecttest1 default 2022-06-04 10:36:37.360 | ++ functions-common:get_or_create_project:933 : local project_id 2022-06-04 10:36:37.360 | +++ functions-common:get_or_create_project:941 : oscwrap --os-cloud devstack-system-admin project create swiftprojecttest1 --domain=default --or-show -f value -c id 2022-06-04 10:36:37.360 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-06-04 10:36:37.360 | from cryptography.utils import int_from_bytes 2022-06-04 10:36:37.360 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-06-04 10:36:37.360 | from cryptography.utils import int_from_bytes 2022-06-04 10:36:37.360 | +++ functions-common:oscwrap:2466 : return 0 2022-06-04 10:36:37.360 | ++ functions-common:get_or_create_project:939 : project_id=190e710fdfa441cc88d62f265a0edac4 2022-06-04 10:36:37.360 | ++ functions-common:get_or_create_project:940 : echo 190e710fdfa441cc88d62f265a0edac4 2022-06-04 10:36:37.360 | + lib/swift:create_swift_accounts:633 : swift_project_test1=190e710fdfa441cc88d62f265a0edac4 2022-06-04 10:36:37.360 | + lib/swift:create_swift_accounts:634 : die_if_not_set 634 swift_project_test1 'Failure creating swift_project_test1' 2022-06-04 10:36:37.360 | + functions-common:die_if_not_set:282 : local exitcode=0 2022-06-04 10:36:37.361 | ++ lib/swift:create_swift_accounts:636 : get_or_create_user swiftusertest1 testing default test@example.com 2022-06-04 10:36:37.361 | ++ functions-common:get_or_create_user:910 : local user_id 2022-06-04 10:36:37.361 | ++ functions-common:get_or_create_user:911 : [[ ! -z test@example.com ]] 2022-06-04 10:36:37.361 | ++ functions-common:get_or_create_user:912 : local email=--email=test@example.com 2022-06-04 10:36:37.361 | +++ functions-common:get_or_create_user:928 : oscwrap --os-cloud devstack-system-admin user create swiftusertest1 --password testing --domain=default --email=test@example.com --or-show -f value -c id 2022-06-04 10:36:37.361 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-06-04 10:36:37.361 | from cryptography.utils import int_from_bytes 2022-06-04 10:36:37.361 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-06-04 10:36:37.361 | from cryptography.utils import int_from_bytes 2022-06-04 10:36:37.361 | +++ functions-common:oscwrap:2466 : return 0 2022-06-04 10:36:37.361 | ++ functions-common:get_or_create_user:926 : user_id=3ee67680ee4c4e728c137eeebb9c90c7 2022-06-04 10:36:37.361 | ++ functions-common:get_or_create_user:927 : echo 3ee67680ee4c4e728c137eeebb9c90c7 2022-06-04 10:36:37.361 | + lib/swift:create_swift_accounts:636 : SWIFT_USER_TEST1=3ee67680ee4c4e728c137eeebb9c90c7 2022-06-04 10:36:37.361 | + lib/swift:create_swift_accounts:637 : die_if_not_set 637 SWIFT_USER_TEST1 'Failure creating SWIFT_USER_TEST1' 2022-06-04 10:36:37.361 | + functions-common:die_if_not_set:282 : local exitcode=0 2022-06-04 10:36:37.361 | + lib/swift:create_swift_accounts:638 : get_or_add_user_project_role admin 3ee67680ee4c4e728c137eeebb9c90c7 190e710fdfa441cc88d62f265a0edac4 2022-06-04 10:36:37.361 | + functions-common:get_or_add_user_project_role:974 : local user_role_id 2022-06-04 10:36:37.361 | ++ functions-common:get_or_add_user_project_role:976 : _get_domain_args 2022-06-04 10:36:37.361 | ++ functions-common:_get_domain_args:958 : local domain 2022-06-04 10:36:37.361 | ++ functions-common:_get_domain_args:959 : domain= 2022-06-04 10:36:37.361 | ++ functions-common:_get_domain_args:961 : [[ -n '' ]] 2022-06-04 10:36:37.361 | ++ functions-common:_get_domain_args:964 : [[ -n '' ]] 2022-06-04 10:36:37.361 | ++ functions-common:_get_domain_args:968 : echo 2022-06-04 10:36:37.361 | + functions-common:get_or_add_user_project_role:976 : domain_args= 2022-06-04 10:36:37.361 | ++ functions-common:get_or_add_user_project_role:984 : oscwrap --os-cloud devstack-system-admin role assignment list --role admin --user 3ee67680ee4c4e728c137eeebb9c90c7 --project 190e710fdfa441cc88d62f265a0edac4 2022-06-04 10:36:37.361 | ++ functions-common:get_or_add_user_project_role:984 : grep '^|\s[a-f0-9]\+' 2022-06-04 10:36:37.361 | ++ functions-common:get_or_add_user_project_role:984 : get_field 1 2022-06-04 10:36:37.361 | ++ functions-common:get_field:812 : local data field 2022-06-04 10:36:37.361 | ++ functions-common:get_field:813 : read data 2022-06-04 10:36:37.362 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-06-04 10:36:37.362 | from cryptography.utils import int_from_bytes 2022-06-04 10:36:37.362 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-06-04 10:36:37.362 | from cryptography.utils import int_from_bytes 2022-06-04 10:36:37.362 | ++ functions-common:oscwrap:2466 : return 0 2022-06-04 10:36:37.362 | + functions-common:get_or_add_user_project_role:984 : user_role_id= 2022-06-04 10:36:37.362 | + functions-common:get_or_add_user_project_role:985 : [[ -z '' ]] 2022-06-04 10:36:37.362 | + functions-common:get_or_add_user_project_role:987 : openstack --os-cloud devstack-system-admin role add admin --user 3ee67680ee4c4e728c137eeebb9c90c7 --project 190e710fdfa441cc88d62f265a0edac4 2022-06-04 10:36:37.362 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-06-04 10:36:37.362 | from cryptography.utils import int_from_bytes 2022-06-04 10:36:37.362 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-06-04 10:36:37.362 | from cryptography.utils import int_from_bytes 2022-06-04 10:36:37.362 | ++ functions-common:get_or_add_user_project_role:996 : grep '^|\s[a-f0-9]\+' 2022-06-04 10:36:37.362 | ++ functions-common:get_or_add_user_project_role:996 : oscwrap --os-cloud devstack-system-admin role assignment list --role admin --user 3ee67680ee4c4e728c137eeebb9c90c7 --project 190e710fdfa441cc88d62f265a0edac4 2022-06-04 10:36:37.362 | ++ functions-common:get_or_add_user_project_role:996 : get_field 1 2022-06-04 10:36:37.362 | ++ functions-common:get_field:812 : local data field 2022-06-04 10:36:37.362 | ++ functions-common:get_field:813 : read data 2022-06-04 10:36:37.362 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-06-04 10:36:37.362 | from cryptography.utils import int_from_bytes 2022-06-04 10:36:37.362 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-06-04 10:36:37.362 | from cryptography.utils import int_from_bytes 2022-06-04 10:36:37.362 | ++ functions-common:oscwrap:2466 : return 0 2022-06-04 10:36:37.362 | ++ functions-common:get_field:814 : '[' 1 -lt 0 ']' 2022-06-04 10:36:37.362 | ++ functions-common:get_field:817 : field='$2' 2022-06-04 10:36:37.362 | ++ functions-common:get_field:819 : echo '| a930449e2e6b41e5ab4f0deb202b698b | 3ee67680ee4c4e728c137eeebb9c90c7 | | 190e710fdfa441cc88d62f265a0edac4 | | | False |' 2022-06-04 10:36:37.362 | ++ functions-common:get_field:819 : awk '-F[ \t]*\\|[ \t]*' '{print $2}' 2022-06-04 10:36:37.363 | ++ functions-common:get_field:813 : read data 2022-06-04 10:36:37.363 | + functions-common:get_or_add_user_project_role:996 : user_role_id=a930449e2e6b41e5ab4f0deb202b698b 2022-06-04 10:36:37.363 | + functions-common:get_or_add_user_project_role:998 : echo a930449e2e6b41e5ab4f0deb202b698b 2022-06-04 10:36:37.363 | a930449e2e6b41e5ab4f0deb202b698b 2022-06-04 10:36:37.363 | + lib/swift:create_swift_accounts:640 : local swift_user_test3 2022-06-04 10:36:37.363 | ++ lib/swift:create_swift_accounts:642 : get_or_create_user swiftusertest3 testing3 default test3@example.com 2022-06-04 10:36:37.363 | ++ functions-common:get_or_create_user:910 : local user_id 2022-06-04 10:36:37.363 | ++ functions-common:get_or_create_user:911 : [[ ! -z test3@example.com ]] 2022-06-04 10:36:37.363 | ++ functions-common:get_or_create_user:912 : local email=--email=test3@example.com 2022-06-04 10:36:37.363 | +++ functions-common:get_or_create_user:928 : oscwrap --os-cloud devstack-system-admin user create swiftusertest3 --password testing3 --domain=default --email=test3@example.com --or-show -f value -c id 2022-06-04 10:36:37.363 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-06-04 10:36:37.363 | from cryptography.utils import int_from_bytes 2022-06-04 10:36:37.363 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-06-04 10:36:37.363 | from cryptography.utils import int_from_bytes 2022-06-04 10:36:37.363 | +++ functions-common:oscwrap:2466 : return 0 2022-06-04 10:36:37.363 | ++ functions-common:get_or_create_user:926 : user_id=b8c1936ae9fe419a864e38794b9ee856 2022-06-04 10:36:37.363 | ++ functions-common:get_or_create_user:927 : echo b8c1936ae9fe419a864e38794b9ee856 2022-06-04 10:36:37.363 | + lib/swift:create_swift_accounts:642 : swift_user_test3=b8c1936ae9fe419a864e38794b9ee856 2022-06-04 10:36:37.363 | + lib/swift:create_swift_accounts:643 : die_if_not_set 643 swift_user_test3 'Failure creating swift_user_test3' 2022-06-04 10:36:37.363 | + functions-common:die_if_not_set:282 : local exitcode=0 2022-06-04 10:36:37.363 | + lib/swift:create_swift_accounts:644 : get_or_add_user_project_role cdd8bfc92e9a40afa24286e5835ddf8c b8c1936ae9fe419a864e38794b9ee856 190e710fdfa441cc88d62f265a0edac4 2022-06-04 10:36:37.363 | + functions-common:get_or_add_user_project_role:974 : local user_role_id 2022-06-04 10:36:37.363 | ++ functions-common:get_or_add_user_project_role:976 : _get_domain_args 2022-06-04 10:36:37.363 | ++ functions-common:_get_domain_args:958 : local domain 2022-06-04 10:36:37.364 | ++ functions-common:_get_domain_args:959 : domain= 2022-06-04 10:36:37.364 | ++ functions-common:_get_domain_args:961 : [[ -n '' ]] 2022-06-04 10:36:37.364 | ++ functions-common:_get_domain_args:964 : [[ -n '' ]] 2022-06-04 10:36:37.364 | ++ functions-common:_get_domain_args:968 : echo 2022-06-04 10:36:37.364 | + functions-common:get_or_add_user_project_role:976 : domain_args= 2022-06-04 10:36:37.364 | ++ functions-common:get_or_add_user_project_role:984 : oscwrap --os-cloud devstack-system-admin role assignment list --role cdd8bfc92e9a40afa24286e5835ddf8c --user b8c1936ae9fe419a864e38794b9ee856 --project 190e710fdfa441cc88d62f265a0edac4 2022-06-04 10:36:37.364 | ++ functions-common:get_or_add_user_project_role:984 : grep '^|\s[a-f0-9]\+' 2022-06-04 10:36:37.364 | ++ functions-common:get_or_add_user_project_role:984 : get_field 1 2022-06-04 10:36:37.364 | ++ functions-common:get_field:812 : local data field 2022-06-04 10:36:37.364 | ++ functions-common:get_field:813 : read data 2022-06-04 10:36:37.364 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-06-04 10:36:37.364 | from cryptography.utils import int_from_bytes 2022-06-04 10:36:37.364 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-06-04 10:36:37.364 | from cryptography.utils import int_from_bytes 2022-06-04 10:36:37.364 | ++ functions-common:oscwrap:2466 : return 0 2022-06-04 10:36:37.364 | + functions-common:get_or_add_user_project_role:984 : user_role_id= 2022-06-04 10:36:37.364 | + functions-common:get_or_add_user_project_role:985 : [[ -z '' ]] 2022-06-04 10:36:37.364 | + functions-common:get_or_add_user_project_role:987 : openstack --os-cloud devstack-system-admin role add cdd8bfc92e9a40afa24286e5835ddf8c --user b8c1936ae9fe419a864e38794b9ee856 --project 190e710fdfa441cc88d62f265a0edac4 2022-06-04 10:36:37.364 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-06-04 10:36:37.364 | from cryptography.utils import int_from_bytes 2022-06-04 10:36:37.364 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-06-04 10:36:37.364 | from cryptography.utils import int_from_bytes 2022-06-04 10:36:37.364 | ++ functions-common:get_or_add_user_project_role:996 : oscwrap --os-cloud devstack-system-admin role assignment list --role cdd8bfc92e9a40afa24286e5835ddf8c --user b8c1936ae9fe419a864e38794b9ee856 --project 190e710fdfa441cc88d62f265a0edac4 2022-06-04 10:36:37.364 | ++ functions-common:get_or_add_user_project_role:996 : grep '^|\s[a-f0-9]\+' 2022-06-04 10:36:37.364 | ++ functions-common:get_or_add_user_project_role:996 : get_field 1 2022-06-04 10:36:37.364 | ++ functions-common:get_field:812 : local data field 2022-06-04 10:36:37.364 | ++ functions-common:get_field:813 : read data 2022-06-04 10:36:37.364 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-06-04 10:36:37.364 | from cryptography.utils import int_from_bytes 2022-06-04 10:36:37.365 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-06-04 10:36:37.365 | from cryptography.utils import int_from_bytes 2022-06-04 10:36:37.365 | ++ functions-common:oscwrap:2466 : return 0 2022-06-04 10:36:37.365 | ++ functions-common:get_field:814 : '[' 1 -lt 0 ']' 2022-06-04 10:36:37.365 | ++ functions-common:get_field:817 : field='$2' 2022-06-04 10:36:37.365 | ++ functions-common:get_field:819 : echo '| cdd8bfc92e9a40afa24286e5835ddf8c | b8c1936ae9fe419a864e38794b9ee856 | | 190e710fdfa441cc88d62f265a0edac4 | | | False |' 2022-06-04 10:36:37.365 | ++ functions-common:get_field:819 : awk '-F[ \t]*\\|[ \t]*' '{print $2}' 2022-06-04 10:36:37.365 | ++ functions-common:get_field:813 : read data 2022-06-04 10:36:37.365 | + functions-common:get_or_add_user_project_role:996 : user_role_id=cdd8bfc92e9a40afa24286e5835ddf8c 2022-06-04 10:36:37.365 | + functions-common:get_or_add_user_project_role:998 : echo cdd8bfc92e9a40afa24286e5835ddf8c 2022-06-04 10:36:37.365 | cdd8bfc92e9a40afa24286e5835ddf8c 2022-06-04 10:36:37.365 | + lib/swift:create_swift_accounts:646 : local swift_project_test2 2022-06-04 10:36:37.365 | ++ lib/swift:create_swift_accounts:647 : get_or_create_project swiftprojecttest2 default 2022-06-04 10:36:37.365 | ++ functions-common:get_or_create_project:933 : local project_id 2022-06-04 10:36:37.365 | +++ functions-common:get_or_create_project:941 : oscwrap --os-cloud devstack-system-admin project create swiftprojecttest2 --domain=default --or-show -f value -c id 2022-06-04 10:36:37.365 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-06-04 10:36:37.365 | from cryptography.utils import int_from_bytes 2022-06-04 10:36:37.365 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-06-04 10:36:37.365 | from cryptography.utils import int_from_bytes 2022-06-04 10:36:37.365 | +++ functions-common:oscwrap:2466 : return 0 2022-06-04 10:36:37.365 | ++ functions-common:get_or_create_project:939 : project_id=061527693f1049f796a4276a4926238d 2022-06-04 10:36:37.365 | ++ functions-common:get_or_create_project:940 : echo 061527693f1049f796a4276a4926238d 2022-06-04 10:36:37.365 | + lib/swift:create_swift_accounts:647 : swift_project_test2=061527693f1049f796a4276a4926238d 2022-06-04 10:36:37.365 | + lib/swift:create_swift_accounts:648 : die_if_not_set 648 swift_project_test2 'Failure creating swift_project_test2' 2022-06-04 10:36:37.365 | + functions-common:die_if_not_set:282 : local exitcode=0 2022-06-04 10:36:37.365 | + lib/swift:create_swift_accounts:650 : local swift_user_test2 2022-06-04 10:36:37.365 | ++ lib/swift:create_swift_accounts:652 : get_or_create_user swiftusertest2 testing2 default test2@example.com 2022-06-04 10:36:37.365 | ++ functions-common:get_or_create_user:910 : local user_id 2022-06-04 10:36:37.365 | ++ functions-common:get_or_create_user:911 : [[ ! -z test2@example.com ]] 2022-06-04 10:36:37.365 | ++ functions-common:get_or_create_user:912 : local email=--email=test2@example.com 2022-06-04 10:36:37.365 | +++ functions-common:get_or_create_user:928 : oscwrap --os-cloud devstack-system-admin user create swiftusertest2 --password testing2 --domain=default --email=test2@example.com --or-show -f value -c id 2022-06-04 10:36:37.366 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-06-04 10:36:37.366 | from cryptography.utils import int_from_bytes 2022-06-04 10:36:37.366 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-06-04 10:36:37.366 | from cryptography.utils import int_from_bytes 2022-06-04 10:36:37.366 | +++ functions-common:oscwrap:2466 : return 0 2022-06-04 10:36:37.366 | ++ functions-common:get_or_create_user:926 : user_id=8c49cf8d751346139123f26aef6d79cc 2022-06-04 10:36:37.366 | ++ functions-common:get_or_create_user:927 : echo 8c49cf8d751346139123f26aef6d79cc 2022-06-04 10:36:37.366 | + lib/swift:create_swift_accounts:652 : swift_user_test2=8c49cf8d751346139123f26aef6d79cc 2022-06-04 10:36:37.366 | + lib/swift:create_swift_accounts:653 : die_if_not_set 653 swift_user_test2 'Failure creating swift_user_test2' 2022-06-04 10:36:37.366 | + functions-common:die_if_not_set:282 : local exitcode=0 2022-06-04 10:36:37.366 | + lib/swift:create_swift_accounts:654 : get_or_add_user_project_role admin 8c49cf8d751346139123f26aef6d79cc 061527693f1049f796a4276a4926238d 2022-06-04 10:36:37.366 | + functions-common:get_or_add_user_project_role:974 : local user_role_id 2022-06-04 10:36:37.366 | ++ functions-common:get_or_add_user_project_role:976 : _get_domain_args 2022-06-04 10:36:37.366 | ++ functions-common:_get_domain_args:958 : local domain 2022-06-04 10:36:37.366 | ++ functions-common:_get_domain_args:959 : domain= 2022-06-04 10:36:37.366 | ++ functions-common:_get_domain_args:961 : [[ -n '' ]] 2022-06-04 10:36:37.366 | ++ functions-common:_get_domain_args:964 : [[ -n '' ]] 2022-06-04 10:36:37.366 | ++ functions-common:_get_domain_args:968 : echo 2022-06-04 10:36:37.366 | + functions-common:get_or_add_user_project_role:976 : domain_args= 2022-06-04 10:36:37.366 | ++ functions-common:get_or_add_user_project_role:984 : oscwrap --os-cloud devstack-system-admin role assignment list --role admin --user 8c49cf8d751346139123f26aef6d79cc --project 061527693f1049f796a4276a4926238d 2022-06-04 10:36:37.366 | ++ functions-common:get_or_add_user_project_role:984 : grep '^|\s[a-f0-9]\+' 2022-06-04 10:36:37.367 | ++ functions-common:get_or_add_user_project_role:984 : get_field 1 2022-06-04 10:36:37.367 | ++ functions-common:get_field:812 : local data field 2022-06-04 10:36:37.367 | ++ functions-common:get_field:813 : read data 2022-06-04 10:36:37.367 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-06-04 10:36:37.367 | from cryptography.utils import int_from_bytes 2022-06-04 10:36:37.367 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-06-04 10:36:37.367 | from cryptography.utils import int_from_bytes 2022-06-04 10:36:37.367 | ++ functions-common:oscwrap:2466 : return 0 2022-06-04 10:36:37.367 | + functions-common:get_or_add_user_project_role:984 : user_role_id= 2022-06-04 10:36:37.367 | + functions-common:get_or_add_user_project_role:985 : [[ -z '' ]] 2022-06-04 10:36:37.367 | + functions-common:get_or_add_user_project_role:987 : openstack --os-cloud devstack-system-admin role add admin --user 8c49cf8d751346139123f26aef6d79cc --project 061527693f1049f796a4276a4926238d 2022-06-04 10:36:37.367 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-06-04 10:36:37.367 | from cryptography.utils import int_from_bytes 2022-06-04 10:36:37.367 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-06-04 10:36:37.367 | from cryptography.utils import int_from_bytes 2022-06-04 10:36:37.367 | ++ functions-common:get_or_add_user_project_role:996 : oscwrap --os-cloud devstack-system-admin role assignment list --role admin --user 8c49cf8d751346139123f26aef6d79cc --project 061527693f1049f796a4276a4926238d 2022-06-04 10:36:37.367 | ++ functions-common:get_or_add_user_project_role:996 : grep '^|\s[a-f0-9]\+' 2022-06-04 10:36:37.367 | ++ functions-common:get_or_add_user_project_role:996 : get_field 1 2022-06-04 10:36:37.367 | ++ functions-common:get_field:812 : local data field 2022-06-04 10:36:37.367 | ++ functions-common:get_field:813 : read data 2022-06-04 10:36:37.367 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-06-04 10:36:37.367 | from cryptography.utils import int_from_bytes 2022-06-04 10:36:37.367 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-06-04 10:36:37.367 | from cryptography.utils import int_from_bytes 2022-06-04 10:36:37.367 | ++ functions-common:oscwrap:2466 : return 0 2022-06-04 10:36:37.367 | ++ functions-common:get_field:814 : '[' 1 -lt 0 ']' 2022-06-04 10:36:37.367 | ++ functions-common:get_field:817 : field='$2' 2022-06-04 10:36:37.368 | ++ functions-common:get_field:819 : echo '| a930449e2e6b41e5ab4f0deb202b698b | 8c49cf8d751346139123f26aef6d79cc | | 061527693f1049f796a4276a4926238d | | | False |' 2022-06-04 10:36:37.368 | ++ functions-common:get_field:819 : awk '-F[ \t]*\\|[ \t]*' '{print $2}' 2022-06-04 10:36:37.368 | ++ functions-common:get_field:813 : read data 2022-06-04 10:36:37.368 | + functions-common:get_or_add_user_project_role:996 : user_role_id=a930449e2e6b41e5ab4f0deb202b698b 2022-06-04 10:36:37.368 | + functions-common:get_or_add_user_project_role:998 : echo a930449e2e6b41e5ab4f0deb202b698b 2022-06-04 10:36:37.368 | a930449e2e6b41e5ab4f0deb202b698b 2022-06-04 10:36:37.368 | + lib/swift:create_swift_accounts:656 : local swift_domain 2022-06-04 10:36:37.368 | ++ lib/swift:create_swift_accounts:657 : get_or_create_domain swift_test 'Used for swift functional testing' 2022-06-04 10:36:37.368 | ++ functions-common:get_or_create_domain:878 : local domain_id 2022-06-04 10:36:37.368 | +++ functions-common:get_or_create_domain:890 : oscwrap --os-cloud devstack-system-admin domain show swift_test -f value -c id 2022-06-04 10:36:37.368 | +++ functions-common:get_or_create_domain:892 : oscwrap --os-cloud devstack-system-admin domain create swift_test --description 'Used for swift functional testing' -f value -c id 2022-06-04 10:36:37.368 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-06-04 10:36:37.368 | from cryptography.utils import int_from_bytes 2022-06-04 10:36:37.368 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-06-04 10:36:37.368 | from cryptography.utils import int_from_bytes 2022-06-04 10:36:37.368 | +++ functions-common:oscwrap:2466 : return 0 2022-06-04 10:36:37.368 | ++ functions-common:get_or_create_domain:888 : domain_id=' 2022-06-04 10:36:37.368 | 9358321c35d4490fb2ac9b9f676ce1ac' 2022-06-04 10:36:37.368 | ++ functions-common:get_or_create_domain:889 : echo 9358321c35d4490fb2ac9b9f676ce1ac 2022-06-04 10:36:37.368 | + lib/swift:create_swift_accounts:657 : swift_domain=9358321c35d4490fb2ac9b9f676ce1ac 2022-06-04 10:36:37.368 | + lib/swift:create_swift_accounts:658 : die_if_not_set 658 swift_domain 'Failure creating swift_test domain' 2022-06-04 10:36:37.368 | + functions-common:die_if_not_set:282 : local exitcode=0 2022-06-04 10:36:37.368 | + lib/swift:create_swift_accounts:660 : local swift_project_test4 2022-06-04 10:36:37.368 | ++ lib/swift:create_swift_accounts:661 : get_or_create_project swiftprojecttest4 9358321c35d4490fb2ac9b9f676ce1ac 2022-06-04 10:36:37.368 | ++ functions-common:get_or_create_project:933 : local project_id 2022-06-04 10:36:37.368 | +++ functions-common:get_or_create_project:941 : oscwrap --os-cloud devstack-system-admin project create swiftprojecttest4 --domain=9358321c35d4490fb2ac9b9f676ce1ac --or-show -f value -c id 2022-06-04 10:36:37.369 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-06-04 10:36:37.369 | from cryptography.utils import int_from_bytes 2022-06-04 10:36:37.369 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-06-04 10:36:37.369 | from cryptography.utils import int_from_bytes 2022-06-04 10:36:37.369 | +++ functions-common:oscwrap:2466 : return 0 2022-06-04 10:36:37.369 | ++ functions-common:get_or_create_project:939 : project_id=7ea59ba7dd834c288299fac880a17c6b 2022-06-04 10:36:37.369 | ++ functions-common:get_or_create_project:940 : echo 7ea59ba7dd834c288299fac880a17c6b 2022-06-04 10:36:37.369 | + lib/swift:create_swift_accounts:661 : swift_project_test4=7ea59ba7dd834c288299fac880a17c6b 2022-06-04 10:36:37.369 | + lib/swift:create_swift_accounts:662 : die_if_not_set 662 swift_project_test4 'Failure creating swift_project_test4' 2022-06-04 10:36:37.369 | + functions-common:die_if_not_set:282 : local exitcode=0 2022-06-04 10:36:37.369 | + lib/swift:create_swift_accounts:664 : local swift_user_test4 2022-06-04 10:36:37.369 | ++ lib/swift:create_swift_accounts:666 : get_or_create_user swiftusertest4 testing4 9358321c35d4490fb2ac9b9f676ce1ac test4@example.com 2022-06-04 10:36:37.369 | ++ functions-common:get_or_create_user:910 : local user_id 2022-06-04 10:36:37.369 | ++ functions-common:get_or_create_user:911 : [[ ! -z test4@example.com ]] 2022-06-04 10:36:37.369 | ++ functions-common:get_or_create_user:912 : local email=--email=test4@example.com 2022-06-04 10:36:37.369 | +++ functions-common:get_or_create_user:928 : oscwrap --os-cloud devstack-system-admin user create swiftusertest4 --password testing4 --domain=9358321c35d4490fb2ac9b9f676ce1ac --email=test4@example.com --or-show -f value -c id 2022-06-04 10:36:37.369 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-06-04 10:36:37.369 | from cryptography.utils import int_from_bytes 2022-06-04 10:36:37.369 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-06-04 10:36:37.369 | from cryptography.utils import int_from_bytes 2022-06-04 10:36:37.369 | +++ functions-common:oscwrap:2466 : return 0 2022-06-04 10:36:37.369 | ++ functions-common:get_or_create_user:926 : user_id=174ec71f3ef94351a73ac4610a54cbbd 2022-06-04 10:36:37.369 | ++ functions-common:get_or_create_user:927 : echo 174ec71f3ef94351a73ac4610a54cbbd 2022-06-04 10:36:37.369 | + lib/swift:create_swift_accounts:666 : swift_user_test4=174ec71f3ef94351a73ac4610a54cbbd 2022-06-04 10:36:37.369 | + lib/swift:create_swift_accounts:667 : die_if_not_set 667 swift_user_test4 'Failure creating swift_user_test4' 2022-06-04 10:36:37.369 | + functions-common:die_if_not_set:282 : local exitcode=0 2022-06-04 10:36:37.369 | + lib/swift:create_swift_accounts:668 : get_or_add_user_project_role admin 174ec71f3ef94351a73ac4610a54cbbd 7ea59ba7dd834c288299fac880a17c6b 2022-06-04 10:36:37.369 | + functions-common:get_or_add_user_project_role:974 : local user_role_id 2022-06-04 10:36:37.369 | ++ functions-common:get_or_add_user_project_role:976 : _get_domain_args 2022-06-04 10:36:37.369 | ++ functions-common:_get_domain_args:958 : local domain 2022-06-04 10:36:37.370 | ++ functions-common:_get_domain_args:959 : domain= 2022-06-04 10:36:37.370 | ++ functions-common:_get_domain_args:961 : [[ -n '' ]] 2022-06-04 10:36:37.370 | ++ functions-common:_get_domain_args:964 : [[ -n '' ]] 2022-06-04 10:36:37.370 | ++ functions-common:_get_domain_args:968 : echo 2022-06-04 10:36:37.370 | + functions-common:get_or_add_user_project_role:976 : domain_args= 2022-06-04 10:36:37.370 | ++ functions-common:get_or_add_user_project_role:984 : oscwrap --os-cloud devstack-system-admin role assignment list --role admin --user 174ec71f3ef94351a73ac4610a54cbbd --project 7ea59ba7dd834c288299fac880a17c6b 2022-06-04 10:36:37.370 | ++ functions-common:get_or_add_user_project_role:984 : grep '^|\s[a-f0-9]\+' 2022-06-04 10:36:37.370 | ++ functions-common:get_or_add_user_project_role:984 : get_field 1 2022-06-04 10:36:37.370 | ++ functions-common:get_field:812 : local data field 2022-06-04 10:36:37.370 | ++ functions-common:get_field:813 : read data 2022-06-04 10:36:37.370 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-06-04 10:36:37.370 | from cryptography.utils import int_from_bytes 2022-06-04 10:36:37.370 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-06-04 10:36:37.370 | from cryptography.utils import int_from_bytes 2022-06-04 10:36:37.370 | ++ functions-common:oscwrap:2466 : return 0 2022-06-04 10:36:37.370 | + functions-common:get_or_add_user_project_role:984 : user_role_id= 2022-06-04 10:36:37.370 | + functions-common:get_or_add_user_project_role:985 : [[ -z '' ]] 2022-06-04 10:36:37.370 | + functions-common:get_or_add_user_project_role:987 : openstack --os-cloud devstack-system-admin role add admin --user 174ec71f3ef94351a73ac4610a54cbbd --project 7ea59ba7dd834c288299fac880a17c6b 2022-06-04 10:36:37.370 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-06-04 10:36:37.370 | from cryptography.utils import int_from_bytes 2022-06-04 10:36:37.370 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-06-04 10:36:37.370 | from cryptography.utils import int_from_bytes 2022-06-04 10:36:37.370 | ++ functions-common:get_or_add_user_project_role:996 : oscwrap --os-cloud devstack-system-admin role assignment list --role admin --user 174ec71f3ef94351a73ac4610a54cbbd --project 7ea59ba7dd834c288299fac880a17c6b 2022-06-04 10:36:37.370 | ++ functions-common:get_or_add_user_project_role:996 : grep '^|\s[a-f0-9]\+' 2022-06-04 10:36:37.370 | ++ functions-common:get_or_add_user_project_role:996 : get_field 1 2022-06-04 10:36:37.370 | ++ functions-common:get_field:812 : local data field 2022-06-04 10:36:37.370 | ++ functions-common:get_field:813 : read data 2022-06-04 10:36:37.370 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-06-04 10:36:37.370 | from cryptography.utils import int_from_bytes 2022-06-04 10:36:37.370 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-06-04 10:36:37.370 | from cryptography.utils import int_from_bytes 2022-06-04 10:36:37.371 | ++ functions-common:oscwrap:2466 : return 0 2022-06-04 10:36:37.371 | ++ functions-common:get_field:814 : '[' 1 -lt 0 ']' 2022-06-04 10:36:37.371 | ++ functions-common:get_field:817 : field='$2' 2022-06-04 10:36:37.371 | ++ functions-common:get_field:819 : awk '-F[ \t]*\\|[ \t]*' '{print $2}' 2022-06-04 10:36:37.371 | ++ functions-common:get_field:819 : echo '| a930449e2e6b41e5ab4f0deb202b698b | 174ec71f3ef94351a73ac4610a54cbbd | | 7ea59ba7dd834c288299fac880a17c6b | | | False |' 2022-06-04 10:36:37.371 | ++ functions-common:get_field:813 : read data 2022-06-04 10:36:37.371 | + functions-common:get_or_add_user_project_role:996 : user_role_id=a930449e2e6b41e5ab4f0deb202b698b 2022-06-04 10:36:37.371 | + functions-common:get_or_add_user_project_role:998 : echo a930449e2e6b41e5ab4f0deb202b698b 2022-06-04 10:36:37.371 | a930449e2e6b41e5ab4f0deb202b698b 2022-06-04 10:36:37.398 | [232427 Async create_swift_accounts:274040]: finished create_swift_accounts with result 0 in 132 seconds 2022-06-04 10:36:37.406 | Not waiting for async task configure_horizon that we never started or has already been waited for 2022-06-04 10:36:37.408 | + inc/async:async_wait:197 : return 0 2022-06-04 10:36:37.411 | + ./stack.sh:main:1130 : is_service_enabled mysql postgresql 2022-06-04 10:36:37.428 | + functions-common:is_service_enabled:2082 : return 0 2022-06-04 10:36:37.431 | + ./stack.sh:main:1130 : is_service_enabled glance 2022-06-04 10:36:37.448 | + functions-common:is_service_enabled:2082 : return 0 2022-06-04 10:36:37.451 | + ./stack.sh:main:1131 : echo_summary 'Configuring Glance' 2022-06-04 10:36:37.453 | + ./stack.sh:echo_summary:435 : [[ -t 3 ]] 2022-06-04 10:36:37.456 | + ./stack.sh:echo_summary:441 : echo -e Configuring Glance 2022-06-04 10:36:37.459 | + ./stack.sh:main:1132 : async_runfunc init_glance 2022-06-04 10:36:37.462 | + inc/async:async_runfunc:116 : async_run init_glance init_glance 2022-06-04 10:36:37.522 | + inc/async:async_inner:63 : init_glance 2022-06-04 10:36:37.559 | [232427 Async init_glance:278329]: running: init_glance 2022-06-04 10:36:37.562 | + ./stack.sh:main:1139 : is_service_enabled neutron 2022-06-04 10:36:37.582 | + functions-common:is_service_enabled:2082 : return 0 2022-06-04 10:36:37.584 | + ./stack.sh:main:1140 : echo_summary 'Configuring Neutron' 2022-06-04 10:36:37.587 | + ./stack.sh:echo_summary:435 : [[ -t 3 ]] 2022-06-04 10:36:37.589 | + ./stack.sh:echo_summary:441 : echo -e Configuring Neutron 2022-06-04 10:36:37.593 | + ./stack.sh:main:1142 : configure_neutron 2022-06-04 10:36:37.595 | + lib/neutron:configure_neutron:620 : is_neutron_legacy_enabled 2022-06-04 10:36:37.600 | ++ lib/neutron:is_neutron_legacy_enabled:136 : echo n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon 2022-06-04 10:36:37.601 | ++ lib/neutron:is_neutron_legacy_enabled:136 : sed s/neutron-//g 2022-06-04 10:36:37.608 | + lib/neutron:is_neutron_legacy_enabled:136 : disabled_services_copy=n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon 2022-06-04 10:36:37.610 | + lib/neutron:is_neutron_legacy_enabled:137 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon =~ ,neutron ]] 2022-06-04 10:36:37.614 | + 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-06-04 10:36:37.616 | + lib/neutron:is_neutron_legacy_enabled:138 : return 0 2022-06-04 10:36:37.619 | + lib/neutron:configure_neutron:622 : configure_mutnauq 2022-06-04 10:36:37.622 | + lib/neutron-legacy:configure_mutnauq:352 : _configure_neutron_common 2022-06-04 10:36:37.624 | + lib/neutron-legacy:_configure_neutron_common:777 : _create_neutron_conf_dir 2022-06-04 10:36:37.626 | + lib/neutron-legacy:_create_neutron_conf_dir:770 : sudo install -d -o ubuntu /etc/neutron 2022-06-04 10:36:37.641 | + lib/neutron-legacy:_configure_neutron_common:780 : cd /opt/stack/neutron 2022-06-04 10:36:37.643 | + lib/neutron-legacy:_configure_neutron_common:780 : exec ./tools/generate_config_file_samples.sh 2022-06-04 10:36:41.146 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-06-04 10:36:41.146 | from cryptography.utils import int_from_bytes 2022-06-04 10:36:41.146 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-06-04 10:36:41.146 | from cryptography.utils import int_from_bytes 2022-06-04 10:36:42.945 | + inc/async:async_inner:64 : rc=0 2022-06-04 10:36:42.970 | [278329 Async init_glance:278329]: finished successfully 2022-06-04 10:36:44.676 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-06-04 10:36:44.676 | from cryptography.utils import int_from_bytes 2022-06-04 10:36:44.676 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-06-04 10:36:44.676 | from cryptography.utils import int_from_bytes 2022-06-04 10:36:48.107 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-06-04 10:36:48.107 | from cryptography.utils import int_from_bytes 2022-06-04 10:36:48.107 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-06-04 10:36:48.107 | from cryptography.utils import int_from_bytes 2022-06-04 10:36:51.513 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-06-04 10:36:51.513 | from cryptography.utils import int_from_bytes 2022-06-04 10:36:51.513 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-06-04 10:36:51.513 | from cryptography.utils import int_from_bytes 2022-06-04 10:36:54.965 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-06-04 10:36:54.965 | from cryptography.utils import int_from_bytes 2022-06-04 10:36:54.965 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-06-04 10:36:54.965 | from cryptography.utils import int_from_bytes 2022-06-04 10:36:58.392 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-06-04 10:36:58.392 | from cryptography.utils import int_from_bytes 2022-06-04 10:36:58.392 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-06-04 10:36:58.392 | from cryptography.utils import int_from_bytes 2022-06-04 10:37:01.833 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-06-04 10:37:01.834 | from cryptography.utils import int_from_bytes 2022-06-04 10:37:01.834 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-06-04 10:37:01.834 | from cryptography.utils import int_from_bytes 2022-06-04 10:37:05.482 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-06-04 10:37:05.482 | from cryptography.utils import int_from_bytes 2022-06-04 10:37:05.482 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-06-04 10:37:05.482 | from cryptography.utils import int_from_bytes 2022-06-04 10:37:10.226 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-06-04 10:37:10.226 | from cryptography.utils import int_from_bytes 2022-06-04 10:37:10.226 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-06-04 10:37:10.226 | from cryptography.utils import int_from_bytes 2022-06-04 10:37:16.087 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-06-04 10:37:16.088 | from cryptography.utils import int_from_bytes 2022-06-04 10:37:16.088 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-06-04 10:37:16.088 | from cryptography.utils import int_from_bytes 2022-06-04 10:37:16.415 | + lib/neutron-legacy:_configure_neutron_common:782 : cp /opt/stack/neutron/etc/neutron.conf.sample /etc/neutron/neutron.conf 2022-06-04 10:37:16.420 | + lib/neutron-legacy:_configure_neutron_common:784 : Q_POLICY_FILE=/etc/neutron/policy.json 2022-06-04 10:37:16.422 | + lib/neutron-legacy:_configure_neutron_common:788 : '[' -f /opt/stack/neutron/etc/policy.json ']' 2022-06-04 10:37:16.424 | + lib/neutron-legacy:_configure_neutron_common:792 : echo '{"context_is_admin": "role:admin or user_name:neutron"}' 2022-06-04 10:37:16.427 | + lib/neutron-legacy:_configure_neutron_common:797 : neutron_plugin_configure_common 2022-06-04 10:37:16.429 | + lib/neutron_plugins/ml2:neutron_plugin_configure_common:65 : Q_PLUGIN_CONF_PATH=etc/neutron/plugins/ml2 2022-06-04 10:37:16.431 | + lib/neutron_plugins/ml2:neutron_plugin_configure_common:66 : Q_PLUGIN_CONF_FILENAME=ml2_conf.ini 2022-06-04 10:37:16.434 | + lib/neutron_plugins/ml2:neutron_plugin_configure_common:67 : Q_PLUGIN_CLASS=ml2 2022-06-04 10:37:16.436 | + lib/neutron_plugins/ml2:neutron_plugin_configure_common:70 : _neutron_service_plugin_class_add router 2022-06-04 10:37:16.438 | + lib/neutron-legacy:_neutron_service_plugin_class_add:949 : local service_plugin_class=router 2022-06-04 10:37:16.441 | + lib/neutron-legacy:_neutron_service_plugin_class_add:950 : [[ '' == '' ]] 2022-06-04 10:37:16.443 | + lib/neutron-legacy:_neutron_service_plugin_class_add:951 : Q_SERVICE_PLUGIN_CLASSES=router 2022-06-04 10:37:16.445 | + lib/neutron-legacy:_configure_neutron_common:799 : [[ etc/neutron/plugins/ml2 == '' ]] 2022-06-04 10:37:16.448 | + lib/neutron-legacy:_configure_neutron_common:799 : [[ ml2_conf.ini == '' ]] 2022-06-04 10:37:16.450 | + lib/neutron-legacy:_configure_neutron_common:799 : [[ ml2 == '' ]] 2022-06-04 10:37:16.452 | + lib/neutron-legacy:_configure_neutron_common:804 : mkdir -p /etc/neutron/plugins/ml2 2022-06-04 10:37:16.457 | + lib/neutron-legacy:_configure_neutron_common:805 : Q_PLUGIN_CONF_FILE=etc/neutron/plugins/ml2/ml2_conf.ini 2022-06-04 10:37:16.459 | + lib/neutron-legacy:_configure_neutron_common:808 : '[' -f /opt/stack/neutron/etc/neutron/plugins/ml2/ml2_conf.ini.sample ']' 2022-06-04 10:37:16.462 | + lib/neutron-legacy:_configure_neutron_common:809 : cp /opt/stack/neutron/etc/neutron/plugins/ml2/ml2_conf.ini.sample /etc/neutron/plugins/ml2/ml2_conf.ini 2022-06-04 10:37:16.467 | ++ lib/neutron-legacy:_configure_neutron_common:814 : database_connection_url neutron 2022-06-04 10:37:16.469 | ++ lib/database:database_connection_url:134 : local db=neutron 2022-06-04 10:37:16.471 | ++ lib/database:database_connection_url:135 : database_connection_url_mysql neutron 2022-06-04 10:37:16.474 | ++ lib/databases/mysql:database_connection_url_mysql:224 : local db=neutron 2022-06-04 10:37:16.476 | ++ lib/databases/mysql:database_connection_url_mysql:225 : local plugin 2022-06-04 10:37:16.478 | ++ lib/databases/mysql:database_connection_url_mysql:229 : [[ True == \T\r\u\e ]] 2022-06-04 10:37:16.480 | ++ lib/databases/mysql:database_connection_url_mysql:230 : is_service_enabled mysql 2022-06-04 10:37:16.496 | ++ functions-common:is_service_enabled:2082 : return 0 2022-06-04 10:37:16.498 | ++ lib/databases/mysql:database_connection_url_mysql:231 : plugin='&plugin=dbcounter' 2022-06-04 10:37:16.500 | ++ lib/databases/mysql:database_connection_url_mysql:235 : echo 'mysql+pymysql://root:Passw0rd@127.0.0.1/neutron?charset=utf8&plugin=dbcounter' 2022-06-04 10:37:16.504 | + lib/neutron-legacy:_configure_neutron_common:814 : iniset /etc/neutron/neutron.conf database connection 'mysql+pymysql://root:Passw0rd@127.0.0.1/neutron?charset=utf8&plugin=dbcounter' 2022-06-04 10:37:16.532 | + lib/neutron-legacy:_configure_neutron_common:815 : iniset /etc/neutron/neutron.conf DEFAULT state_path /opt/stack/data/neutron 2022-06-04 10:37:16.560 | + lib/neutron-legacy:_configure_neutron_common:816 : iniset /etc/neutron/neutron.conf DEFAULT use_syslog False 2022-06-04 10:37:16.589 | + lib/neutron-legacy:_configure_neutron_common:817 : iniset /etc/neutron/neutron.conf DEFAULT bind_host 0.0.0.0 2022-06-04 10:37:16.618 | + lib/neutron-legacy:_configure_neutron_common:818 : iniset /etc/neutron/neutron.conf oslo_concurrency lock_path /opt/stack/data/neutron/lock 2022-06-04 10:37:16.648 | + lib/neutron-legacy:_configure_neutron_common:821 : iniset /etc/neutron/neutron.conf nova region_name RegionOne 2022-06-04 10:37:16.678 | + lib/neutron-legacy:_configure_neutron_common:823 : '[' libvirt = fake ']' 2022-06-04 10:37:16.680 | + lib/neutron-legacy:_configure_neutron_common:833 : setup_logging /etc/neutron/neutron.conf 2022-06-04 10:37:16.682 | + functions:setup_logging:674 : setup_systemd_logging /etc/neutron/neutron.conf 2022-06-04 10:37:16.685 | + functions:setup_systemd_logging:689 : local conf_file=/etc/neutron/neutron.conf 2022-06-04 10:37:16.688 | ++ functions:setup_systemd_logging:694 : trueorfalse False USE_JOURNAL 2022-06-04 10:37:16.705 | + functions:setup_systemd_logging:694 : USE_JOURNAL=False 2022-06-04 10:37:16.707 | + functions:setup_systemd_logging:695 : local pidstr= 2022-06-04 10:37:16.710 | + functions:setup_systemd_logging:696 : [[ False == \T\r\u\e ]] 2022-06-04 10:37:16.712 | + functions:setup_systemd_logging:700 : pidstr='(pid=%(process)d) ' 2022-06-04 10:37:16.714 | + functions:setup_systemd_logging:702 : iniset /etc/neutron/neutron.conf DEFAULT logging_debug_format_suffix '{{(pid=%(process)d) %(funcName)s %(pathname)s:%(lineno)d}}' 2022-06-04 10:37:16.743 | + functions:setup_systemd_logging:704 : iniset /etc/neutron/neutron.conf DEFAULT logging_context_format_string '%(color)s%(levelname)s %(name)s [%(global_request_id)s %(request_id)s %(project_name)s %(user_name)s%(color)s] %(instance)s%(color)s%(message)s' 2022-06-04 10:37:16.772 | + functions:setup_systemd_logging:705 : iniset /etc/neutron/neutron.conf DEFAULT logging_default_format_string '%(color)s%(levelname)s %(name)s [-%(color)s] %(instance)s%(color)s%(message)s' 2022-06-04 10:37:16.801 | + functions:setup_systemd_logging:706 : iniset /etc/neutron/neutron.conf DEFAULT logging_exception_prefix 'ERROR %(name)s %(instance)s' 2022-06-04 10:37:16.830 | + lib/neutron-legacy:_configure_neutron_common:835 : is_service_enabled tls-proxy 2022-06-04 10:37:16.847 | + functions-common:is_service_enabled:2082 : return 1 2022-06-04 10:37:16.850 | + lib/neutron-legacy:_configure_neutron_common:841 : _neutron_setup_rootwrap 2022-06-04 10:37:16.852 | + lib/neutron-legacy:_neutron_setup_rootwrap:984 : [[ True == \F\a\l\s\e ]] 2022-06-04 10:37:16.854 | + lib/neutron-legacy:_neutron_setup_rootwrap:988 : Q_CONF_ROOTWRAP_D=/etc/neutron/rootwrap.d 2022-06-04 10:37:16.857 | + lib/neutron-legacy:_neutron_setup_rootwrap:989 : [[ -d /etc/neutron/rootwrap.d ]] 2022-06-04 10:37:16.859 | + lib/neutron-legacy:_neutron_setup_rootwrap:990 : sudo rm -rf /etc/neutron/rootwrap.d 2022-06-04 10:37:16.872 | + lib/neutron-legacy:_neutron_setup_rootwrap:993 : _neutron_deploy_rootwrap_filters /opt/stack/neutron 2022-06-04 10:37:16.874 | + lib/neutron-legacy:_neutron_deploy_rootwrap_filters:974 : [[ True == \F\a\l\s\e ]] 2022-06-04 10:37:16.876 | + lib/neutron-legacy:_neutron_deploy_rootwrap_filters:977 : local srcdir=/opt/stack/neutron 2022-06-04 10:37:16.879 | + lib/neutron-legacy:_neutron_deploy_rootwrap_filters:978 : sudo install -d -o root -m 755 /etc/neutron/rootwrap.d 2022-06-04 10:37:16.891 | + lib/neutron-legacy:_neutron_deploy_rootwrap_filters:979 : sudo install -o root -m 644 /opt/stack/neutron/etc/neutron/rootwrap.d/rootwrap.filters /etc/neutron/rootwrap.d/ 2022-06-04 10:37:16.904 | + lib/neutron-legacy:_neutron_setup_rootwrap:997 : test -r /opt/stack/neutron/etc/neutron/rootwrap.conf 2022-06-04 10:37:16.907 | + lib/neutron-legacy:_neutron_setup_rootwrap:1000 : sudo install -o root -g root -m 644 /opt/stack/neutron/etc/rootwrap.conf /etc/neutron/rootwrap.conf 2022-06-04 10:37:16.919 | + lib/neutron-legacy:_neutron_setup_rootwrap:1002 : sudo sed -e 's:^filters_path=.*$:filters_path=/etc/neutron/rootwrap.d:' -i /etc/neutron/rootwrap.conf 2022-06-04 10:37:16.931 | + lib/neutron-legacy:_neutron_setup_rootwrap:1003 : sudo sed -e 's:^exec_dirs=\(.*\)$:exec_dirs=\1,/usr/local/bin:' -i /etc/neutron/rootwrap.conf 2022-06-04 10:37:16.944 | + lib/neutron-legacy:_neutron_setup_rootwrap:1006 : ROOTWRAP_SUDOER_CMD='/usr/local/bin/neutron-rootwrap /etc/neutron/rootwrap.conf *' 2022-06-04 10:37:16.947 | + lib/neutron-legacy:_neutron_setup_rootwrap:1007 : ROOTWRAP_DAEMON_SUDOER_CMD='/usr/local/bin/neutron-rootwrap-daemon /etc/neutron/rootwrap.conf' 2022-06-04 10:37:16.950 | ++ lib/neutron-legacy:_neutron_setup_rootwrap:1010 : mktemp 2022-06-04 10:37:16.954 | + lib/neutron-legacy:_neutron_setup_rootwrap:1010 : TEMPFILE=/tmp/tmp.o6MSFGdbg6 2022-06-04 10:37:16.957 | + lib/neutron-legacy:_neutron_setup_rootwrap:1011 : echo 'ubuntu ALL=(root) NOPASSWD: /usr/local/bin/neutron-rootwrap /etc/neutron/rootwrap.conf *' 2022-06-04 10:37:16.959 | + lib/neutron-legacy:_neutron_setup_rootwrap:1012 : echo 'ubuntu ALL=(root) NOPASSWD: /usr/local/bin/neutron-rootwrap-daemon /etc/neutron/rootwrap.conf' 2022-06-04 10:37:16.961 | + lib/neutron-legacy:_neutron_setup_rootwrap:1013 : chmod 0440 /tmp/tmp.o6MSFGdbg6 2022-06-04 10:37:16.965 | + lib/neutron-legacy:_neutron_setup_rootwrap:1014 : sudo chown root:root /tmp/tmp.o6MSFGdbg6 2022-06-04 10:37:16.977 | + lib/neutron-legacy:_neutron_setup_rootwrap:1015 : sudo mv /tmp/tmp.o6MSFGdbg6 /etc/sudoers.d/neutron-rootwrap 2022-06-04 10:37:16.989 | + lib/neutron-legacy:_neutron_setup_rootwrap:1018 : iniset /etc/neutron/neutron.conf agent root_helper 'sudo /usr/local/bin/neutron-rootwrap /etc/neutron/rootwrap.conf' 2022-06-04 10:37:17.019 | + lib/neutron-legacy:_neutron_setup_rootwrap:1019 : [[ True == \T\r\u\e ]] 2022-06-04 10:37:17.021 | + lib/neutron-legacy:_neutron_setup_rootwrap:1020 : iniset /etc/neutron/neutron.conf agent root_helper_daemon 'sudo /usr/local/bin/neutron-rootwrap-daemon /etc/neutron/rootwrap.conf' 2022-06-04 10:37:17.051 | + lib/neutron-legacy:configure_mutnauq:353 : iniset_rpc_backend neutron /etc/neutron/neutron.conf 2022-06-04 10:37:17.053 | + lib/rpc_backend:iniset_rpc_backend:157 : local package=neutron 2022-06-04 10:37:17.055 | + lib/rpc_backend:iniset_rpc_backend:158 : local file=/etc/neutron/neutron.conf 2022-06-04 10:37:17.058 | + lib/rpc_backend:iniset_rpc_backend:159 : local section=DEFAULT 2022-06-04 10:37:17.060 | + lib/rpc_backend:iniset_rpc_backend:160 : local virtual_host= 2022-06-04 10:37:17.063 | + lib/rpc_backend:iniset_rpc_backend:161 : is_service_enabled rabbit 2022-06-04 10:37:17.081 | + functions-common:is_service_enabled:2082 : return 0 2022-06-04 10:37:17.084 | ++ lib/rpc_backend:iniset_rpc_backend:162 : get_transport_url '' 2022-06-04 10:37:17.086 | ++ lib/rpc_backend:get_transport_url:139 : local virtual_host= 2022-06-04 10:37:17.089 | ++ lib/rpc_backend:get_transport_url:140 : is_service_enabled rabbit 2022-06-04 10:37:17.106 | ++ functions-common:is_service_enabled:2082 : return 0 2022-06-04 10:37:17.109 | ++ lib/rpc_backend:get_transport_url:141 : echo rabbit://stackrabbit:Passw0rd@10.222.0.66:5672/ 2022-06-04 10:37:17.112 | + lib/rpc_backend:iniset_rpc_backend:162 : iniset /etc/neutron/neutron.conf DEFAULT transport_url rabbit://stackrabbit:Passw0rd@10.222.0.66:5672/ 2022-06-04 10:37:17.141 | + lib/rpc_backend:iniset_rpc_backend:163 : '[' -n '' ']' 2022-06-04 10:37:17.144 | + lib/rpc_backend:iniset_rpc_backend:166 : '[' -n '' ']' 2022-06-04 10:37:17.147 | + lib/neutron-legacy:configure_mutnauq:355 : is_service_enabled q-metering 2022-06-04 10:37:17.164 | + functions-common:is_service_enabled:2082 : return 0 2022-06-04 10:37:17.166 | + lib/neutron-legacy:configure_mutnauq:356 : _configure_neutron_metering 2022-06-04 10:37:17.168 | + lib/neutron-legacy:_configure_neutron_metering:890 : neutron_agent_metering_configure_common 2022-06-04 10:37:17.171 | + lib/neutron_plugins/services/metering:neutron_agent_metering_configure_common:15 : _neutron_service_plugin_class_add neutron.services.metering.metering_plugin.MeteringPlugin 2022-06-04 10:37:17.173 | + lib/neutron-legacy:_neutron_service_plugin_class_add:949 : local service_plugin_class=neutron.services.metering.metering_plugin.MeteringPlugin 2022-06-04 10:37:17.176 | + lib/neutron-legacy:_neutron_service_plugin_class_add:950 : [[ router == '' ]] 2022-06-04 10:37:17.178 | + lib/neutron-legacy:_neutron_service_plugin_class_add:952 : [[ ! ,router, =~ ,neutron.services.metering.metering_plugin.MeteringPlugin, ]] 2022-06-04 10:37:17.181 | + lib/neutron-legacy:_neutron_service_plugin_class_add:953 : Q_SERVICE_PLUGIN_CLASSES=router,neutron.services.metering.metering_plugin.MeteringPlugin 2022-06-04 10:37:17.183 | + lib/neutron-legacy:_configure_neutron_metering:891 : neutron_agent_metering_configure_agent 2022-06-04 10:37:17.186 | + lib/neutron_plugins/services/metering:neutron_agent_metering_configure_agent:19 : METERING_AGENT_CONF_PATH=/etc/neutron/services/metering 2022-06-04 10:37:17.188 | + lib/neutron_plugins/services/metering:neutron_agent_metering_configure_agent:20 : mkdir -p /etc/neutron/services/metering 2022-06-04 10:37:17.193 | + lib/neutron_plugins/services/metering:neutron_agent_metering_configure_agent:22 : METERING_AGENT_CONF_FILENAME=/etc/neutron/services/metering/metering_agent.ini 2022-06-04 10:37:17.195 | + lib/neutron_plugins/services/metering:neutron_agent_metering_configure_agent:24 : cp /opt/stack/neutron/etc/metering_agent.ini.sample /etc/neutron/services/metering/metering_agent.ini 2022-06-04 10:37:17.200 | + lib/neutron-legacy:configure_mutnauq:358 : is_service_enabled q-agt q-svc 2022-06-04 10:37:17.217 | + functions-common:is_service_enabled:2082 : return 0 2022-06-04 10:37:17.219 | + lib/neutron-legacy:configure_mutnauq:359 : _configure_neutron_service 2022-06-04 10:37:17.223 | + lib/neutron-legacy:_configure_neutron_service:918 : Q_API_PASTE_FILE=/etc/neutron/api-paste.ini 2022-06-04 10:37:17.225 | + lib/neutron-legacy:_configure_neutron_service:919 : cp /opt/stack/neutron/etc/api-paste.ini /etc/neutron/api-paste.ini 2022-06-04 10:37:17.230 | + lib/neutron-legacy:_configure_neutron_service:922 : iniset /etc/neutron/neutron.conf DEFAULT core_plugin ml2 2022-06-04 10:37:17.259 | + lib/neutron-legacy:_configure_neutron_service:924 : iniset /etc/neutron/neutron.conf DEFAULT debug True 2022-06-04 10:37:17.289 | + lib/neutron-legacy:_configure_neutron_service:925 : iniset /etc/neutron/neutron.conf oslo_policy policy_file /etc/neutron/policy.json 2022-06-04 10:37:17.320 | + lib/neutron-legacy:_configure_neutron_service:926 : iniset /etc/neutron/neutron.conf DEFAULT allow_overlapping_ips True 2022-06-04 10:37:17.350 | + lib/neutron-legacy:_configure_neutron_service:928 : iniset /etc/neutron/neutron.conf DEFAULT auth_strategy keystone 2022-06-04 10:37:17.380 | + lib/neutron-legacy:_configure_neutron_service:929 : configure_keystone_authtoken_middleware /etc/neutron/neutron.conf neutron 2022-06-04 10:37:17.382 | + lib/keystone:configure_keystone_authtoken_middleware:447 : local conf_file=/etc/neutron/neutron.conf 2022-06-04 10:37:17.385 | + lib/keystone:configure_keystone_authtoken_middleware:448 : local admin_user=neutron 2022-06-04 10:37:17.387 | + lib/keystone:configure_keystone_authtoken_middleware:449 : local section=keystone_authtoken 2022-06-04 10:37:17.390 | + lib/keystone:configure_keystone_authtoken_middleware:451 : iniset /etc/neutron/neutron.conf keystone_authtoken auth_type password 2022-06-04 10:37:17.419 | + lib/keystone:configure_keystone_authtoken_middleware:452 : iniset /etc/neutron/neutron.conf keystone_authtoken interface public 2022-06-04 10:37:17.449 | + lib/keystone:configure_keystone_authtoken_middleware:453 : iniset /etc/neutron/neutron.conf keystone_authtoken auth_url http://10.222.0.66/identity 2022-06-04 10:37:17.479 | + lib/keystone:configure_keystone_authtoken_middleware:454 : iniset /etc/neutron/neutron.conf keystone_authtoken username neutron 2022-06-04 10:37:17.509 | + lib/keystone:configure_keystone_authtoken_middleware:455 : iniset /etc/neutron/neutron.conf keystone_authtoken password Passw0rd 2022-06-04 10:37:17.540 | + lib/keystone:configure_keystone_authtoken_middleware:456 : iniset /etc/neutron/neutron.conf keystone_authtoken user_domain_name Default 2022-06-04 10:37:17.569 | + lib/keystone:configure_keystone_authtoken_middleware:457 : iniset /etc/neutron/neutron.conf keystone_authtoken project_name service 2022-06-04 10:37:17.600 | + lib/keystone:configure_keystone_authtoken_middleware:458 : iniset /etc/neutron/neutron.conf keystone_authtoken project_domain_name Default 2022-06-04 10:37:17.629 | + lib/keystone:configure_keystone_authtoken_middleware:460 : iniset /etc/neutron/neutron.conf keystone_authtoken cafile /opt/stack/data/ca-bundle.pem 2022-06-04 10:37:17.663 | + lib/keystone:configure_keystone_authtoken_middleware:461 : iniset /etc/neutron/neutron.conf keystone_authtoken memcached_servers localhost:11211 2022-06-04 10:37:17.694 | + lib/neutron-legacy:_configure_neutron_service:932 : iniset /etc/neutron/neutron.conf DEFAULT notify_nova_on_port_status_changes True 2022-06-04 10:37:17.725 | + lib/neutron-legacy:_configure_neutron_service:933 : iniset /etc/neutron/neutron.conf DEFAULT notify_nova_on_port_data_changes True 2022-06-04 10:37:17.755 | + lib/neutron-legacy:_configure_neutron_service:935 : configure_keystone_authtoken_middleware /etc/neutron/neutron.conf nova nova 2022-06-04 10:37:17.758 | + lib/keystone:configure_keystone_authtoken_middleware:447 : local conf_file=/etc/neutron/neutron.conf 2022-06-04 10:37:17.760 | + lib/keystone:configure_keystone_authtoken_middleware:448 : local admin_user=nova 2022-06-04 10:37:17.762 | + lib/keystone:configure_keystone_authtoken_middleware:449 : local section=nova 2022-06-04 10:37:17.765 | + lib/keystone:configure_keystone_authtoken_middleware:451 : iniset /etc/neutron/neutron.conf nova auth_type password 2022-06-04 10:37:17.795 | + lib/keystone:configure_keystone_authtoken_middleware:452 : iniset /etc/neutron/neutron.conf nova interface public 2022-06-04 10:37:17.825 | + lib/keystone:configure_keystone_authtoken_middleware:453 : iniset /etc/neutron/neutron.conf nova auth_url http://10.222.0.66/identity 2022-06-04 10:37:17.855 | + lib/keystone:configure_keystone_authtoken_middleware:454 : iniset /etc/neutron/neutron.conf nova username nova 2022-06-04 10:37:17.885 | + lib/keystone:configure_keystone_authtoken_middleware:455 : iniset /etc/neutron/neutron.conf nova password Passw0rd 2022-06-04 10:37:17.916 | + lib/keystone:configure_keystone_authtoken_middleware:456 : iniset /etc/neutron/neutron.conf nova user_domain_name Default 2022-06-04 10:37:17.946 | + lib/keystone:configure_keystone_authtoken_middleware:457 : iniset /etc/neutron/neutron.conf nova project_name service 2022-06-04 10:37:17.976 | + lib/keystone:configure_keystone_authtoken_middleware:458 : iniset /etc/neutron/neutron.conf nova project_domain_name Default 2022-06-04 10:37:18.006 | + lib/keystone:configure_keystone_authtoken_middleware:460 : iniset /etc/neutron/neutron.conf nova cafile /opt/stack/data/ca-bundle.pem 2022-06-04 10:37:18.036 | + lib/keystone:configure_keystone_authtoken_middleware:461 : iniset /etc/neutron/neutron.conf nova memcached_servers localhost:11211 2022-06-04 10:37:18.066 | + lib/neutron-legacy:_configure_neutron_service:938 : configure_keystone_authtoken_middleware /etc/neutron/neutron.conf placement placement 2022-06-04 10:37:18.069 | + lib/keystone:configure_keystone_authtoken_middleware:447 : local conf_file=/etc/neutron/neutron.conf 2022-06-04 10:37:18.071 | + lib/keystone:configure_keystone_authtoken_middleware:448 : local admin_user=placement 2022-06-04 10:37:18.074 | + lib/keystone:configure_keystone_authtoken_middleware:449 : local section=placement 2022-06-04 10:37:18.076 | + lib/keystone:configure_keystone_authtoken_middleware:451 : iniset /etc/neutron/neutron.conf placement auth_type password 2022-06-04 10:37:18.107 | + lib/keystone:configure_keystone_authtoken_middleware:452 : iniset /etc/neutron/neutron.conf placement interface public 2022-06-04 10:37:18.137 | + lib/keystone:configure_keystone_authtoken_middleware:453 : iniset /etc/neutron/neutron.conf placement auth_url http://10.222.0.66/identity 2022-06-04 10:37:18.168 | + lib/keystone:configure_keystone_authtoken_middleware:454 : iniset /etc/neutron/neutron.conf placement username placement 2022-06-04 10:37:18.198 | + lib/keystone:configure_keystone_authtoken_middleware:455 : iniset /etc/neutron/neutron.conf placement password Passw0rd 2022-06-04 10:37:18.228 | + lib/keystone:configure_keystone_authtoken_middleware:456 : iniset /etc/neutron/neutron.conf placement user_domain_name Default 2022-06-04 10:37:18.259 | + lib/keystone:configure_keystone_authtoken_middleware:457 : iniset /etc/neutron/neutron.conf placement project_name service 2022-06-04 10:37:18.289 | + lib/keystone:configure_keystone_authtoken_middleware:458 : iniset /etc/neutron/neutron.conf placement project_domain_name Default 2022-06-04 10:37:18.319 | + lib/keystone:configure_keystone_authtoken_middleware:460 : iniset /etc/neutron/neutron.conf placement cafile /opt/stack/data/ca-bundle.pem 2022-06-04 10:37:18.350 | + lib/keystone:configure_keystone_authtoken_middleware:461 : iniset /etc/neutron/neutron.conf placement memcached_servers localhost:11211 2022-06-04 10:37:18.380 | + lib/neutron-legacy:_configure_neutron_service:941 : neutron_plugin_configure_service 2022-06-04 10:37:18.383 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:74 : [[ vlan != \l\o\c\a\l ]] 2022-06-04 10:37:18.385 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:75 : Q_SRV_EXTRA_OPTS+=(tenant_network_types=$Q_ML2_TENANT_NETWORK_TYPE) 2022-06-04 10:37:18.388 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:89 : '[' '' == '' ']' 2022-06-04 10:37:18.390 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:90 : [[ '' == '' ]] 2022-06-04 10:37:18.393 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:90 : [[ physnet1 != '' ]] 2022-06-04 10:37:18.396 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:91 : ML2_VLAN_RANGES=physnet1 2022-06-04 10:37:18.398 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:92 : [[ 550:599 != '' ]] 2022-06-04 10:37:18.401 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:93 : ML2_VLAN_RANGES=physnet1:550:599 2022-06-04 10:37:18.403 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:96 : [[ physnet1:550:599 != '' ]] 2022-06-04 10:37:18.406 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:97 : Q_ML2_PLUGIN_VLAN_TYPE_OPTIONS=(network_vlan_ranges=$ML2_VLAN_RANGES) 2022-06-04 10:37:18.409 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:103 : [[ -z '' ]] 2022-06-04 10:37:18.411 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:104 : [[ -n physnet1 ]] 2022-06-04 10:37:18.413 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:105 : Q_ML2_PLUGIN_FLAT_TYPE_OPTIONS=flat_networks= 2022-06-04 10:37:18.416 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:106 : [[ -n physnet1 ]] 2022-06-04 10:37:18.418 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:107 : Q_ML2_PLUGIN_FLAT_TYPE_OPTIONS+=physnet1, 2022-06-04 10:37:18.421 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:109 : [[ -n physnet1 ]] 2022-06-04 10:37:18.423 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:109 : [[ physnet1 != \p\h\y\s\n\e\t\1 ]] 2022-06-04 10:37:18.426 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:121 : [[ True == \T\r\u\e ]] 2022-06-04 10:37:18.428 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:122 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini securitygroup firewall_driver neutron.agent.not.a.real.FirewallDriver 2022-06-04 10:37:18.457 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:127 : populate_ml2_config /etc/neutron/plugins/ml2/ml2_conf.ini ml2 mechanism_drivers=openvswitch,hyperv 2022-06-04 10:37:18.460 | + lib/neutron_plugins/ml2:populate_ml2_config:51 : CONF=/etc/neutron/plugins/ml2/ml2_conf.ini 2022-06-04 10:37:18.462 | + lib/neutron_plugins/ml2:populate_ml2_config:52 : SECTION=ml2 2022-06-04 10:37:18.465 | + lib/neutron_plugins/ml2:populate_ml2_config:53 : OPTS=mechanism_drivers=openvswitch,hyperv 2022-06-04 10:37:18.467 | + lib/neutron_plugins/ml2:populate_ml2_config:55 : '[' -z mechanism_drivers=openvswitch,hyperv ']' 2022-06-04 10:37:18.470 | + lib/neutron_plugins/ml2:populate_ml2_config:58 : for I in "${OPTS[@]}" 2022-06-04 10:37:18.472 | + lib/neutron_plugins/ml2:populate_ml2_config:60 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini ml2 mechanism_drivers openvswitch,hyperv 2022-06-04 10:37:18.500 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:129 : [[ -n '' ]] 2022-06-04 10:37:18.503 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:133 : populate_ml2_config /etc/neutron/plugins/ml2/ml2_conf.ini ml2 extension_drivers=port_security 2022-06-04 10:37:18.506 | + lib/neutron_plugins/ml2:populate_ml2_config:51 : CONF=/etc/neutron/plugins/ml2/ml2_conf.ini 2022-06-04 10:37:18.508 | + lib/neutron_plugins/ml2:populate_ml2_config:52 : SECTION=ml2 2022-06-04 10:37:18.510 | + lib/neutron_plugins/ml2:populate_ml2_config:53 : OPTS=extension_drivers=port_security 2022-06-04 10:37:18.513 | + lib/neutron_plugins/ml2:populate_ml2_config:55 : '[' -z extension_drivers=port_security ']' 2022-06-04 10:37:18.515 | + lib/neutron_plugins/ml2:populate_ml2_config:58 : for I in "${OPTS[@]}" 2022-06-04 10:37:18.518 | + lib/neutron_plugins/ml2:populate_ml2_config:60 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini ml2 extension_drivers port_security 2022-06-04 10:37:18.547 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:135 : populate_ml2_config /etc/neutron/plugins/ml2/ml2_conf.ini ml2 tenant_network_types=vlan 2022-06-04 10:37:18.549 | + lib/neutron_plugins/ml2:populate_ml2_config:51 : CONF=/etc/neutron/plugins/ml2/ml2_conf.ini 2022-06-04 10:37:18.552 | + lib/neutron_plugins/ml2:populate_ml2_config:52 : SECTION=ml2 2022-06-04 10:37:18.554 | + lib/neutron_plugins/ml2:populate_ml2_config:53 : OPTS=tenant_network_types=vlan 2022-06-04 10:37:18.557 | + lib/neutron_plugins/ml2:populate_ml2_config:55 : '[' -z tenant_network_types=vlan ']' 2022-06-04 10:37:18.559 | + lib/neutron_plugins/ml2:populate_ml2_config:58 : for I in "${OPTS[@]}" 2022-06-04 10:37:18.561 | + lib/neutron_plugins/ml2:populate_ml2_config:60 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini ml2 tenant_network_types vlan 2022-06-04 10:37:18.591 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:137 : populate_ml2_config /etc/neutron/plugins/ml2/ml2_conf.ini ml2_type_gre tunnel_id_ranges=1:1000 2022-06-04 10:37:18.593 | + lib/neutron_plugins/ml2:populate_ml2_config:51 : CONF=/etc/neutron/plugins/ml2/ml2_conf.ini 2022-06-04 10:37:18.596 | + lib/neutron_plugins/ml2:populate_ml2_config:52 : SECTION=ml2_type_gre 2022-06-04 10:37:18.598 | + lib/neutron_plugins/ml2:populate_ml2_config:53 : OPTS=tunnel_id_ranges=1:1000 2022-06-04 10:37:18.601 | + lib/neutron_plugins/ml2:populate_ml2_config:55 : '[' -z tunnel_id_ranges=1:1000 ']' 2022-06-04 10:37:18.603 | + lib/neutron_plugins/ml2:populate_ml2_config:58 : for I in "${OPTS[@]}" 2022-06-04 10:37:18.605 | + lib/neutron_plugins/ml2:populate_ml2_config:60 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini ml2_type_gre tunnel_id_ranges 1:1000 2022-06-04 10:37:18.634 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:139 : populate_ml2_config /etc/neutron/plugins/ml2/ml2_conf.ini ml2_type_vxlan vni_ranges=1:1000 2022-06-04 10:37:18.637 | + lib/neutron_plugins/ml2:populate_ml2_config:51 : CONF=/etc/neutron/plugins/ml2/ml2_conf.ini 2022-06-04 10:37:18.639 | + lib/neutron_plugins/ml2:populate_ml2_config:52 : SECTION=ml2_type_vxlan 2022-06-04 10:37:18.642 | + lib/neutron_plugins/ml2:populate_ml2_config:53 : OPTS=vni_ranges=1:1000 2022-06-04 10:37:18.645 | + lib/neutron_plugins/ml2:populate_ml2_config:55 : '[' -z vni_ranges=1:1000 ']' 2022-06-04 10:37:18.647 | + lib/neutron_plugins/ml2:populate_ml2_config:58 : for I in "${OPTS[@]}" 2022-06-04 10:37:18.650 | + lib/neutron_plugins/ml2:populate_ml2_config:60 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini ml2_type_vxlan vni_ranges 1:1000 2022-06-04 10:37:18.679 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:141 : populate_ml2_config /etc/neutron/plugins/ml2/ml2_conf.ini ml2_type_flat flat_networks=physnet1, 2022-06-04 10:37:18.681 | + lib/neutron_plugins/ml2:populate_ml2_config:51 : CONF=/etc/neutron/plugins/ml2/ml2_conf.ini 2022-06-04 10:37:18.684 | + lib/neutron_plugins/ml2:populate_ml2_config:52 : SECTION=ml2_type_flat 2022-06-04 10:37:18.686 | + lib/neutron_plugins/ml2:populate_ml2_config:53 : OPTS=flat_networks=physnet1, 2022-06-04 10:37:18.689 | + lib/neutron_plugins/ml2:populate_ml2_config:55 : '[' -z flat_networks=physnet1, ']' 2022-06-04 10:37:18.691 | + lib/neutron_plugins/ml2:populate_ml2_config:58 : for I in "${OPTS[@]}" 2022-06-04 10:37:18.694 | + lib/neutron_plugins/ml2:populate_ml2_config:60 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini ml2_type_flat flat_networks physnet1, 2022-06-04 10:37:18.724 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:143 : populate_ml2_config /etc/neutron/plugins/ml2/ml2_conf.ini ml2_type_vlan network_vlan_ranges=physnet1:550:599 2022-06-04 10:37:18.726 | + lib/neutron_plugins/ml2:populate_ml2_config:51 : CONF=/etc/neutron/plugins/ml2/ml2_conf.ini 2022-06-04 10:37:18.728 | + lib/neutron_plugins/ml2:populate_ml2_config:52 : SECTION=ml2_type_vlan 2022-06-04 10:37:18.731 | + lib/neutron_plugins/ml2:populate_ml2_config:53 : OPTS=network_vlan_ranges=physnet1:550:599 2022-06-04 10:37:18.733 | + lib/neutron_plugins/ml2:populate_ml2_config:55 : '[' -z network_vlan_ranges=physnet1:550:599 ']' 2022-06-04 10:37:18.736 | + lib/neutron_plugins/ml2:populate_ml2_config:58 : for I in "${OPTS[@]}" 2022-06-04 10:37:18.738 | + lib/neutron_plugins/ml2:populate_ml2_config:60 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini ml2_type_vlan network_vlan_ranges physnet1:550:599 2022-06-04 10:37:18.767 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:145 : populate_ml2_config /etc/neutron/plugins/ml2/ml2_conf.ini ml2_type_geneve vni_ranges=1:1000 2022-06-04 10:37:18.770 | + lib/neutron_plugins/ml2:populate_ml2_config:51 : CONF=/etc/neutron/plugins/ml2/ml2_conf.ini 2022-06-04 10:37:18.773 | + lib/neutron_plugins/ml2:populate_ml2_config:52 : SECTION=ml2_type_geneve 2022-06-04 10:37:18.775 | + lib/neutron_plugins/ml2:populate_ml2_config:53 : OPTS=vni_ranges=1:1000 2022-06-04 10:37:18.778 | + lib/neutron_plugins/ml2:populate_ml2_config:55 : '[' -z vni_ranges=1:1000 ']' 2022-06-04 10:37:18.780 | + lib/neutron_plugins/ml2:populate_ml2_config:58 : for I in "${OPTS[@]}" 2022-06-04 10:37:18.782 | + lib/neutron_plugins/ml2:populate_ml2_config:60 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini ml2_type_geneve vni_ranges 1:1000 2022-06-04 10:37:18.812 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:147 : [[ legacy != \l\e\g\a\c\y ]] 2022-06-04 10:37:18.815 | + lib/neutron-legacy:configure_mutnauq:361 : is_service_enabled q-agt 2022-06-04 10:37:18.832 | + functions-common:is_service_enabled:2082 : return 0 2022-06-04 10:37:18.835 | + lib/neutron-legacy:configure_mutnauq:362 : _configure_neutron_plugin_agent 2022-06-04 10:37:18.837 | + lib/neutron-legacy:_configure_neutron_plugin_agent:905 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini agent root_helper 'sudo /usr/local/bin/neutron-rootwrap /etc/neutron/rootwrap.conf' 2022-06-04 10:37:18.871 | + lib/neutron-legacy:_configure_neutron_plugin_agent:906 : [[ True == \T\r\u\e ]] 2022-06-04 10:37:18.873 | + lib/neutron-legacy:_configure_neutron_plugin_agent:907 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini agent root_helper_daemon 'sudo /usr/local/bin/neutron-rootwrap-daemon /etc/neutron/rootwrap.conf' 2022-06-04 10:37:18.903 | + lib/neutron-legacy:_configure_neutron_plugin_agent:909 : iniset /etc/neutron/neutron.conf DEFAULT debug True 2022-06-04 10:37:18.935 | + lib/neutron-legacy:_configure_neutron_plugin_agent:912 : neutron_plugin_configure_plugin_agent 2022-06-04 10:37:18.937 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_configure_plugin_agent:36 : _neutron_ovs_base_setup_bridge br-int 2022-06-04 10:37:18.941 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_setup_bridge:38 : local bridge=br-int 2022-06-04 10:37:18.943 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_setup_bridge:39 : neutron-ovs-cleanup --config-file /etc/neutron/neutron.conf 2022-06-04 10:37:21.973 | INFO neutron.common.config [-] Logging enabled! 2022-06-04 10:37:21.974 | INFO neutron.common.config [-] /usr/local/bin/neutron-ovs-cleanup version 20.1.0.dev298 2022-06-04 10:37:21.974 | DEBUG neutron.common.config [-] command line: /usr/local/bin/neutron-ovs-cleanup --config-file /etc/neutron/neutron.conf {{(pid=280367) setup_logging /opt/stack/neutron/neutron/common/config.py:120}} 2022-06-04 10:37:22.027 | DEBUG ovsdbapp.backend.ovs_idl [-] Created lookup_table index Flow_Table.name {{(pid=280367) autocreate_indices /usr/local/lib/python3.8/dist-packages/ovsdbapp/backend/ovs_idl/__init__.py:85}} 2022-06-04 10:37:22.027 | DEBUG ovsdbapp.backend.ovs_idl [-] Created lookup_table index Mirror.name {{(pid=280367) autocreate_indices /usr/local/lib/python3.8/dist-packages/ovsdbapp/backend/ovs_idl/__init__.py:85}} 2022-06-04 10:37:22.027 | DEBUG ovsdbapp.backend.ovs_idl [-] Created schema index Bridge.name {{(pid=280367) autocreate_indices /usr/local/lib/python3.8/dist-packages/ovsdbapp/backend/ovs_idl/__init__.py:104}} 2022-06-04 10:37:22.028 | DEBUG ovsdbapp.backend.ovs_idl [-] Created schema index Port.name {{(pid=280367) autocreate_indices /usr/local/lib/python3.8/dist-packages/ovsdbapp/backend/ovs_idl/__init__.py:104}} 2022-06-04 10:37:22.028 | DEBUG ovsdbapp.backend.ovs_idl [-] Created schema index Interface.name {{(pid=280367) autocreate_indices /usr/local/lib/python3.8/dist-packages/ovsdbapp/backend/ovs_idl/__init__.py:104}} 2022-06-04 10:37:22.028 | DEBUG ovsdbapp.backend.ovs_idl [-] Created schema index Manager.target {{(pid=280367) autocreate_indices /usr/local/lib/python3.8/dist-packages/ovsdbapp/backend/ovs_idl/__init__.py:104}} 2022-06-04 10:37:22.083 | INFO neutron.cmd.ovs_cleanup [-] OVS cleanup completed successfully 2022-06-04 10:37:22.083 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-06-04 10:37:22.083 | from cryptography.utils import int_from_bytes 2022-06-04 10:37:22.083 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-06-04 10:37:22.083 | from cryptography.utils import int_from_bytes 2022-06-04 10:37:22.449 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_setup_bridge:40 : _neutron_ovs_base_add_bridge br-int 2022-06-04 10:37:22.452 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_add_bridge:27 : local bridge=br-int 2022-06-04 10:37:22.455 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_add_bridge:28 : local 'addbr_cmd=sudo ovs-vsctl -- --may-exist add-br br-int' 2022-06-04 10:37:22.457 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_add_bridge:30 : '[' system '!=' system ']' 2022-06-04 10:37:22.460 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_add_bridge:34 : sudo ovs-vsctl -- --may-exist add-br br-int 2022-06-04 10:37:22.513 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_setup_bridge:41 : sudo ovs-vsctl --no-wait br-set-external-id br-int bridge-id br-int 2022-06-04 10:37:22.531 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_configure_plugin_agent:37 : _neutron_ovs_base_configure_firewall_driver 2022-06-04 10:37:22.534 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_configure_firewall_driver:101 : [[ True == \T\r\u\e ]] 2022-06-04 10:37:22.537 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_configure_firewall_driver:102 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini securitygroup firewall_driver openvswitch 2022-06-04 10:37:22.568 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_configure_firewall_driver:103 : running_in_container 2022-06-04 10:37:22.571 | ++ functions:running_in_container:793 : systemd-detect-virt --container 2022-06-04 10:37:22.579 | + functions:running_in_container:793 : [[ none != \n\o\n\e ]] 2022-06-04 10:37:22.582 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_configure_firewall_driver:104 : enable_kernel_bridge_firewall 2022-06-04 10:37:22.585 | + functions:enable_kernel_bridge_firewall:802 : sudo modprobe bridge 2022-06-04 10:37:22.598 | + functions:enable_kernel_bridge_firewall:805 : sudo modprobe br_netfilter 2022-06-04 10:37:22.611 | + functions:enable_kernel_bridge_firewall:809 : for proto in ip ip6 2022-06-04 10:37:22.614 | + functions:enable_kernel_bridge_firewall:810 : sudo sysctl -w net.bridge.bridge-nf-call-iptables=1 2022-06-04 10:37:22.622 | net.bridge.bridge-nf-call-iptables = 1 2022-06-04 10:37:22.625 | + functions:enable_kernel_bridge_firewall:809 : for proto in ip ip6 2022-06-04 10:37:22.628 | + functions:enable_kernel_bridge_firewall:810 : sudo sysctl -w net.bridge.bridge-nf-call-ip6tables=1 2022-06-04 10:37:22.636 | net.bridge.bridge-nf-call-ip6tables = 1 2022-06-04 10:37:22.639 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_configure_plugin_agent:40 : [[ False == \T\r\u\e ]] 2022-06-04 10:37:22.642 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_configure_plugin_agent:48 : [[ physnet1 != '' ]] 2022-06-04 10:37:22.645 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_configure_plugin_agent:48 : [[ br-data != '' ]] 2022-06-04 10:37:22.648 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_configure_plugin_agent:49 : [[ physnet1:br-data == '' ]] 2022-06-04 10:37:22.650 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_configure_plugin_agent:54 : _neutron_ovs_base_add_bridge br-data 2022-06-04 10:37:22.653 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_add_bridge:27 : local bridge=br-data 2022-06-04 10:37:22.655 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_add_bridge:28 : local 'addbr_cmd=sudo ovs-vsctl -- --may-exist add-br br-data' 2022-06-04 10:37:22.658 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_add_bridge:30 : '[' system '!=' system ']' 2022-06-04 10:37:22.661 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_add_bridge:34 : sudo ovs-vsctl -- --may-exist add-br br-data 2022-06-04 10:37:22.686 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_configure_plugin_agent:56 : [[ physnet1:br-data != '' ]] 2022-06-04 10:37:22.688 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_configure_plugin_agent:57 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini ovs bridge_mappings physnet1:br-data 2022-06-04 10:37:22.724 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_configure_plugin_agent:59 : AGENT_BINARY=/usr/local/bin/neutron-openvswitch-agent 2022-06-04 10:37:22.726 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_configure_plugin_agent:61 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini agent tunnel_types 2022-06-04 10:37:22.755 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_configure_plugin_agent:62 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini ovs datapath_type system 2022-06-04 10:37:22.786 | + lib/neutron-legacy:configure_mutnauq:364 : is_service_enabled q-dhcp 2022-06-04 10:37:22.803 | + functions-common:is_service_enabled:2082 : return 0 2022-06-04 10:37:22.805 | + lib/neutron-legacy:configure_mutnauq:365 : _configure_neutron_dhcp_agent 2022-06-04 10:37:22.808 | + lib/neutron-legacy:_configure_neutron_dhcp_agent:846 : cp /opt/stack/neutron/etc/dhcp_agent.ini.sample /etc/neutron/dhcp_agent.ini 2022-06-04 10:37:22.813 | + lib/neutron-legacy:_configure_neutron_dhcp_agent:848 : iniset /etc/neutron/dhcp_agent.ini DEFAULT debug True 2022-06-04 10:37:22.842 | + lib/neutron-legacy:_configure_neutron_dhcp_agent:850 : iniset /etc/neutron/dhcp_agent.ini DEFAULT dnsmasq_local_resolv True 2022-06-04 10:37:22.872 | + lib/neutron-legacy:_configure_neutron_dhcp_agent:851 : iniset /etc/neutron/dhcp_agent.ini AGENT root_helper 'sudo /usr/local/bin/neutron-rootwrap /etc/neutron/rootwrap.conf' 2022-06-04 10:37:22.905 | + lib/neutron-legacy:_configure_neutron_dhcp_agent:852 : [[ True == \T\r\u\e ]] 2022-06-04 10:37:22.907 | + lib/neutron-legacy:_configure_neutron_dhcp_agent:853 : iniset /etc/neutron/dhcp_agent.ini AGENT root_helper_daemon 'sudo /usr/local/bin/neutron-rootwrap-daemon /etc/neutron/rootwrap.conf' 2022-06-04 10:37:22.937 | + lib/neutron-legacy:_configure_neutron_dhcp_agent:856 : is_service_enabled q-l3 2022-06-04 10:37:22.955 | + functions-common:is_service_enabled:2082 : return 0 2022-06-04 10:37:22.958 | + lib/neutron-legacy:_configure_neutron_dhcp_agent:867 : _neutron_setup_interface_driver /etc/neutron/dhcp_agent.ini 2022-06-04 10:37:22.960 | + lib/neutron-legacy:_neutron_setup_interface_driver:1028 : iniset /etc/neutron/dhcp_agent.ini DEFAULT ovs_use_veth False 2022-06-04 10:37:22.991 | + lib/neutron-legacy:_neutron_setup_interface_driver:1030 : neutron_plugin_setup_interface_driver /etc/neutron/dhcp_agent.ini 2022-06-04 10:37:22.993 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_setup_interface_driver:66 : local conf_file=/etc/neutron/dhcp_agent.ini 2022-06-04 10:37:22.996 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_setup_interface_driver:67 : iniset /etc/neutron/dhcp_agent.ini DEFAULT interface_driver openvswitch 2022-06-04 10:37:23.026 | + lib/neutron-legacy:_configure_neutron_dhcp_agent:869 : neutron_plugin_configure_dhcp_agent /etc/neutron/dhcp_agent.ini 2022-06-04 10:37:23.028 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_configure_dhcp_agent:25 : local conf_file=/etc/neutron/dhcp_agent.ini 2022-06-04 10:37:23.031 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_configure_dhcp_agent:26 : : 2022-06-04 10:37:23.034 | + lib/neutron-legacy:configure_mutnauq:367 : is_service_enabled q-l3 2022-06-04 10:37:23.050 | + functions-common:is_service_enabled:2082 : return 0 2022-06-04 10:37:23.053 | + lib/neutron-legacy:configure_mutnauq:368 : _configure_neutron_l3_agent 2022-06-04 10:37:23.055 | + lib/neutron_plugins/services/l3:_configure_neutron_l3_agent:114 : cp /opt/stack/neutron/etc/l3_agent.ini.sample /etc/neutron/l3_agent.ini 2022-06-04 10:37:23.060 | + lib/neutron_plugins/services/l3:_configure_neutron_l3_agent:116 : iniset /etc/neutron/l3_agent.ini DEFAULT debug True 2022-06-04 10:37:23.090 | + lib/neutron_plugins/services/l3:_configure_neutron_l3_agent:117 : iniset /etc/neutron/l3_agent.ini AGENT root_helper 'sudo /usr/local/bin/neutron-rootwrap /etc/neutron/rootwrap.conf' 2022-06-04 10:37:23.122 | + lib/neutron_plugins/services/l3:_configure_neutron_l3_agent:118 : [[ True == \T\r\u\e ]] 2022-06-04 10:37:23.125 | + lib/neutron_plugins/services/l3:_configure_neutron_l3_agent:119 : iniset /etc/neutron/l3_agent.ini AGENT root_helper_daemon 'sudo /usr/local/bin/neutron-rootwrap-daemon /etc/neutron/rootwrap.conf' 2022-06-04 10:37:23.155 | + lib/neutron_plugins/services/l3:_configure_neutron_l3_agent:122 : _neutron_setup_interface_driver /etc/neutron/l3_agent.ini 2022-06-04 10:37:23.158 | + lib/neutron-legacy:_neutron_setup_interface_driver:1028 : iniset /etc/neutron/l3_agent.ini DEFAULT ovs_use_veth False 2022-06-04 10:37:23.187 | + lib/neutron-legacy:_neutron_setup_interface_driver:1030 : neutron_plugin_setup_interface_driver /etc/neutron/l3_agent.ini 2022-06-04 10:37:23.190 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_setup_interface_driver:66 : local conf_file=/etc/neutron/l3_agent.ini 2022-06-04 10:37:23.192 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_setup_interface_driver:67 : iniset /etc/neutron/l3_agent.ini DEFAULT interface_driver openvswitch 2022-06-04 10:37:23.222 | + lib/neutron_plugins/services/l3:_configure_neutron_l3_agent:124 : neutron_plugin_configure_l3_agent /etc/neutron/l3_agent.ini 2022-06-04 10:37:23.225 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_configure_l3_agent:30 : local conf_file=/etc/neutron/l3_agent.ini 2022-06-04 10:37:23.227 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_configure_l3_agent:31 : _neutron_ovs_base_configure_l3_agent 2022-06-04 10:37:23.230 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_configure_l3_agent:112 : neutron-ovs-cleanup --config-file /etc/neutron/neutron.conf 2022-06-04 10:37:26.264 | INFO neutron.common.config [-] Logging enabled! 2022-06-04 10:37:26.264 | INFO neutron.common.config [-] /usr/local/bin/neutron-ovs-cleanup version 20.1.0.dev298 2022-06-04 10:37:26.265 | DEBUG neutron.common.config [-] command line: /usr/local/bin/neutron-ovs-cleanup --config-file /etc/neutron/neutron.conf {{(pid=280899) setup_logging /opt/stack/neutron/neutron/common/config.py:120}} 2022-06-04 10:37:26.318 | DEBUG ovsdbapp.backend.ovs_idl [-] Created lookup_table index Flow_Table.name {{(pid=280899) autocreate_indices /usr/local/lib/python3.8/dist-packages/ovsdbapp/backend/ovs_idl/__init__.py:85}} 2022-06-04 10:37:26.318 | DEBUG ovsdbapp.backend.ovs_idl [-] Created lookup_table index Mirror.name {{(pid=280899) autocreate_indices /usr/local/lib/python3.8/dist-packages/ovsdbapp/backend/ovs_idl/__init__.py:85}} 2022-06-04 10:37:26.318 | DEBUG ovsdbapp.backend.ovs_idl [-] Created schema index Bridge.name {{(pid=280899) autocreate_indices /usr/local/lib/python3.8/dist-packages/ovsdbapp/backend/ovs_idl/__init__.py:104}} 2022-06-04 10:37:26.318 | DEBUG ovsdbapp.backend.ovs_idl [-] Created schema index Port.name {{(pid=280899) autocreate_indices /usr/local/lib/python3.8/dist-packages/ovsdbapp/backend/ovs_idl/__init__.py:104}} 2022-06-04 10:37:26.318 | DEBUG ovsdbapp.backend.ovs_idl [-] Created schema index Interface.name {{(pid=280899) autocreate_indices /usr/local/lib/python3.8/dist-packages/ovsdbapp/backend/ovs_idl/__init__.py:104}} 2022-06-04 10:37:26.319 | DEBUG ovsdbapp.backend.ovs_idl [-] Created schema index Manager.target {{(pid=280899) autocreate_indices /usr/local/lib/python3.8/dist-packages/ovsdbapp/backend/ovs_idl/__init__.py:104}} 2022-06-04 10:37:26.381 | INFO neutron.cmd.ovs_cleanup [-] Cleaning bridge: br-int 2022-06-04 10:37:26.381 | DEBUG ovsdbapp.backend.ovs_idl.transaction [-] Running txn n=1 command(idx=0): OvsCleanup(bridge=br-int, all_ports=False) {{(pid=280899) do_commit /usr/local/lib/python3.8/dist-packages/ovsdbapp/backend/ovs_idl/transaction.py:90}} 2022-06-04 10:37:26.382 | DEBUG ovsdbapp.backend.ovs_idl.transaction [-] Transaction caused no change {{(pid=280899) do_commit /usr/local/lib/python3.8/dist-packages/ovsdbapp/backend/ovs_idl/transaction.py:141}} 2022-06-04 10:37:26.382 | INFO neutron.cmd.ovs_cleanup [-] OVS cleanup completed successfully 2022-06-04 10:37:26.382 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-06-04 10:37:26.382 | from cryptography.utils import int_from_bytes 2022-06-04 10:37:26.382 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-06-04 10:37:26.382 | from cryptography.utils import int_from_bytes 2022-06-04 10:37:26.780 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_configure_l3_agent:113 : [[ False = \T\r\u\e ]] 2022-06-04 10:37:26.784 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_configure_l3_agent:121 : _neutron_ovs_base_add_public_bridge 2022-06-04 10:37:26.786 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_add_public_bridge:127 : _neutron_ovs_base_add_bridge br-data 2022-06-04 10:37:26.789 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_add_bridge:27 : local bridge=br-data 2022-06-04 10:37:26.791 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_add_bridge:28 : local 'addbr_cmd=sudo ovs-vsctl -- --may-exist add-br br-data' 2022-06-04 10:37:26.794 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_add_bridge:30 : '[' system '!=' system ']' 2022-06-04 10:37:26.796 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_add_bridge:34 : sudo ovs-vsctl -- --may-exist add-br br-data 2022-06-04 10:37:26.814 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_add_public_bridge:128 : set_mtu br-data 1500 2022-06-04 10:37:26.817 | + functions:set_mtu:785 : local dev=br-data 2022-06-04 10:37:26.819 | + functions:set_mtu:786 : local mtu=1500 2022-06-04 10:37:26.822 | + functions:set_mtu:787 : sudo ip link set mtu 1500 dev br-data 2022-06-04 10:37:26.834 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_configure_l3_agent:122 : sudo ovs-vsctl br-set-external-id br-data bridge-id br-data 2022-06-04 10:37:26.854 | + lib/neutron_plugins/services/l3:_configure_neutron_l3_agent:126 : _configure_public_network_connectivity 2022-06-04 10:37:26.856 | + lib/neutron-legacy:_configure_public_network_connectivity:712 : [[ -n eth1 ]] 2022-06-04 10:37:26.859 | + lib/neutron-legacy:_configure_public_network_connectivity:713 : _move_neutron_addresses_route eth1 br-data True False inet 2022-06-04 10:37:26.862 | + lib/neutron-legacy:_move_neutron_addresses_route:653 : local from_intf=eth1 2022-06-04 10:37:26.864 | + lib/neutron-legacy:_move_neutron_addresses_route:654 : local to_intf=br-data 2022-06-04 10:37:26.867 | + lib/neutron-legacy:_move_neutron_addresses_route:655 : local add_ovs_port=True 2022-06-04 10:37:26.870 | + lib/neutron-legacy:_move_neutron_addresses_route:656 : local del_ovs_port=False 2022-06-04 10:37:26.872 | + lib/neutron-legacy:_move_neutron_addresses_route:657 : local af=inet 2022-06-04 10:37:26.875 | + lib/neutron-legacy:_move_neutron_addresses_route:659 : [[ -n eth1 ]] 2022-06-04 10:37:26.877 | + lib/neutron-legacy:_move_neutron_addresses_route:659 : [[ -n br-data ]] 2022-06-04 10:37:26.880 | + lib/neutron-legacy:_move_neutron_addresses_route:665 : local IP_REPLACE= 2022-06-04 10:37:26.882 | + lib/neutron-legacy:_move_neutron_addresses_route:666 : local IP_DEL= 2022-06-04 10:37:26.885 | + lib/neutron-legacy:_move_neutron_addresses_route:667 : local IP_UP= 2022-06-04 10:37:26.887 | + lib/neutron-legacy:_move_neutron_addresses_route:668 : local DEFAULT_ROUTE_GW 2022-06-04 10:37:26.891 | ++ lib/neutron-legacy:_move_neutron_addresses_route:669 : ip -f inet r 2022-06-04 10:37:26.891 | ++ lib/neutron-legacy:_move_neutron_addresses_route:669 : awk '/default.+eth1\s/ { print $3; exit }' 2022-06-04 10:37:26.898 | + lib/neutron-legacy:_move_neutron_addresses_route:669 : DEFAULT_ROUTE_GW= 2022-06-04 10:37:26.900 | + lib/neutron-legacy:_move_neutron_addresses_route:670 : local ADD_OVS_PORT= 2022-06-04 10:37:26.903 | + lib/neutron-legacy:_move_neutron_addresses_route:671 : local DEL_OVS_PORT= 2022-06-04 10:37:26.905 | + lib/neutron-legacy:_move_neutron_addresses_route:672 : local ARP_CMD= 2022-06-04 10:37:26.910 | ++ lib/neutron-legacy:_move_neutron_addresses_route:674 : ip -f inet a s dev eth1 scope global primary 2022-06-04 10:37:26.913 | ++ lib/neutron-legacy:_move_neutron_addresses_route:674 : awk '{ print $2, $3, $4; exit }' 2022-06-04 10:37:26.913 | ++ lib/neutron-legacy:_move_neutron_addresses_route:674 : grep inet 2022-06-04 10:37:26.916 | + lib/neutron-legacy:_move_neutron_addresses_route:674 : IP_BRD='192.168.0.74/22 brd 192.168.3.255' 2022-06-04 10:37:26.919 | + lib/neutron-legacy:_move_neutron_addresses_route:676 : '[' '' '!=' '' ']' 2022-06-04 10:37:26.921 | + lib/neutron-legacy:_move_neutron_addresses_route:680 : [[ True == \T\r\u\e ]] 2022-06-04 10:37:26.925 | + lib/neutron-legacy:_move_neutron_addresses_route:681 : ADD_OVS_PORT='sudo ovs-vsctl --may-exist add-port br-data eth1' 2022-06-04 10:37:26.927 | + lib/neutron-legacy:_move_neutron_addresses_route:684 : [[ False == \T\r\u\e ]] 2022-06-04 10:37:26.930 | + lib/neutron-legacy:_move_neutron_addresses_route:688 : [[ 192.168.0.74/22 brd 192.168.3.255 != '' ]] 2022-06-04 10:37:26.932 | + lib/neutron-legacy:_move_neutron_addresses_route:689 : IP_DEL='sudo ip addr del 192.168.0.74/22 brd 192.168.3.255 dev eth1' 2022-06-04 10:37:26.935 | + lib/neutron-legacy:_move_neutron_addresses_route:690 : IP_REPLACE='sudo ip addr replace 192.168.0.74/22 brd 192.168.3.255 dev br-data' 2022-06-04 10:37:26.937 | + lib/neutron-legacy:_move_neutron_addresses_route:691 : IP_UP='sudo ip link set br-data up' 2022-06-04 10:37:26.940 | + lib/neutron-legacy:_move_neutron_addresses_route:692 : [[ inet == \i\n\e\t ]] 2022-06-04 10:37:26.945 | ++ lib/neutron-legacy:_move_neutron_addresses_route:693 : echo 192.168.0.74/22 brd 192.168.3.255 2022-06-04 10:37:26.945 | ++ lib/neutron-legacy:_move_neutron_addresses_route:693 : awk '{ print $1; exit }' 2022-06-04 10:37:26.945 | ++ lib/neutron-legacy:_move_neutron_addresses_route:693 : grep -o -E '(.*)/' 2022-06-04 10:37:26.946 | ++ lib/neutron-legacy:_move_neutron_addresses_route:693 : cut -d / -f1 2022-06-04 10:37:26.951 | + lib/neutron-legacy:_move_neutron_addresses_route:693 : IP=192.168.0.74 2022-06-04 10:37:26.954 | + lib/neutron-legacy:_move_neutron_addresses_route:694 : ARP_CMD='sudo ping -c 3 -w 5 -I br-data 192.168.0.74 ' 2022-06-04 10:37:26.956 | + lib/neutron-legacy:_move_neutron_addresses_route:700 : sudo ip addr del 192.168.0.74/22 brd 192.168.3.255 dev eth1 2022-06-04 10:37:26.968 | + lib/neutron-legacy:_move_neutron_addresses_route:700 : sudo ip addr replace 192.168.0.74/22 brd 192.168.3.255 dev br-data 2022-06-04 10:37:26.982 | + lib/neutron-legacy:_move_neutron_addresses_route:700 : sudo ip link set br-data up 2022-06-04 10:37:26.995 | + lib/neutron-legacy:_move_neutron_addresses_route:700 : sudo ovs-vsctl --may-exist add-port br-data eth1 2022-06-04 10:37:27.016 | + lib/neutron-legacy:_move_neutron_addresses_route:700 : sudo ping -c 3 -w 5 -I br-data 192.168.0.74 2022-06-04 10:37:27.026 | PING 192.168.0.74 (192.168.0.74) from 192.168.0.74 br-data: 56(84) bytes of data. 2022-06-04 10:37:27.026 | 64 bytes from 192.168.0.74: icmp_seq=1 ttl=64 time=0.076 ms 2022-06-04 10:37:28.056 | 64 bytes from 192.168.0.74: icmp_seq=2 ttl=64 time=0.035 ms 2022-06-04 10:37:29.080 | 64 bytes from 192.168.0.74: icmp_seq=3 ttl=64 time=0.046 ms 2022-06-04 10:37:29.080 | 2022-06-04 10:37:29.080 | --- 192.168.0.74 ping statistics --- 2022-06-04 10:37:29.080 | 3 packets transmitted, 3 received, 0% packet loss, time 2054ms 2022-06-04 10:37:29.080 | rtt min/avg/max/mdev = 0.035/0.052/0.076/0.017 ms 2022-06-04 10:37:29.086 | ++ lib/neutron-legacy:_configure_public_network_connectivity:715 : ip -f inet6 a s dev eth1 2022-06-04 10:37:29.086 | ++ lib/neutron-legacy:_configure_public_network_connectivity:715 : grep -c global 2022-06-04 10:37:29.092 | + lib/neutron-legacy:_configure_public_network_connectivity:715 : [[ 0 != 0 ]] 2022-06-04 10:37:29.094 | + lib/neutron-legacy:configure_mutnauq:370 : is_service_enabled q-meta 2022-06-04 10:37:29.113 | + functions-common:is_service_enabled:2082 : return 0 2022-06-04 10:37:29.115 | + lib/neutron-legacy:configure_mutnauq:371 : _configure_neutron_metadata_agent 2022-06-04 10:37:29.118 | + lib/neutron-legacy:_configure_neutron_metadata_agent:874 : cp /opt/stack/neutron/etc/metadata_agent.ini.sample /etc/neutron/metadata_agent.ini 2022-06-04 10:37:29.123 | + lib/neutron-legacy:_configure_neutron_metadata_agent:876 : iniset /etc/neutron/metadata_agent.ini DEFAULT debug True 2022-06-04 10:37:29.153 | + lib/neutron-legacy:_configure_neutron_metadata_agent:877 : iniset /etc/neutron/metadata_agent.ini DEFAULT nova_metadata_host 10.222.0.66 2022-06-04 10:37:29.184 | + lib/neutron-legacy:_configure_neutron_metadata_agent:878 : iniset /etc/neutron/metadata_agent.ini DEFAULT metadata_workers 2 2022-06-04 10:37:29.213 | + lib/neutron-legacy:_configure_neutron_metadata_agent:879 : iniset /etc/neutron/metadata_agent.ini AGENT root_helper 'sudo /usr/local/bin/neutron-rootwrap /etc/neutron/rootwrap.conf' 2022-06-04 10:37:29.246 | + lib/neutron-legacy:_configure_neutron_metadata_agent:880 : [[ True == \T\r\u\e ]] 2022-06-04 10:37:29.248 | + lib/neutron-legacy:_configure_neutron_metadata_agent:881 : iniset /etc/neutron/metadata_agent.ini AGENT root_helper_daemon 'sudo /usr/local/bin/neutron-rootwrap-daemon /etc/neutron/rootwrap.conf' 2022-06-04 10:37:29.277 | + lib/neutron-legacy:configure_mutnauq:374 : [[ legacy != \l\e\g\a\c\y ]] 2022-06-04 10:37:29.280 | + lib/neutron-legacy:configure_mutnauq:377 : is_service_enabled ceilometer 2022-06-04 10:37:29.298 | + functions-common:is_service_enabled:2082 : return 1 2022-06-04 10:37:29.301 | + lib/neutron-legacy:configure_mutnauq:381 : [[ openvswitch == \o\v\n ]] 2022-06-04 10:37:29.303 | + lib/neutron-legacy:configure_mutnauq:387 : is_service_enabled q-placement neutron-placement 2022-06-04 10:37:29.320 | + functions-common:is_service_enabled:2082 : return 1 2022-06-04 10:37:29.323 | + lib/neutron-legacy:configure_mutnauq:390 : is_service_enabled q-trunk neutron-trunk 2022-06-04 10:37:29.341 | + functions-common:is_service_enabled:2082 : return 1 2022-06-04 10:37:29.343 | + lib/neutron-legacy:configure_mutnauq:393 : is_service_enabled q-qos neutron-qos 2022-06-04 10:37:29.362 | + functions-common:is_service_enabled:2082 : return 1 2022-06-04 10:37:29.364 | + lib/neutron-legacy:configure_mutnauq:401 : iniset /etc/neutron/neutron.conf DEFAULT api_workers 2 2022-06-04 10:37:29.395 | + lib/neutron-legacy:configure_mutnauq:405 : iniset /etc/neutron/neutron.conf DEFAULT rpc_state_report_workers 0 2022-06-04 10:37:29.426 | + lib/neutron:configure_neutron:627 : '[' False == True ']' 2022-06-04 10:37:29.428 | + ./stack.sh:main:1145 : is_service_enabled mysql postgresql 2022-06-04 10:37:29.447 | + functions-common:is_service_enabled:2082 : return 0 2022-06-04 10:37:29.449 | + ./stack.sh:main:1145 : is_service_enabled neutron 2022-06-04 10:37:29.468 | + functions-common:is_service_enabled:2082 : return 0 2022-06-04 10:37:29.472 | + ./stack.sh:main:1146 : async_runfunc init_neutron 2022-06-04 10:37:29.474 | + inc/async:async_runfunc:116 : async_run init_neutron init_neutron 2022-06-04 10:37:29.536 | + inc/async:async_inner:63 : init_neutron 2022-06-04 10:37:29.576 | [232427 Async init_neutron:281409]: running: init_neutron 2022-06-04 10:37:29.579 | + ./stack.sh:main:1154 : is_service_enabled q-dhcp 2022-06-04 10:37:29.601 | + functions-common:is_service_enabled:2082 : return 0 2022-06-04 10:37:29.605 | ++ ./stack.sh:main:1157 : pidof NetworkManager 2022-06-04 10:37:29.615 | ++ ./stack.sh:main:1157 : true 2022-06-04 10:37:29.618 | + ./stack.sh:main:1157 : netman_pid= 2022-06-04 10:37:29.620 | + ./stack.sh:main:1158 : '[' -z '' ']' 2022-06-04 10:37:29.623 | + ./stack.sh:main:1159 : sudo killall dnsmasq 2022-06-04 10:37:29.639 | + ./stack.sh:main:1164 : clean_iptables 2022-06-04 10:37:29.647 | + lib/nova:clean_iptables:186 : sed 's/-c [0-9]* [0-9]* //g' 2022-06-04 10:37:29.647 | + lib/nova:clean_iptables:186 : bash 2022-06-04 10:37:29.647 | + lib/nova:clean_iptables:186 : sed s/-A/-D/g 2022-06-04 10:37:29.649 | + lib/nova:clean_iptables:186 : sudo iptables -S -v 2022-06-04 10:37:29.651 | + lib/nova:clean_iptables:186 : awk '{print "sudo iptables",$0}' 2022-06-04 10:37:29.653 | + lib/nova:clean_iptables:186 : grep nova 2022-06-04 10:37:29.657 | + lib/nova:clean_iptables:186 : grep '\-A' 2022-06-04 10:37:29.668 | + lib/nova:clean_iptables:188 : grep '\-A' 2022-06-04 10:37:29.672 | + lib/nova:clean_iptables:188 : bash 2022-06-04 10:37:29.672 | + lib/nova:clean_iptables:188 : grep nova 2022-06-04 10:37:29.673 | + lib/nova:clean_iptables:188 : sed 's/-c [0-9]* [0-9]* //g' 2022-06-04 10:37:29.673 | + lib/nova:clean_iptables:188 : sudo iptables -S -v -t nat 2022-06-04 10:37:29.673 | + lib/nova:clean_iptables:188 : sed s/-A/-D/g 2022-06-04 10:37:29.677 | + lib/nova:clean_iptables:188 : awk '{print "sudo iptables -t nat",$0}' 2022-06-04 10:37:29.692 | + lib/nova:clean_iptables:190 : sed 's/-c [0-9]* [0-9]* //g' 2022-06-04 10:37:29.692 | + lib/nova:clean_iptables:190 : grep nova 2022-06-04 10:37:29.693 | + lib/nova:clean_iptables:190 : grep '\-N' 2022-06-04 10:37:29.694 | + lib/nova:clean_iptables:190 : awk '{print "sudo iptables",$0}' 2022-06-04 10:37:29.697 | + lib/nova:clean_iptables:190 : bash 2022-06-04 10:37:29.698 | + lib/nova:clean_iptables:190 : sed s/-N/-X/g 2022-06-04 10:37:29.699 | + lib/nova:clean_iptables:190 : sudo iptables -S -v 2022-06-04 10:37:29.715 | + lib/nova:clean_iptables:192 : sudo iptables -S -v -t nat 2022-06-04 10:37:29.715 | + lib/nova:clean_iptables:192 : sed 's/-c [0-9]* [0-9]* //g' 2022-06-04 10:37:29.718 | + lib/nova:clean_iptables:192 : sed s/-N/-X/g 2022-06-04 10:37:29.724 | + lib/nova:clean_iptables:192 : awk '{print "sudo iptables -t nat",$0}' 2022-06-04 10:37:29.726 | + lib/nova:clean_iptables:192 : grep '\-N' 2022-06-04 10:37:29.728 | + lib/nova:clean_iptables:192 : grep nova 2022-06-04 10:37:29.728 | + lib/nova:clean_iptables:192 : bash 2022-06-04 10:37:29.735 | + ./stack.sh:main:1167 : sudo sysctl -w net.ipv4.ip_forward=1 2022-06-04 10:37:29.747 | net.ipv4.ip_forward = 1 2022-06-04 10:37:29.751 | + ./stack.sh:main:1172 : is_service_enabled nova neutron 2022-06-04 10:37:29.771 | + functions-common:is_service_enabled:2082 : return 0 2022-06-04 10:37:29.774 | + ./stack.sh:main:1173 : configure_os_vif 2022-06-04 10:37:29.776 | + lib/os-vif:configure_os_vif:21 : [[ -e /etc/nova/nova.conf ]] 2022-06-04 10:37:29.779 | + lib/os-vif:configure_os_vif:22 : iniset /etc/nova/nova.conf os_vif_ovs ovsdb_interface vsctl 2022-06-04 10:37:29.816 | + lib/os-vif:configure_os_vif:23 : iniset /etc/nova/nova.conf os_vif_ovs isolate_vif False 2022-06-04 10:37:29.848 | + lib/os-vif:configure_os_vif:25 : [[ -e /etc/neutron/neutron.conf ]] 2022-06-04 10:37:29.851 | + lib/os-vif:configure_os_vif:26 : iniset /etc/neutron/neutron.conf os_vif_ovs ovsdb_interface vsctl 2022-06-04 10:37:29.888 | + lib/os-vif:configure_os_vif:27 : iniset /etc/neutron/neutron.conf os_vif_ovs isolate_vif False 2022-06-04 10:37:29.923 | + ./stack.sh:main:1179 : is_service_enabled swift 2022-06-04 10:37:29.943 | + functions-common:is_service_enabled:2082 : return 0 2022-06-04 10:37:29.946 | + ./stack.sh:main:1180 : echo_summary 'Configuring Swift' 2022-06-04 10:37:29.949 | + ./stack.sh:echo_summary:435 : [[ -t 3 ]] 2022-06-04 10:37:29.952 | + ./stack.sh:echo_summary:441 : echo -e Configuring Swift 2022-06-04 10:37:29.954 | + ./stack.sh:main:1181 : async_runfunc init_swift 2022-06-04 10:37:29.958 | + inc/async:async_runfunc:116 : async_run init_swift init_swift 2022-06-04 10:37:30.023 | + inc/async:async_inner:63 : init_swift 2022-06-04 10:37:30.083 | [232427 Async init_swift:281768]: running: init_swift 2022-06-04 10:37:30.086 | + ./stack.sh:main:1188 : is_service_enabled cinder 2022-06-04 10:37:30.112 | + functions-common:is_service_enabled:2082 : return 0 2022-06-04 10:37:30.118 | + ./stack.sh:main:1189 : echo_summary 'Configuring Cinder' 2022-06-04 10:37:30.121 | + ./stack.sh:echo_summary:435 : [[ -t 3 ]] 2022-06-04 10:37:30.123 | + ./stack.sh:echo_summary:441 : echo -e Configuring Cinder 2022-06-04 10:37:30.126 | + ./stack.sh:main:1190 : async_runfunc init_cinder 2022-06-04 10:37:30.129 | + inc/async:async_runfunc:116 : async_run init_cinder init_cinder 2022-06-04 10:37:30.216 | + inc/async:async_inner:63 : init_cinder 2022-06-04 10:37:30.269 | [232427 Async init_cinder:281863]: running: init_cinder 2022-06-04 10:37:30.272 | + ./stack.sh:main:1196 : is_service_enabled placement 2022-06-04 10:37:30.306 | + functions-common:is_service_enabled:2082 : return 0 2022-06-04 10:37:30.310 | + ./stack.sh:main:1197 : echo_summary 'Configuring placement' 2022-06-04 10:37:30.320 | + ./stack.sh:echo_summary:435 : [[ -t 3 ]] 2022-06-04 10:37:30.322 | + ./stack.sh:echo_summary:441 : echo -e Configuring placement 2022-06-04 10:37:30.325 | + ./stack.sh:main:1198 : async_runfunc init_placement 2022-06-04 10:37:30.331 | + inc/async:async_runfunc:116 : async_run init_placement init_placement 2022-06-04 10:37:30.430 | + inc/async:async_inner:63 : init_placement 2022-06-04 10:37:30.492 | [232427 Async init_placement:281983]: running: init_placement 2022-06-04 10:37:30.492 | + ./stack.sh:main:1202 : async_wait init_neutron 2022-06-04 10:37:30.618 | [232427 Async init_neutron:281409]: Waiting for completion of init_neutron running on PID 281409 (6 other jobs running) 2022-06-04 10:37:30.677 | [232427 Async init_neutron:281409]: Signaling child to exit 2022-06-04 10:37:41.740 | + inc/async:async_inner:64 : rc=0 2022-06-04 10:37:41.818 | [281863 Async init_cinder:281863]: finished successfully 2022-06-04 10:37:45.209 | + inc/async:async_inner:64 : rc=0 2022-06-04 10:37:45.238 | [281768 Async init_swift:281768]: finished successfully 2022-06-04 10:37:58.340 | + inc/async:async_inner:64 : rc=0 2022-06-04 10:37:58.366 | [281409 Async init_neutron:281409]: finished successfully 2022-06-04 10:37:58.387 | WAKEUP 2022-06-04 10:37:58.411 | [232427 Async init_neutron:281409]: Signaled 2022-06-04 10:37:58.413 | + lib/neutron:init_neutron:678 : is_neutron_legacy_enabled 2022-06-04 10:37:58.413 | ++ lib/neutron:is_neutron_legacy_enabled:136 : echo n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon 2022-06-04 10:37:58.413 | ++ lib/neutron:is_neutron_legacy_enabled:136 : sed s/neutron-//g 2022-06-04 10:37:58.413 | + lib/neutron:is_neutron_legacy_enabled:136 : disabled_services_copy=n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon 2022-06-04 10:37:58.413 | + lib/neutron:is_neutron_legacy_enabled:137 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon =~ ,neutron ]] 2022-06-04 10:37:58.413 | + 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-06-04 10:37:58.413 | + lib/neutron:is_neutron_legacy_enabled:138 : return 0 2022-06-04 10:37:58.413 | + lib/neutron:init_neutron:680 : init_mutnauq 2022-06-04 10:37:58.413 | + lib/neutron-legacy:init_mutnauq:459 : recreate_database neutron 2022-06-04 10:37:58.413 | + lib/database:recreate_database:112 : local db=neutron 2022-06-04 10:37:58.413 | + lib/database:recreate_database:113 : recreate_database_mysql neutron 2022-06-04 10:37:58.413 | + lib/databases/mysql:recreate_database_mysql:66 : local db=neutron 2022-06-04 10:37:58.413 | + lib/databases/mysql:recreate_database_mysql:67 : mysql -uroot -pPassw0rd -h127.0.0.1 -e 'DROP DATABASE IF EXISTS neutron;' 2022-06-04 10:37:58.413 | mysql: [Warning] Using a password on the command line interface can be insecure. 2022-06-04 10:37:58.413 | + lib/databases/mysql:recreate_database_mysql:68 : mysql -uroot -pPassw0rd -h127.0.0.1 -e 'CREATE DATABASE neutron CHARACTER SET utf8;' 2022-06-04 10:37:58.413 | mysql: [Warning] Using a password on the command line interface can be insecure. 2022-06-04 10:37:58.413 | + lib/neutron-legacy:init_mutnauq:460 : time_start dbsync 2022-06-04 10:37:58.413 | + functions-common:time_start:2412 : local name=dbsync 2022-06-04 10:37:58.413 | + functions-common:time_start:2413 : local start_time= 2022-06-04 10:37:58.413 | + functions-common:time_start:2414 : [[ -n '' ]] 2022-06-04 10:37:58.413 | ++ functions-common:time_start:2417 : date +%s%3N 2022-06-04 10:37:58.413 | + functions-common:time_start:2417 : _TIME_START[$name]=1654339052339 2022-06-04 10:37:58.413 | + lib/neutron-legacy:init_mutnauq:462 : /usr/local/bin/neutron-db-manage --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini upgrade head 2022-06-04 10:37:58.413 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-06-04 10:37:58.413 | from cryptography.utils import int_from_bytes 2022-06-04 10:37:58.414 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-06-04 10:37:58.414 | from cryptography.utils import int_from_bytes 2022-06-04 10:37:58.414 | INFO [alembic.runtime.migration] Context impl MySQLImpl. 2022-06-04 10:37:58.414 | INFO [alembic.runtime.migration] Will assume non-transactional DDL. 2022-06-04 10:37:58.414 | INFO [alembic.runtime.migration] Context impl MySQLImpl. 2022-06-04 10:37:58.414 | INFO [alembic.runtime.migration] Will assume non-transactional DDL. 2022-06-04 10:37:58.414 | INFO [alembic.runtime.migration] Running upgrade -> kilo 2022-06-04 10:37:58.414 | INFO [alembic.runtime.migration] Running upgrade kilo -> 354db87e3225 2022-06-04 10:37:58.414 | INFO [alembic.runtime.migration] Running upgrade 354db87e3225 -> 599c6a226151 2022-06-04 10:37:58.414 | INFO [alembic.runtime.migration] Running upgrade 599c6a226151 -> 52c5312f6baf 2022-06-04 10:37:58.414 | INFO [alembic.runtime.migration] Running upgrade 52c5312f6baf -> 313373c0ffee 2022-06-04 10:37:58.414 | INFO [alembic.runtime.migration] Running upgrade 313373c0ffee -> 8675309a5c4f 2022-06-04 10:37:58.414 | INFO [alembic.runtime.migration] Running upgrade 8675309a5c4f -> 45f955889773 2022-06-04 10:37:58.414 | INFO [alembic.runtime.migration] Running upgrade 45f955889773 -> 26c371498592 2022-06-04 10:37:58.414 | INFO [alembic.runtime.migration] Running upgrade 26c371498592 -> 1c844d1677f7 2022-06-04 10:37:58.414 | INFO [alembic.runtime.migration] Running upgrade 1c844d1677f7 -> 1b4c6e320f79 2022-06-04 10:37:58.414 | INFO [alembic.runtime.migration] Running upgrade 1b4c6e320f79 -> 48153cb5f051 2022-06-04 10:37:58.414 | INFO [alembic.runtime.migration] Running upgrade 48153cb5f051 -> 9859ac9c136 2022-06-04 10:37:58.414 | INFO [alembic.runtime.migration] Running upgrade 9859ac9c136 -> 34af2b5c5a59 2022-06-04 10:37:58.414 | INFO [alembic.runtime.migration] Running upgrade 34af2b5c5a59 -> 59cb5b6cf4d 2022-06-04 10:37:58.414 | INFO [alembic.runtime.migration] Running upgrade 59cb5b6cf4d -> 13cfb89f881a 2022-06-04 10:37:58.414 | INFO [alembic.runtime.migration] Running upgrade 13cfb89f881a -> 32e5974ada25 2022-06-04 10:37:58.414 | INFO [alembic.runtime.migration] Running upgrade 32e5974ada25 -> ec7fcfbf72ee 2022-06-04 10:37:58.414 | INFO [alembic.runtime.migration] Running upgrade ec7fcfbf72ee -> dce3ec7a25c9 2022-06-04 10:37:58.414 | INFO [alembic.runtime.migration] Running upgrade dce3ec7a25c9 -> c3a73f615e4 2022-06-04 10:37:58.414 | INFO [alembic.runtime.migration] Running upgrade c3a73f615e4 -> 659bf3d90664 2022-06-04 10:37:58.414 | INFO [alembic.runtime.migration] Running upgrade 659bf3d90664 -> 1df244e556f5 2022-06-04 10:37:58.414 | INFO [alembic.runtime.migration] Running upgrade 1df244e556f5 -> 19f26505c74f 2022-06-04 10:37:58.414 | INFO [alembic.runtime.migration] Running upgrade 19f26505c74f -> 15be73214821 2022-06-04 10:37:58.414 | INFO [alembic.runtime.migration] Running upgrade 15be73214821 -> b4caf27aae4 2022-06-04 10:37:58.414 | INFO [alembic.runtime.migration] Running upgrade b4caf27aae4 -> 15e43b934f81 2022-06-04 10:37:58.414 | INFO [alembic.runtime.migration] Running upgrade 15e43b934f81 -> 31ed664953e6 2022-06-04 10:37:58.415 | INFO [alembic.runtime.migration] Running upgrade 31ed664953e6 -> 2f9e956e7532 2022-06-04 10:37:58.415 | INFO [alembic.runtime.migration] Running upgrade 2f9e956e7532 -> 3894bccad37f 2022-06-04 10:37:58.415 | INFO [alembic.runtime.migration] Running upgrade 3894bccad37f -> 0e66c5227a8a 2022-06-04 10:37:58.415 | INFO [alembic.runtime.migration] Running upgrade 0e66c5227a8a -> 45f8dd33480b 2022-06-04 10:37:58.415 | INFO [alembic.runtime.migration] Running upgrade 45f8dd33480b -> 5abc0278ca73 2022-06-04 10:37:58.415 | INFO [alembic.runtime.migration] Running upgrade 5abc0278ca73 -> d3435b514502 2022-06-04 10:37:58.415 | INFO [alembic.runtime.migration] Running upgrade d3435b514502 -> 30107ab6a3ee 2022-06-04 10:37:58.415 | INFO [alembic.runtime.migration] Running upgrade 30107ab6a3ee -> c415aab1c048 2022-06-04 10:37:58.415 | INFO [alembic.runtime.migration] Running upgrade c415aab1c048 -> a963b38d82f4 2022-06-04 10:37:58.415 | INFO [alembic.runtime.migration] Running upgrade kilo -> 30018084ec99 2022-06-04 10:37:58.415 | INFO [alembic.runtime.migration] Running upgrade 30018084ec99 -> 4ffceebfada 2022-06-04 10:37:58.415 | INFO [alembic.runtime.migration] Running upgrade 4ffceebfada -> 5498d17be016 2022-06-04 10:37:58.415 | INFO [alembic.runtime.migration] Running upgrade 5498d17be016 -> 2a16083502f3 2022-06-04 10:37:58.415 | INFO [alembic.runtime.migration] Running upgrade 2a16083502f3 -> 2e5352a0ad4d 2022-06-04 10:37:58.415 | INFO [alembic.runtime.migration] Running upgrade 2e5352a0ad4d -> 11926bcfe72d 2022-06-04 10:37:58.415 | INFO [alembic.runtime.migration] Running upgrade 11926bcfe72d -> 4af11ca47297 2022-06-04 10:37:58.415 | INFO [alembic.runtime.migration] Running upgrade 4af11ca47297 -> 1b294093239c 2022-06-04 10:37:58.415 | INFO [alembic.runtime.migration] Running upgrade 1b294093239c -> 8a6d8bdae39 2022-06-04 10:37:58.415 | INFO [alembic.runtime.migration] Running upgrade 8a6d8bdae39 -> 2b4c2465d44b 2022-06-04 10:37:58.415 | INFO [alembic.runtime.migration] Running upgrade 2b4c2465d44b -> e3278ee65050 2022-06-04 10:37:58.415 | INFO [alembic.runtime.migration] Running upgrade e3278ee65050 -> c6c112992c9 2022-06-04 10:37:58.415 | INFO [alembic.runtime.migration] Running upgrade c6c112992c9 -> 5ffceebfada 2022-06-04 10:37:58.415 | INFO [alembic.runtime.migration] Running upgrade 5ffceebfada -> 4ffceebfcdc 2022-06-04 10:37:58.415 | INFO [alembic.runtime.migration] Running upgrade 4ffceebfcdc -> 7bbb25278f53 2022-06-04 10:37:58.415 | INFO [alembic.runtime.migration] Running upgrade 7bbb25278f53 -> 89ab9a816d70 2022-06-04 10:37:58.415 | INFO [alembic.runtime.migration] Running upgrade 89ab9a816d70 -> c879c5e1ee90 2022-06-04 10:37:58.415 | INFO [alembic.runtime.migration] Running upgrade c879c5e1ee90 -> 8fd3918ef6f4 2022-06-04 10:37:58.415 | INFO [alembic.runtime.migration] Running upgrade 8fd3918ef6f4 -> 4bcd4df1f426 2022-06-04 10:37:58.415 | INFO [alembic.runtime.migration] Running upgrade 4bcd4df1f426 -> b67e765a3524 2022-06-04 10:37:58.415 | INFO [alembic.runtime.migration] Running upgrade a963b38d82f4 -> 3d0e74aa7d37 2022-06-04 10:37:58.415 | INFO [alembic.runtime.migration] Running upgrade 3d0e74aa7d37 -> 030a959ceafa 2022-06-04 10:37:58.415 | INFO [alembic.runtime.migration] Running upgrade 030a959ceafa -> a5648cfeeadf 2022-06-04 10:37:58.415 | INFO [alembic.runtime.migration] Running upgrade a5648cfeeadf -> 0f5bef0f87d4 2022-06-04 10:37:58.415 | INFO [alembic.runtime.migration] Running upgrade 0f5bef0f87d4 -> 67daae611b6e 2022-06-04 10:37:58.416 | INFO [alembic.runtime.migration] Running upgrade b67e765a3524 -> a84ccf28f06a 2022-06-04 10:37:58.416 | INFO [alembic.runtime.migration] Running upgrade a84ccf28f06a -> 7d9d8eeec6ad 2022-06-04 10:37:58.416 | INFO [alembic.runtime.migration] Running upgrade 67daae611b6e -> 6b461a21bcfc 2022-06-04 10:37:58.416 | INFO [alembic.runtime.migration] Running upgrade 6b461a21bcfc -> 5cd92597d11d 2022-06-04 10:37:58.416 | INFO [alembic.runtime.migration] Running upgrade 5cd92597d11d -> 929c968efe70 2022-06-04 10:37:58.416 | INFO [alembic.runtime.migration] Running upgrade 929c968efe70 -> a9c43481023c 2022-06-04 10:37:58.416 | INFO [alembic.runtime.migration] Running upgrade a9c43481023c -> 804a3c76314c 2022-06-04 10:37:58.416 | INFO [alembic.runtime.migration] Running upgrade 804a3c76314c -> 2b42d90729da 2022-06-04 10:37:58.416 | INFO [alembic.runtime.migration] Running upgrade 2b42d90729da -> 62c781cb6192 2022-06-04 10:37:58.416 | INFO [alembic.runtime.migration] Running upgrade 62c781cb6192 -> c8c222d42aa9 2022-06-04 10:37:58.416 | INFO [alembic.runtime.migration] Running upgrade c8c222d42aa9 -> 349b6fd605a6 2022-06-04 10:37:58.416 | INFO [alembic.runtime.migration] Running upgrade 349b6fd605a6 -> 7d32f979895f 2022-06-04 10:37:58.416 | INFO [alembic.runtime.migration] Running upgrade 7d32f979895f -> 594422d373ee 2022-06-04 10:37:58.416 | INFO [alembic.runtime.migration] Running upgrade 594422d373ee -> 61663558142c 2022-06-04 10:37:58.416 | INFO [alembic.runtime.migration] Running upgrade 61663558142c -> 867d39095bf4, port forwarding 2022-06-04 10:37:58.416 | INFO [alembic.runtime.migration] Running upgrade 867d39095bf4 -> d72db3e25539, modify uniq port forwarding 2022-06-04 10:37:58.416 | INFO [alembic.runtime.migration] Running upgrade d72db3e25539 -> cada2437bf41 2022-06-04 10:37:58.416 | INFO [alembic.runtime.migration] Running upgrade cada2437bf41 -> 195176fb410d, router gateway IP QoS 2022-06-04 10:37:58.416 | INFO [alembic.runtime.migration] Running upgrade 195176fb410d -> fb0167bd9639 2022-06-04 10:37:58.416 | INFO [alembic.runtime.migration] Running upgrade fb0167bd9639 -> 0ff9e3881597 2022-06-04 10:37:58.416 | INFO [alembic.runtime.migration] Running upgrade 0ff9e3881597 -> 9bfad3f1e780 2022-06-04 10:37:58.416 | INFO [alembic.runtime.migration] Running upgrade 9bfad3f1e780 -> 63fd95af7dcd 2022-06-04 10:37:58.416 | INFO [alembic.runtime.migration] Running upgrade 63fd95af7dcd -> c613d0b82681 2022-06-04 10:37:58.416 | INFO [alembic.runtime.migration] Running upgrade c613d0b82681 -> c3e9d13c4367 2022-06-04 10:37:58.416 | INFO [alembic.runtime.migration] Running upgrade c3e9d13c4367 -> 86274d77933e 2022-06-04 10:37:58.416 | INFO [alembic.runtime.migration] Running upgrade 86274d77933e -> f4b9654dd40c 2022-06-04 10:37:58.416 | INFO [alembic.runtime.migration] Running upgrade f4b9654dd40c -> a010322604bc 2022-06-04 10:37:58.416 | INFO [alembic.runtime.migration] Running upgrade a010322604bc -> 263d454a9655 2022-06-04 10:37:58.416 | INFO [alembic.runtime.migration] Running upgrade 263d454a9655 -> Ibac91d24da2 2022-06-04 10:37:58.416 | INFO [alembic.runtime.migration] Running upgrade Ibac91d24da2 -> 2217c4222de6 2022-06-04 10:37:58.416 | INFO [alembic.runtime.migration] Running upgrade 2217c4222de6 -> 18a7e90ae768 2022-06-04 10:37:58.417 | INFO [alembic.runtime.migration] Running upgrade 18a7e90ae768 -> e4e236b0e1ff 2022-06-04 10:37:58.417 | INFO [alembic.runtime.migration] Running upgrade e4e236b0e1ff -> e88badaa9591 2022-06-04 10:37:58.417 | INFO [alembic.runtime.migration] Running upgrade e88badaa9591 -> d8bdf05313f4 2022-06-04 10:37:58.417 | INFO [alembic.runtime.migration] Running upgrade d8bdf05313f4 -> dfe425060830 2022-06-04 10:37:58.417 | INFO [alembic.runtime.migration] Running upgrade dfe425060830 -> fd6107509ccd 2022-06-04 10:37:58.417 | INFO [alembic.runtime.migration] Running upgrade fd6107509ccd -> 1ea5dab0897a 2022-06-04 10:37:58.417 | INFO [alembic.runtime.migration] Running upgrade 1ea5dab0897a -> 49d8622c5221 2022-06-04 10:37:58.417 | INFO [alembic.runtime.migration] Running upgrade 49d8622c5221 -> I38991de2b4 2022-06-04 10:37:58.417 | INFO [alembic.runtime.migration] Running upgrade I38991de2b4 -> 532aa95457e2 2022-06-04 10:37:58.417 | INFO [alembic.runtime.migration] Running upgrade 532aa95457e2 -> f010820fc498 2022-06-04 10:37:58.417 | INFO [alembic.runtime.migration] Running upgrade f010820fc498 -> a964d94b4677 2022-06-04 10:37:58.417 | INFO [alembic.runtime.migration] Running upgrade a964d94b4677 -> 26d1e9f5c766 2022-06-04 10:37:58.417 | INFO [alembic.runtime.migration] Running upgrade 26d1e9f5c766 -> 1e0744e4ffea 2022-06-04 10:37:58.417 | INFO [alembic.runtime.migration] Running upgrade 1e0744e4ffea -> 6135a7bd4425 2022-06-04 10:37:58.417 | INFO [alembic.runtime.migration] Running upgrade 6135a7bd4425 -> 8df53b0d2c0e 2022-06-04 10:37:58.417 | INFO [alembic.runtime.migration] Running upgrade 8df53b0d2c0e -> 1bb3393de75d, add qos policy rule Packet Rate Limit 2022-06-04 10:37:58.417 | INFO [alembic.runtime.migration] Running upgrade 1bb3393de75d -> c181bb1d89e4 2022-06-04 10:37:58.417 | INFO [alembic.runtime.migration] Running upgrade c181bb1d89e4 -> ba859d649675 2022-06-04 10:37:58.417 | INFO [alembic.runtime.migration] Running upgrade ba859d649675 -> e981acd076d3 2022-06-04 10:37:58.417 | INFO [alembic.runtime.migration] Running upgrade e981acd076d3 -> 76df7844a8c6, add Local IP tables 2022-06-04 10:37:58.417 | INFO [alembic.runtime.migration] Running upgrade 76df7844a8c6 -> 1ffef8d6f371, migrate RBAC registers from "target_tenant" to "target_project" 2022-06-04 10:37:58.417 | INFO [alembic.runtime.migration] Running upgrade 1ffef8d6f371 -> 8160f7a9cebb, drop portbindingports table 2022-06-04 10:37:58.417 | INFO [alembic.runtime.migration] Running upgrade 8160f7a9cebb -> cd9ef14ccf87 2022-06-04 10:37:58.417 | INFO [alembic.runtime.migration] Running upgrade cd9ef14ccf87 -> 34cf8b009713 2022-06-04 10:37:58.417 | INFO [alembic.runtime.migration] Running upgrade 34cf8b009713 -> I43e0b669096 2022-06-04 10:37:58.417 | INFO [alembic.runtime.migration] Running upgrade I43e0b669096 -> 4e6e655746f6 2022-06-04 10:37:58.417 | INFO [alembic.runtime.migration] Running upgrade 4e6e655746f6 -> 659cbedf30a1 2022-06-04 10:37:58.417 | INFO [alembic.runtime.migration] Running upgrade 7d9d8eeec6ad -> a8b517cff8ab 2022-06-04 10:37:58.417 | INFO [alembic.runtime.migration] Running upgrade a8b517cff8ab -> 3b935b28e7a0 2022-06-04 10:37:58.417 | INFO [alembic.runtime.migration] Running upgrade 3b935b28e7a0 -> b12a3ef66e62 2022-06-04 10:37:58.417 | INFO [alembic.runtime.migration] Running upgrade b12a3ef66e62 -> 97c25b0d2353 2022-06-04 10:37:58.417 | INFO [alembic.runtime.migration] Running upgrade 97c25b0d2353 -> 2e0d7a8a1586 2022-06-04 10:37:58.417 | INFO [alembic.runtime.migration] Running upgrade 2e0d7a8a1586 -> 5c85685d616d 2022-06-04 10:37:58.418 | Running upgrade for neutron ... 2022-06-04 10:37:58.418 | OK 2022-06-04 10:37:58.418 | + lib/neutron-legacy:init_mutnauq:463 : time_stop dbsync 2022-06-04 10:37:58.418 | + functions-common:time_stop:2426 : local name 2022-06-04 10:37:58.418 | + functions-common:time_stop:2427 : local end_time 2022-06-04 10:37:58.418 | + functions-common:time_stop:2428 : local elapsed_time 2022-06-04 10:37:58.418 | + functions-common:time_stop:2429 : local total 2022-06-04 10:37:58.418 | + functions-common:time_stop:2430 : local start_time 2022-06-04 10:37:58.418 | + functions-common:time_stop:2432 : name=dbsync 2022-06-04 10:37:58.418 | + functions-common:time_stop:2433 : start_time=1654339052339 2022-06-04 10:37:58.418 | + functions-common:time_stop:2435 : [[ -z 1654339052339 ]] 2022-06-04 10:37:58.418 | ++ functions-common:time_stop:2438 : date +%s%3N 2022-06-04 10:37:58.418 | + functions-common:time_stop:2438 : end_time=1654339078325 2022-06-04 10:37:58.418 | + functions-common:time_stop:2439 : elapsed_time=25986 2022-06-04 10:37:58.418 | + functions-common:time_stop:2440 : total=8483 2022-06-04 10:37:58.418 | + functions-common:time_stop:2442 : _TIME_START[$name]= 2022-06-04 10:37:58.418 | + functions-common:time_stop:2443 : _TIME_TOTAL[$name]=34469 2022-06-04 10:37:58.461 | [232427 Async init_neutron:281409]: finished init_neutron with result 0 in 28 seconds 2022-06-04 10:37:58.465 | + inc/async:async_wait:197 : return 0 2022-06-04 10:37:58.467 | + ./stack.sh:main:1203 : async_wait init_placement 2022-06-04 10:37:58.523 | [232427 Async init_placement:281983]: Waiting for completion of init_placement running on PID 281983 (5 other jobs running) 2022-06-04 10:37:58.552 | [232427 Async init_placement:281983]: Signaling child to exit 2022-06-04 10:38:17.318 | + inc/async:async_inner:64 : rc=0 2022-06-04 10:38:17.343 | [281983 Async init_placement:281983]: finished successfully 2022-06-04 10:38:17.364 | WAKEUP 2022-06-04 10:38:17.387 | [232427 Async init_placement:281983]: Signaled 2022-06-04 10:38:17.388 | + lib/placement:init_placement:130 : recreate_database placement 2022-06-04 10:38:17.388 | + lib/database:recreate_database:112 : local db=placement 2022-06-04 10:38:17.388 | + lib/database:recreate_database:113 : recreate_database_mysql placement 2022-06-04 10:38:17.388 | + lib/databases/mysql:recreate_database_mysql:66 : local db=placement 2022-06-04 10:38:17.388 | + lib/databases/mysql:recreate_database_mysql:67 : mysql -uroot -pPassw0rd -h127.0.0.1 -e 'DROP DATABASE IF EXISTS placement;' 2022-06-04 10:38:17.388 | mysql: [Warning] Using a password on the command line interface can be insecure. 2022-06-04 10:38:17.388 | + lib/databases/mysql:recreate_database_mysql:68 : mysql -uroot -pPassw0rd -h127.0.0.1 -e 'CREATE DATABASE placement CHARACTER SET utf8;' 2022-06-04 10:38:17.388 | mysql: [Warning] Using a password on the command line interface can be insecure. 2022-06-04 10:38:17.388 | + lib/placement:init_placement:131 : /usr/local/bin/placement-manage db sync 2022-06-04 10:38:17.388 | + lib/placement:init_placement:132 : create_placement_accounts 2022-06-04 10:38:17.389 | + lib/placement:create_placement_accounts:119 : create_service_user placement admin 2022-06-04 10:38:17.389 | + lib/keystone:create_service_user:431 : get_or_create_user placement Passw0rd Default 2022-06-04 10:38:17.389 | + functions-common:get_or_create_user:910 : local user_id 2022-06-04 10:38:17.389 | + functions-common:get_or_create_user:911 : [[ ! -z '' ]] 2022-06-04 10:38:17.389 | + functions-common:get_or_create_user:914 : local email= 2022-06-04 10:38:17.389 | ++ functions-common:get_or_create_user:928 : oscwrap --os-cloud devstack-system-admin user create placement --password Passw0rd --domain=Default --or-show -f value -c id 2022-06-04 10:38:17.389 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-06-04 10:38:17.389 | from cryptography.utils import int_from_bytes 2022-06-04 10:38:17.389 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-06-04 10:38:17.389 | from cryptography.utils import int_from_bytes 2022-06-04 10:38:17.389 | ++ functions-common:oscwrap:2466 : return 0 2022-06-04 10:38:17.389 | + functions-common:get_or_create_user:926 : user_id=6ba78befc5e7426aab78e7817c184365 2022-06-04 10:38:17.389 | + functions-common:get_or_create_user:927 : echo 6ba78befc5e7426aab78e7817c184365 2022-06-04 10:38:17.389 | 6ba78befc5e7426aab78e7817c184365 2022-06-04 10:38:17.389 | + lib/keystone:create_service_user:432 : get_or_add_user_project_role service placement service Default Default 2022-06-04 10:38:17.389 | + functions-common:get_or_add_user_project_role:974 : local user_role_id 2022-06-04 10:38:17.389 | ++ functions-common:get_or_add_user_project_role:976 : _get_domain_args Default Default 2022-06-04 10:38:17.389 | ++ functions-common:_get_domain_args:958 : local domain 2022-06-04 10:38:17.389 | ++ functions-common:_get_domain_args:959 : domain= 2022-06-04 10:38:17.389 | ++ functions-common:_get_domain_args:961 : [[ -n Default ]] 2022-06-04 10:38:17.389 | ++ functions-common:_get_domain_args:962 : domain=' --user-domain Default' 2022-06-04 10:38:17.389 | ++ functions-common:_get_domain_args:964 : [[ -n Default ]] 2022-06-04 10:38:17.389 | ++ functions-common:_get_domain_args:965 : domain=' --user-domain Default --project-domain Default' 2022-06-04 10:38:17.389 | ++ functions-common:_get_domain_args:968 : echo --user-domain Default --project-domain Default 2022-06-04 10:38:17.389 | + functions-common:get_or_add_user_project_role:976 : domain_args='--user-domain Default --project-domain Default' 2022-06-04 10:38:17.389 | ++ functions-common:get_or_add_user_project_role:984 : grep '^|\s[a-f0-9]\+' 2022-06-04 10:38:17.389 | ++ functions-common:get_or_add_user_project_role:984 : get_field 1 2022-06-04 10:38:17.389 | ++ functions-common:get_field:812 : local data field 2022-06-04 10:38:17.389 | ++ functions-common:get_or_add_user_project_role:984 : oscwrap --os-cloud devstack-system-admin role assignment list --role service --user placement --project service --user-domain Default --project-domain Default 2022-06-04 10:38:17.389 | ++ functions-common:get_field:813 : read data 2022-06-04 10:38:17.390 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-06-04 10:38:17.390 | from cryptography.utils import int_from_bytes 2022-06-04 10:38:17.390 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-06-04 10:38:17.390 | from cryptography.utils import int_from_bytes 2022-06-04 10:38:17.390 | ++ functions-common:oscwrap:2466 : return 0 2022-06-04 10:38:17.390 | + functions-common:get_or_add_user_project_role:984 : user_role_id= 2022-06-04 10:38:17.390 | + functions-common:get_or_add_user_project_role:985 : [[ -z '' ]] 2022-06-04 10:38:17.390 | + functions-common:get_or_add_user_project_role:987 : openstack --os-cloud devstack-system-admin role add service --user placement --project service --user-domain Default --project-domain Default 2022-06-04 10:38:17.390 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-06-04 10:38:17.390 | from cryptography.utils import int_from_bytes 2022-06-04 10:38:17.390 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-06-04 10:38:17.390 | from cryptography.utils import int_from_bytes 2022-06-04 10:38:17.390 | ++ functions-common:get_or_add_user_project_role:996 : oscwrap --os-cloud devstack-system-admin role assignment list --role service --user placement --project service --user-domain Default --project-domain Default 2022-06-04 10:38:17.390 | ++ functions-common:get_or_add_user_project_role:996 : grep '^|\s[a-f0-9]\+' 2022-06-04 10:38:17.390 | ++ functions-common:get_or_add_user_project_role:996 : get_field 1 2022-06-04 10:38:17.390 | ++ functions-common:get_field:812 : local data field 2022-06-04 10:38:17.390 | ++ functions-common:get_field:813 : read data 2022-06-04 10:38:17.390 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-06-04 10:38:17.390 | from cryptography.utils import int_from_bytes 2022-06-04 10:38:17.390 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-06-04 10:38:17.390 | from cryptography.utils import int_from_bytes 2022-06-04 10:38:17.390 | ++ functions-common:oscwrap:2466 : return 0 2022-06-04 10:38:17.390 | ++ functions-common:get_field:814 : '[' 1 -lt 0 ']' 2022-06-04 10:38:17.390 | ++ functions-common:get_field:817 : field='$2' 2022-06-04 10:38:17.390 | ++ functions-common:get_field:819 : echo '| cc86ab71ddab46d28fa51a589007dcbb | 6ba78befc5e7426aab78e7817c184365 | | ecb853d88ec24c74babb06b0f25c1036 | | | False |' 2022-06-04 10:38:17.390 | ++ functions-common:get_field:819 : awk '-F[ \t]*\\|[ \t]*' '{print $2}' 2022-06-04 10:38:17.390 | ++ functions-common:get_field:813 : read data 2022-06-04 10:38:17.390 | + functions-common:get_or_add_user_project_role:996 : user_role_id=cc86ab71ddab46d28fa51a589007dcbb 2022-06-04 10:38:17.390 | + functions-common:get_or_add_user_project_role:998 : echo cc86ab71ddab46d28fa51a589007dcbb 2022-06-04 10:38:17.390 | cc86ab71ddab46d28fa51a589007dcbb 2022-06-04 10:38:17.390 | + lib/keystone:create_service_user:434 : [[ -n admin ]] 2022-06-04 10:38:17.391 | + lib/keystone:create_service_user:435 : get_or_add_user_project_role admin placement service Default Default 2022-06-04 10:38:17.391 | + functions-common:get_or_add_user_project_role:974 : local user_role_id 2022-06-04 10:38:17.391 | ++ functions-common:get_or_add_user_project_role:976 : _get_domain_args Default Default 2022-06-04 10:38:17.391 | ++ functions-common:_get_domain_args:958 : local domain 2022-06-04 10:38:17.391 | ++ functions-common:_get_domain_args:959 : domain= 2022-06-04 10:38:17.391 | ++ functions-common:_get_domain_args:961 : [[ -n Default ]] 2022-06-04 10:38:17.391 | ++ functions-common:_get_domain_args:962 : domain=' --user-domain Default' 2022-06-04 10:38:17.391 | ++ functions-common:_get_domain_args:964 : [[ -n Default ]] 2022-06-04 10:38:17.391 | ++ functions-common:_get_domain_args:965 : domain=' --user-domain Default --project-domain Default' 2022-06-04 10:38:17.391 | ++ functions-common:_get_domain_args:968 : echo --user-domain Default --project-domain Default 2022-06-04 10:38:17.391 | + functions-common:get_or_add_user_project_role:976 : domain_args='--user-domain Default --project-domain Default' 2022-06-04 10:38:17.391 | ++ functions-common:get_or_add_user_project_role:984 : oscwrap --os-cloud devstack-system-admin role assignment list --role admin --user placement --project service --user-domain Default --project-domain Default 2022-06-04 10:38:17.391 | ++ functions-common:get_or_add_user_project_role:984 : grep '^|\s[a-f0-9]\+' 2022-06-04 10:38:17.391 | ++ functions-common:get_or_add_user_project_role:984 : get_field 1 2022-06-04 10:38:17.391 | ++ functions-common:get_field:812 : local data field 2022-06-04 10:38:17.392 | ++ functions-common:get_field:813 : read data 2022-06-04 10:38:17.392 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-06-04 10:38:17.392 | from cryptography.utils import int_from_bytes 2022-06-04 10:38:17.392 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-06-04 10:38:17.392 | from cryptography.utils import int_from_bytes 2022-06-04 10:38:17.392 | ++ functions-common:oscwrap:2466 : return 0 2022-06-04 10:38:17.392 | + functions-common:get_or_add_user_project_role:984 : user_role_id= 2022-06-04 10:38:17.392 | + functions-common:get_or_add_user_project_role:985 : [[ -z '' ]] 2022-06-04 10:38:17.392 | + functions-common:get_or_add_user_project_role:987 : openstack --os-cloud devstack-system-admin role add admin --user placement --project service --user-domain Default --project-domain Default 2022-06-04 10:38:17.392 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-06-04 10:38:17.392 | from cryptography.utils import int_from_bytes 2022-06-04 10:38:17.392 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-06-04 10:38:17.392 | from cryptography.utils import int_from_bytes 2022-06-04 10:38:17.392 | ++ functions-common:get_or_add_user_project_role:996 : grep '^|\s[a-f0-9]\+' 2022-06-04 10:38:17.392 | ++ functions-common:get_or_add_user_project_role:996 : oscwrap --os-cloud devstack-system-admin role assignment list --role admin --user placement --project service --user-domain Default --project-domain Default 2022-06-04 10:38:17.392 | ++ functions-common:get_or_add_user_project_role:996 : get_field 1 2022-06-04 10:38:17.392 | ++ functions-common:get_field:812 : local data field 2022-06-04 10:38:17.392 | ++ functions-common:get_field:813 : read data 2022-06-04 10:38:17.392 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-06-04 10:38:17.392 | from cryptography.utils import int_from_bytes 2022-06-04 10:38:17.392 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-06-04 10:38:17.392 | from cryptography.utils import int_from_bytes 2022-06-04 10:38:17.392 | ++ functions-common:oscwrap:2466 : return 0 2022-06-04 10:38:17.392 | ++ functions-common:get_field:814 : '[' 1 -lt 0 ']' 2022-06-04 10:38:17.393 | ++ functions-common:get_field:817 : field='$2' 2022-06-04 10:38:17.393 | ++ functions-common:get_field:819 : echo '| a930449e2e6b41e5ab4f0deb202b698b | 6ba78befc5e7426aab78e7817c184365 | | ecb853d88ec24c74babb06b0f25c1036 | | | False |' 2022-06-04 10:38:17.393 | ++ functions-common:get_field:819 : awk '-F[ \t]*\\|[ \t]*' '{print $2}' 2022-06-04 10:38:17.393 | ++ functions-common:get_field:813 : read data 2022-06-04 10:38:17.393 | + functions-common:get_or_add_user_project_role:996 : user_role_id=a930449e2e6b41e5ab4f0deb202b698b 2022-06-04 10:38:17.393 | + functions-common:get_or_add_user_project_role:998 : echo a930449e2e6b41e5ab4f0deb202b698b 2022-06-04 10:38:17.393 | a930449e2e6b41e5ab4f0deb202b698b 2022-06-04 10:38:17.393 | + lib/placement:create_placement_accounts:120 : local placement_api_url=http://10.222.0.66/placement 2022-06-04 10:38:17.393 | + lib/placement:create_placement_accounts:121 : get_or_create_service placement placement 'Placement Service' 2022-06-04 10:38:17.393 | + functions-common:get_or_create_service:1083 : local service_id 2022-06-04 10:38:17.393 | ++ functions-common:get_or_create_service:1096 : oscwrap --os-cloud devstack-system-admin service show placement -f value -c id 2022-06-04 10:38:17.393 | ++ functions-common:get_or_create_service:1098 : oscwrap --os-cloud devstack-system-admin service create placement --name placement '--description=Placement Service' -f value -c id 2022-06-04 10:38:17.393 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-06-04 10:38:17.393 | from cryptography.utils import int_from_bytes 2022-06-04 10:38:17.393 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-06-04 10:38:17.393 | from cryptography.utils import int_from_bytes 2022-06-04 10:38:17.393 | ++ functions-common:oscwrap:2466 : return 0 2022-06-04 10:38:17.393 | + functions-common:get_or_create_service:1094 : service_id=' 2022-06-04 10:38:17.393 | e439384b447e4c7fbf6f8c7863b19d66' 2022-06-04 10:38:17.393 | + functions-common:get_or_create_service:1095 : echo e439384b447e4c7fbf6f8c7863b19d66 2022-06-04 10:38:17.393 | e439384b447e4c7fbf6f8c7863b19d66 2022-06-04 10:38:17.393 | + lib/placement:create_placement_accounts:123 : get_or_create_endpoint placement RegionOne http://10.222.0.66/placement 2022-06-04 10:38:17.393 | + functions-common:get_or_create_endpoint:1127 : local public_id 2022-06-04 10:38:17.393 | ++ functions-common:get_or_create_endpoint:1128 : _get_or_create_endpoint_with_interface placement public http://10.222.0.66/placement RegionOne 2022-06-04 10:38:17.393 | ++ functions-common:_get_or_create_endpoint_with_interface:1101 : local endpoint_id 2022-06-04 10:38:17.393 | +++ functions-common:_get_or_create_endpoint_with_interface:1106 : oscwrap --os-cloud devstack-system-admin endpoint list --service placement --interface public --region RegionOne -c ID -f value 2022-06-04 10:38:17.393 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-06-04 10:38:17.393 | from cryptography.utils import int_from_bytes 2022-06-04 10:38:17.393 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-06-04 10:38:17.393 | from cryptography.utils import int_from_bytes 2022-06-04 10:38:17.393 | +++ functions-common:oscwrap:2466 : return 0 2022-06-04 10:38:17.394 | ++ functions-common:_get_or_create_endpoint_with_interface:1106 : endpoint_id= 2022-06-04 10:38:17.394 | ++ functions-common:_get_or_create_endpoint_with_interface:1107 : [[ -z '' ]] 2022-06-04 10:38:17.394 | +++ functions-common:_get_or_create_endpoint_with_interface:1110 : oscwrap --os-cloud devstack-system-admin endpoint create placement public http://10.222.0.66/placement --region RegionOne -f value -c id 2022-06-04 10:38:17.394 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-06-04 10:38:17.394 | from cryptography.utils import int_from_bytes 2022-06-04 10:38:17.394 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-06-04 10:38:17.394 | from cryptography.utils import int_from_bytes 2022-06-04 10:38:17.394 | +++ functions-common:oscwrap:2466 : return 0 2022-06-04 10:38:17.394 | ++ functions-common:_get_or_create_endpoint_with_interface:1110 : endpoint_id=3ef54a1d1a294b12be68c0eb78960784 2022-06-04 10:38:17.394 | ++ functions-common:_get_or_create_endpoint_with_interface:1113 : echo 3ef54a1d1a294b12be68c0eb78960784 2022-06-04 10:38:17.394 | + functions-common:get_or_create_endpoint:1128 : public_id=3ef54a1d1a294b12be68c0eb78960784 2022-06-04 10:38:17.394 | + functions-common:get_or_create_endpoint:1130 : [[ -n '' ]] 2022-06-04 10:38:17.394 | + functions-common:get_or_create_endpoint:1133 : [[ -n '' ]] 2022-06-04 10:38:17.394 | + functions-common:get_or_create_endpoint:1137 : echo 3ef54a1d1a294b12be68c0eb78960784 2022-06-04 10:38:17.394 | 3ef54a1d1a294b12be68c0eb78960784 2022-06-04 10:38:17.438 | [232427 Async init_placement:281983]: finished init_placement with result 0 in 46 seconds 2022-06-04 10:38:17.442 | + inc/async:async_wait:197 : return 0 2022-06-04 10:38:17.445 | + ./stack.sh:main:1204 : async_wait init_glance 2022-06-04 10:38:17.498 | [232427 Async init_glance:278329]: Waiting for completion of init_glance running on PID 278329 (4 other jobs running) 2022-06-04 10:38:17.524 | [232427 Async init_glance:278329]: Signaling child to exit 2022-06-04 10:38:17.524 | WAKEUP 2022-06-04 10:38:17.547 | [232427 Async init_glance:278329]: Signaled 2022-06-04 10:38:17.548 | + lib/glance:init_glance:481 : rm -rf /opt/stack/data/glance/images 2022-06-04 10:38:17.548 | + lib/glance:init_glance:482 : mkdir -p /opt/stack/data/glance/images 2022-06-04 10:38:17.548 | + lib/glance:init_glance:485 : recreate_database glance 2022-06-04 10:38:17.548 | + lib/database:recreate_database:112 : local db=glance 2022-06-04 10:38:17.548 | + lib/database:recreate_database:113 : recreate_database_mysql glance 2022-06-04 10:38:17.548 | + lib/databases/mysql:recreate_database_mysql:66 : local db=glance 2022-06-04 10:38:17.548 | + lib/databases/mysql:recreate_database_mysql:67 : mysql -uroot -pPassw0rd -h127.0.0.1 -e 'DROP DATABASE IF EXISTS glance;' 2022-06-04 10:38:17.549 | mysql: [Warning] Using a password on the command line interface can be insecure. 2022-06-04 10:38:17.549 | + lib/databases/mysql:recreate_database_mysql:68 : mysql -uroot -pPassw0rd -h127.0.0.1 -e 'CREATE DATABASE glance CHARACTER SET utf8;' 2022-06-04 10:38:17.549 | mysql: [Warning] Using a password on the command line interface can be insecure. 2022-06-04 10:38:17.549 | + lib/glance:init_glance:487 : time_start dbsync 2022-06-04 10:38:17.549 | + functions-common:time_start:2412 : local name=dbsync 2022-06-04 10:38:17.549 | + functions-common:time_start:2413 : local start_time= 2022-06-04 10:38:17.549 | + functions-common:time_start:2414 : [[ -n '' ]] 2022-06-04 10:38:17.549 | ++ functions-common:time_start:2417 : date +%s%3N 2022-06-04 10:38:17.549 | + functions-common:time_start:2417 : _TIME_START[$name]=1654338997607 2022-06-04 10:38:17.549 | + lib/glance:init_glance:489 : /usr/local/bin/glance-manage --config-file /etc/glance/glance-api.conf db_sync 2022-06-04 10:38:17.549 | CRITICAL glance [-] Unhandled error: sqlalchemy.exc.NoSuchModuleError: Can't load plugin: sqlalchemy.plugins:dbcounterplugin=dbcounterplugin=dbcounterplugin=dbcounter 2022-06-04 10:38:17.549 | ERROR glance Traceback (most recent call last): 2022-06-04 10:38:17.549 | ERROR glance  File "/usr/local/bin/glance-manage", line 10, in 2022-06-04 10:38:17.549 | ERROR glance  sys.exit(main()) 2022-06-04 10:38:17.549 | ERROR glance  File "/opt/stack/glance/glance/cmd/manage.py", line 556, in main 2022-06-04 10:38:17.549 | ERROR glance  return CONF.command.action_fn() 2022-06-04 10:38:17.549 | ERROR glance  File "/opt/stack/glance/glance/cmd/manage.py", line 390, in sync 2022-06-04 10:38:17.549 | ERROR glance  self.command_object.sync(CONF.command.version) 2022-06-04 10:38:17.549 | ERROR glance  File "/opt/stack/glance/glance/cmd/manage.py", line 151, in sync 2022-06-04 10:38:17.549 | ERROR glance  curr_heads = alembic_migrations.get_current_alembic_heads() 2022-06-04 10:38:17.549 | ERROR glance  File "/opt/stack/glance/glance/db/sqlalchemy/alembic_migrations/__init__.py", line 46, in get_current_alembic_heads 2022-06-04 10:38:17.549 | ERROR glance  engine = db_api.get_engine() 2022-06-04 10:38:17.549 | ERROR glance  File "/opt/stack/glance/glance/db/sqlalchemy/api.py", line 95, in get_engine 2022-06-04 10:38:17.549 | ERROR glance  facade = _create_facade_lazily() 2022-06-04 10:38:17.549 | ERROR glance  File "/opt/stack/glance/glance/db/sqlalchemy/api.py", line 85, in _create_facade_lazily 2022-06-04 10:38:17.549 | ERROR glance  _FACADE = session.EngineFacade.from_config(CONF) 2022-06-04 10:38:17.549 | ERROR glance  File "/usr/local/lib/python3.8/dist-packages/oslo_db/sqlalchemy/enginefacade.py", line 1366, in from_config 2022-06-04 10:38:17.549 | ERROR glance  return cls( 2022-06-04 10:38:17.549 | ERROR glance  File "/usr/local/lib/python3.8/dist-packages/oslo_db/sqlalchemy/enginefacade.py", line 1289, in __init__ 2022-06-04 10:38:17.549 | ERROR glance  self._factory._start( 2022-06-04 10:38:17.549 | ERROR glance  File "/usr/local/lib/python3.8/dist-packages/oslo_db/sqlalchemy/enginefacade.py", line 504, in _start 2022-06-04 10:38:17.550 | ERROR glance  self._setup_for_connection( 2022-06-04 10:38:17.550 | ERROR glance  File "/usr/local/lib/python3.8/dist-packages/oslo_db/sqlalchemy/enginefacade.py", line 529, in _setup_for_connection 2022-06-04 10:38:17.550 | ERROR glance  engine = engines.create_engine( 2022-06-04 10:38:17.550 | ERROR glance  File "/usr/local/lib/python3.8/dist-packages/debtcollector/renames.py", line 41, in decorator 2022-06-04 10:38:17.550 | ERROR glance  return wrapped(*args, **kwargs) 2022-06-04 10:38:17.550 | ERROR glance  File "/usr/local/lib/python3.8/dist-packages/oslo_db/sqlalchemy/engines.py", line 187, in create_engine 2022-06-04 10:38:17.550 | ERROR glance  engine = sqlalchemy.create_engine(url, **engine_args) 2022-06-04 10:38:17.550 | ERROR glance  File "", line 2, in create_engine 2022-06-04 10:38:17.550 | ERROR glance  File "/usr/local/lib/python3.8/dist-packages/sqlalchemy/util/deprecations.py", line 309, in warned 2022-06-04 10:38:17.550 | ERROR glance  return fn(*args, **kwargs) 2022-06-04 10:38:17.550 | ERROR glance  File "/usr/local/lib/python3.8/dist-packages/sqlalchemy/engine/create.py", line 532, in create_engine 2022-06-04 10:38:17.550 | ERROR glance  u, plugins, kwargs = u._instantiate_plugins(kwargs) 2022-06-04 10:38:17.550 | ERROR glance  File "/usr/local/lib/python3.8/dist-packages/sqlalchemy/engine/url.py", line 634, in _instantiate_plugins 2022-06-04 10:38:17.550 | ERROR glance  loaded_plugins = [ 2022-06-04 10:38:17.550 | ERROR glance  File "/usr/local/lib/python3.8/dist-packages/sqlalchemy/engine/url.py", line 635, in 2022-06-04 10:38:17.550 | ERROR glance  plugins.load(plugin_name)(self, kwargs) 2022-06-04 10:38:17.550 | ERROR glance  File "/usr/local/lib/python3.8/dist-packages/sqlalchemy/util/langhelpers.py", line 343, in load 2022-06-04 10:38:17.550 | ERROR glance  raise exc.NoSuchModuleError( 2022-06-04 10:38:17.550 | ERROR glance sqlalchemy.exc.NoSuchModuleError: Can't load plugin: sqlalchemy.plugins:dbcounterplugin=dbcounterplugin=dbcounterplugin=dbcounter 2022-06-04 10:38:17.550 | ERROR glance  2022-06-04 10:38:17.550 | + lib/glance:init_glance:492 : /usr/local/bin/glance-manage --config-file /etc/glance/glance-api.conf db_load_metadefs 2022-06-04 10:38:17.550 | CRITICAL glance [-] Unhandled error: sqlalchemy.exc.NoSuchModuleError: Can't load plugin: sqlalchemy.plugins:dbcounterplugin=dbcounterplugin=dbcounterplugin=dbcounter 2022-06-04 10:38:17.550 | ERROR glance Traceback (most recent call last): 2022-06-04 10:38:17.550 | ERROR glance  File "/usr/local/bin/glance-manage", line 10, in 2022-06-04 10:38:17.550 | ERROR glance  sys.exit(main()) 2022-06-04 10:38:17.550 | ERROR glance  File "/opt/stack/glance/glance/cmd/manage.py", line 556, in main 2022-06-04 10:38:17.550 | ERROR glance  return CONF.command.action_fn() 2022-06-04 10:38:17.550 | ERROR glance  File "/opt/stack/glance/glance/cmd/manage.py", line 406, in load_metadefs 2022-06-04 10:38:17.550 | ERROR glance  self.command_object.load_metadefs(CONF.command.path, 2022-06-04 10:38:17.550 | ERROR glance  File "/opt/stack/glance/glance/cmd/manage.py", line 312, in load_metadefs 2022-06-04 10:38:17.550 | ERROR glance  metadata.db_load_metadefs(db_api.get_engine(), path, merge, 2022-06-04 10:38:17.551 | ERROR glance  File "/opt/stack/glance/glance/db/sqlalchemy/api.py", line 95, in get_engine 2022-06-04 10:38:17.551 | ERROR glance  facade = _create_facade_lazily() 2022-06-04 10:38:17.551 | ERROR glance  File "/opt/stack/glance/glance/db/sqlalchemy/api.py", line 85, in _create_facade_lazily 2022-06-04 10:38:17.551 | ERROR glance  _FACADE = session.EngineFacade.from_config(CONF) 2022-06-04 10:38:17.551 | ERROR glance  File "/usr/local/lib/python3.8/dist-packages/oslo_db/sqlalchemy/enginefacade.py", line 1366, in from_config 2022-06-04 10:38:17.551 | ERROR glance  return cls( 2022-06-04 10:38:17.551 | ERROR glance  File "/usr/local/lib/python3.8/dist-packages/oslo_db/sqlalchemy/enginefacade.py", line 1289, in __init__ 2022-06-04 10:38:17.551 | ERROR glance  self._factory._start( 2022-06-04 10:38:17.551 | ERROR glance  File "/usr/local/lib/python3.8/dist-packages/oslo_db/sqlalchemy/enginefacade.py", line 504, in _start 2022-06-04 10:38:17.551 | ERROR glance  self._setup_for_connection( 2022-06-04 10:38:17.551 | ERROR glance  File "/usr/local/lib/python3.8/dist-packages/oslo_db/sqlalchemy/enginefacade.py", line 529, in _setup_for_connection 2022-06-04 10:38:17.551 | ERROR glance  engine = engines.create_engine( 2022-06-04 10:38:17.551 | ERROR glance  File "/usr/local/lib/python3.8/dist-packages/debtcollector/renames.py", line 41, in decorator 2022-06-04 10:38:17.551 | ERROR glance  return wrapped(*args, **kwargs) 2022-06-04 10:38:17.551 | ERROR glance  File "/usr/local/lib/python3.8/dist-packages/oslo_db/sqlalchemy/engines.py", line 187, in create_engine 2022-06-04 10:38:17.551 | ERROR glance  engine = sqlalchemy.create_engine(url, **engine_args) 2022-06-04 10:38:17.551 | ERROR glance  File "", line 2, in create_engine 2022-06-04 10:38:17.551 | ERROR glance  File "/usr/local/lib/python3.8/dist-packages/sqlalchemy/util/deprecations.py", line 309, in warned 2022-06-04 10:38:17.551 | ERROR glance  return fn(*args, **kwargs) 2022-06-04 10:38:17.551 | ERROR glance  File "/usr/local/lib/python3.8/dist-packages/sqlalchemy/engine/create.py", line 532, in create_engine 2022-06-04 10:38:17.551 | ERROR glance  u, plugins, kwargs = u._instantiate_plugins(kwargs) 2022-06-04 10:38:17.551 | ERROR glance  File "/usr/local/lib/python3.8/dist-packages/sqlalchemy/engine/url.py", line 634, in _instantiate_plugins 2022-06-04 10:38:17.551 | ERROR glance  loaded_plugins = [ 2022-06-04 10:38:17.551 | ERROR glance  File "/usr/local/lib/python3.8/dist-packages/sqlalchemy/engine/url.py", line 635, in 2022-06-04 10:38:17.551 | ERROR glance  plugins.load(plugin_name)(self, kwargs) 2022-06-04 10:38:17.551 | ERROR glance  File "/usr/local/lib/python3.8/dist-packages/sqlalchemy/util/langhelpers.py", line 343, in load 2022-06-04 10:38:17.551 | ERROR glance  raise exc.NoSuchModuleError( 2022-06-04 10:38:17.551 | ERROR glance sqlalchemy.exc.NoSuchModuleError: Can't load plugin: sqlalchemy.plugins:dbcounterplugin=dbcounterplugin=dbcounterplugin=dbcounter 2022-06-04 10:38:17.551 | ERROR glance  2022-06-04 10:38:17.551 | + lib/glance:init_glance:493 : time_stop dbsync 2022-06-04 10:38:17.551 | + functions-common:time_stop:2426 : local name 2022-06-04 10:38:17.552 | + functions-common:time_stop:2427 : local end_time 2022-06-04 10:38:17.552 | + functions-common:time_stop:2428 : local elapsed_time 2022-06-04 10:38:17.552 | + functions-common:time_stop:2429 : local total 2022-06-04 10:38:17.552 | + functions-common:time_stop:2430 : local start_time 2022-06-04 10:38:17.552 | + functions-common:time_stop:2432 : name=dbsync 2022-06-04 10:38:17.552 | + functions-common:time_stop:2433 : start_time=1654338997607 2022-06-04 10:38:17.552 | + functions-common:time_stop:2435 : [[ -z 1654338997607 ]] 2022-06-04 10:38:17.552 | ++ functions-common:time_stop:2438 : date +%s%3N 2022-06-04 10:38:17.552 | + functions-common:time_stop:2438 : end_time=1654339002929 2022-06-04 10:38:17.552 | + functions-common:time_stop:2439 : elapsed_time=5322 2022-06-04 10:38:17.552 | + functions-common:time_stop:2440 : total=8483 2022-06-04 10:38:17.552 | + functions-common:time_stop:2442 : _TIME_START[$name]= 2022-06-04 10:38:17.552 | + functions-common:time_stop:2443 : _TIME_TOTAL[$name]=13805 2022-06-04 10:38:17.595 | [232427 Async init_glance:278329]: finished init_glance with result 0 in 5 seconds 2022-06-04 10:38:17.599 | + inc/async:async_wait:197 : return 0 2022-06-04 10:38:17.602 | + ./stack.sh:main:1205 : async_wait init_swift 2022-06-04 10:38:17.654 | [232427 Async init_swift:281768]: Waiting for completion of init_swift running on PID 281768 (3 other jobs running) 2022-06-04 10:38:17.679 | [232427 Async init_swift:281768]: Signaling child to exit 2022-06-04 10:38:17.679 | WAKEUP 2022-06-04 10:38:17.703 | [232427 Async init_swift:281768]: Signaled 2022-06-04 10:38:17.705 | + lib/swift:init_swift:673 : local node_number 2022-06-04 10:38:17.705 | + lib/swift:init_swift:675 : /usr/local/bin/swift-init --run-dir=/opt/stack/data/swift/run all stop 2022-06-04 10:38:17.705 | No account-server running 2022-06-04 10:38:17.705 | No container-server running 2022-06-04 10:38:17.705 | No object-updater running 2022-06-04 10:38:17.705 | No container-replicator running 2022-06-04 10:38:17.705 | No container-sharder running 2022-06-04 10:38:17.705 | No container-auditor running 2022-06-04 10:38:17.705 | No proxy-server running 2022-06-04 10:38:17.706 | No object-reconstructor running 2022-06-04 10:38:17.706 | No container-reconciler running 2022-06-04 10:38:17.706 | No account-auditor running 2022-06-04 10:38:17.706 | No object-auditor running 2022-06-04 10:38:17.706 | No object-replicator running 2022-06-04 10:38:17.706 | No container-sync running 2022-06-04 10:38:17.706 | No account-reaper running 2022-06-04 10:38:17.706 | No object-server running 2022-06-04 10:38:17.706 | No object-expirer running 2022-06-04 10:38:17.706 | No container-updater running 2022-06-04 10:38:17.706 | No account-replicator running 2022-06-04 10:38:17.706 | + lib/swift:init_swift:675 : true 2022-06-04 10:38:17.706 | + lib/swift:init_swift:678 : create_swift_disk 2022-06-04 10:38:17.706 | + lib/swift:create_swift_disk:570 : local node_number 2022-06-04 10:38:17.706 | + lib/swift:create_swift_disk:575 : local user_group 2022-06-04 10:38:17.706 | ++ lib/swift:create_swift_disk:576 : id -g ubuntu 2022-06-04 10:38:17.706 | + lib/swift:create_swift_disk:576 : user_group=1000 2022-06-04 10:38:17.706 | + lib/swift:create_swift_disk:577 : sudo install -d -o ubuntu -g 1000 /opt/stack/data/swift/drives /opt/stack/data/swift/cache /opt/stack/data/swift/run /opt/stack/data/swift/logs 2022-06-04 10:38:17.706 | + lib/swift:create_swift_disk:580 : create_disk /opt/stack/data/swift/drives/images/swift.img /opt/stack/data/swift/drives/sdb1 6G 2022-06-04 10:38:17.706 | + functions:create_disk:732 : local node_number 2022-06-04 10:38:17.706 | + functions:create_disk:733 : local disk_image=/opt/stack/data/swift/drives/images/swift.img 2022-06-04 10:38:17.706 | + functions:create_disk:734 : local storage_data_dir=/opt/stack/data/swift/drives/sdb1 2022-06-04 10:38:17.706 | + functions:create_disk:735 : local loopback_disk_size=6G 2022-06-04 10:38:17.706 | + functions:create_disk:736 : local key 2022-06-04 10:38:17.706 | ++ functions:create_disk:738 : echo /opt/stack/data/swift/drives/images/swift.img 2022-06-04 10:38:17.706 | ++ functions:create_disk:738 : sed s#/.## 2022-06-04 10:38:17.706 | + functions:create_disk:738 : key=pt/stack/data/swift/drives/images/swift.img 2022-06-04 10:38:17.706 | + functions:create_disk:739 : key=devstack-pt/stack/data/swift/drives/images/swift.img 2022-06-04 10:38:17.706 | + functions:create_disk:741 : destroy_disk /opt/stack/data/swift/drives/images/swift.img /opt/stack/data/swift/drives/sdb1 2022-06-04 10:38:17.706 | + functions:destroy_disk:763 : local disk_image=/opt/stack/data/swift/drives/images/swift.img 2022-06-04 10:38:17.706 | + functions:destroy_disk:764 : local storage_data_dir=/opt/stack/data/swift/drives/sdb1 2022-06-04 10:38:17.706 | + functions:destroy_disk:765 : local key 2022-06-04 10:38:17.707 | ++ functions:destroy_disk:767 : echo /opt/stack/data/swift/drives/images/swift.img 2022-06-04 10:38:17.707 | ++ functions:destroy_disk:767 : sed s#/.## 2022-06-04 10:38:17.707 | + functions:destroy_disk:767 : key=pt/stack/data/swift/drives/images/swift.img 2022-06-04 10:38:17.707 | + functions:destroy_disk:768 : key=devstack-pt/stack/data/swift/drives/images/swift.img 2022-06-04 10:38:17.707 | + functions:destroy_disk:771 : egrep -q /opt/stack/data/swift/drives/sdb1 /proc/mounts 2022-06-04 10:38:17.707 | + functions:destroy_disk:776 : sudo sed -i '/.*comment=$key.*/ d' /etc/fstab 2022-06-04 10:38:17.707 | + functions:destroy_disk:779 : sudo rm -f /opt/stack/data/swift/drives/images/swift.img 2022-06-04 10:38:17.707 | ++ functions:create_disk:745 : dirname /opt/stack/data/swift/drives/images/swift.img 2022-06-04 10:38:17.707 | + functions:create_disk:745 : sudo mkdir -p /opt/stack/data/swift/drives/images 2022-06-04 10:38:17.707 | + functions:create_disk:746 : sudo truncate -s 6G /opt/stack/data/swift/drives/images/swift.img 2022-06-04 10:38:17.707 | + functions:create_disk:753 : sudo mkfs.xfs -f -i size=1024 /opt/stack/data/swift/drives/images/swift.img 2022-06-04 10:38:17.707 | meta-data=/opt/stack/data/swift/drives/images/swift.img isize=1024 agcount=4, agsize=393216 blks 2022-06-04 10:38:17.707 | = sectsz=512 attr=2, projid32bit=1 2022-06-04 10:38:17.707 | = crc=1 finobt=1, sparse=1, rmapbt=0 2022-06-04 10:38:17.707 | = reflink=1 2022-06-04 10:38:17.707 | data = bsize=4096 blocks=1572864, imaxpct=25 2022-06-04 10:38:17.707 | = sunit=0 swidth=0 blks 2022-06-04 10:38:17.707 | naming =version 2 bsize=4096 ascii-ci=0, ftype=1 2022-06-04 10:38:17.707 | log =internal log bsize=4096 blocks=2560, version=2 2022-06-04 10:38:17.707 | = sectsz=512 sunit=0 blks, lazy-count=1 2022-06-04 10:38:17.707 | realtime =none extsz=4096 blocks=0, rtextents=0 2022-06-04 10:38:17.707 | + functions:create_disk:756 : sudo tee -a /etc/fstab 2022-06-04 10:38:17.707 | + functions:create_disk:756 : echo '/opt/stack/data/swift/drives/images/swift.img /opt/stack/data/swift/drives/sdb1 xfs loop,noatime,nodiratime,logbufs=8,comment=devstack-pt/stack/data/swift/drives/images/swift.img 0 0' 2022-06-04 10:38:17.707 | /opt/stack/data/swift/drives/images/swift.img /opt/stack/data/swift/drives/sdb1 xfs loop,noatime,nodiratime,logbufs=8,comment=devstack-pt/stack/data/swift/drives/images/swift.img 0 0 2022-06-04 10:38:17.707 | + functions:create_disk:757 : sudo mkdir -p /opt/stack/data/swift/drives/sdb1 2022-06-04 10:38:17.707 | + functions:create_disk:758 : sudo mount -v /opt/stack/data/swift/drives/sdb1 2022-06-04 10:38:17.707 | mount: /dev/loop3 mounted on /opt/stack/data/swift/drives/sdb1. 2022-06-04 10:38:17.707 | + lib/swift:create_swift_disk:584 : local node_number 2022-06-04 10:38:17.707 | + lib/swift:create_swift_disk:585 : for node_number in ${SWIFT_REPLICAS_SEQ} 2022-06-04 10:38:17.707 | + lib/swift:create_swift_disk:587 : local node_devices=/opt/stack/data/swift/1 2022-06-04 10:38:17.707 | + lib/swift:create_swift_disk:588 : local real_devices=/opt/stack/data/swift/drives/sdb1/1 2022-06-04 10:38:17.708 | + lib/swift:create_swift_disk:589 : sudo ln -sf /opt/stack/data/swift/drives/sdb1/1 /opt/stack/data/swift/1 2022-06-04 10:38:17.708 | + lib/swift:create_swift_disk:590 : local device=/opt/stack/data/swift/drives/sdb1/1/sdb1 2022-06-04 10:38:17.708 | + lib/swift:create_swift_disk:591 : [[ -d /opt/stack/data/swift/drives/sdb1/1/sdb1 ]] 2022-06-04 10:38:17.708 | + lib/swift:create_swift_disk:592 : sudo install -o ubuntu -g 1000 -d /opt/stack/data/swift/drives/sdb1/1/sdb1 2022-06-04 10:38:17.708 | + lib/swift:init_swift:682 : pushd /etc/swift 2022-06-04 10:38:17.708 | + lib/swift:init_swift:684 : rm -f account.builder container.builder object.builder account.ring.gz container.ring.gz object.ring.gz backups/1654338274.object.builder backups/1654338276.container.builder backups/1654338277.account.builder backups/1654338283.object.builder backups/1654338284.container.builder backups/1654338286.account.builder backups/1654338283.object.ring.gz backups/1654338284.container.ring.gz backups/1654338286.account.ring.gz 2022-06-04 10:38:17.708 | + lib/swift:init_swift:686 : /usr/local/bin/swift-ring-builder object.builder create 9 1 1 2022-06-04 10:38:17.708 | + lib/swift:init_swift:687 : /usr/local/bin/swift-ring-builder container.builder create 9 1 1 2022-06-04 10:38:17.708 | + lib/swift:init_swift:688 : /usr/local/bin/swift-ring-builder account.builder create 9 1 1 2022-06-04 10:38:17.708 | + lib/swift:init_swift:694 : [[ -n '' ]] 2022-06-04 10:38:17.708 | + lib/swift:init_swift:707 : for node_number in ${SWIFT_REPLICAS_SEQ} 2022-06-04 10:38:17.708 | + lib/swift:init_swift:708 : /usr/local/bin/swift-ring-builder object.builder add z1-127.0.0.1:6613/sdb1 1 2022-06-04 10:38:17.708 | WARNING: No region specified for z1-127.0.0.1:6613/sdb1. Defaulting to region 1. 2022-06-04 10:38:17.708 | Device d0r1z1-127.0.0.1:6613R127.0.0.1:6613/sdb1_"" with 1.0 weight got id 0 2022-06-04 10:38:17.708 | + lib/swift:init_swift:709 : /usr/local/bin/swift-ring-builder container.builder add z1-127.0.0.1:6611/sdb1 1 2022-06-04 10:38:17.708 | WARNING: No region specified for z1-127.0.0.1:6611/sdb1. Defaulting to region 1. 2022-06-04 10:38:17.708 | Device d0r1z1-127.0.0.1:6611R127.0.0.1:6611/sdb1_"" with 1.0 weight got id 0 2022-06-04 10:38:17.708 | + lib/swift:init_swift:710 : /usr/local/bin/swift-ring-builder account.builder add z1-127.0.0.1:6612/sdb1 1 2022-06-04 10:38:17.708 | WARNING: No region specified for z1-127.0.0.1:6612/sdb1. Defaulting to region 1. 2022-06-04 10:38:17.708 | Device d0r1z1-127.0.0.1:6612R127.0.0.1:6612/sdb1_"" with 1.0 weight got id 0 2022-06-04 10:38:17.708 | + lib/swift:init_swift:716 : /usr/local/bin/swift-ring-builder object.builder rebalance 42 2022-06-04 10:38:17.708 | Reassigned 512 (100.00%) partitions. Balance is now 0.00. Dispersion is now 0.00 2022-06-04 10:38:17.708 | + lib/swift:init_swift:717 : /usr/local/bin/swift-ring-builder container.builder rebalance 42 2022-06-04 10:38:17.708 | Reassigned 512 (100.00%) partitions. Balance is now 0.00. Dispersion is now 0.00 2022-06-04 10:38:17.708 | + lib/swift:init_swift:718 : /usr/local/bin/swift-ring-builder account.builder rebalance 42 2022-06-04 10:38:17.708 | Reassigned 512 (100.00%) partitions. Balance is now 0.00. Dispersion is now 0.00 2022-06-04 10:38:17.708 | + lib/swift:init_swift:719 : popd 2022-06-04 10:38:17.751 | [232427 Async init_swift:281768]: finished init_swift with result 0 in 15 seconds 2022-06-04 10:38:17.755 | + inc/async:async_wait:197 : return 0 2022-06-04 10:38:17.758 | + ./stack.sh:main:1206 : async_wait init_cinder 2022-06-04 10:38:17.810 | [232427 Async init_cinder:281863]: Waiting for completion of init_cinder running on PID 281863 (2 other jobs running) 2022-06-04 10:38:17.836 | [232427 Async init_cinder:281863]: Signaling child to exit 2022-06-04 10:38:17.836 | WAKEUP 2022-06-04 10:38:17.861 | [232427 Async init_cinder:281863]: Signaled 2022-06-04 10:38:17.862 | + lib/cinder:init_cinder:434 : is_service_enabled mysql postgresql 2022-06-04 10:38:17.862 | + functions-common:is_service_enabled:2082 : return 0 2022-06-04 10:38:17.862 | + lib/cinder:init_cinder:436 : recreate_database cinder 2022-06-04 10:38:17.862 | + lib/database:recreate_database:112 : local db=cinder 2022-06-04 10:38:17.862 | + lib/database:recreate_database:113 : recreate_database_mysql cinder 2022-06-04 10:38:17.862 | + lib/databases/mysql:recreate_database_mysql:66 : local db=cinder 2022-06-04 10:38:17.862 | + lib/databases/mysql:recreate_database_mysql:67 : mysql -uroot -pPassw0rd -h127.0.0.1 -e 'DROP DATABASE IF EXISTS cinder;' 2022-06-04 10:38:17.862 | mysql: [Warning] Using a password on the command line interface can be insecure. 2022-06-04 10:38:17.862 | + lib/databases/mysql:recreate_database_mysql:68 : mysql -uroot -pPassw0rd -h127.0.0.1 -e 'CREATE DATABASE cinder CHARACTER SET utf8;' 2022-06-04 10:38:17.862 | mysql: [Warning] Using a password on the command line interface can be insecure. 2022-06-04 10:38:17.862 | + lib/cinder:init_cinder:438 : time_start dbsync 2022-06-04 10:38:17.862 | + functions-common:time_start:2412 : local name=dbsync 2022-06-04 10:38:17.862 | + functions-common:time_start:2413 : local start_time= 2022-06-04 10:38:17.862 | + functions-common:time_start:2414 : [[ -n '' ]] 2022-06-04 10:38:17.863 | ++ functions-common:time_start:2417 : date +%s%3N 2022-06-04 10:38:17.863 | + functions-common:time_start:2417 : _TIME_START[$name]=1654339050976 2022-06-04 10:38:17.863 | + lib/cinder:init_cinder:440 : /usr/local/bin/cinder-manage --config-file /etc/cinder/cinder.conf db sync 2022-06-04 10:38:17.863 | INFO dbcounter [-] Registered counter for database cinder 2022-06-04 10:38:17.863 | 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=282100) _check_effective_sql_mode /usr/local/lib/python3.8/dist-packages/oslo_db/sqlalchemy/engines.py:314}} 2022-06-04 10:38:17.863 | DEBUG dbcounter [-] [282100] Writer thread running {{(pid=282100) stat_writer /usr/local/lib/python3.8/dist-packages/dbcounter.py:99}} 2022-06-04 10:38:17.863 | DEBUG migrate.versioning.repository [-] Loading repository /opt/stack/cinder/cinder/db/legacy_migrations... {{(pid=282100) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/repository.py:76}} 2022-06-04 10:38:17.863 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/cinder/cinder/db/legacy_migrations/versions/144_placeholder.py... {{(pid=282100) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-06-04 10:38:17.863 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/cinder/cinder/db/legacy_migrations/versions/144_placeholder.py loaded successfully {{(pid=282100) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-06-04 10:38:17.863 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/cinder/cinder/db/legacy_migrations/versions/136_make_vol_type_col_non_nullable.py... {{(pid=282100) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-06-04 10:38:17.863 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/cinder/cinder/db/legacy_migrations/versions/136_make_vol_type_col_non_nullable.py loaded successfully {{(pid=282100) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-06-04 10:38:17.863 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/cinder/cinder/db/legacy_migrations/versions/140_create_project_default_volume_type.py... {{(pid=282100) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-06-04 10:38:17.863 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/cinder/cinder/db/legacy_migrations/versions/140_create_project_default_volume_type.py loaded successfully {{(pid=282100) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-06-04 10:38:17.863 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/cinder/cinder/db/legacy_migrations/versions/135_cinder_init.py... {{(pid=282100) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-06-04 10:38:17.863 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/cinder/cinder/db/legacy_migrations/versions/135_cinder_init.py loaded successfully {{(pid=282100) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-06-04 10:38:17.863 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/cinder/cinder/db/legacy_migrations/versions/143_placeholder.py... {{(pid=282100) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-06-04 10:38:17.863 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/cinder/cinder/db/legacy_migrations/versions/143_placeholder.py loaded successfully {{(pid=282100) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-06-04 10:38:17.863 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/cinder/cinder/db/legacy_migrations/versions/142_placeholder.py... {{(pid=282100) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-06-04 10:38:17.863 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/cinder/cinder/db/legacy_migrations/versions/142_placeholder.py loaded successfully {{(pid=282100) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-06-04 10:38:17.863 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/cinder/cinder/db/legacy_migrations/versions/145_add_use_quota_fields.py... {{(pid=282100) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-06-04 10:38:17.863 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/cinder/cinder/db/legacy_migrations/versions/145_add_use_quota_fields.py loaded successfully {{(pid=282100) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-06-04 10:38:17.863 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/cinder/cinder/db/legacy_migrations/versions/138_placeholder.py... {{(pid=282100) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-06-04 10:38:17.863 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/cinder/cinder/db/legacy_migrations/versions/138_placeholder.py loaded successfully {{(pid=282100) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-06-04 10:38:17.863 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/cinder/cinder/db/legacy_migrations/versions/137_placeholder.py... {{(pid=282100) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-06-04 10:38:17.863 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/cinder/cinder/db/legacy_migrations/versions/137_placeholder.py loaded successfully {{(pid=282100) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-06-04 10:38:17.863 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/cinder/cinder/db/legacy_migrations/versions/141_add_quota_usage_unique_constraint.py... {{(pid=282100) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-06-04 10:38:17.864 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/cinder/cinder/db/legacy_migrations/versions/141_add_quota_usage_unique_constraint.py loaded successfully {{(pid=282100) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-06-04 10:38:17.864 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/cinder/cinder/db/legacy_migrations/versions/139_placeholder.py... {{(pid=282100) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-06-04 10:38:17.864 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/cinder/cinder/db/legacy_migrations/versions/139_placeholder.py loaded successfully {{(pid=282100) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-06-04 10:38:17.864 | DEBUG migrate.versioning.repository [-] Repository /opt/stack/cinder/cinder/db/legacy_migrations loaded successfully {{(pid=282100) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/repository.py:82}} 2022-06-04 10:38:17.864 | DEBUG migrate.versioning.repository [-] Config: {'db_settings': {'repository_id': 'cinder', 'version_table': 'migrate_version', 'required_dbs': '[]'}} {{(pid=282100) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/repository.py:83}} 2022-06-04 10:38:17.864 | INFO cinder.db.migration [-] Applying migration(s) 2022-06-04 10:38:17.864 | INFO alembic.runtime.migration [-] Context impl MySQLImpl. 2022-06-04 10:38:17.864 | INFO alembic.runtime.migration [-] Will assume non-transactional DDL. 2022-06-04 10:38:17.864 | INFO alembic.runtime.migration [-] Running upgrade -> 921e1a36b076, Initial migration. 2022-06-04 10:38:17.864 | DEBUG dbcounter [-] [282100] Writing DB stats cinder:SELECT=6,cinder:SHOW=1,cinder:CREATE=74,cinder:SET=1,cinder:ALTER=18 {{(pid=282100) stat_writer /usr/local/lib/python3.8/dist-packages/dbcounter.py:114}} 2022-06-04 10:38:17.864 | DEBUG alembic.runtime.migration [-] new branch insert 921e1a36b076 {{(pid=282100) update_to_step /usr/local/lib/python3.8/dist-packages/alembic/runtime/migration.py:818}} 2022-06-04 10:38:17.864 | INFO cinder.db.migration [-] Migration(s) applied 2022-06-04 10:38:17.864 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-06-04 10:38:17.864 | from cryptography.utils import int_from_bytes 2022-06-04 10:38:17.864 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-06-04 10:38:17.864 | from cryptography.utils import int_from_bytes 2022-06-04 10:38:17.864 | /opt/stack/cinder/cinder/db/sqlalchemy/models.py:152: SAWarning: implicitly coercing SELECT object to scalar subquery; please use the .scalar_subquery() method to produce a scalar subquery. 2022-06-04 10:38:17.864 | last_heartbeat = column_property( 2022-06-04 10:38:17.864 | /opt/stack/cinder/cinder/db/sqlalchemy/models.py:160: SAWarning: implicitly coercing SELECT object to scalar subquery; please use the .scalar_subquery() method to produce a scalar subquery. 2022-06-04 10:38:17.864 | num_hosts = column_property( 2022-06-04 10:38:17.864 | /opt/stack/cinder/cinder/db/sqlalchemy/models.py:169: SAWarning: implicitly coercing SELECT object to scalar subquery; please use the .scalar_subquery() method to produce a scalar subquery. 2022-06-04 10:38:17.864 | num_down_hosts = column_property( 2022-06-04 10:38:17.864 | + lib/cinder:init_cinder:441 : time_stop dbsync 2022-06-04 10:38:17.864 | + functions-common:time_stop:2426 : local name 2022-06-04 10:38:17.864 | + functions-common:time_stop:2427 : local end_time 2022-06-04 10:38:17.864 | + functions-common:time_stop:2428 : local elapsed_time 2022-06-04 10:38:17.864 | + functions-common:time_stop:2429 : local total 2022-06-04 10:38:17.864 | + functions-common:time_stop:2430 : local start_time 2022-06-04 10:38:17.865 | + functions-common:time_stop:2432 : name=dbsync 2022-06-04 10:38:17.865 | + functions-common:time_stop:2433 : start_time=1654339050976 2022-06-04 10:38:17.865 | + functions-common:time_stop:2435 : [[ -z 1654339050976 ]] 2022-06-04 10:38:17.865 | ++ functions-common:time_stop:2438 : date +%s%3N 2022-06-04 10:38:17.865 | + functions-common:time_stop:2438 : end_time=1654339058653 2022-06-04 10:38:17.865 | + functions-common:time_stop:2439 : elapsed_time=7677 2022-06-04 10:38:17.865 | + functions-common:time_stop:2440 : total=8483 2022-06-04 10:38:17.865 | + functions-common:time_stop:2442 : _TIME_START[$name]= 2022-06-04 10:38:17.865 | + functions-common:time_stop:2443 : _TIME_TOTAL[$name]=16160 2022-06-04 10:38:17.865 | + lib/cinder:init_cinder:444 : is_service_enabled c-vol 2022-06-04 10:38:17.865 | + functions-common:is_service_enabled:2082 : return 0 2022-06-04 10:38:17.865 | + lib/cinder:init_cinder:444 : [[ -n lvm:lvmdriver-1 ]] 2022-06-04 10:38:17.865 | + lib/cinder:init_cinder:445 : local be be_name be_type 2022-06-04 10:38:17.865 | + lib/cinder:init_cinder:446 : for be in ${CINDER_ENABLED_BACKENDS//,/ } 2022-06-04 10:38:17.865 | + lib/cinder:init_cinder:447 : be_type=lvm 2022-06-04 10:38:17.865 | + lib/cinder:init_cinder:448 : be_name=lvmdriver-1 2022-06-04 10:38:17.865 | + lib/cinder:init_cinder:449 : type init_cinder_backend_lvm 2022-06-04 10:38:17.865 | + lib/cinder:init_cinder:450 : init_cinder_backend_lvm lvmdriver-1 2022-06-04 10:38:17.865 | + lib/cinder_backends/lvm:init_cinder_backend_lvm:61 : local be_name=lvmdriver-1 2022-06-04 10:38:17.865 | + lib/cinder_backends/lvm:init_cinder_backend_lvm:64 : init_lvm_volume_group stack-volumes-lvmdriver-1 50000M 2022-06-04 10:38:17.865 | + lib/lvm:init_lvm_volume_group:129 : local vg=stack-volumes-lvmdriver-1 2022-06-04 10:38:17.865 | + lib/lvm:init_lvm_volume_group:130 : local size=50000M 2022-06-04 10:38:17.865 | + lib/lvm:init_lvm_volume_group:133 : is_fedora 2022-06-04 10:38:17.865 | + functions-common:is_fedora:520 : [[ -z Ubuntu ]] 2022-06-04 10:38:17.865 | + functions-common:is_fedora:524 : '[' Ubuntu = Fedora ']' 2022-06-04 10:38:17.865 | + functions-common:is_fedora:524 : '[' Ubuntu = 'Red Hat' ']' 2022-06-04 10:38:17.865 | + functions-common:is_fedora:525 : '[' Ubuntu = RedHatEnterpriseServer ']' 2022-06-04 10:38:17.865 | + functions-common:is_fedora:526 : '[' Ubuntu = RedHatEnterprise ']' 2022-06-04 10:38:17.865 | + functions-common:is_fedora:527 : '[' Ubuntu = CentOS ']' 2022-06-04 10:38:17.865 | + functions-common:is_fedora:527 : '[' Ubuntu = CentOSStream ']' 2022-06-04 10:38:17.865 | + functions-common:is_fedora:528 : '[' Ubuntu = AlmaLinux ']' 2022-06-04 10:38:17.865 | + functions-common:is_fedora:529 : '[' Ubuntu = OracleServer ']' 2022-06-04 10:38:17.866 | + functions-common:is_fedora:529 : '[' Ubuntu = Virtuozzo ']' 2022-06-04 10:38:17.866 | + lib/lvm:init_lvm_volume_group:133 : is_suse 2022-06-04 10:38:17.866 | + functions-common:is_suse:537 : is_opensuse 2022-06-04 10:38:17.866 | + functions-common:is_opensuse:544 : [[ -z Ubuntu ]] 2022-06-04 10:38:17.866 | + functions-common:is_opensuse:548 : [[ Ubuntu =~ (openSUSE) ]] 2022-06-04 10:38:17.866 | + functions-common:is_suse:537 : is_suse_linux_enterprise 2022-06-04 10:38:17.866 | + functions-common:is_suse_linux_enterprise:556 : [[ -z Ubuntu ]] 2022-06-04 10:38:17.866 | + functions-common:is_suse_linux_enterprise:560 : [[ Ubuntu =~ (^SUSE) ]] 2022-06-04 10:38:17.866 | + lib/lvm:init_lvm_volume_group:138 : _create_lvm_volume_group stack-volumes-lvmdriver-1 50000M 2022-06-04 10:38:17.866 | + lib/lvm:_create_lvm_volume_group:88 : local vg=stack-volumes-lvmdriver-1 2022-06-04 10:38:17.866 | + lib/lvm:_create_lvm_volume_group:89 : local size=50000M 2022-06-04 10:38:17.866 | + lib/lvm:_create_lvm_volume_group:91 : local backing_file=/opt/stack/data/stack-volumes-lvmdriver-1-backing-file 2022-06-04 10:38:17.866 | + lib/lvm:_create_lvm_volume_group:92 : sudo vgs stack-volumes-lvmdriver-1 2022-06-04 10:38:17.866 | Volume group "stack-volumes-lvmdriver-1" not found 2022-06-04 10:38:17.866 | Cannot process volume group stack-volumes-lvmdriver-1 2022-06-04 10:38:17.866 | + lib/lvm:_create_lvm_volume_group:94 : [[ -f /opt/stack/data/stack-volumes-lvmdriver-1-backing-file ]] 2022-06-04 10:38:17.866 | + lib/lvm:_create_lvm_volume_group:94 : truncate -s 50000M /opt/stack/data/stack-volumes-lvmdriver-1-backing-file 2022-06-04 10:38:17.866 | + lib/lvm:_create_lvm_volume_group:96 : local directio= 2022-06-04 10:38:17.866 | + lib/lvm:_create_lvm_volume_group:98 : grep -q direct-io 2022-06-04 10:38:17.866 | + lib/lvm:_create_lvm_volume_group:98 : losetup -h 2022-06-04 10:38:17.866 | + lib/lvm:_create_lvm_volume_group:99 : directio=--direct-io=on 2022-06-04 10:38:17.866 | + lib/lvm:_create_lvm_volume_group:103 : [[ ! -e /etc/systemd/system/stack-volumes-lvmdriver-1-backing-file.service ]] 2022-06-04 10:38:17.866 | + lib/lvm:_create_lvm_volume_group:107 : sudo tee /etc/systemd/system/stack-volumes-lvmdriver-1-backing-file.service 2022-06-04 10:38:17.866 | + lib/lvm:_create_lvm_volume_group:104 : sed -e ' 2022-06-04 10:38:17.866 | s|%DIRECTIO%|--direct-io=on|g; 2022-06-04 10:38:17.866 | s|%BACKING_FILE%|/opt/stack/data/stack-volumes-lvmdriver-1-backing-file|g; 2022-06-04 10:38:17.866 | ' /home/ubuntu/devstack/files/lvm-backing-file.template 2022-06-04 10:38:17.866 | [Unit] 2022-06-04 10:38:17.866 | Description=Activate LVM backing file /opt/stack/data/stack-volumes-lvmdriver-1-backing-file 2022-06-04 10:38:17.866 | DefaultDependencies=no 2022-06-04 10:38:17.866 | After=systemd-udev-settle.service 2022-06-04 10:38:17.867 | Before=lvm2-activation-early.service 2022-06-04 10:38:17.867 | Wants=systemd-udev-settle.service 2022-06-04 10:38:17.867 | 2022-06-04 10:38:17.867 | [Service] 2022-06-04 10:38:17.867 | ExecStart=/sbin/losetup --find --show --direct-io=on /opt/stack/data/stack-volumes-lvmdriver-1-backing-file 2022-06-04 10:38:17.867 | ExecStop=/bin/sh -c '/sbin/losetup -d $$(/sbin/losetup --associated /opt/stack/data/stack-volumes-lvmdriver-1-backing-file -O NAME -n)' 2022-06-04 10:38:17.867 | RemainAfterExit=yes 2022-06-04 10:38:17.867 | Type=oneshot 2022-06-04 10:38:17.867 | 2022-06-04 10:38:17.867 | [Install] 2022-06-04 10:38:17.867 | WantedBy=local-fs.target 2022-06-04 10:38:17.867 | Also=systemd-udev-settle.service 2022-06-04 10:38:17.867 | + lib/lvm:_create_lvm_volume_group:110 : sudo systemctl daemon-reload 2022-06-04 10:38:17.867 | + lib/lvm:_create_lvm_volume_group:111 : sudo systemctl enable --now stack-volumes-lvmdriver-1-backing-file.service 2022-06-04 10:38:17.867 | Created symlink /etc/systemd/system/local-fs.target.wants/stack-volumes-lvmdriver-1-backing-file.service → /etc/systemd/system/stack-volumes-lvmdriver-1-backing-file.service. 2022-06-04 10:38:17.867 | + lib/lvm:_create_lvm_volume_group:114 : local vg_dev 2022-06-04 10:38:17.867 | ++ lib/lvm:_create_lvm_volume_group:115 : sudo losetup --associated /opt/stack/data/stack-volumes-lvmdriver-1-backing-file -O NAME -n 2022-06-04 10:38:17.867 | + lib/lvm:_create_lvm_volume_group:115 : vg_dev=/dev/loop4 2022-06-04 10:38:17.867 | + lib/lvm:_create_lvm_volume_group:118 : sudo vgs stack-volumes-lvmdriver-1 2022-06-04 10:38:17.867 | Volume group "stack-volumes-lvmdriver-1" not found 2022-06-04 10:38:17.867 | Cannot process volume group stack-volumes-lvmdriver-1 2022-06-04 10:38:17.867 | + lib/lvm:_create_lvm_volume_group:119 : sudo vgcreate stack-volumes-lvmdriver-1 /dev/loop4 2022-06-04 10:38:17.867 | Physical volume "/dev/loop4" successfully created. 2022-06-04 10:38:17.867 | Volume group "stack-volumes-lvmdriver-1" successfully created 2022-06-04 10:38:17.867 | + lib/lvm:init_lvm_volume_group:141 : '[' lioadm = lioadm ']' 2022-06-04 10:38:17.867 | + lib/lvm:init_lvm_volume_group:142 : sudo cinder-rtstool get-targets 2022-06-04 10:38:17.867 | + lib/lvm:init_lvm_volume_group:142 : sudo xargs -rn 1 cinder-rtstool delete 2022-06-04 10:38:17.867 | + lib/lvm:init_lvm_volume_group:146 : _clean_lvm_volume_group stack-volumes-lvmdriver-1 2022-06-04 10:38:17.867 | + lib/lvm:_clean_lvm_volume_group:40 : local vg=stack-volumes-lvmdriver-1 2022-06-04 10:38:17.867 | + lib/lvm:_clean_lvm_volume_group:43 : sudo lvremove -f stack-volumes-lvmdriver-1 2022-06-04 10:38:17.867 | + lib/cinder:init_cinder:455 : is_service_enabled c-bak 2022-06-04 10:38:17.868 | + functions-common:is_service_enabled:2082 : return 0 2022-06-04 10:38:17.868 | + lib/cinder:init_cinder:455 : [[ -n swift ]] 2022-06-04 10:38:17.868 | + lib/cinder:init_cinder:456 : type init_cinder_backup_swift 2022-06-04 10:38:17.868 | + lib/cinder:init_cinder:461 : mkdir -p /opt/stack/data/cinder/volumes 2022-06-04 10:38:17.908 | [232427 Async init_cinder:281863]: finished init_cinder with result 0 in 11 seconds 2022-06-04 10:38:17.913 | + inc/async:async_wait:197 : return 0 2022-06-04 10:38:17.915 | + ./stack.sh:main:1211 : is_service_enabled nova 2022-06-04 10:38:17.933 | + functions-common:is_service_enabled:2082 : return 0 2022-06-04 10:38:17.936 | + ./stack.sh:main:1212 : echo_summary 'Configuring Nova' 2022-06-04 10:38:17.939 | + ./stack.sh:echo_summary:435 : [[ -t 3 ]] 2022-06-04 10:38:17.942 | + ./stack.sh:echo_summary:441 : echo -e Configuring Nova 2022-06-04 10:38:17.944 | + ./stack.sh:main:1213 : init_nova 2022-06-04 10:38:17.947 | + lib/nova:init_nova:825 : is_service_enabled mysql postgresql 2022-06-04 10:38:17.965 | + functions-common:is_service_enabled:2082 : return 0 2022-06-04 10:38:17.967 | + lib/nova:init_nova:825 : is_service_enabled n-api 2022-06-04 10:38:17.986 | + functions-common:is_service_enabled:2082 : return 0 2022-06-04 10:38:17.988 | + lib/nova:init_nova:827 : [[ superconductor == \s\i\n\g\l\e\c\o\n\d\u\c\t\o\r ]] 2022-06-04 10:38:17.991 | + lib/nova:init_nova:835 : async_run nova-cell-0 init_nova_db nova_cell0 /etc/nova/nova.conf 2022-06-04 10:38:18.051 | + inc/async:async_inner:63 : init_nova_db nova_cell0 /etc/nova/nova.conf 2022-06-04 10:38:18.088 | [232427 Async nova-cell-0:284309]: running: init_nova_db nova_cell0 /etc/nova/nova.conf 2022-06-04 10:38:18.092 | ++ lib/nova:init_nova:838 : seq 1 1 2022-06-04 10:38:18.096 | + lib/nova:init_nova:838 : for i in $(seq 1 $NOVA_NUM_CELLS) 2022-06-04 10:38:18.100 | ++ lib/nova:init_nova:839 : conductor_conf 1 2022-06-04 10:38:18.102 | ++ lib/nova:conductor_conf:804 : local cell=1 2022-06-04 10:38:18.105 | ++ lib/nova:conductor_conf:805 : echo /etc/nova/nova_cell1.conf 2022-06-04 10:38:18.108 | + lib/nova:init_nova:839 : async_run nova-cell-1 init_nova_db nova_cell1 /etc/nova/nova_cell1.conf 2022-06-04 10:38:18.170 | + inc/async:async_inner:63 : init_nova_db nova_cell1 /etc/nova/nova_cell1.conf 2022-06-04 10:38:18.217 | [232427 Async nova-cell-1:284401]: running: init_nova_db nova_cell1 /etc/nova/nova_cell1.conf 2022-06-04 10:38:18.224 | + lib/nova:init_nova:842 : recreate_database nova_api 2022-06-04 10:38:18.227 | + lib/database:recreate_database:112 : local db=nova_api 2022-06-04 10:38:18.229 | + lib/database:recreate_database:113 : recreate_database_mysql nova_api 2022-06-04 10:38:18.232 | + lib/databases/mysql:recreate_database_mysql:66 : local db=nova_api 2022-06-04 10:38:18.234 | + lib/databases/mysql:recreate_database_mysql:67 : mysql -uroot -pPassw0rd -h127.0.0.1 -e 'DROP DATABASE IF EXISTS nova_api;' 2022-06-04 10:38:18.240 | mysql: [Warning] Using a password on the command line interface can be insecure. 2022-06-04 10:38:18.644 | + lib/databases/mysql:recreate_database_mysql:68 : mysql -uroot -pPassw0rd -h127.0.0.1 -e 'CREATE DATABASE nova_api CHARACTER SET utf8;' 2022-06-04 10:38:18.649 | mysql: [Warning] Using a password on the command line interface can be insecure. 2022-06-04 10:38:18.668 | + lib/nova:init_nova:843 : /usr/local/bin/nova-manage --config-file /etc/nova/nova.conf api_db sync 2022-06-04 10:38:19.780 | Modules with known eventlet monkey patching issues were imported prior to eventlet monkey patching: urllib3. This warning can usually be ignored if the caller is only importing and not executing nova code. 2022-06-04 10:38:23.086 | INFO dbcounter [-] Registered counter for database nova_api 2022-06-04 10:38:23.113 | DEBUG dbcounter [-] [284459] Writer thread running {{(pid=284459) stat_writer /usr/local/lib/python3.8/dist-packages/dbcounter.py:99}} 2022-06-04 10:38:23.114 | DEBUG migrate.versioning.repository [-] Loading repository /opt/stack/nova/nova/db/api/legacy_migrations... {{(pid=284459) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/repository.py:76}} 2022-06-04 10:38:23.115 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/api/legacy_migrations/versions/086_placeholder.py... {{(pid=284459) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-06-04 10:38:23.116 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/api/legacy_migrations/versions/086_placeholder.py loaded successfully {{(pid=284459) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-06-04 10:38:23.116 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/api/legacy_migrations/versions/075_placeholder.py... {{(pid=284459) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-06-04 10:38:23.116 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/api/legacy_migrations/versions/075_placeholder.py loaded successfully {{(pid=284459) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-06-04 10:38:23.116 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/api/legacy_migrations/versions/077_placeholder.py... {{(pid=284459) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-06-04 10:38:23.117 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/api/legacy_migrations/versions/077_placeholder.py loaded successfully {{(pid=284459) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-06-04 10:38:23.117 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/api/legacy_migrations/versions/073_placeholder.py... {{(pid=284459) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-06-04 10:38:23.117 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/api/legacy_migrations/versions/073_placeholder.py loaded successfully {{(pid=284459) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-06-04 10:38:23.117 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/api/legacy_migrations/versions/082_placeholder.py... {{(pid=284459) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-06-04 10:38:23.117 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/api/legacy_migrations/versions/082_placeholder.py loaded successfully {{(pid=284459) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-06-04 10:38:23.118 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/api/legacy_migrations/versions/083_placeholder.py... {{(pid=284459) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-06-04 10:38:23.118 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/api/legacy_migrations/versions/083_placeholder.py loaded successfully {{(pid=284459) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-06-04 10:38:23.118 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/api/legacy_migrations/versions/068_placeholder.py... {{(pid=284459) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-06-04 10:38:23.118 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/api/legacy_migrations/versions/068_placeholder.py loaded successfully {{(pid=284459) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-06-04 10:38:23.119 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/api/legacy_migrations/versions/071_placeholder.py... {{(pid=284459) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-06-04 10:38:23.119 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/api/legacy_migrations/versions/071_placeholder.py loaded successfully {{(pid=284459) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-06-04 10:38:23.119 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/api/legacy_migrations/versions/084_placeholder.py... {{(pid=284459) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-06-04 10:38:23.119 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/api/legacy_migrations/versions/084_placeholder.py loaded successfully {{(pid=284459) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-06-04 10:38:23.120 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/api/legacy_migrations/versions/069_placeholder.py... {{(pid=284459) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-06-04 10:38:23.120 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/api/legacy_migrations/versions/069_placeholder.py loaded successfully {{(pid=284459) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-06-04 10:38:23.120 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/api/legacy_migrations/versions/074_placeholder.py... {{(pid=284459) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-06-04 10:38:23.120 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/api/legacy_migrations/versions/074_placeholder.py loaded successfully {{(pid=284459) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-06-04 10:38:23.120 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/api/legacy_migrations/versions/072_placeholder.py... {{(pid=284459) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-06-04 10:38:23.121 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/api/legacy_migrations/versions/072_placeholder.py loaded successfully {{(pid=284459) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-06-04 10:38:23.121 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/api/legacy_migrations/versions/081_placeholder.py... {{(pid=284459) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-06-04 10:38:23.121 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/api/legacy_migrations/versions/081_placeholder.py loaded successfully {{(pid=284459) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-06-04 10:38:23.121 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/api/legacy_migrations/versions/087_placeholder.py... {{(pid=284459) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-06-04 10:38:23.122 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/api/legacy_migrations/versions/087_placeholder.py loaded successfully {{(pid=284459) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-06-04 10:38:23.122 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/api/legacy_migrations/versions/078_placeholder.py... {{(pid=284459) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-06-04 10:38:23.122 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/api/legacy_migrations/versions/078_placeholder.py loaded successfully {{(pid=284459) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-06-04 10:38:23.122 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/api/legacy_migrations/versions/085_placeholder.py... {{(pid=284459) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-06-04 10:38:23.122 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/api/legacy_migrations/versions/085_placeholder.py loaded successfully {{(pid=284459) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-06-04 10:38:23.123 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/api/legacy_migrations/versions/080_placeholder.py... {{(pid=284459) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-06-04 10:38:23.123 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/api/legacy_migrations/versions/080_placeholder.py loaded successfully {{(pid=284459) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-06-04 10:38:23.123 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/api/legacy_migrations/versions/067_train.py... {{(pid=284459) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-06-04 10:38:23.123 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/api/legacy_migrations/versions/067_train.py loaded successfully {{(pid=284459) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-06-04 10:38:23.123 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/api/legacy_migrations/versions/079_placeholder.py... {{(pid=284459) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-06-04 10:38:23.124 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/api/legacy_migrations/versions/079_placeholder.py loaded successfully {{(pid=284459) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-06-04 10:38:23.124 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/api/legacy_migrations/versions/070_placeholder.py... {{(pid=284459) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-06-04 10:38:23.124 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/api/legacy_migrations/versions/070_placeholder.py loaded successfully {{(pid=284459) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-06-04 10:38:23.125 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/api/legacy_migrations/versions/076_placeholder.py... {{(pid=284459) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-06-04 10:38:23.125 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/api/legacy_migrations/versions/076_placeholder.py loaded successfully {{(pid=284459) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-06-04 10:38:23.125 | DEBUG migrate.versioning.repository [-] Repository /opt/stack/nova/nova/db/api/legacy_migrations loaded successfully {{(pid=284459) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/repository.py:82}} 2022-06-04 10:38:23.125 | DEBUG migrate.versioning.repository [-] Config: {'db_settings': {'repository_id': 'nova_api', 'version_table': 'migrate_version', 'required_dbs': '[]'}} {{(pid=284459) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/repository.py:83}} 2022-06-04 10:38:23.152 | INFO alembic.runtime.migration [-] Context impl MySQLImpl. 2022-06-04 10:38:23.152 | INFO alembic.runtime.migration [-] Will assume non-transactional DDL. 2022-06-04 10:38:23.191 | INFO alembic.runtime.migration [-] Running upgrade -> d67eeaabee36, Initial version 2022-06-04 10:38:25.201 | DEBUG alembic.runtime.migration [-] new branch insert d67eeaabee36 {{(pid=284459) update_to_step /usr/local/lib/python3.8/dist-packages/alembic/runtime/migration.py:818}} 2022-06-04 10:38:25.206 | INFO alembic.runtime.migration [-] Running upgrade d67eeaabee36 -> b30f573d3377, Remove unused build_requests columns 2022-06-04 10:38:25.617 | DEBUG alembic.runtime.migration [-] update d67eeaabee36 to b30f573d3377 {{(pid=284459) update_to_step /usr/local/lib/python3.8/dist-packages/alembic/runtime/migration.py:853}} 2022-06-04 10:38:25.624 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-06-04 10:38:25.624 | from cryptography.utils import int_from_bytes 2022-06-04 10:38:25.624 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-06-04 10:38:25.624 | from cryptography.utils import int_from_bytes 2022-06-04 10:38:26.134 | ++ lib/nova:init_nova:847 : database_connection_url nova_cell0 2022-06-04 10:38:26.137 | ++ lib/database:database_connection_url:134 : local db=nova_cell0 2022-06-04 10:38:26.140 | ++ lib/database:database_connection_url:135 : database_connection_url_mysql nova_cell0 2022-06-04 10:38:26.143 | ++ lib/databases/mysql:database_connection_url_mysql:224 : local db=nova_cell0 2022-06-04 10:38:26.145 | ++ lib/databases/mysql:database_connection_url_mysql:225 : local plugin 2022-06-04 10:38:26.148 | ++ lib/databases/mysql:database_connection_url_mysql:229 : [[ True == \T\r\u\e ]] 2022-06-04 10:38:26.151 | ++ lib/databases/mysql:database_connection_url_mysql:230 : is_service_enabled mysql 2022-06-04 10:38:26.171 | ++ functions-common:is_service_enabled:2082 : return 0 2022-06-04 10:38:26.174 | ++ lib/databases/mysql:database_connection_url_mysql:231 : plugin='&plugin=dbcounter' 2022-06-04 10:38:26.177 | ++ lib/databases/mysql:database_connection_url_mysql:235 : echo 'mysql+pymysql://root:Passw0rd@127.0.0.1/nova_cell0?charset=utf8&plugin=dbcounter' 2022-06-04 10:38:26.180 | + lib/nova:init_nova:847 : /usr/local/bin/nova-manage cell_v2 map_cell0 --database_connection 'mysql+pymysql://root:Passw0rd@127.0.0.1/nova_cell0?charset=utf8&plugin=dbcounter' 2022-06-04 10:38:27.342 | Modules with known eventlet monkey patching issues were imported prior to eventlet monkey patching: urllib3. This warning can usually be ignored if the caller is only importing and not executing nova code. 2022-06-04 10:38:29.942 | INFO dbcounter [None req-5e8700f8-3ab1-40b0-874e-d992aaaa7533 None None] Registered counter for database nova_api 2022-06-04 10:38:29.972 | DEBUG dbcounter [-] [284970] Writer thread running {{(pid=284970) stat_writer /usr/local/lib/python3.8/dist-packages/dbcounter.py:99}} 2022-06-04 10:38:30.034 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-06-04 10:38:30.034 | from cryptography.utils import int_from_bytes 2022-06-04 10:38:30.034 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-06-04 10:38:30.034 | from cryptography.utils import int_from_bytes 2022-06-04 10:38:30.591 | ++ lib/nova:init_nova:850 : seq 0 1 2022-06-04 10:38:30.598 | + lib/nova:init_nova:850 : for i in $(seq 0 $NOVA_NUM_CELLS) 2022-06-04 10:38:30.601 | + lib/nova:init_nova:851 : async_wait nova-cell-0 2022-06-04 10:38:30.689 | [232427 Async nova-cell-0:284309]: Waiting for completion of init_nova_db nova_cell0 /etc/nova/nova.conf running on PID 284309 (3 other jobs running) 2022-06-04 10:38:30.738 | [232427 Async nova-cell-0:284309]: Signaling child to exit 2022-06-04 10:38:30.976 | + inc/async:async_inner:64 : rc=0 2022-06-04 10:38:31.003 | [284309 Async nova-cell-0:284309]: finished successfully 2022-06-04 10:38:31.024 | WAKEUP 2022-06-04 10:38:31.049 | [232427 Async nova-cell-0:284309]: Signaled 2022-06-04 10:38:31.050 | + lib/nova:init_nova_db:815 : local dbname=nova_cell0 2022-06-04 10:38:31.050 | + lib/nova:init_nova_db:816 : local conffile=/etc/nova/nova.conf 2022-06-04 10:38:31.050 | + lib/nova:init_nova_db:817 : recreate_database nova_cell0 2022-06-04 10:38:31.050 | + lib/database:recreate_database:112 : local db=nova_cell0 2022-06-04 10:38:31.050 | + lib/database:recreate_database:113 : recreate_database_mysql nova_cell0 2022-06-04 10:38:31.050 | + lib/databases/mysql:recreate_database_mysql:66 : local db=nova_cell0 2022-06-04 10:38:31.050 | + lib/databases/mysql:recreate_database_mysql:67 : mysql -uroot -pPassw0rd -h127.0.0.1 -e 'DROP DATABASE IF EXISTS nova_cell0;' 2022-06-04 10:38:31.050 | mysql: [Warning] Using a password on the command line interface can be insecure. 2022-06-04 10:38:31.050 | + lib/databases/mysql:recreate_database_mysql:68 : mysql -uroot -pPassw0rd -h127.0.0.1 -e 'CREATE DATABASE nova_cell0 CHARACTER SET utf8;' 2022-06-04 10:38:31.050 | mysql: [Warning] Using a password on the command line interface can be insecure. 2022-06-04 10:38:31.050 | + lib/nova:init_nova_db:818 : /usr/local/bin/nova-manage --config-file /etc/nova/nova.conf db sync --local_cell 2022-06-04 10:38:31.050 | Modules with known eventlet monkey patching issues were imported prior to eventlet monkey patching: urllib3. This warning can usually be ignored if the caller is only importing and not executing nova code. 2022-06-04 10:38:31.050 | INFO dbcounter [-] Registered counter for database nova_cell0 2022-06-04 10:38:31.050 | DEBUG dbcounter [-] [284466] Writer thread running {{(pid=284466) stat_writer /usr/local/lib/python3.8/dist-packages/dbcounter.py:99}} 2022-06-04 10:38:31.050 | DEBUG migrate.versioning.repository [-] Loading repository /opt/stack/nova/nova/db/main/legacy_migrations... {{(pid=284466) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/repository.py:76}} 2022-06-04 10:38:31.051 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/402_train.py... {{(pid=284466) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-06-04 10:38:31.051 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/402_train.py loaded successfully {{(pid=284466) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-06-04 10:38:31.051 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/403_placeholder.py... {{(pid=284466) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-06-04 10:38:31.051 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/403_placeholder.py loaded successfully {{(pid=284466) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-06-04 10:38:31.051 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/414_placeholder.py... {{(pid=284466) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-06-04 10:38:31.051 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/414_placeholder.py loaded successfully {{(pid=284466) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-06-04 10:38:31.051 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/406_placeholder.py... {{(pid=284466) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-06-04 10:38:31.051 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/406_placeholder.py loaded successfully {{(pid=284466) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-06-04 10:38:31.051 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/412_placeholder.py... {{(pid=284466) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-06-04 10:38:31.051 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/412_placeholder.py loaded successfully {{(pid=284466) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-06-04 10:38:31.051 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/418_placeholder.py... {{(pid=284466) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-06-04 10:38:31.051 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/418_placeholder.py loaded successfully {{(pid=284466) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-06-04 10:38:31.051 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/421_placeholder.py... {{(pid=284466) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-06-04 10:38:31.051 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/421_placeholder.py loaded successfully {{(pid=284466) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-06-04 10:38:31.051 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/408_placeholder.py... {{(pid=284466) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-06-04 10:38:31.051 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/408_placeholder.py loaded successfully {{(pid=284466) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-06-04 10:38:31.051 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/415_placeholder.py... {{(pid=284466) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-06-04 10:38:31.051 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/415_placeholder.py loaded successfully {{(pid=284466) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-06-04 10:38:31.051 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/411_placeholder.py... {{(pid=284466) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-06-04 10:38:31.051 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/411_placeholder.py loaded successfully {{(pid=284466) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-06-04 10:38:31.051 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/416_placeholder.py... {{(pid=284466) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-06-04 10:38:31.051 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/416_placeholder.py loaded successfully {{(pid=284466) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-06-04 10:38:31.051 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/420_placeholder.py... {{(pid=284466) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-06-04 10:38:31.051 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/420_placeholder.py loaded successfully {{(pid=284466) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-06-04 10:38:31.051 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/410_placeholder.py... {{(pid=284466) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-06-04 10:38:31.052 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/410_placeholder.py loaded successfully {{(pid=284466) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-06-04 10:38:31.052 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/409_placeholder.py... {{(pid=284466) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-06-04 10:38:31.052 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/409_placeholder.py loaded successfully {{(pid=284466) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-06-04 10:38:31.052 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/422_placeholder.py... {{(pid=284466) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-06-04 10:38:31.052 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/422_placeholder.py loaded successfully {{(pid=284466) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-06-04 10:38:31.052 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/404_placeholder.py... {{(pid=284466) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-06-04 10:38:31.052 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/404_placeholder.py loaded successfully {{(pid=284466) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-06-04 10:38:31.052 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/405_placeholder.py... {{(pid=284466) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-06-04 10:38:31.052 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/405_placeholder.py loaded successfully {{(pid=284466) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-06-04 10:38:31.052 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/407_placeholder.py... {{(pid=284466) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-06-04 10:38:31.052 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/407_placeholder.py loaded successfully {{(pid=284466) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-06-04 10:38:31.052 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/419_placeholder.py... {{(pid=284466) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-06-04 10:38:31.052 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/419_placeholder.py loaded successfully {{(pid=284466) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-06-04 10:38:31.052 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/417_placeholder.py... {{(pid=284466) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-06-04 10:38:31.052 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/417_placeholder.py loaded successfully {{(pid=284466) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-06-04 10:38:31.052 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/413_placeholder.py... {{(pid=284466) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-06-04 10:38:31.052 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/413_placeholder.py loaded successfully {{(pid=284466) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-06-04 10:38:31.052 | DEBUG migrate.versioning.repository [-] Repository /opt/stack/nova/nova/db/main/legacy_migrations loaded successfully {{(pid=284466) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/repository.py:82}} 2022-06-04 10:38:31.052 | DEBUG migrate.versioning.repository [-] Config: {'db_settings': {'repository_id': 'nova', 'version_table': 'migrate_version', 'required_dbs': '[]'}} {{(pid=284466) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/repository.py:83}} 2022-06-04 10:38:31.052 | INFO alembic.runtime.migration [-] Context impl MySQLImpl. 2022-06-04 10:38:31.052 | INFO alembic.runtime.migration [-] Will assume non-transactional DDL. 2022-06-04 10:38:31.052 | INFO alembic.runtime.migration [-] Running upgrade -> 8f2f1571d55b, Initial version 2022-06-04 10:38:31.052 | DEBUG dbcounter [-] [284466] Writing DB stats nova_cell0:SELECT=6,nova_cell0:SHOW=1,nova_cell0:CREATE=93 {{(pid=284466) stat_writer /usr/local/lib/python3.8/dist-packages/dbcounter.py:114}} 2022-06-04 10:38:31.052 | DEBUG dbcounter [-] [284466] Writing DB stats nova_cell0:CREATE=64,nova_cell0:ALTER=2,nova_cell0:SHOW=24,nova_cell0:select=10 {{(pid=284466) stat_writer /usr/local/lib/python3.8/dist-packages/dbcounter.py:114}} 2022-06-04 10:38:31.052 | DEBUG dbcounter [-] [284466] Writing DB stats nova_cell0:SHOW=35,nova_cell0:select=12,nova_cell0:CREATE=53 {{(pid=284466) stat_writer /usr/local/lib/python3.8/dist-packages/dbcounter.py:114}} 2022-06-04 10:38:31.053 | DEBUG alembic.runtime.migration [-] new branch insert 8f2f1571d55b {{(pid=284466) update_to_step /usr/local/lib/python3.8/dist-packages/alembic/runtime/migration.py:818}} 2022-06-04 10:38:31.053 | INFO alembic.runtime.migration [-] Running upgrade 8f2f1571d55b -> 16f1fbcab42b, Resolve shadow table diffs 2022-06-04 10:38:31.053 | DEBUG alembic.runtime.migration [-] update 8f2f1571d55b to 16f1fbcab42b {{(pid=284466) update_to_step /usr/local/lib/python3.8/dist-packages/alembic/runtime/migration.py:853}} 2022-06-04 10:38:31.053 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-06-04 10:38:31.053 | from cryptography.utils import int_from_bytes 2022-06-04 10:38:31.053 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-06-04 10:38:31.053 | from cryptography.utils import int_from_bytes 2022-06-04 10:38:31.098 | [232427 Async nova-cell-0:284309]: finished init_nova_db nova_cell0 /etc/nova/nova.conf with result 0 in 12 seconds 2022-06-04 10:38:31.103 | + inc/async:async_wait:197 : return 0 2022-06-04 10:38:31.105 | + lib/nova:init_nova:850 : for i in $(seq 0 $NOVA_NUM_CELLS) 2022-06-04 10:38:31.108 | + lib/nova:init_nova:851 : async_wait nova-cell-1 2022-06-04 10:38:31.164 | [232427 Async nova-cell-1:284401]: Waiting for completion of init_nova_db nova_cell1 /etc/nova/nova_cell1.conf running on PID 284401 (2 other jobs running) 2022-06-04 10:38:31.192 | [232427 Async nova-cell-1:284401]: Signaling child to exit 2022-06-04 10:38:31.295 | + inc/async:async_inner:64 : rc=0 2022-06-04 10:38:31.321 | [284401 Async nova-cell-1:284401]: finished successfully 2022-06-04 10:38:31.341 | WAKEUP 2022-06-04 10:38:31.364 | [232427 Async nova-cell-1:284401]: Signaled 2022-06-04 10:38:31.365 | + lib/nova:init_nova_db:815 : local dbname=nova_cell1 2022-06-04 10:38:31.365 | + lib/nova:init_nova_db:816 : local conffile=/etc/nova/nova_cell1.conf 2022-06-04 10:38:31.365 | + lib/nova:init_nova_db:817 : recreate_database nova_cell1 2022-06-04 10:38:31.365 | + lib/database:recreate_database:112 : local db=nova_cell1 2022-06-04 10:38:31.365 | + lib/database:recreate_database:113 : recreate_database_mysql nova_cell1 2022-06-04 10:38:31.365 | + lib/databases/mysql:recreate_database_mysql:66 : local db=nova_cell1 2022-06-04 10:38:31.365 | + lib/databases/mysql:recreate_database_mysql:67 : mysql -uroot -pPassw0rd -h127.0.0.1 -e 'DROP DATABASE IF EXISTS nova_cell1;' 2022-06-04 10:38:31.365 | mysql: [Warning] Using a password on the command line interface can be insecure. 2022-06-04 10:38:31.365 | + lib/databases/mysql:recreate_database_mysql:68 : mysql -uroot -pPassw0rd -h127.0.0.1 -e 'CREATE DATABASE nova_cell1 CHARACTER SET utf8;' 2022-06-04 10:38:31.365 | mysql: [Warning] Using a password on the command line interface can be insecure. 2022-06-04 10:38:31.365 | + lib/nova:init_nova_db:818 : /usr/local/bin/nova-manage --config-file /etc/nova/nova_cell1.conf db sync --local_cell 2022-06-04 10:38:31.365 | Modules with known eventlet monkey patching issues were imported prior to eventlet monkey patching: urllib3. This warning can usually be ignored if the caller is only importing and not executing nova code. 2022-06-04 10:38:31.366 | INFO dbcounter [-] Registered counter for database nova_cell1 2022-06-04 10:38:31.366 | DEBUG dbcounter [-] [284473] Writer thread running {{(pid=284473) stat_writer /usr/local/lib/python3.8/dist-packages/dbcounter.py:99}} 2022-06-04 10:38:31.366 | DEBUG migrate.versioning.repository [-] Loading repository /opt/stack/nova/nova/db/main/legacy_migrations... {{(pid=284473) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/repository.py:76}} 2022-06-04 10:38:31.366 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/402_train.py... {{(pid=284473) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-06-04 10:38:31.366 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/402_train.py loaded successfully {{(pid=284473) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-06-04 10:38:31.366 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/403_placeholder.py... {{(pid=284473) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-06-04 10:38:31.366 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/403_placeholder.py loaded successfully {{(pid=284473) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-06-04 10:38:31.366 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/414_placeholder.py... {{(pid=284473) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-06-04 10:38:31.366 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/414_placeholder.py loaded successfully {{(pid=284473) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-06-04 10:38:31.366 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/406_placeholder.py... {{(pid=284473) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-06-04 10:38:31.366 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/406_placeholder.py loaded successfully {{(pid=284473) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-06-04 10:38:31.366 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/412_placeholder.py... {{(pid=284473) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-06-04 10:38:31.366 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/412_placeholder.py loaded successfully {{(pid=284473) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-06-04 10:38:31.366 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/418_placeholder.py... {{(pid=284473) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-06-04 10:38:31.366 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/418_placeholder.py loaded successfully {{(pid=284473) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-06-04 10:38:31.366 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/421_placeholder.py... {{(pid=284473) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-06-04 10:38:31.366 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/421_placeholder.py loaded successfully {{(pid=284473) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-06-04 10:38:31.366 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/408_placeholder.py... {{(pid=284473) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-06-04 10:38:31.366 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/408_placeholder.py loaded successfully {{(pid=284473) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-06-04 10:38:31.366 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/415_placeholder.py... {{(pid=284473) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-06-04 10:38:31.366 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/415_placeholder.py loaded successfully {{(pid=284473) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-06-04 10:38:31.366 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/411_placeholder.py... {{(pid=284473) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-06-04 10:38:31.366 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/411_placeholder.py loaded successfully {{(pid=284473) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-06-04 10:38:31.366 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/416_placeholder.py... {{(pid=284473) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-06-04 10:38:31.367 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/416_placeholder.py loaded successfully {{(pid=284473) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-06-04 10:38:31.367 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/420_placeholder.py... {{(pid=284473) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-06-04 10:38:31.367 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/420_placeholder.py loaded successfully {{(pid=284473) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-06-04 10:38:31.367 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/410_placeholder.py... {{(pid=284473) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-06-04 10:38:31.367 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/410_placeholder.py loaded successfully {{(pid=284473) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-06-04 10:38:31.367 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/409_placeholder.py... {{(pid=284473) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-06-04 10:38:31.367 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/409_placeholder.py loaded successfully {{(pid=284473) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-06-04 10:38:31.367 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/422_placeholder.py... {{(pid=284473) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-06-04 10:38:31.367 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/422_placeholder.py loaded successfully {{(pid=284473) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-06-04 10:38:31.367 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/404_placeholder.py... {{(pid=284473) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-06-04 10:38:31.367 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/404_placeholder.py loaded successfully {{(pid=284473) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-06-04 10:38:31.367 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/405_placeholder.py... {{(pid=284473) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-06-04 10:38:31.367 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/405_placeholder.py loaded successfully {{(pid=284473) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-06-04 10:38:31.367 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/407_placeholder.py... {{(pid=284473) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-06-04 10:38:31.367 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/407_placeholder.py loaded successfully {{(pid=284473) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-06-04 10:38:31.367 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/419_placeholder.py... {{(pid=284473) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-06-04 10:38:31.367 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/419_placeholder.py loaded successfully {{(pid=284473) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-06-04 10:38:31.367 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/417_placeholder.py... {{(pid=284473) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-06-04 10:38:31.367 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/417_placeholder.py loaded successfully {{(pid=284473) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-06-04 10:38:31.367 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/413_placeholder.py... {{(pid=284473) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-06-04 10:38:31.367 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/413_placeholder.py loaded successfully {{(pid=284473) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-06-04 10:38:31.367 | DEBUG migrate.versioning.repository [-] Repository /opt/stack/nova/nova/db/main/legacy_migrations loaded successfully {{(pid=284473) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/repository.py:82}} 2022-06-04 10:38:31.367 | DEBUG migrate.versioning.repository [-] Config: {'db_settings': {'repository_id': 'nova', 'version_table': 'migrate_version', 'required_dbs': '[]'}} {{(pid=284473) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/repository.py:83}} 2022-06-04 10:38:31.367 | INFO alembic.runtime.migration [-] Context impl MySQLImpl. 2022-06-04 10:38:31.367 | INFO alembic.runtime.migration [-] Will assume non-transactional DDL. 2022-06-04 10:38:31.367 | INFO alembic.runtime.migration [-] Running upgrade -> 8f2f1571d55b, Initial version 2022-06-04 10:38:31.368 | DEBUG dbcounter [-] [284473] Writing DB stats nova_cell1:SELECT=6,nova_cell1:SHOW=1,nova_cell1:CREATE=93 {{(pid=284473) stat_writer /usr/local/lib/python3.8/dist-packages/dbcounter.py:114}} 2022-06-04 10:38:31.368 | DEBUG dbcounter [-] [284473] Writing DB stats nova_cell1:CREATE=64,nova_cell1:ALTER=2,nova_cell1:SHOW=24,nova_cell1:select=10 {{(pid=284473) stat_writer /usr/local/lib/python3.8/dist-packages/dbcounter.py:114}} 2022-06-04 10:38:31.368 | DEBUG dbcounter [-] [284473] Writing DB stats nova_cell1:SHOW=35,nova_cell1:select=12,nova_cell1:CREATE=53 {{(pid=284473) stat_writer /usr/local/lib/python3.8/dist-packages/dbcounter.py:114}} 2022-06-04 10:38:31.368 | DEBUG alembic.runtime.migration [-] new branch insert 8f2f1571d55b {{(pid=284473) update_to_step /usr/local/lib/python3.8/dist-packages/alembic/runtime/migration.py:818}} 2022-06-04 10:38:31.368 | INFO alembic.runtime.migration [-] Running upgrade 8f2f1571d55b -> 16f1fbcab42b, Resolve shadow table diffs 2022-06-04 10:38:31.368 | DEBUG alembic.runtime.migration [-] update 8f2f1571d55b to 16f1fbcab42b {{(pid=284473) update_to_step /usr/local/lib/python3.8/dist-packages/alembic/runtime/migration.py:853}} 2022-06-04 10:38:31.368 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-06-04 10:38:31.368 | from cryptography.utils import int_from_bytes 2022-06-04 10:38:31.368 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-06-04 10:38:31.368 | from cryptography.utils import int_from_bytes 2022-06-04 10:38:31.411 | [232427 Async nova-cell-1:284401]: finished init_nova_db nova_cell1 /etc/nova/nova_cell1.conf with result 0 in 13 seconds 2022-06-04 10:38:31.415 | + inc/async:async_wait:197 : return 0 2022-06-04 10:38:31.417 | + lib/nova:init_nova:854 : [[ superconductor == \s\i\n\g\l\e\c\o\n\d\u\c\t\o\r ]] 2022-06-04 10:38:31.420 | + lib/nova:init_nova:861 : /usr/local/bin/nova-manage --config-file /etc/nova/nova.conf db online_data_migrations 2022-06-04 10:38:32.482 | Modules with known eventlet monkey patching issues were imported prior to eventlet monkey patching: urllib3. This warning can usually be ignored if the caller is only importing and not executing nova code. 2022-06-04 10:38:34.922 | Running batches of 50 until complete 2022-06-04 10:38:34.922 | INFO dbcounter [None req-7d8845b3-15c0-471e-b033-4381096bf430 None None] Registered counter for database nova_cell0 2022-06-04 10:38:34.945 | DEBUG dbcounter [-] [285550] Writer thread running {{(pid=285550) stat_writer /usr/local/lib/python3.8/dist-packages/dbcounter.py:99}} 2022-06-04 10:38:35.073 | INFO dbcounter [None req-7d8845b3-15c0-471e-b033-4381096bf430 None None] Registered counter for database nova_api 2022-06-04 10:38:35.087 | DEBUG dbcounter [-] [285550] Writer thread running {{(pid=285550) stat_writer /usr/local/lib/python3.8/dist-packages/dbcounter.py:99}} 2022-06-04 10:38:35.211 | INFO dbcounter [None req-7d8845b3-15c0-471e-b033-4381096bf430 None None] Registered counter for database nova_cell0 2022-06-04 10:38:35.221 | DEBUG dbcounter [-] [285550] Writer thread running {{(pid=285550) stat_writer /usr/local/lib/python3.8/dist-packages/dbcounter.py:99}} 2022-06-04 10:38:35.287 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-06-04 10:38:35.287 | from cryptography.utils import int_from_bytes 2022-06-04 10:38:35.288 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-06-04 10:38:35.288 | from cryptography.utils import int_from_bytes 2022-06-04 10:38:35.288 | +-------------------------------------+--------------+-----------+ 2022-06-04 10:38:35.288 | | Migration | Total Needed | Completed | 2022-06-04 10:38:35.288 | +-------------------------------------+--------------+-----------+ 2022-06-04 10:38:35.288 | | fill_virtual_interface_list | 0 | 0 | 2022-06-04 10:38:35.288 | | migrate_empty_ratio | 0 | 0 | 2022-06-04 10:38:35.288 | | migrate_quota_classes_to_api_db | 0 | 0 | 2022-06-04 10:38:35.288 | | migrate_quota_limits_to_api_db | 0 | 0 | 2022-06-04 10:38:35.288 | | migration_migrate_to_uuid | 0 | 0 | 2022-06-04 10:38:35.288 | | populate_dev_uuids | 0 | 0 | 2022-06-04 10:38:35.288 | | populate_missing_availability_zones | 0 | 0 | 2022-06-04 10:38:35.288 | | populate_queued_for_delete | 0 | 0 | 2022-06-04 10:38:35.288 | | populate_user_id | 0 | 0 | 2022-06-04 10:38:35.288 | | populate_uuids | 0 | 0 | 2022-06-04 10:38:35.288 | +-------------------------------------+--------------+-----------+ 2022-06-04 10:38:35.790 | ++ lib/nova:init_nova:864 : seq 1 1 2022-06-04 10:38:35.795 | + lib/nova:init_nova:864 : for i in $(seq 1 $NOVA_NUM_CELLS) 2022-06-04 10:38:35.798 | ++ lib/nova:init_nova:865 : conductor_conf 1 2022-06-04 10:38:35.801 | ++ lib/nova:conductor_conf:804 : local cell=1 2022-06-04 10:38:35.804 | ++ lib/nova:conductor_conf:805 : echo /etc/nova/nova_cell1.conf 2022-06-04 10:38:35.807 | + lib/nova:init_nova:865 : /usr/local/bin/nova-manage --config-file /etc/nova/nova.conf --config-file /etc/nova/nova_cell1.conf cell_v2 create_cell --name cell1 2022-06-04 10:38:36.859 | Modules with known eventlet monkey patching issues were imported prior to eventlet monkey patching: urllib3. This warning can usually be ignored if the caller is only importing and not executing nova code. 2022-06-04 10:38:39.276 | --transport-url not provided in the command line, using the value [DEFAULT]/transport_url from the configuration file 2022-06-04 10:38:39.276 | --database_connection not provided in the command line, using the value [database]/connection from the configuration file 2022-06-04 10:38:39.276 | INFO dbcounter [None req-a5c2aad0-81dc-4056-adeb-b618558f6ee8 None None] Registered counter for database nova_api 2022-06-04 10:38:39.301 | DEBUG dbcounter [-] [285569] Writer thread running {{(pid=285569) stat_writer /usr/local/lib/python3.8/dist-packages/dbcounter.py:99}} 2022-06-04 10:38:39.361 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-06-04 10:38:39.361 | from cryptography.utils import int_from_bytes 2022-06-04 10:38:39.361 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-06-04 10:38:39.361 | from cryptography.utils import int_from_bytes 2022-06-04 10:38:39.819 | + lib/nova:init_nova:869 : create_nova_keys_dir 2022-06-04 10:38:39.822 | + lib/nova:create_nova_keys_dir:811 : sudo install -d -o ubuntu /opt/stack/data/nova /opt/stack/data/nova/keys 2022-06-04 10:38:39.836 | + lib/nova:init_nova:871 : [[ '' == \L\V\M ]] 2022-06-04 10:38:39.839 | + ./stack.sh:main:1218 : is_service_enabled neutron 2022-06-04 10:38:39.858 | + functions-common:is_service_enabled:2082 : return 0 2022-06-04 10:38:39.861 | + ./stack.sh:main:1219 : async_runfunc configure_neutron_nova 2022-06-04 10:38:39.863 | + inc/async:async_runfunc:116 : async_run configure_neutron_nova configure_neutron_nova 2022-06-04 10:38:39.924 | + inc/async:async_inner:63 : configure_neutron_nova 2022-06-04 10:38:39.963 | [232427 Async configure_neutron_nova:285637]: running: configure_neutron_nova 2022-06-04 10:38:39.966 | + ./stack.sh:main:1228 : run_phase stack post-config 2022-06-04 10:38:39.970 | + functions-common:run_phase:1854 : local mode=stack 2022-06-04 10:38:39.973 | + functions-common:run_phase:1855 : local phase=post-config 2022-06-04 10:38:39.975 | + functions-common:run_phase:1856 : [[ -d /home/ubuntu/devstack/extras.d ]] 2022-06-04 10:38:39.978 | + functions-common:run_phase:1857 : local extra_plugin_file_name 2022-06-04 10:38:39.981 | + functions-common:run_phase:1858 : for extra_plugin_file_name in $TOP_DIR/extras.d/*.sh 2022-06-04 10:38:39.984 | + functions-common:run_phase:1863 : local exceptions=80-tempest.sh 2022-06-04 10:38:39.987 | + functions-common:run_phase:1864 : local extra 2022-06-04 10:38:39.992 | ++ functions-common:run_phase:1865 : basename /home/ubuntu/devstack/extras.d/80-tempest.sh 2022-06-04 10:38:39.996 | + functions-common:run_phase:1865 : extra=80-tempest.sh 2022-06-04 10:38:39.999 | + functions-common:run_phase:1866 : [[ 80-tempest.sh =~ 80-tempest\.sh ]] 2022-06-04 10:38:40.002 | + functions-common:run_phase:1870 : [[ -r /home/ubuntu/devstack/extras.d/80-tempest.sh ]] 2022-06-04 10:38:40.005 | + functions-common:run_phase:1870 : source /home/ubuntu/devstack/extras.d/80-tempest.sh stack post-config 2022-06-04 10:38:40.008 | ++ extras.d/80-tempest.sh:source:3 : is_service_enabled tempest 2022-06-04 10:38:40.027 | ++ functions-common:is_service_enabled:2082 : return 0 2022-06-04 10:38:40.030 | ++ extras.d/80-tempest.sh:source:4 : [[ stack == \s\o\u\r\c\e ]] 2022-06-04 10:38:40.033 | ++ extras.d/80-tempest.sh:source:7 : [[ stack == \s\t\a\c\k ]] 2022-06-04 10:38:40.036 | ++ extras.d/80-tempest.sh:source:7 : [[ post-config == \i\n\s\t\a\l\l ]] 2022-06-04 10:38:40.039 | ++ extras.d/80-tempest.sh:source:10 : [[ stack == \s\t\a\c\k ]] 2022-06-04 10:38:40.041 | ++ extras.d/80-tempest.sh:source:10 : [[ post-config == \p\o\s\t\-\c\o\n\f\i\g ]] 2022-06-04 10:38:40.044 | ++ extras.d/80-tempest.sh:source:12 : : 2022-06-04 10:38:40.047 | ++ extras.d/80-tempest.sh:source:27 : [[ stack == \u\n\s\t\a\c\k ]] 2022-06-04 10:38:40.050 | ++ extras.d/80-tempest.sh:source:32 : [[ stack == \c\l\e\a\n ]] 2022-06-04 10:38:40.053 | + functions-common:run_phase:1875 : [[ stack == \s\o\u\r\c\e ]] 2022-06-04 10:38:40.056 | + functions-common:run_phase:1878 : [[ stack == \o\v\e\r\r\i\d\e\_\d\e\f\a\u\l\t\s ]] 2022-06-04 10:38:40.059 | + functions-common:run_phase:1881 : run_plugins stack post-config 2022-06-04 10:38:40.061 | + functions-common:run_plugins:1840 : local mode=stack 2022-06-04 10:38:40.065 | + functions-common:run_plugins:1841 : local phase=post-config 2022-06-04 10:38:40.068 | + functions-common:run_plugins:1843 : local plugins= 2022-06-04 10:38:40.070 | + functions-common:run_plugins:1844 : local plugin 2022-06-04 10:38:40.074 | + ./stack.sh:main:1236 : merge_config_group /home/ubuntu/devstack/local.conf post-config 2022-06-04 10:38:40.076 | + inc/meta-config:merge_config_group:171 : local localfile=/home/ubuntu/devstack/local.conf 2022-06-04 10:38:40.079 | + inc/meta-config:merge_config_group:171 : shift 2022-06-04 10:38:40.082 | + inc/meta-config:merge_config_group:172 : local matchgroups=post-config 2022-06-04 10:38:40.084 | + inc/meta-config:merge_config_group:174 : [[ -r /home/ubuntu/devstack/local.conf ]] 2022-06-04 10:38:40.087 | + inc/meta-config:merge_config_group:176 : local configfile group 2022-06-04 10:38:40.090 | + inc/meta-config:merge_config_group:177 : for group in $matchgroups 2022-06-04 10:38:40.093 | ++ inc/meta-config:merge_config_group:178 : get_meta_section_files /home/ubuntu/devstack/local.conf post-config 2022-06-04 10:38:40.097 | ++ inc/meta-config:get_meta_section_files:63 : local file=/home/ubuntu/devstack/local.conf 2022-06-04 10:38:40.100 | ++ inc/meta-config:get_meta_section_files:64 : local matchgroup=post-config 2022-06-04 10:38:40.102 | ++ inc/meta-config:get_meta_section_files:66 : [[ -r /home/ubuntu/devstack/local.conf ]] 2022-06-04 10:38:40.105 | ++ inc/meta-config:get_meta_section_files:68 : awk -v matchgroup=post-config ' 2022-06-04 10:38:40.105 | /^\[\[.+\|.*\]\]/ { 2022-06-04 10:38:40.105 | gsub("[][]", "", $1); 2022-06-04 10:38:40.105 | split($1, a, "|"); 2022-06-04 10:38:40.105 | if (a[1] == matchgroup) 2022-06-04 10:38:40.105 | print a[2] 2022-06-04 10:38:40.105 | } 2022-06-04 10:38:40.105 | ' /home/ubuntu/devstack/local.conf 2022-06-04 10:38:40.112 | + inc/meta-config:merge_config_group:178 : for configfile in $(get_meta_section_files $localfile $group) 2022-06-04 10:38:40.115 | + inc/meta-config:merge_config_group:179 : local realconfigfile 2022-06-04 10:38:40.118 | + inc/meta-config:merge_config_group:180 : local dir 2022-06-04 10:38:40.122 | ++ inc/meta-config:merge_config_group:182 : eval 'echo $NOVA_CONF' 2022-06-04 10:38:40.124 | +++ inc/meta-config:merge_config_group:182 : echo /etc/nova/nova.conf 2022-06-04 10:38:40.128 | + inc/meta-config:merge_config_group:182 : realconfigfile=/etc/nova/nova.conf 2022-06-04 10:38:40.131 | + inc/meta-config:merge_config_group:183 : [[ -z /etc/nova/nova.conf ]] 2022-06-04 10:38:40.134 | ++ inc/meta-config:merge_config_group:187 : dirname /etc/nova/nova.conf 2022-06-04 10:38:40.139 | + inc/meta-config:merge_config_group:187 : dir=/etc/nova 2022-06-04 10:38:40.142 | + inc/meta-config:merge_config_group:188 : [[ -d /etc/nova ]] 2022-06-04 10:38:40.145 | + inc/meta-config:merge_config_group:189 : merge_config_file /home/ubuntu/devstack/local.conf post-config '$NOVA_CONF' 2022-06-04 10:38:40.148 | + inc/meta-config:merge_config_file:83 : local file=/home/ubuntu/devstack/local.conf 2022-06-04 10:38:40.151 | + inc/meta-config:merge_config_file:84 : local matchgroup=post-config 2022-06-04 10:38:40.154 | + inc/meta-config:merge_config_file:85 : local 'configfile=$NOVA_CONF' 2022-06-04 10:38:40.157 | + inc/meta-config:merge_config_file:90 : local real_configfile 2022-06-04 10:38:40.161 | ++ inc/meta-config:merge_config_file:91 : eval echo '$NOVA_CONF' 2022-06-04 10:38:40.163 | +++ inc/meta-config:merge_config_file:91 : echo /etc/nova/nova.conf 2022-06-04 10:38:40.167 | + inc/meta-config:merge_config_file:91 : real_configfile=/etc/nova/nova.conf 2022-06-04 10:38:40.169 | + inc/meta-config:merge_config_file:92 : '[' '!' -f /etc/nova/nova.conf ']' 2022-06-04 10:38:40.173 | + inc/meta-config:merge_config_file:96 : get_meta_section /home/ubuntu/devstack/local.conf post-config '$NOVA_CONF' 2022-06-04 10:38:40.177 | + inc/meta-config:merge_config_file:97 : awk -v 'configfile=$NOVA_CONF' ' 2022-06-04 10:38:40.177 | BEGIN { 2022-06-04 10:38:40.177 | section = "" 2022-06-04 10:38:40.178 | last_section = "" 2022-06-04 10:38:40.178 | section_count = 0 2022-06-04 10:38:40.178 | } 2022-06-04 10:38:40.178 | /^\[.+\]/ { 2022-06-04 10:38:40.178 | gsub("[][]", "", $1); 2022-06-04 10:38:40.178 | section=$1 2022-06-04 10:38:40.178 | next 2022-06-04 10:38:40.178 | } 2022-06-04 10:38:40.178 | /^ *\#/ { 2022-06-04 10:38:40.178 | next 2022-06-04 10:38:40.178 | } 2022-06-04 10:38:40.178 | /^[^ \t]+/ { 2022-06-04 10:38:40.178 | # get offset of first = in $0 2022-06-04 10:38:40.178 | eq_idx = index($0, "=") 2022-06-04 10:38:40.178 | # extract attr & value from $0 2022-06-04 10:38:40.178 | attr = substr($0, 1, eq_idx - 1) 2022-06-04 10:38:40.178 | value = substr($0, eq_idx + 1) 2022-06-04 10:38:40.178 | # only need to strip trailing whitespace from attr 2022-06-04 10:38:40.178 | sub(/[ \t]*$/, "", attr) 2022-06-04 10:38:40.178 | # need to strip leading & trailing whitespace from value 2022-06-04 10:38:40.178 | sub(/^[ \t]*/, "", value) 2022-06-04 10:38:40.178 | sub(/[ \t]*$/, "", value) 2022-06-04 10:38:40.178 | 2022-06-04 10:38:40.178 | # cfg_attr_count: number of config lines per [section, attr] 2022-06-04 10:38:40.178 | # cfg_attr: three dimensional array to keep all the config lines per [section, attr] 2022-06-04 10:38:40.178 | # cfg_section: keep the section names in the same order as they appear in local.conf 2022-06-04 10:38:40.178 | # cfg_sec_attr_name: keep the attr names in the same order as they appear in local.conf 2022-06-04 10:38:40.178 | if (! (section, attr) in cfg_attr_count) { 2022-06-04 10:38:40.178 | if (section != last_section) { 2022-06-04 10:38:40.178 | cfg_section[section_count++] = section 2022-06-04 10:38:40.178 | last_section = section 2022-06-04 10:38:40.178 | } 2022-06-04 10:38:40.178 | attr_count = cfg_sec_attr_count[section_count - 1]++ 2022-06-04 10:38:40.179 | cfg_sec_attr_name[section_count - 1, attr_count] = attr 2022-06-04 10:38:40.179 | 2022-06-04 10:38:40.179 | cfg_attr[section, attr, 0] = value 2022-06-04 10:38:40.179 | cfg_attr_count[section, attr] = 1 2022-06-04 10:38:40.179 | } else { 2022-06-04 10:38:40.179 | lno = cfg_attr_count[section, attr]++ 2022-06-04 10:38:40.179 | cfg_attr[section, attr, lno] = value 2022-06-04 10:38:40.179 | } 2022-06-04 10:38:40.179 | } 2022-06-04 10:38:40.179 | END { 2022-06-04 10:38:40.179 | # Process each section in order 2022-06-04 10:38:40.179 | for (sno = 0; sno < section_count; sno++) { 2022-06-04 10:38:40.179 | section = cfg_section[sno] 2022-06-04 10:38:40.179 | # The ini routines simply append a config item immediately 2022-06-04 10:38:40.179 | # after the section header. To keep the same order as defined 2022-06-04 10:38:40.179 | # in local.conf, invoke the ini routines in the reverse order 2022-06-04 10:38:40.179 | for (attr_no = cfg_sec_attr_count[sno] - 1; attr_no >=0; attr_no--) { 2022-06-04 10:38:40.179 | attr = cfg_sec_attr_name[sno, attr_no] 2022-06-04 10:38:40.179 | if (cfg_attr_count[section, attr] == 1) 2022-06-04 10:38:40.179 | print "iniset " configfile " " section " " attr " \"" cfg_attr[section, attr, 0] "\"" 2022-06-04 10:38:40.179 | else { 2022-06-04 10:38:40.179 | # For multiline, invoke the ini routines in the reverse order 2022-06-04 10:38:40.179 | count = cfg_attr_count[section, attr] 2022-06-04 10:38:40.179 | print "inidelete " configfile " " section " " attr 2022-06-04 10:38:40.179 | print "iniset " configfile " " section " " attr " \"" cfg_attr[section, attr, count - 1] "\"" 2022-06-04 10:38:40.179 | for (l = count -2; l >= 0; l--) 2022-06-04 10:38:40.179 | print "iniadd_literal " configfile " " section " " attr " \"" cfg_attr[section, attr, l] "\"" 2022-06-04 10:38:40.179 | } 2022-06-04 10:38:40.179 | } 2022-06-04 10:38:40.179 | } 2022-06-04 10:38:40.179 | } 2022-06-04 10:38:40.179 | ' 2022-06-04 10:38:40.179 | + inc/meta-config:merge_config_file:164 : read a 2022-06-04 10:38:40.180 | + inc/meta-config:get_meta_section:33 : local file=/home/ubuntu/devstack/local.conf 2022-06-04 10:38:40.180 | awk: cmd. line:12: warning: regexp escape sequence `\#' is not a known regexp operator 2022-06-04 10:38:40.182 | + inc/meta-config:get_meta_section:34 : local matchgroup=post-config 2022-06-04 10:38:40.185 | + inc/meta-config:get_meta_section:35 : local 'configfile=$NOVA_CONF' 2022-06-04 10:38:40.189 | + inc/meta-config:get_meta_section:37 : [[ -r /home/ubuntu/devstack/local.conf ]] 2022-06-04 10:38:40.191 | + inc/meta-config:get_meta_section:38 : [[ -z $NOVA_CONF ]] 2022-06-04 10:38:40.194 | + inc/meta-config:get_meta_section:40 : awk -v matchgroup=post-config -v 'configfile=$NOVA_CONF' ' 2022-06-04 10:38:40.194 | BEGIN { group = "" } 2022-06-04 10:38:40.194 | /^\[\[.+\|.*\]\]/ { 2022-06-04 10:38:40.194 | gsub("[][]", "", $1); 2022-06-04 10:38:40.194 | split($1, a, "|"); 2022-06-04 10:38:40.194 | if (a[1] == matchgroup && a[2] == configfile) { 2022-06-04 10:38:40.195 | group=a[1] 2022-06-04 10:38:40.195 | } else { 2022-06-04 10:38:40.195 | group="" 2022-06-04 10:38:40.195 | } 2022-06-04 10:38:40.195 | next 2022-06-04 10:38:40.195 | } 2022-06-04 10:38:40.195 | { 2022-06-04 10:38:40.195 | if (group != "") 2022-06-04 10:38:40.195 | print $0 2022-06-04 10:38:40.195 | } 2022-06-04 10:38:40.195 | ' /home/ubuntu/devstack/local.conf 2022-06-04 10:38:40.201 | + inc/meta-config:merge_config_file:164 : eval 'iniset $NOVA_CONF DEFAULT scheduler_default_filters "RetryFilter,AvailabilityZoneFilter,RamFilter,DiskFilter,ComputeFilter,ComputeCapabilitiesFilter,ImagePropertiesFilter,ServerGroupAntiAffinityFilter,ServerGroupAffinityFilter,DifferentHostFilter,SameHostFilter"' 2022-06-04 10:38:40.205 | ++ inc/meta-config:merge_config_file:164 : iniset /etc/nova/nova.conf DEFAULT scheduler_default_filters RetryFilter,AvailabilityZoneFilter,RamFilter,DiskFilter,ComputeFilter,ComputeCapabilitiesFilter,ImagePropertiesFilter,ServerGroupAntiAffinityFilter,ServerGroupAffinityFilter,DifferentHostFilter,SameHostFilter 2022-06-04 10:38:40.236 | + inc/meta-config:merge_config_file:164 : read a 2022-06-04 10:38:40.239 | + inc/meta-config:merge_config_file:164 : eval 'iniset $NOVA_CONF DEFAULT force_config_drive "True"' 2022-06-04 10:38:40.242 | ++ inc/meta-config:merge_config_file:164 : iniset /etc/nova/nova.conf DEFAULT force_config_drive True 2022-06-04 10:38:40.276 | + inc/meta-config:merge_config_file:164 : read a 2022-06-04 10:38:40.278 | + inc/meta-config:merge_config_file:164 : eval 'iniset $NOVA_CONF glance use_glance_v1 "False"' 2022-06-04 10:38:40.281 | ++ inc/meta-config:merge_config_file:164 : iniset /etc/nova/nova.conf glance use_glance_v1 False 2022-06-04 10:38:40.315 | + inc/meta-config:merge_config_file:164 : read a 2022-06-04 10:38:40.317 | + inc/meta-config:merge_config_file:164 : eval 'iniset $NOVA_CONF oslo_messaging_rabbit heartbeat_rate "3"' 2022-06-04 10:38:40.320 | ++ inc/meta-config:merge_config_file:164 : iniset /etc/nova/nova.conf oslo_messaging_rabbit heartbeat_rate 3 2022-06-04 10:38:40.354 | + inc/meta-config:merge_config_file:164 : read a 2022-06-04 10:38:40.356 | + inc/meta-config:merge_config_file:164 : eval 'iniset $NOVA_CONF oslo_messaging_rabbit heartbeat_timeout_threshold "600"' 2022-06-04 10:38:40.359 | ++ inc/meta-config:merge_config_file:164 : iniset /etc/nova/nova.conf oslo_messaging_rabbit heartbeat_timeout_threshold 600 2022-06-04 10:38:40.390 | + inc/meta-config:merge_config_file:164 : read a 2022-06-04 10:38:40.394 | + inc/meta-config:merge_config_file:164 : eval 'iniset $NOVA_CONF placement auth_type "password"' 2022-06-04 10:38:40.397 | ++ inc/meta-config:merge_config_file:164 : iniset /etc/nova/nova.conf placement auth_type password 2022-06-04 10:38:40.429 | + inc/meta-config:merge_config_file:164 : read a 2022-06-04 10:38:40.432 | + inc/meta-config:merge_config_file:164 : eval 'iniset $NOVA_CONF placement auth_url "http://10.222.0.66/identity"' 2022-06-04 10:38:40.435 | ++ inc/meta-config:merge_config_file:164 : iniset /etc/nova/nova.conf placement auth_url http://10.222.0.66/identity 2022-06-04 10:38:40.467 | + inc/meta-config:merge_config_file:164 : read a 2022-06-04 10:38:40.470 | + inc/meta-config:merge_config_file:164 : eval 'iniset $NOVA_CONF placement username "placement"' 2022-06-04 10:38:40.474 | ++ inc/meta-config:merge_config_file:164 : iniset /etc/nova/nova.conf placement username placement 2022-06-04 10:38:40.509 | + inc/meta-config:merge_config_file:164 : read a 2022-06-04 10:38:40.512 | + inc/meta-config:merge_config_file:164 : eval 'iniset $NOVA_CONF placement password "Passw0rd"' 2022-06-04 10:38:40.515 | ++ inc/meta-config:merge_config_file:164 : iniset /etc/nova/nova.conf placement password Passw0rd 2022-06-04 10:38:40.549 | + inc/meta-config:merge_config_file:164 : read a 2022-06-04 10:38:40.552 | + inc/meta-config:merge_config_file:164 : eval 'iniset $NOVA_CONF placement user_domain_name "Default"' 2022-06-04 10:38:40.555 | ++ inc/meta-config:merge_config_file:164 : iniset /etc/nova/nova.conf placement user_domain_name Default 2022-06-04 10:38:40.587 | + inc/meta-config:merge_config_file:164 : read a 2022-06-04 10:38:40.590 | + inc/meta-config:merge_config_file:164 : eval 'iniset $NOVA_CONF placement project_name "service"' 2022-06-04 10:38:40.592 | ++ inc/meta-config:merge_config_file:164 : iniset /etc/nova/nova.conf placement project_name service 2022-06-04 10:38:40.631 | + inc/meta-config:merge_config_file:164 : read a 2022-06-04 10:38:40.633 | + inc/meta-config:merge_config_file:164 : eval 'iniset $NOVA_CONF placement project_domain_name "Default"' 2022-06-04 10:38:40.636 | ++ inc/meta-config:merge_config_file:164 : iniset /etc/nova/nova.conf placement project_domain_name Default 2022-06-04 10:38:40.668 | + inc/meta-config:merge_config_file:164 : read a 2022-06-04 10:38:40.671 | + inc/meta-config:merge_config_file:164 : eval 'iniset $NOVA_CONF placement os_region_name "RegionOne"' 2022-06-04 10:38:40.674 | ++ inc/meta-config:merge_config_file:164 : iniset /etc/nova/nova.conf placement os_region_name RegionOne 2022-06-04 10:38:40.705 | + inc/meta-config:merge_config_file:164 : read a 2022-06-04 10:38:40.708 | + inc/meta-config:merge_config_group:178 : for configfile in $(get_meta_section_files $localfile $group) 2022-06-04 10:38:40.711 | + inc/meta-config:merge_config_group:179 : local realconfigfile 2022-06-04 10:38:40.714 | + inc/meta-config:merge_config_group:180 : local dir 2022-06-04 10:38:40.717 | ++ inc/meta-config:merge_config_group:182 : eval 'echo $NEUTRON_CONF' 2022-06-04 10:38:40.720 | +++ inc/meta-config:merge_config_group:182 : echo /etc/neutron/neutron.conf 2022-06-04 10:38:40.724 | + inc/meta-config:merge_config_group:182 : realconfigfile=/etc/neutron/neutron.conf 2022-06-04 10:38:40.727 | + inc/meta-config:merge_config_group:183 : [[ -z /etc/neutron/neutron.conf ]] 2022-06-04 10:38:40.730 | ++ inc/meta-config:merge_config_group:187 : dirname /etc/neutron/neutron.conf 2022-06-04 10:38:40.735 | + inc/meta-config:merge_config_group:187 : dir=/etc/neutron 2022-06-04 10:38:40.738 | + inc/meta-config:merge_config_group:188 : [[ -d /etc/neutron ]] 2022-06-04 10:38:40.741 | + inc/meta-config:merge_config_group:189 : merge_config_file /home/ubuntu/devstack/local.conf post-config '$NEUTRON_CONF' 2022-06-04 10:38:40.744 | + inc/meta-config:merge_config_file:83 : local file=/home/ubuntu/devstack/local.conf 2022-06-04 10:38:40.747 | + inc/meta-config:merge_config_file:84 : local matchgroup=post-config 2022-06-04 10:38:40.750 | + inc/meta-config:merge_config_file:85 : local 'configfile=$NEUTRON_CONF' 2022-06-04 10:38:40.753 | + inc/meta-config:merge_config_file:90 : local real_configfile 2022-06-04 10:38:40.757 | ++ inc/meta-config:merge_config_file:91 : eval echo '$NEUTRON_CONF' 2022-06-04 10:38:40.759 | +++ inc/meta-config:merge_config_file:91 : echo /etc/neutron/neutron.conf 2022-06-04 10:38:40.763 | + inc/meta-config:merge_config_file:91 : real_configfile=/etc/neutron/neutron.conf 2022-06-04 10:38:40.765 | + inc/meta-config:merge_config_file:92 : '[' '!' -f /etc/neutron/neutron.conf ']' 2022-06-04 10:38:40.769 | + inc/meta-config:merge_config_file:96 : get_meta_section /home/ubuntu/devstack/local.conf post-config '$NEUTRON_CONF' 2022-06-04 10:38:40.770 | + inc/meta-config:merge_config_file:97 : awk -v 'configfile=$NEUTRON_CONF' ' 2022-06-04 10:38:40.770 | BEGIN { 2022-06-04 10:38:40.770 | section = "" 2022-06-04 10:38:40.770 | last_section = "" 2022-06-04 10:38:40.770 | section_count = 0 2022-06-04 10:38:40.770 | } 2022-06-04 10:38:40.770 | /^\[.+\]/ { 2022-06-04 10:38:40.770 | gsub("[][]", "", $1); 2022-06-04 10:38:40.770 | section=$1 2022-06-04 10:38:40.770 | next 2022-06-04 10:38:40.770 | } 2022-06-04 10:38:40.770 | /^ *\#/ { 2022-06-04 10:38:40.770 | next 2022-06-04 10:38:40.770 | } 2022-06-04 10:38:40.770 | /^[^ \t]+/ { 2022-06-04 10:38:40.770 | # get offset of first = in $0 2022-06-04 10:38:40.771 | eq_idx = index($0, "=") 2022-06-04 10:38:40.771 | # extract attr & value from $0 2022-06-04 10:38:40.771 | attr = substr($0, 1, eq_idx - 1) 2022-06-04 10:38:40.771 | value = substr($0, eq_idx + 1) 2022-06-04 10:38:40.771 | # only need to strip trailing whitespace from attr 2022-06-04 10:38:40.771 | sub(/[ \t]*$/, "", attr) 2022-06-04 10:38:40.771 | # need to strip leading & trailing whitespace from value 2022-06-04 10:38:40.771 | sub(/^[ \t]*/, "", value) 2022-06-04 10:38:40.771 | sub(/[ \t]*$/, "", value) 2022-06-04 10:38:40.771 | 2022-06-04 10:38:40.771 | # cfg_attr_count: number of config lines per [section, attr] 2022-06-04 10:38:40.771 | # cfg_attr: three dimensional array to keep all the config lines per [section, attr] 2022-06-04 10:38:40.771 | # cfg_section: keep the section names in the same order as they appear in local.conf 2022-06-04 10:38:40.771 | # cfg_sec_attr_name: keep the attr names in the same order as they appear in local.conf 2022-06-04 10:38:40.771 | if (! (section, attr) in cfg_attr_count) { 2022-06-04 10:38:40.771 | if (section != last_section) { 2022-06-04 10:38:40.771 | cfg_section[section_count++] = section 2022-06-04 10:38:40.771 | last_section = section 2022-06-04 10:38:40.771 | } 2022-06-04 10:38:40.771 | attr_count = cfg_sec_attr_count[section_count - 1]++ 2022-06-04 10:38:40.771 | cfg_sec_attr_name[section_count - 1, attr_count] = attr 2022-06-04 10:38:40.771 | 2022-06-04 10:38:40.771 | cfg_attr[section, attr, 0] = value 2022-06-04 10:38:40.771 | cfg_attr_count[section, attr] = 1 2022-06-04 10:38:40.771 | } else { 2022-06-04 10:38:40.771 | lno = cfg_attr_count[section, attr]++ 2022-06-04 10:38:40.771 | cfg_attr[section, attr, lno] = value 2022-06-04 10:38:40.771 | } 2022-06-04 10:38:40.771 | } 2022-06-04 10:38:40.771 | END { 2022-06-04 10:38:40.771 | # Process each section in order 2022-06-04 10:38:40.771 | for (sno = 0; sno < section_count; sno++) { 2022-06-04 10:38:40.771 | section = cfg_section[sno] 2022-06-04 10:38:40.772 | # The ini routines simply append a config item immediately 2022-06-04 10:38:40.772 | # after the section header. To keep the same order as defined 2022-06-04 10:38:40.772 | # in local.conf, invoke the ini routines in the reverse order 2022-06-04 10:38:40.772 | for (attr_no = cfg_sec_attr_count[sno] - 1; attr_no >=0; attr_no--) { 2022-06-04 10:38:40.772 | attr = cfg_sec_attr_name[sno, attr_no] 2022-06-04 10:38:40.772 | if (cfg_attr_count[section, attr] == 1) 2022-06-04 10:38:40.772 | print "iniset " configfile " " section " " attr " \"" cfg_attr[section, attr, 0] "\"" 2022-06-04 10:38:40.772 | else { 2022-06-04 10:38:40.772 | # For multiline, invoke the ini routines in the reverse order 2022-06-04 10:38:40.772 | count = cfg_attr_count[section, attr] 2022-06-04 10:38:40.772 | print "inidelete " configfile " " section " " attr 2022-06-04 10:38:40.772 | print "iniset " configfile " " section " " attr " \"" cfg_attr[section, attr, count - 1] "\"" 2022-06-04 10:38:40.772 | for (l = count -2; l >= 0; l--) 2022-06-04 10:38:40.772 | print "iniadd_literal " configfile " " section " " attr " \"" cfg_attr[section, attr, l] "\"" 2022-06-04 10:38:40.772 | } 2022-06-04 10:38:40.772 | } 2022-06-04 10:38:40.772 | } 2022-06-04 10:38:40.772 | } 2022-06-04 10:38:40.772 | ' 2022-06-04 10:38:40.772 | + inc/meta-config:merge_config_file:164 : read a 2022-06-04 10:38:40.773 | + inc/meta-config:get_meta_section:33 : local file=/home/ubuntu/devstack/local.conf 2022-06-04 10:38:40.775 | awk: cmd. line:12: warning: regexp escape sequence `\#' is not a known regexp operator 2022-06-04 10:38:40.776 | + inc/meta-config:get_meta_section:34 : local matchgroup=post-config 2022-06-04 10:38:40.780 | + inc/meta-config:get_meta_section:35 : local 'configfile=$NEUTRON_CONF' 2022-06-04 10:38:40.783 | + inc/meta-config:get_meta_section:37 : [[ -r /home/ubuntu/devstack/local.conf ]] 2022-06-04 10:38:40.785 | + inc/meta-config:get_meta_section:38 : [[ -z $NEUTRON_CONF ]] 2022-06-04 10:38:40.788 | + inc/meta-config:get_meta_section:40 : awk -v matchgroup=post-config -v 'configfile=$NEUTRON_CONF' ' 2022-06-04 10:38:40.788 | BEGIN { group = "" } 2022-06-04 10:38:40.788 | /^\[\[.+\|.*\]\]/ { 2022-06-04 10:38:40.788 | gsub("[][]", "", $1); 2022-06-04 10:38:40.788 | split($1, a, "|"); 2022-06-04 10:38:40.788 | if (a[1] == matchgroup && a[2] == configfile) { 2022-06-04 10:38:40.788 | group=a[1] 2022-06-04 10:38:40.788 | } else { 2022-06-04 10:38:40.789 | group="" 2022-06-04 10:38:40.789 | } 2022-06-04 10:38:40.789 | next 2022-06-04 10:38:40.789 | } 2022-06-04 10:38:40.789 | { 2022-06-04 10:38:40.789 | if (group != "") 2022-06-04 10:38:40.789 | print $0 2022-06-04 10:38:40.789 | } 2022-06-04 10:38:40.789 | ' /home/ubuntu/devstack/local.conf 2022-06-04 10:38:40.795 | + inc/meta-config:merge_config_file:164 : eval 'iniset $NEUTRON_CONF database max_overflow "50"' 2022-06-04 10:38:40.798 | ++ inc/meta-config:merge_config_file:164 : iniset /etc/neutron/neutron.conf database max_overflow 50 2022-06-04 10:38:40.801 | + inc/async:async_inner:64 : rc=0 2022-06-04 10:38:40.829 | [285637 Async configure_neutron_nova:285637]: finished successfully 2022-06-04 10:38:40.830 | + inc/meta-config:merge_config_file:164 : read a 2022-06-04 10:38:40.833 | + inc/meta-config:merge_config_file:164 : eval 'iniset $NEUTRON_CONF database max_pool_size "50"' 2022-06-04 10:38:40.835 | ++ inc/meta-config:merge_config_file:164 : iniset /etc/neutron/neutron.conf database max_pool_size 50 2022-06-04 10:38:40.868 | + inc/meta-config:merge_config_file:164 : read a 2022-06-04 10:38:40.871 | + inc/meta-config:merge_config_file:164 : eval 'iniset $NEUTRON_CONF database min_pool_size "5"' 2022-06-04 10:38:40.873 | ++ inc/meta-config:merge_config_file:164 : iniset /etc/neutron/neutron.conf database min_pool_size 5 2022-06-04 10:38:40.903 | + inc/meta-config:merge_config_file:164 : read a 2022-06-04 10:38:40.906 | + inc/meta-config:merge_config_file:164 : eval 'iniset $NEUTRON_CONF quotas quota_firewall_rule "100"' 2022-06-04 10:38:40.909 | ++ inc/meta-config:merge_config_file:164 : iniset /etc/neutron/neutron.conf quotas quota_firewall_rule 100 2022-06-04 10:38:40.940 | + inc/meta-config:merge_config_file:164 : read a 2022-06-04 10:38:40.943 | + inc/meta-config:merge_config_file:164 : eval 'iniset $NEUTRON_CONF quotas quota_firewall_policy "10"' 2022-06-04 10:38:40.946 | ++ inc/meta-config:merge_config_file:164 : iniset /etc/neutron/neutron.conf quotas quota_firewall_policy 10 2022-06-04 10:38:40.976 | + inc/meta-config:merge_config_file:164 : read a 2022-06-04 10:38:40.979 | + inc/meta-config:merge_config_file:164 : eval 'iniset $NEUTRON_CONF quotas quota_firewall "10"' 2022-06-04 10:38:40.981 | ++ inc/meta-config:merge_config_file:164 : iniset /etc/neutron/neutron.conf quotas quota_firewall 10 2022-06-04 10:38:41.011 | + inc/meta-config:merge_config_file:164 : read a 2022-06-04 10:38:41.014 | + inc/meta-config:merge_config_file:164 : eval 'iniset $NEUTRON_CONF quotas quota_floatingip "50"' 2022-06-04 10:38:41.017 | ++ inc/meta-config:merge_config_file:164 : iniset /etc/neutron/neutron.conf quotas quota_floatingip 50 2022-06-04 10:38:41.049 | + inc/meta-config:merge_config_file:164 : read a 2022-06-04 10:38:41.051 | + inc/meta-config:merge_config_file:164 : eval 'iniset $NEUTRON_CONF quotas quota_router "100"' 2022-06-04 10:38:41.054 | ++ inc/meta-config:merge_config_file:164 : iniset /etc/neutron/neutron.conf quotas quota_router 100 2022-06-04 10:38:41.083 | + inc/meta-config:merge_config_file:164 : read a 2022-06-04 10:38:41.086 | + inc/meta-config:merge_config_file:164 : eval 'iniset $NEUTRON_CONF quotas quota_loadbalancer "100"' 2022-06-04 10:38:41.088 | ++ inc/meta-config:merge_config_file:164 : iniset /etc/neutron/neutron.conf quotas quota_loadbalancer 100 2022-06-04 10:38:41.119 | + inc/meta-config:merge_config_file:164 : read a 2022-06-04 10:38:41.122 | + inc/meta-config:merge_config_file:164 : eval 'iniset $NEUTRON_CONF quotas quota_pool "100"' 2022-06-04 10:38:41.124 | ++ inc/meta-config:merge_config_file:164 : iniset /etc/neutron/neutron.conf quotas quota_pool 100 2022-06-04 10:38:41.154 | + inc/meta-config:merge_config_file:164 : read a 2022-06-04 10:38:41.157 | + inc/meta-config:merge_config_file:164 : eval 'iniset $NEUTRON_CONF quotas quota_vip "100"' 2022-06-04 10:38:41.160 | ++ inc/meta-config:merge_config_file:164 : iniset /etc/neutron/neutron.conf quotas quota_vip 100 2022-06-04 10:38:41.190 | + inc/meta-config:merge_config_file:164 : read a 2022-06-04 10:38:41.192 | + inc/meta-config:merge_config_file:164 : eval 'iniset $NEUTRON_CONF quotas quota_security_group_rule "100"' 2022-06-04 10:38:41.195 | ++ inc/meta-config:merge_config_file:164 : iniset /etc/neutron/neutron.conf quotas quota_security_group_rule 100 2022-06-04 10:38:41.225 | + inc/meta-config:merge_config_file:164 : read a 2022-06-04 10:38:41.228 | + inc/meta-config:merge_config_file:164 : eval 'iniset $NEUTRON_CONF quotas quota_security_group "100"' 2022-06-04 10:38:41.230 | ++ inc/meta-config:merge_config_file:164 : iniset /etc/neutron/neutron.conf quotas quota_security_group 100 2022-06-04 10:38:41.261 | + inc/meta-config:merge_config_file:164 : read a 2022-06-04 10:38:41.264 | + inc/meta-config:merge_config_file:164 : eval 'iniset $NEUTRON_CONF quotas quota_port "500"' 2022-06-04 10:38:41.266 | ++ inc/meta-config:merge_config_file:164 : iniset /etc/neutron/neutron.conf quotas quota_port 500 2022-06-04 10:38:41.296 | + inc/meta-config:merge_config_file:164 : read a 2022-06-04 10:38:41.299 | + inc/meta-config:merge_config_file:164 : eval 'iniset $NEUTRON_CONF quotas quota_subnet "100"' 2022-06-04 10:38:41.302 | ++ inc/meta-config:merge_config_file:164 : iniset /etc/neutron/neutron.conf quotas quota_subnet 100 2022-06-04 10:38:41.332 | + inc/meta-config:merge_config_file:164 : read a 2022-06-04 10:38:41.335 | + inc/meta-config:merge_config_file:164 : eval 'iniset $NEUTRON_CONF quotas quota_network "100"' 2022-06-04 10:38:41.337 | ++ inc/meta-config:merge_config_file:164 : iniset /etc/neutron/neutron.conf quotas quota_network 100 2022-06-04 10:38:41.368 | + inc/meta-config:merge_config_file:164 : read a 2022-06-04 10:38:41.371 | + inc/meta-config:merge_config_group:178 : for configfile in $(get_meta_section_files $localfile $group) 2022-06-04 10:38:41.374 | + inc/meta-config:merge_config_group:179 : local realconfigfile 2022-06-04 10:38:41.377 | + inc/meta-config:merge_config_group:180 : local dir 2022-06-04 10:38:41.380 | ++ inc/meta-config:merge_config_group:182 : eval 'echo $CINDER_CONF' 2022-06-04 10:38:41.383 | +++ inc/meta-config:merge_config_group:182 : echo /etc/cinder/cinder.conf 2022-06-04 10:38:41.386 | + inc/meta-config:merge_config_group:182 : realconfigfile=/etc/cinder/cinder.conf 2022-06-04 10:38:41.389 | + inc/meta-config:merge_config_group:183 : [[ -z /etc/cinder/cinder.conf ]] 2022-06-04 10:38:41.393 | ++ inc/meta-config:merge_config_group:187 : dirname /etc/cinder/cinder.conf 2022-06-04 10:38:41.397 | + inc/meta-config:merge_config_group:187 : dir=/etc/cinder 2022-06-04 10:38:41.399 | + inc/meta-config:merge_config_group:188 : [[ -d /etc/cinder ]] 2022-06-04 10:38:41.402 | + inc/meta-config:merge_config_group:189 : merge_config_file /home/ubuntu/devstack/local.conf post-config '$CINDER_CONF' 2022-06-04 10:38:41.405 | + inc/meta-config:merge_config_file:83 : local file=/home/ubuntu/devstack/local.conf 2022-06-04 10:38:41.408 | + inc/meta-config:merge_config_file:84 : local matchgroup=post-config 2022-06-04 10:38:41.410 | + inc/meta-config:merge_config_file:85 : local 'configfile=$CINDER_CONF' 2022-06-04 10:38:41.413 | + inc/meta-config:merge_config_file:90 : local real_configfile 2022-06-04 10:38:41.416 | ++ inc/meta-config:merge_config_file:91 : eval echo '$CINDER_CONF' 2022-06-04 10:38:41.419 | +++ inc/meta-config:merge_config_file:91 : echo /etc/cinder/cinder.conf 2022-06-04 10:38:41.422 | + inc/meta-config:merge_config_file:91 : real_configfile=/etc/cinder/cinder.conf 2022-06-04 10:38:41.424 | + inc/meta-config:merge_config_file:92 : '[' '!' -f /etc/cinder/cinder.conf ']' 2022-06-04 10:38:41.428 | + inc/meta-config:merge_config_file:96 : get_meta_section /home/ubuntu/devstack/local.conf post-config '$CINDER_CONF' 2022-06-04 10:38:41.429 | + inc/meta-config:merge_config_file:97 : awk -v 'configfile=$CINDER_CONF' ' 2022-06-04 10:38:41.429 | BEGIN { 2022-06-04 10:38:41.429 | section = "" 2022-06-04 10:38:41.429 | last_section = "" 2022-06-04 10:38:41.429 | section_count = 0 2022-06-04 10:38:41.429 | } 2022-06-04 10:38:41.429 | /^\[.+\]/ { 2022-06-04 10:38:41.429 | gsub("[][]", "", $1); 2022-06-04 10:38:41.429 | section=$1 2022-06-04 10:38:41.429 | next 2022-06-04 10:38:41.429 | } 2022-06-04 10:38:41.429 | /^ *\#/ { 2022-06-04 10:38:41.429 | next 2022-06-04 10:38:41.429 | } 2022-06-04 10:38:41.429 | /^[^ \t]+/ { 2022-06-04 10:38:41.429 | # get offset of first = in $0 2022-06-04 10:38:41.429 | eq_idx = index($0, "=") 2022-06-04 10:38:41.429 | # extract attr & value from $0 2022-06-04 10:38:41.429 | attr = substr($0, 1, eq_idx - 1) 2022-06-04 10:38:41.429 | value = substr($0, eq_idx + 1) 2022-06-04 10:38:41.429 | # only need to strip trailing whitespace from attr 2022-06-04 10:38:41.429 | sub(/[ \t]*$/, "", attr) 2022-06-04 10:38:41.429 | # need to strip leading & trailing whitespace from value 2022-06-04 10:38:41.429 | sub(/^[ \t]*/, "", value) 2022-06-04 10:38:41.429 | sub(/[ \t]*$/, "", value) 2022-06-04 10:38:41.429 | 2022-06-04 10:38:41.430 | # cfg_attr_count: number of config lines per [section, attr] 2022-06-04 10:38:41.430 | # cfg_attr: three dimensional array to keep all the config lines per [section, attr] 2022-06-04 10:38:41.430 | # cfg_section: keep the section names in the same order as they appear in local.conf 2022-06-04 10:38:41.430 | # cfg_sec_attr_name: keep the attr names in the same order as they appear in local.conf 2022-06-04 10:38:41.430 | if (! (section, attr) in cfg_attr_count) { 2022-06-04 10:38:41.430 | if (section != last_section) { 2022-06-04 10:38:41.430 | cfg_section[section_count++] = section 2022-06-04 10:38:41.430 | last_section = section 2022-06-04 10:38:41.430 | } 2022-06-04 10:38:41.430 | attr_count = cfg_sec_attr_count[section_count - 1]++ 2022-06-04 10:38:41.430 | cfg_sec_attr_name[section_count - 1, attr_count] = attr 2022-06-04 10:38:41.430 | 2022-06-04 10:38:41.430 | cfg_attr[section, attr, 0] = value 2022-06-04 10:38:41.430 | cfg_attr_count[section, attr] = 1 2022-06-04 10:38:41.430 | } else { 2022-06-04 10:38:41.430 | lno = cfg_attr_count[section, attr]++ 2022-06-04 10:38:41.430 | cfg_attr[section, attr, lno] = value 2022-06-04 10:38:41.430 | } 2022-06-04 10:38:41.430 | } 2022-06-04 10:38:41.430 | END { 2022-06-04 10:38:41.430 | # Process each section in order 2022-06-04 10:38:41.430 | for (sno = 0; sno < section_count; sno++) { 2022-06-04 10:38:41.430 | section = cfg_section[sno] 2022-06-04 10:38:41.430 | # The ini routines simply append a config item immediately 2022-06-04 10:38:41.430 | # after the section header. To keep the same order as defined 2022-06-04 10:38:41.430 | # in local.conf, invoke the ini routines in the reverse order 2022-06-04 10:38:41.430 | for (attr_no = cfg_sec_attr_count[sno] - 1; attr_no >=0; attr_no--) { 2022-06-04 10:38:41.430 | attr = cfg_sec_attr_name[sno, attr_no] 2022-06-04 10:38:41.430 | if (cfg_attr_count[section, attr] == 1) 2022-06-04 10:38:41.430 | print "iniset " configfile " " section " " attr " \"" cfg_attr[section, attr, 0] "\"" 2022-06-04 10:38:41.430 | else { 2022-06-04 10:38:41.430 | # For multiline, invoke the ini routines in the reverse order 2022-06-04 10:38:41.430 | count = cfg_attr_count[section, attr] 2022-06-04 10:38:41.431 | print "inidelete " configfile " " section " " attr 2022-06-04 10:38:41.431 | print "iniset " configfile " " section " " attr " \"" cfg_attr[section, attr, count - 1] "\"" 2022-06-04 10:38:41.431 | for (l = count -2; l >= 0; l--) 2022-06-04 10:38:41.431 | print "iniadd_literal " configfile " " section " " attr " \"" cfg_attr[section, attr, l] "\"" 2022-06-04 10:38:41.431 | } 2022-06-04 10:38:41.431 | } 2022-06-04 10:38:41.431 | } 2022-06-04 10:38:41.431 | } 2022-06-04 10:38:41.431 | ' 2022-06-04 10:38:41.431 | + inc/meta-config:merge_config_file:164 : read a 2022-06-04 10:38:41.431 | + inc/meta-config:get_meta_section:33 : local file=/home/ubuntu/devstack/local.conf 2022-06-04 10:38:41.432 | awk: cmd. line:12: warning: regexp escape sequence `\#' is not a known regexp operator 2022-06-04 10:38:41.433 | + inc/meta-config:get_meta_section:34 : local matchgroup=post-config 2022-06-04 10:38:41.436 | + inc/meta-config:get_meta_section:35 : local 'configfile=$CINDER_CONF' 2022-06-04 10:38:41.438 | + inc/meta-config:get_meta_section:37 : [[ -r /home/ubuntu/devstack/local.conf ]] 2022-06-04 10:38:41.441 | + inc/meta-config:get_meta_section:38 : [[ -z $CINDER_CONF ]] 2022-06-04 10:38:41.443 | + inc/meta-config:get_meta_section:40 : awk -v matchgroup=post-config -v 'configfile=$CINDER_CONF' ' 2022-06-04 10:38:41.443 | BEGIN { group = "" } 2022-06-04 10:38:41.444 | /^\[\[.+\|.*\]\]/ { 2022-06-04 10:38:41.444 | gsub("[][]", "", $1); 2022-06-04 10:38:41.444 | split($1, a, "|"); 2022-06-04 10:38:41.444 | if (a[1] == matchgroup && a[2] == configfile) { 2022-06-04 10:38:41.444 | group=a[1] 2022-06-04 10:38:41.444 | } else { 2022-06-04 10:38:41.444 | group="" 2022-06-04 10:38:41.444 | } 2022-06-04 10:38:41.444 | next 2022-06-04 10:38:41.444 | } 2022-06-04 10:38:41.444 | { 2022-06-04 10:38:41.444 | if (group != "") 2022-06-04 10:38:41.444 | print $0 2022-06-04 10:38:41.444 | } 2022-06-04 10:38:41.444 | ' /home/ubuntu/devstack/local.conf 2022-06-04 10:38:41.450 | + inc/meta-config:merge_config_file:164 : eval 'iniset $CINDER_CONF lvmdriver-1 lvm_type "default"' 2022-06-04 10:38:41.453 | ++ inc/meta-config:merge_config_file:164 : iniset /etc/cinder/cinder.conf lvmdriver-1 lvm_type default 2022-06-04 10:38:41.483 | + inc/meta-config:merge_config_file:164 : read a 2022-06-04 10:38:41.486 | + inc/meta-config:merge_config_file:164 : eval 'iniset $CINDER_CONF lvmdriver-1 image_volume_cache_enabled "False"' 2022-06-04 10:38:41.488 | ++ inc/meta-config:merge_config_file:164 : iniset /etc/cinder/cinder.conf lvmdriver-1 image_volume_cache_enabled False 2022-06-04 10:38:41.521 | + inc/meta-config:merge_config_file:164 : read a 2022-06-04 10:38:41.524 | + inc/meta-config:merge_config_file:164 : eval 'iniset $CINDER_CONF lvmdriver-1 lvm_max_over_subscription_ratio "40.0"' 2022-06-04 10:38:41.527 | ++ inc/meta-config:merge_config_file:164 : iniset /etc/cinder/cinder.conf lvmdriver-1 lvm_max_over_subscription_ratio 40.0 2022-06-04 10:38:41.558 | + inc/meta-config:merge_config_file:164 : read a 2022-06-04 10:38:41.561 | + inc/meta-config:merge_config_file:164 : eval 'iniset $CINDER_CONF DEFAULT quota_backup_gigabytes "1000"' 2022-06-04 10:38:41.564 | ++ inc/meta-config:merge_config_file:164 : iniset /etc/cinder/cinder.conf DEFAULT quota_backup_gigabytes 1000 2022-06-04 10:38:41.593 | + inc/meta-config:merge_config_file:164 : read a 2022-06-04 10:38:41.596 | + inc/meta-config:merge_config_file:164 : eval 'iniset $CINDER_CONF DEFAULT quota_backups "10"' 2022-06-04 10:38:41.599 | ++ inc/meta-config:merge_config_file:164 : iniset /etc/cinder/cinder.conf DEFAULT quota_backups 10 2022-06-04 10:38:41.630 | + inc/meta-config:merge_config_file:164 : read a 2022-06-04 10:38:41.633 | + inc/meta-config:merge_config_file:164 : eval 'iniset $CINDER_CONF DEFAULT quota_gigabytes "1000"' 2022-06-04 10:38:41.635 | ++ inc/meta-config:merge_config_file:164 : iniset /etc/cinder/cinder.conf DEFAULT quota_gigabytes 1000 2022-06-04 10:38:41.664 | + inc/meta-config:merge_config_file:164 : read a 2022-06-04 10:38:41.666 | + inc/meta-config:merge_config_file:164 : eval 'iniset $CINDER_CONF DEFAULT quota_snapshots "10"' 2022-06-04 10:38:41.669 | ++ inc/meta-config:merge_config_file:164 : iniset /etc/cinder/cinder.conf DEFAULT quota_snapshots 10 2022-06-04 10:38:41.700 | + inc/meta-config:merge_config_file:164 : read a 2022-06-04 10:38:41.702 | + inc/meta-config:merge_config_file:164 : eval 'iniset $CINDER_CONF DEFAULT quota_volumes "10"' 2022-06-04 10:38:41.705 | ++ inc/meta-config:merge_config_file:164 : iniset /etc/cinder/cinder.conf DEFAULT quota_volumes 10 2022-06-04 10:38:41.736 | + inc/meta-config:merge_config_file:164 : read a 2022-06-04 10:38:41.739 | + inc/meta-config:merge_config_group:178 : for configfile in $(get_meta_section_files $localfile $group) 2022-06-04 10:38:41.742 | + inc/meta-config:merge_config_group:179 : local realconfigfile 2022-06-04 10:38:41.744 | + inc/meta-config:merge_config_group:180 : local dir 2022-06-04 10:38:41.747 | ++ inc/meta-config:merge_config_group:182 : eval 'echo /$Q_PLUGIN_CONF_FILE' 2022-06-04 10:38:41.750 | +++ inc/meta-config:merge_config_group:182 : echo /etc/neutron/plugins/ml2/ml2_conf.ini 2022-06-04 10:38:41.754 | + inc/meta-config:merge_config_group:182 : realconfigfile=/etc/neutron/plugins/ml2/ml2_conf.ini 2022-06-04 10:38:41.757 | + inc/meta-config:merge_config_group:183 : [[ -z /etc/neutron/plugins/ml2/ml2_conf.ini ]] 2022-06-04 10:38:41.760 | ++ inc/meta-config:merge_config_group:187 : dirname /etc/neutron/plugins/ml2/ml2_conf.ini 2022-06-04 10:38:41.764 | + inc/meta-config:merge_config_group:187 : dir=/etc/neutron/plugins/ml2 2022-06-04 10:38:41.767 | + inc/meta-config:merge_config_group:188 : [[ -d /etc/neutron/plugins/ml2 ]] 2022-06-04 10:38:41.770 | + inc/meta-config:merge_config_group:189 : merge_config_file /home/ubuntu/devstack/local.conf post-config '/$Q_PLUGIN_CONF_FILE' 2022-06-04 10:38:41.772 | + inc/meta-config:merge_config_file:83 : local file=/home/ubuntu/devstack/local.conf 2022-06-04 10:38:41.775 | + inc/meta-config:merge_config_file:84 : local matchgroup=post-config 2022-06-04 10:38:41.777 | + inc/meta-config:merge_config_file:85 : local 'configfile=/$Q_PLUGIN_CONF_FILE' 2022-06-04 10:38:41.780 | + inc/meta-config:merge_config_file:90 : local real_configfile 2022-06-04 10:38:41.784 | ++ inc/meta-config:merge_config_file:91 : eval echo '/$Q_PLUGIN_CONF_FILE' 2022-06-04 10:38:41.786 | +++ inc/meta-config:merge_config_file:91 : echo /etc/neutron/plugins/ml2/ml2_conf.ini 2022-06-04 10:38:41.789 | + inc/meta-config:merge_config_file:91 : real_configfile=/etc/neutron/plugins/ml2/ml2_conf.ini 2022-06-04 10:38:41.792 | + inc/meta-config:merge_config_file:92 : '[' '!' -f /etc/neutron/plugins/ml2/ml2_conf.ini ']' 2022-06-04 10:38:41.795 | + inc/meta-config:merge_config_file:96 : get_meta_section /home/ubuntu/devstack/local.conf post-config '/$Q_PLUGIN_CONF_FILE' 2022-06-04 10:38:41.796 | + inc/meta-config:merge_config_file:97 : awk -v 'configfile=/$Q_PLUGIN_CONF_FILE' ' 2022-06-04 10:38:41.796 | BEGIN { 2022-06-04 10:38:41.796 | section = "" 2022-06-04 10:38:41.796 | last_section = "" 2022-06-04 10:38:41.796 | section_count = 0 2022-06-04 10:38:41.796 | } 2022-06-04 10:38:41.796 | /^\[.+\]/ { 2022-06-04 10:38:41.796 | gsub("[][]", "", $1); 2022-06-04 10:38:41.796 | section=$1 2022-06-04 10:38:41.796 | next 2022-06-04 10:38:41.796 | } 2022-06-04 10:38:41.796 | /^ *\#/ { 2022-06-04 10:38:41.796 | next 2022-06-04 10:38:41.796 | } 2022-06-04 10:38:41.796 | /^[^ \t]+/ { 2022-06-04 10:38:41.796 | # get offset of first = in $0 2022-06-04 10:38:41.796 | eq_idx = index($0, "=") 2022-06-04 10:38:41.796 | # extract attr & value from $0 2022-06-04 10:38:41.796 | attr = substr($0, 1, eq_idx - 1) 2022-06-04 10:38:41.796 | value = substr($0, eq_idx + 1) 2022-06-04 10:38:41.796 | # only need to strip trailing whitespace from attr 2022-06-04 10:38:41.796 | sub(/[ \t]*$/, "", attr) 2022-06-04 10:38:41.796 | # need to strip leading & trailing whitespace from value 2022-06-04 10:38:41.796 | sub(/^[ \t]*/, "", value) 2022-06-04 10:38:41.797 | sub(/[ \t]*$/, "", value) 2022-06-04 10:38:41.797 | 2022-06-04 10:38:41.797 | # cfg_attr_count: number of config lines per [section, attr] 2022-06-04 10:38:41.797 | # cfg_attr: three dimensional array to keep all the config lines per [section, attr] 2022-06-04 10:38:41.797 | # cfg_section: keep the section names in the same order as they appear in local.conf 2022-06-04 10:38:41.797 | # cfg_sec_attr_name: keep the attr names in the same order as they appear in local.conf 2022-06-04 10:38:41.797 | if (! (section, attr) in cfg_attr_count) { 2022-06-04 10:38:41.797 | if (section != last_section) { 2022-06-04 10:38:41.797 | cfg_section[section_count++] = section 2022-06-04 10:38:41.797 | last_section = section 2022-06-04 10:38:41.797 | } 2022-06-04 10:38:41.797 | attr_count = cfg_sec_attr_count[section_count - 1]++ 2022-06-04 10:38:41.797 | cfg_sec_attr_name[section_count - 1, attr_count] = attr 2022-06-04 10:38:41.797 | 2022-06-04 10:38:41.798 | cfg_attr[section, attr, 0] = value 2022-06-04 10:38:41.798 | cfg_attr_count[section, attr] = 1 2022-06-04 10:38:41.798 | } else { 2022-06-04 10:38:41.798 | lno = cfg_attr_count[section, attr]++ 2022-06-04 10:38:41.798 | cfg_attr[section, attr, lno] = value 2022-06-04 10:38:41.798 | } 2022-06-04 10:38:41.798 | } 2022-06-04 10:38:41.798 | END { 2022-06-04 10:38:41.798 | # Process each section in order 2022-06-04 10:38:41.798 | for (sno = 0; sno < section_count; sno++) { 2022-06-04 10:38:41.798 | section = cfg_section[sno] 2022-06-04 10:38:41.798 | # The ini routines simply append a config item immediately 2022-06-04 10:38:41.798 | # after the section header. To keep the same order as defined 2022-06-04 10:38:41.798 | # in local.conf, invoke the ini routines in the reverse order 2022-06-04 10:38:41.798 | for (attr_no = cfg_sec_attr_count[sno] - 1; attr_no >=0; attr_no--) { 2022-06-04 10:38:41.798 | attr = cfg_sec_attr_name[sno, attr_no] 2022-06-04 10:38:41.798 | if (cfg_attr_count[section, attr] == 1) 2022-06-04 10:38:41.798 | print "iniset " configfile " " section " " attr " \"" cfg_attr[section, attr, 0] "\"" 2022-06-04 10:38:41.798 | else { 2022-06-04 10:38:41.798 | # For multiline, invoke the ini routines in the reverse order 2022-06-04 10:38:41.798 | count = cfg_attr_count[section, attr] 2022-06-04 10:38:41.798 | print "inidelete " configfile " " section " " attr 2022-06-04 10:38:41.798 | print "iniset " configfile " " section " " attr " \"" cfg_attr[section, attr, count - 1] "\"" 2022-06-04 10:38:41.798 | for (l = count -2; l >= 0; l--) 2022-06-04 10:38:41.798 | print "iniadd_literal " configfile " " section " " attr " \"" cfg_attr[section, attr, l] "\"" 2022-06-04 10:38:41.798 | } 2022-06-04 10:38:41.798 | } 2022-06-04 10:38:41.798 | } 2022-06-04 10:38:41.798 | } 2022-06-04 10:38:41.798 | ' 2022-06-04 10:38:41.798 | + inc/meta-config:merge_config_file:164 : read a 2022-06-04 10:38:41.799 | + inc/meta-config:get_meta_section:33 : local file=/home/ubuntu/devstack/local.conf 2022-06-04 10:38:41.799 | awk: cmd. line:12: warning: regexp escape sequence `\#' is not a known regexp operator 2022-06-04 10:38:41.802 | + inc/meta-config:get_meta_section:34 : local matchgroup=post-config 2022-06-04 10:38:41.804 | + inc/meta-config:get_meta_section:35 : local 'configfile=/$Q_PLUGIN_CONF_FILE' 2022-06-04 10:38:41.809 | + inc/meta-config:get_meta_section:37 : [[ -r /home/ubuntu/devstack/local.conf ]] 2022-06-04 10:38:41.811 | + inc/meta-config:get_meta_section:38 : [[ -z /$Q_PLUGIN_CONF_FILE ]] 2022-06-04 10:38:41.815 | + inc/meta-config:get_meta_section:40 : awk -v matchgroup=post-config -v 'configfile=/$Q_PLUGIN_CONF_FILE' ' 2022-06-04 10:38:41.815 | BEGIN { group = "" } 2022-06-04 10:38:41.815 | /^\[\[.+\|.*\]\]/ { 2022-06-04 10:38:41.815 | gsub("[][]", "", $1); 2022-06-04 10:38:41.815 | split($1, a, "|"); 2022-06-04 10:38:41.816 | if (a[1] == matchgroup && a[2] == configfile) { 2022-06-04 10:38:41.816 | group=a[1] 2022-06-04 10:38:41.816 | } else { 2022-06-04 10:38:41.816 | group="" 2022-06-04 10:38:41.816 | } 2022-06-04 10:38:41.816 | next 2022-06-04 10:38:41.816 | } 2022-06-04 10:38:41.816 | { 2022-06-04 10:38:41.816 | if (group != "") 2022-06-04 10:38:41.816 | print $0 2022-06-04 10:38:41.816 | } 2022-06-04 10:38:41.816 | ' /home/ubuntu/devstack/local.conf 2022-06-04 10:38:41.823 | + inc/meta-config:merge_config_file:164 : eval 'iniset /$Q_PLUGIN_CONF_FILE securitygroup enable_security_group "True"' 2022-06-04 10:38:41.826 | ++ inc/meta-config:merge_config_file:164 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini securitygroup enable_security_group True 2022-06-04 10:38:41.854 | + inc/meta-config:merge_config_file:164 : read a 2022-06-04 10:38:41.857 | + inc/meta-config:merge_config_file:164 : eval 'iniset /$Q_PLUGIN_CONF_FILE ovs of_interface "ovs-ofctl"' 2022-06-04 10:38:41.860 | ++ inc/meta-config:merge_config_file:164 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini ovs of_interface ovs-ofctl 2022-06-04 10:38:41.889 | + inc/meta-config:merge_config_file:164 : read a 2022-06-04 10:38:41.892 | + ./stack.sh:main:1245 : is_service_enabled swift 2022-06-04 10:38:41.910 | + functions-common:is_service_enabled:2082 : return 0 2022-06-04 10:38:41.913 | + ./stack.sh:main:1246 : echo_summary 'Starting Swift' 2022-06-04 10:38:41.916 | + ./stack.sh:echo_summary:435 : [[ -t 3 ]] 2022-06-04 10:38:41.920 | + ./stack.sh:echo_summary:441 : echo -e Starting Swift 2022-06-04 10:38:41.923 | + ./stack.sh:main:1247 : start_swift 2022-06-04 10:38:41.926 | + lib/swift:start_swift:757 : restart_service memcached 2022-06-04 10:38:41.929 | + functions-common:restart_service:2310 : '[' -x /bin/systemctl ']' 2022-06-04 10:38:41.932 | + functions-common:restart_service:2311 : sudo /bin/systemctl restart memcached 2022-06-04 10:38:41.970 | + lib/swift:start_swift:760 : is_ubuntu 2022-06-04 10:38:41.974 | + functions-common:is_ubuntu:568 : [[ -z deb ]] 2022-06-04 10:38:41.978 | + functions-common:is_ubuntu:571 : '[' deb = deb ']' 2022-06-04 10:38:41.983 | + lib/swift:start_swift:761 : sudo /etc/init.d/rsync restart 2022-06-04 10:38:42.444 | Restarting rsync (via systemctl): rsync.service. 2022-06-04 10:38:42.452 | + lib/swift:start_swift:768 : '[' False == True ']' 2022-06-04 10:38:42.456 | + lib/swift:start_swift:787 : [[ 1 == 1 ]] 2022-06-04 10:38:42.458 | + lib/swift:start_swift:788 : local foreground_services type 2022-06-04 10:38:42.461 | + lib/swift:start_swift:790 : foreground_services='object container account' 2022-06-04 10:38:42.464 | + lib/swift:start_swift:791 : for type in ${foreground_services} 2022-06-04 10:38:42.466 | + lib/swift:start_swift:792 : run_process s-object '/usr/local/bin/swift-object-server /etc/swift/object-server/1.conf -v' 2022-06-04 10:38:42.469 | + functions-common:run_process:1681 : local service=s-object 2022-06-04 10:38:42.472 | + functions-common:run_process:1682 : local 'command=/usr/local/bin/swift-object-server /etc/swift/object-server/1.conf -v' 2022-06-04 10:38:42.474 | + functions-common:run_process:1683 : local group= 2022-06-04 10:38:42.477 | + functions-common:run_process:1684 : local user= 2022-06-04 10:38:42.479 | + functions-common:run_process:1686 : local name=s-object 2022-06-04 10:38:42.484 | + functions-common:run_process:1688 : time_start run_process 2022-06-04 10:38:42.487 | + functions-common:time_start:2412 : local name=run_process 2022-06-04 10:38:42.490 | + functions-common:time_start:2413 : local start_time= 2022-06-04 10:38:42.493 | + functions-common:time_start:2414 : [[ -n '' ]] 2022-06-04 10:38:42.496 | ++ functions-common:time_start:2417 : date +%s%3N 2022-06-04 10:38:42.502 | + functions-common:time_start:2417 : _TIME_START[$name]=1654339122498 2022-06-04 10:38:42.505 | + functions-common:run_process:1689 : is_service_enabled s-object 2022-06-04 10:38:42.528 | + functions-common:is_service_enabled:2082 : return 0 2022-06-04 10:38:42.531 | + functions-common:run_process:1690 : _run_under_systemd s-object '/usr/local/bin/swift-object-server /etc/swift/object-server/1.conf -v' '' '' 2022-06-04 10:38:42.534 | + functions-common:_run_under_systemd:1646 : local service=s-object 2022-06-04 10:38:42.537 | + functions-common:_run_under_systemd:1647 : local 'command=/usr/local/bin/swift-object-server /etc/swift/object-server/1.conf -v' 2022-06-04 10:38:42.540 | + functions-common:_run_under_systemd:1648 : local 'cmd=/usr/local/bin/swift-object-server /etc/swift/object-server/1.conf -v' 2022-06-04 10:38:42.543 | + functions-common:_run_under_systemd:1650 : _common_systemd_pitfalls '/usr/local/bin/swift-object-server /etc/swift/object-server/1.conf -v' 2022-06-04 10:38:42.546 | + functions-common:_common_systemd_pitfalls:1618 : local 'cmd=/usr/local/bin/swift-object-server /etc/swift/object-server/1.conf -v' 2022-06-04 10:38:42.549 | + functions-common:_common_systemd_pitfalls:1621 : [[ /usr/local/bin/swift-object-server /etc/swift/object-server/1.conf -v =~ sudo ]] 2022-06-04 10:38:42.552 | + functions-common:_common_systemd_pitfalls:1632 : [[ ! /usr/local/bin/swift-object-server /etc/swift/object-server/1.conf -v =~ ^/ ]] 2022-06-04 10:38:42.554 | + functions-common:_run_under_systemd:1652 : local systemd_service=devstack@s-object.service 2022-06-04 10:38:42.557 | + functions-common:_run_under_systemd:1653 : local group= 2022-06-04 10:38:42.560 | + functions-common:_run_under_systemd:1654 : local user=ubuntu 2022-06-04 10:38:42.562 | + functions-common:_run_under_systemd:1655 : [[ /usr/local/bin/swift-object-server /etc/swift/object-server/1.conf -v =~ uwsgi ]] 2022-06-04 10:38:42.566 | + functions-common:_run_under_systemd:1658 : write_user_unit_file devstack@s-object.service '/usr/local/bin/swift-object-server /etc/swift/object-server/1.conf -v' '' ubuntu 2022-06-04 10:38:42.569 | + functions-common:write_user_unit_file:1563 : local service=devstack@s-object.service 2022-06-04 10:38:42.571 | + functions-common:write_user_unit_file:1564 : local 'command=/usr/local/bin/swift-object-server /etc/swift/object-server/1.conf -v' 2022-06-04 10:38:42.574 | + functions-common:write_user_unit_file:1565 : local group= 2022-06-04 10:38:42.576 | + functions-common:write_user_unit_file:1566 : local user=ubuntu 2022-06-04 10:38:42.580 | + functions-common:write_user_unit_file:1567 : local extra= 2022-06-04 10:38:42.583 | + functions-common:write_user_unit_file:1568 : [[ -n '' ]] 2022-06-04 10:38:42.586 | + functions-common:write_user_unit_file:1571 : local unitfile=/etc/systemd/system/devstack@s-object.service 2022-06-04 10:38:42.589 | + functions-common:write_user_unit_file:1572 : mkdir -p /etc/systemd/system 2022-06-04 10:38:42.595 | + functions-common:write_user_unit_file:1574 : iniset -sudo /etc/systemd/system/devstack@s-object.service Unit Description 'Devstack devstack@s-object.service' 2022-06-04 10:38:42.650 | + functions-common:write_user_unit_file:1575 : iniset -sudo /etc/systemd/system/devstack@s-object.service Service User ubuntu 2022-06-04 10:38:42.704 | + functions-common:write_user_unit_file:1576 : iniset -sudo /etc/systemd/system/devstack@s-object.service Service ExecStart '/usr/local/bin/swift-object-server /etc/swift/object-server/1.conf -v' 2022-06-04 10:38:42.758 | + functions-common:write_user_unit_file:1577 : iniset -sudo /etc/systemd/system/devstack@s-object.service Service KillMode process 2022-06-04 10:38:42.811 | + functions-common:write_user_unit_file:1578 : iniset -sudo /etc/systemd/system/devstack@s-object.service Service TimeoutStopSec 300 2022-06-04 10:38:42.866 | + functions-common:write_user_unit_file:1579 : iniset -sudo /etc/systemd/system/devstack@s-object.service Service ExecReload '/usr/bin/kill -HUP $MAINPID' 2022-06-04 10:38:42.920 | + functions-common:write_user_unit_file:1580 : [[ -n '' ]] 2022-06-04 10:38:42.923 | + functions-common:write_user_unit_file:1583 : iniset -sudo /etc/systemd/system/devstack@s-object.service Install WantedBy multi-user.target 2022-06-04 10:38:42.977 | + functions-common:write_user_unit_file:1586 : sudo systemctl daemon-reload 2022-06-04 10:38:43.437 | + functions-common:_run_under_systemd:1661 : sudo systemctl enable devstack@s-object.service 2022-06-04 10:38:43.451 | Created symlink /etc/systemd/system/multi-user.target.wants/devstack@s-object.service → /etc/systemd/system/devstack@s-object.service. 2022-06-04 10:38:43.923 | + functions-common:_run_under_systemd:1662 : sudo systemctl start devstack@s-object.service 2022-06-04 10:38:43.943 | + functions-common:run_process:1692 : time_stop run_process 2022-06-04 10:38:43.946 | + functions-common:time_stop:2426 : local name 2022-06-04 10:38:43.949 | + functions-common:time_stop:2427 : local end_time 2022-06-04 10:38:43.951 | + functions-common:time_stop:2428 : local elapsed_time 2022-06-04 10:38:43.960 | + functions-common:time_stop:2429 : local total 2022-06-04 10:38:43.960 | + functions-common:time_stop:2430 : local start_time 2022-06-04 10:38:43.960 | + functions-common:time_stop:2432 : name=run_process 2022-06-04 10:38:43.963 | + functions-common:time_stop:2433 : start_time=1654339122498 2022-06-04 10:38:43.966 | + functions-common:time_stop:2435 : [[ -z 1654339122498 ]] 2022-06-04 10:38:43.969 | ++ functions-common:time_stop:2438 : date +%s%3N 2022-06-04 10:38:43.974 | + functions-common:time_stop:2438 : end_time=1654339123971 2022-06-04 10:38:43.977 | + functions-common:time_stop:2439 : elapsed_time=1473 2022-06-04 10:38:43.979 | + functions-common:time_stop:2440 : total=3046 2022-06-04 10:38:43.982 | + functions-common:time_stop:2442 : _TIME_START[$name]= 2022-06-04 10:38:43.984 | + functions-common:time_stop:2443 : _TIME_TOTAL[$name]=4519 2022-06-04 10:38:43.987 | + lib/swift:start_swift:791 : for type in ${foreground_services} 2022-06-04 10:38:43.990 | + lib/swift:start_swift:792 : run_process s-container '/usr/local/bin/swift-container-server /etc/swift/container-server/1.conf -v' 2022-06-04 10:38:43.992 | + functions-common:run_process:1681 : local service=s-container 2022-06-04 10:38:43.995 | + functions-common:run_process:1682 : local 'command=/usr/local/bin/swift-container-server /etc/swift/container-server/1.conf -v' 2022-06-04 10:38:43.997 | + functions-common:run_process:1683 : local group= 2022-06-04 10:38:44.000 | + functions-common:run_process:1684 : local user= 2022-06-04 10:38:44.002 | + functions-common:run_process:1686 : local name=s-container 2022-06-04 10:38:44.005 | + functions-common:run_process:1688 : time_start run_process 2022-06-04 10:38:44.007 | + functions-common:time_start:2412 : local name=run_process 2022-06-04 10:38:44.010 | + functions-common:time_start:2413 : local start_time= 2022-06-04 10:38:44.012 | + functions-common:time_start:2414 : [[ -n '' ]] 2022-06-04 10:38:44.015 | ++ functions-common:time_start:2417 : date +%s%3N 2022-06-04 10:38:44.020 | + functions-common:time_start:2417 : _TIME_START[$name]=1654339124017 2022-06-04 10:38:44.022 | + functions-common:run_process:1689 : is_service_enabled s-container 2022-06-04 10:38:44.040 | + functions-common:is_service_enabled:2082 : return 0 2022-06-04 10:38:44.043 | + functions-common:run_process:1690 : _run_under_systemd s-container '/usr/local/bin/swift-container-server /etc/swift/container-server/1.conf -v' '' '' 2022-06-04 10:38:44.045 | + functions-common:_run_under_systemd:1646 : local service=s-container 2022-06-04 10:38:44.050 | + functions-common:_run_under_systemd:1647 : local 'command=/usr/local/bin/swift-container-server /etc/swift/container-server/1.conf -v' 2022-06-04 10:38:44.052 | + functions-common:_run_under_systemd:1648 : local 'cmd=/usr/local/bin/swift-container-server /etc/swift/container-server/1.conf -v' 2022-06-04 10:38:44.055 | + functions-common:_run_under_systemd:1650 : _common_systemd_pitfalls '/usr/local/bin/swift-container-server /etc/swift/container-server/1.conf -v' 2022-06-04 10:38:44.057 | + functions-common:_common_systemd_pitfalls:1618 : local 'cmd=/usr/local/bin/swift-container-server /etc/swift/container-server/1.conf -v' 2022-06-04 10:38:44.060 | + functions-common:_common_systemd_pitfalls:1621 : [[ /usr/local/bin/swift-container-server /etc/swift/container-server/1.conf -v =~ sudo ]] 2022-06-04 10:38:44.062 | + functions-common:_common_systemd_pitfalls:1632 : [[ ! /usr/local/bin/swift-container-server /etc/swift/container-server/1.conf -v =~ ^/ ]] 2022-06-04 10:38:44.065 | + functions-common:_run_under_systemd:1652 : local systemd_service=devstack@s-container.service 2022-06-04 10:38:44.068 | + functions-common:_run_under_systemd:1653 : local group= 2022-06-04 10:38:44.074 | + functions-common:_run_under_systemd:1654 : local user=ubuntu 2022-06-04 10:38:44.076 | + functions-common:_run_under_systemd:1655 : [[ /usr/local/bin/swift-container-server /etc/swift/container-server/1.conf -v =~ uwsgi ]] 2022-06-04 10:38:44.080 | + functions-common:_run_under_systemd:1658 : write_user_unit_file devstack@s-container.service '/usr/local/bin/swift-container-server /etc/swift/container-server/1.conf -v' '' ubuntu 2022-06-04 10:38:44.082 | + functions-common:write_user_unit_file:1563 : local service=devstack@s-container.service 2022-06-04 10:38:44.085 | + functions-common:write_user_unit_file:1564 : local 'command=/usr/local/bin/swift-container-server /etc/swift/container-server/1.conf -v' 2022-06-04 10:38:44.087 | + functions-common:write_user_unit_file:1565 : local group= 2022-06-04 10:38:44.090 | + functions-common:write_user_unit_file:1566 : local user=ubuntu 2022-06-04 10:38:44.092 | + functions-common:write_user_unit_file:1567 : local extra= 2022-06-04 10:38:44.094 | + functions-common:write_user_unit_file:1568 : [[ -n '' ]] 2022-06-04 10:38:44.097 | + functions-common:write_user_unit_file:1571 : local unitfile=/etc/systemd/system/devstack@s-container.service 2022-06-04 10:38:44.100 | + functions-common:write_user_unit_file:1572 : mkdir -p /etc/systemd/system 2022-06-04 10:38:44.104 | + functions-common:write_user_unit_file:1574 : iniset -sudo /etc/systemd/system/devstack@s-container.service Unit Description 'Devstack devstack@s-container.service' 2022-06-04 10:38:44.158 | + functions-common:write_user_unit_file:1575 : iniset -sudo /etc/systemd/system/devstack@s-container.service Service User ubuntu 2022-06-04 10:38:44.213 | + functions-common:write_user_unit_file:1576 : iniset -sudo /etc/systemd/system/devstack@s-container.service Service ExecStart '/usr/local/bin/swift-container-server /etc/swift/container-server/1.conf -v' 2022-06-04 10:38:44.267 | + functions-common:write_user_unit_file:1577 : iniset -sudo /etc/systemd/system/devstack@s-container.service Service KillMode process 2022-06-04 10:38:44.323 | + functions-common:write_user_unit_file:1578 : iniset -sudo /etc/systemd/system/devstack@s-container.service Service TimeoutStopSec 300 2022-06-04 10:38:44.379 | + functions-common:write_user_unit_file:1579 : iniset -sudo /etc/systemd/system/devstack@s-container.service Service ExecReload '/usr/bin/kill -HUP $MAINPID' 2022-06-04 10:38:44.433 | + functions-common:write_user_unit_file:1580 : [[ -n '' ]] 2022-06-04 10:38:44.436 | + functions-common:write_user_unit_file:1583 : iniset -sudo /etc/systemd/system/devstack@s-container.service Install WantedBy multi-user.target 2022-06-04 10:38:44.492 | + functions-common:write_user_unit_file:1586 : sudo systemctl daemon-reload 2022-06-04 10:38:44.984 | + functions-common:_run_under_systemd:1661 : sudo systemctl enable devstack@s-container.service 2022-06-04 10:38:44.998 | Created symlink /etc/systemd/system/multi-user.target.wants/devstack@s-container.service → /etc/systemd/system/devstack@s-container.service. 2022-06-04 10:38:45.466 | + functions-common:_run_under_systemd:1662 : sudo systemctl start devstack@s-container.service 2022-06-04 10:38:45.493 | + functions-common:run_process:1692 : time_stop run_process 2022-06-04 10:38:45.497 | + functions-common:time_stop:2426 : local name 2022-06-04 10:38:45.499 | + functions-common:time_stop:2427 : local end_time 2022-06-04 10:38:45.506 | + functions-common:time_stop:2428 : local elapsed_time 2022-06-04 10:38:45.509 | + functions-common:time_stop:2429 : local total 2022-06-04 10:38:45.512 | + functions-common:time_stop:2430 : local start_time 2022-06-04 10:38:45.515 | + functions-common:time_stop:2432 : name=run_process 2022-06-04 10:38:45.518 | + functions-common:time_stop:2433 : start_time=1654339124017 2022-06-04 10:38:45.522 | + functions-common:time_stop:2435 : [[ -z 1654339124017 ]] 2022-06-04 10:38:45.525 | ++ functions-common:time_stop:2438 : date +%s%3N 2022-06-04 10:38:45.530 | + functions-common:time_stop:2438 : end_time=1654339125527 2022-06-04 10:38:45.533 | + functions-common:time_stop:2439 : elapsed_time=1510 2022-06-04 10:38:45.537 | + functions-common:time_stop:2440 : total=4519 2022-06-04 10:38:45.540 | + functions-common:time_stop:2442 : _TIME_START[$name]= 2022-06-04 10:38:45.542 | + functions-common:time_stop:2443 : _TIME_TOTAL[$name]=6029 2022-06-04 10:38:45.545 | + lib/swift:start_swift:791 : for type in ${foreground_services} 2022-06-04 10:38:45.548 | + lib/swift:start_swift:792 : run_process s-account '/usr/local/bin/swift-account-server /etc/swift/account-server/1.conf -v' 2022-06-04 10:38:45.550 | + functions-common:run_process:1681 : local service=s-account 2022-06-04 10:38:45.553 | + functions-common:run_process:1682 : local 'command=/usr/local/bin/swift-account-server /etc/swift/account-server/1.conf -v' 2022-06-04 10:38:45.555 | + functions-common:run_process:1683 : local group= 2022-06-04 10:38:45.558 | + functions-common:run_process:1684 : local user= 2022-06-04 10:38:45.560 | + functions-common:run_process:1686 : local name=s-account 2022-06-04 10:38:45.563 | + functions-common:run_process:1688 : time_start run_process 2022-06-04 10:38:45.565 | + functions-common:time_start:2412 : local name=run_process 2022-06-04 10:38:45.568 | + functions-common:time_start:2413 : local start_time= 2022-06-04 10:38:45.573 | + functions-common:time_start:2414 : [[ -n '' ]] 2022-06-04 10:38:45.576 | ++ functions-common:time_start:2417 : date +%s%3N 2022-06-04 10:38:45.581 | + functions-common:time_start:2417 : _TIME_START[$name]=1654339125578 2022-06-04 10:38:45.584 | + functions-common:run_process:1689 : is_service_enabled s-account 2022-06-04 10:38:45.603 | + functions-common:is_service_enabled:2082 : return 0 2022-06-04 10:38:45.606 | + functions-common:run_process:1690 : _run_under_systemd s-account '/usr/local/bin/swift-account-server /etc/swift/account-server/1.conf -v' '' '' 2022-06-04 10:38:45.608 | + functions-common:_run_under_systemd:1646 : local service=s-account 2022-06-04 10:38:45.611 | + functions-common:_run_under_systemd:1647 : local 'command=/usr/local/bin/swift-account-server /etc/swift/account-server/1.conf -v' 2022-06-04 10:38:45.613 | + functions-common:_run_under_systemd:1648 : local 'cmd=/usr/local/bin/swift-account-server /etc/swift/account-server/1.conf -v' 2022-06-04 10:38:45.616 | + functions-common:_run_under_systemd:1650 : _common_systemd_pitfalls '/usr/local/bin/swift-account-server /etc/swift/account-server/1.conf -v' 2022-06-04 10:38:45.618 | + functions-common:_common_systemd_pitfalls:1618 : local 'cmd=/usr/local/bin/swift-account-server /etc/swift/account-server/1.conf -v' 2022-06-04 10:38:45.621 | + functions-common:_common_systemd_pitfalls:1621 : [[ /usr/local/bin/swift-account-server /etc/swift/account-server/1.conf -v =~ sudo ]] 2022-06-04 10:38:45.623 | + functions-common:_common_systemd_pitfalls:1632 : [[ ! /usr/local/bin/swift-account-server /etc/swift/account-server/1.conf -v =~ ^/ ]] 2022-06-04 10:38:45.626 | + functions-common:_run_under_systemd:1652 : local systemd_service=devstack@s-account.service 2022-06-04 10:38:45.628 | + functions-common:_run_under_systemd:1653 : local group= 2022-06-04 10:38:45.631 | + functions-common:_run_under_systemd:1654 : local user=ubuntu 2022-06-04 10:38:45.633 | + functions-common:_run_under_systemd:1655 : [[ /usr/local/bin/swift-account-server /etc/swift/account-server/1.conf -v =~ uwsgi ]] 2022-06-04 10:38:45.636 | + functions-common:_run_under_systemd:1658 : write_user_unit_file devstack@s-account.service '/usr/local/bin/swift-account-server /etc/swift/account-server/1.conf -v' '' ubuntu 2022-06-04 10:38:45.640 | + functions-common:write_user_unit_file:1563 : local service=devstack@s-account.service 2022-06-04 10:38:45.642 | + functions-common:write_user_unit_file:1564 : local 'command=/usr/local/bin/swift-account-server /etc/swift/account-server/1.conf -v' 2022-06-04 10:38:45.645 | + functions-common:write_user_unit_file:1565 : local group= 2022-06-04 10:38:45.647 | + functions-common:write_user_unit_file:1566 : local user=ubuntu 2022-06-04 10:38:45.650 | + functions-common:write_user_unit_file:1567 : local extra= 2022-06-04 10:38:45.652 | + functions-common:write_user_unit_file:1568 : [[ -n '' ]] 2022-06-04 10:38:45.655 | + functions-common:write_user_unit_file:1571 : local unitfile=/etc/systemd/system/devstack@s-account.service 2022-06-04 10:38:45.657 | + functions-common:write_user_unit_file:1572 : mkdir -p /etc/systemd/system 2022-06-04 10:38:45.662 | + functions-common:write_user_unit_file:1574 : iniset -sudo /etc/systemd/system/devstack@s-account.service Unit Description 'Devstack devstack@s-account.service' 2022-06-04 10:38:45.716 | + functions-common:write_user_unit_file:1575 : iniset -sudo /etc/systemd/system/devstack@s-account.service Service User ubuntu 2022-06-04 10:38:45.771 | + functions-common:write_user_unit_file:1576 : iniset -sudo /etc/systemd/system/devstack@s-account.service Service ExecStart '/usr/local/bin/swift-account-server /etc/swift/account-server/1.conf -v' 2022-06-04 10:38:45.825 | + functions-common:write_user_unit_file:1577 : iniset -sudo /etc/systemd/system/devstack@s-account.service Service KillMode process 2022-06-04 10:38:45.880 | + functions-common:write_user_unit_file:1578 : iniset -sudo /etc/systemd/system/devstack@s-account.service Service TimeoutStopSec 300 2022-06-04 10:38:45.936 | + functions-common:write_user_unit_file:1579 : iniset -sudo /etc/systemd/system/devstack@s-account.service Service ExecReload '/usr/bin/kill -HUP $MAINPID' 2022-06-04 10:38:45.991 | + functions-common:write_user_unit_file:1580 : [[ -n '' ]] 2022-06-04 10:38:45.994 | + functions-common:write_user_unit_file:1583 : iniset -sudo /etc/systemd/system/devstack@s-account.service Install WantedBy multi-user.target 2022-06-04 10:38:46.048 | + functions-common:write_user_unit_file:1586 : sudo systemctl daemon-reload 2022-06-04 10:38:46.540 | + functions-common:_run_under_systemd:1661 : sudo systemctl enable devstack@s-account.service 2022-06-04 10:38:46.554 | Created symlink /etc/systemd/system/multi-user.target.wants/devstack@s-account.service → /etc/systemd/system/devstack@s-account.service. 2022-06-04 10:38:47.027 | + functions-common:_run_under_systemd:1662 : sudo systemctl start devstack@s-account.service 2022-06-04 10:38:47.052 | + functions-common:run_process:1692 : time_stop run_process 2022-06-04 10:38:47.055 | + functions-common:time_stop:2426 : local name 2022-06-04 10:38:47.057 | + functions-common:time_stop:2427 : local end_time 2022-06-04 10:38:47.060 | + functions-common:time_stop:2428 : local elapsed_time 2022-06-04 10:38:47.062 | + functions-common:time_stop:2429 : local total 2022-06-04 10:38:47.065 | + functions-common:time_stop:2430 : local start_time 2022-06-04 10:38:47.068 | + functions-common:time_stop:2432 : name=run_process 2022-06-04 10:38:47.070 | + functions-common:time_stop:2433 : start_time=1654339125578 2022-06-04 10:38:47.074 | + functions-common:time_stop:2435 : [[ -z 1654339125578 ]] 2022-06-04 10:38:47.079 | ++ functions-common:time_stop:2438 : date +%s%3N 2022-06-04 10:38:47.084 | + functions-common:time_stop:2438 : end_time=1654339127081 2022-06-04 10:38:47.086 | + functions-common:time_stop:2439 : elapsed_time=1503 2022-06-04 10:38:47.089 | + functions-common:time_stop:2440 : total=6029 2022-06-04 10:38:47.091 | + functions-common:time_stop:2442 : _TIME_START[$name]= 2022-06-04 10:38:47.093 | + functions-common:time_stop:2443 : _TIME_TOTAL[$name]=7532 2022-06-04 10:38:47.097 | + lib/swift:start_swift:795 : [[ False == \T\r\u\e ]] 2022-06-04 10:38:47.099 | + lib/swift:start_swift:800 : enable_service s-container-sync 2022-06-04 10:38:47.153 | + lib/swift:start_swift:801 : run_process s-container-sync '/usr/local/bin/swift-container-sync /etc/swift/container-server/1.conf' 2022-06-04 10:38:47.155 | + functions-common:run_process:1681 : local service=s-container-sync 2022-06-04 10:38:47.158 | + functions-common:run_process:1682 : local 'command=/usr/local/bin/swift-container-sync /etc/swift/container-server/1.conf' 2022-06-04 10:38:47.161 | + functions-common:run_process:1683 : local group= 2022-06-04 10:38:47.163 | + functions-common:run_process:1684 : local user= 2022-06-04 10:38:47.166 | + functions-common:run_process:1686 : local name=s-container-sync 2022-06-04 10:38:47.168 | + functions-common:run_process:1688 : time_start run_process 2022-06-04 10:38:47.171 | + functions-common:time_start:2412 : local name=run_process 2022-06-04 10:38:47.173 | + functions-common:time_start:2413 : local start_time= 2022-06-04 10:38:47.176 | + functions-common:time_start:2414 : [[ -n '' ]] 2022-06-04 10:38:47.179 | ++ functions-common:time_start:2417 : date +%s%3N 2022-06-04 10:38:47.183 | + functions-common:time_start:2417 : _TIME_START[$name]=1654339127180 2022-06-04 10:38:47.186 | + functions-common:run_process:1689 : is_service_enabled s-container-sync 2022-06-04 10:38:47.204 | + functions-common:is_service_enabled:2082 : return 0 2022-06-04 10:38:47.206 | + functions-common:run_process:1690 : _run_under_systemd s-container-sync '/usr/local/bin/swift-container-sync /etc/swift/container-server/1.conf' '' '' 2022-06-04 10:38:47.209 | + functions-common:_run_under_systemd:1646 : local service=s-container-sync 2022-06-04 10:38:47.211 | + functions-common:_run_under_systemd:1647 : local 'command=/usr/local/bin/swift-container-sync /etc/swift/container-server/1.conf' 2022-06-04 10:38:47.214 | + functions-common:_run_under_systemd:1648 : local 'cmd=/usr/local/bin/swift-container-sync /etc/swift/container-server/1.conf' 2022-06-04 10:38:47.216 | + functions-common:_run_under_systemd:1650 : _common_systemd_pitfalls '/usr/local/bin/swift-container-sync /etc/swift/container-server/1.conf' 2022-06-04 10:38:47.219 | + functions-common:_common_systemd_pitfalls:1618 : local 'cmd=/usr/local/bin/swift-container-sync /etc/swift/container-server/1.conf' 2022-06-04 10:38:47.221 | + functions-common:_common_systemd_pitfalls:1621 : [[ /usr/local/bin/swift-container-sync /etc/swift/container-server/1.conf =~ sudo ]] 2022-06-04 10:38:47.224 | + functions-common:_common_systemd_pitfalls:1632 : [[ ! /usr/local/bin/swift-container-sync /etc/swift/container-server/1.conf =~ ^/ ]] 2022-06-04 10:38:47.226 | + functions-common:_run_under_systemd:1652 : local systemd_service=devstack@s-container-sync.service 2022-06-04 10:38:47.229 | + functions-common:_run_under_systemd:1653 : local group= 2022-06-04 10:38:47.231 | + functions-common:_run_under_systemd:1654 : local user=ubuntu 2022-06-04 10:38:47.234 | + functions-common:_run_under_systemd:1655 : [[ /usr/local/bin/swift-container-sync /etc/swift/container-server/1.conf =~ uwsgi ]] 2022-06-04 10:38:47.236 | + functions-common:_run_under_systemd:1658 : write_user_unit_file devstack@s-container-sync.service '/usr/local/bin/swift-container-sync /etc/swift/container-server/1.conf' '' ubuntu 2022-06-04 10:38:47.239 | + functions-common:write_user_unit_file:1563 : local service=devstack@s-container-sync.service 2022-06-04 10:38:47.241 | + functions-common:write_user_unit_file:1564 : local 'command=/usr/local/bin/swift-container-sync /etc/swift/container-server/1.conf' 2022-06-04 10:38:47.243 | + functions-common:write_user_unit_file:1565 : local group= 2022-06-04 10:38:47.246 | + functions-common:write_user_unit_file:1566 : local user=ubuntu 2022-06-04 10:38:47.248 | + functions-common:write_user_unit_file:1567 : local extra= 2022-06-04 10:38:47.251 | + functions-common:write_user_unit_file:1568 : [[ -n '' ]] 2022-06-04 10:38:47.253 | + functions-common:write_user_unit_file:1571 : local unitfile=/etc/systemd/system/devstack@s-container-sync.service 2022-06-04 10:38:47.256 | + functions-common:write_user_unit_file:1572 : mkdir -p /etc/systemd/system 2022-06-04 10:38:47.260 | + functions-common:write_user_unit_file:1574 : iniset -sudo /etc/systemd/system/devstack@s-container-sync.service Unit Description 'Devstack devstack@s-container-sync.service' 2022-06-04 10:38:47.314 | + functions-common:write_user_unit_file:1575 : iniset -sudo /etc/systemd/system/devstack@s-container-sync.service Service User ubuntu 2022-06-04 10:38:47.367 | + functions-common:write_user_unit_file:1576 : iniset -sudo /etc/systemd/system/devstack@s-container-sync.service Service ExecStart '/usr/local/bin/swift-container-sync /etc/swift/container-server/1.conf' 2022-06-04 10:38:47.420 | + functions-common:write_user_unit_file:1577 : iniset -sudo /etc/systemd/system/devstack@s-container-sync.service Service KillMode process 2022-06-04 10:38:47.480 | + functions-common:write_user_unit_file:1578 : iniset -sudo /etc/systemd/system/devstack@s-container-sync.service Service TimeoutStopSec 300 2022-06-04 10:38:47.535 | + functions-common:write_user_unit_file:1579 : iniset -sudo /etc/systemd/system/devstack@s-container-sync.service Service ExecReload '/usr/bin/kill -HUP $MAINPID' 2022-06-04 10:38:47.589 | + functions-common:write_user_unit_file:1580 : [[ -n '' ]] 2022-06-04 10:38:47.592 | + functions-common:write_user_unit_file:1583 : iniset -sudo /etc/systemd/system/devstack@s-container-sync.service Install WantedBy multi-user.target 2022-06-04 10:38:47.646 | + functions-common:write_user_unit_file:1586 : sudo systemctl daemon-reload 2022-06-04 10:38:48.132 | + functions-common:_run_under_systemd:1661 : sudo systemctl enable devstack@s-container-sync.service 2022-06-04 10:38:48.607 | + functions-common:_run_under_systemd:1662 : sudo systemctl start devstack@s-container-sync.service 2022-06-04 10:38:48.631 | + functions-common:run_process:1692 : time_stop run_process 2022-06-04 10:38:48.634 | + functions-common:time_stop:2426 : local name 2022-06-04 10:38:48.637 | + functions-common:time_stop:2427 : local end_time 2022-06-04 10:38:48.640 | + functions-common:time_stop:2428 : local elapsed_time 2022-06-04 10:38:48.643 | + functions-common:time_stop:2429 : local total 2022-06-04 10:38:48.645 | + functions-common:time_stop:2430 : local start_time 2022-06-04 10:38:48.648 | + functions-common:time_stop:2432 : name=run_process 2022-06-04 10:38:48.650 | + functions-common:time_stop:2433 : start_time=1654339127180 2022-06-04 10:38:48.653 | + functions-common:time_stop:2435 : [[ -z 1654339127180 ]] 2022-06-04 10:38:48.656 | ++ functions-common:time_stop:2438 : date +%s%3N 2022-06-04 10:38:48.660 | + functions-common:time_stop:2438 : end_time=1654339128658 2022-06-04 10:38:48.663 | + functions-common:time_stop:2439 : elapsed_time=1478 2022-06-04 10:38:48.665 | + functions-common:time_stop:2440 : total=7532 2022-06-04 10:38:48.668 | + functions-common:time_stop:2442 : _TIME_START[$name]= 2022-06-04 10:38:48.670 | + functions-common:time_stop:2443 : _TIME_TOTAL[$name]=9010 2022-06-04 10:38:48.673 | + lib/swift:start_swift:808 : is_service_enabled tls-proxy 2022-06-04 10:38:48.691 | + functions-common:is_service_enabled:2082 : return 1 2022-06-04 10:38:48.693 | + lib/swift:start_swift:812 : run_process s-proxy '/usr/local/bin/swift-proxy-server /etc/swift/proxy-server.conf -v' 2022-06-04 10:38:48.696 | + functions-common:run_process:1681 : local service=s-proxy 2022-06-04 10:38:48.698 | + functions-common:run_process:1682 : local 'command=/usr/local/bin/swift-proxy-server /etc/swift/proxy-server.conf -v' 2022-06-04 10:38:48.701 | + functions-common:run_process:1683 : local group= 2022-06-04 10:38:48.704 | + functions-common:run_process:1684 : local user= 2022-06-04 10:38:48.706 | + functions-common:run_process:1686 : local name=s-proxy 2022-06-04 10:38:48.709 | + functions-common:run_process:1688 : time_start run_process 2022-06-04 10:38:48.711 | + functions-common:time_start:2412 : local name=run_process 2022-06-04 10:38:48.714 | + functions-common:time_start:2413 : local start_time= 2022-06-04 10:38:48.716 | + functions-common:time_start:2414 : [[ -n '' ]] 2022-06-04 10:38:48.719 | ++ functions-common:time_start:2417 : date +%s%3N 2022-06-04 10:38:48.724 | + functions-common:time_start:2417 : _TIME_START[$name]=1654339128721 2022-06-04 10:38:48.727 | + functions-common:run_process:1689 : is_service_enabled s-proxy 2022-06-04 10:38:48.744 | + functions-common:is_service_enabled:2082 : return 0 2022-06-04 10:38:48.747 | + functions-common:run_process:1690 : _run_under_systemd s-proxy '/usr/local/bin/swift-proxy-server /etc/swift/proxy-server.conf -v' '' '' 2022-06-04 10:38:48.749 | + functions-common:_run_under_systemd:1646 : local service=s-proxy 2022-06-04 10:38:48.752 | + functions-common:_run_under_systemd:1647 : local 'command=/usr/local/bin/swift-proxy-server /etc/swift/proxy-server.conf -v' 2022-06-04 10:38:48.755 | + functions-common:_run_under_systemd:1648 : local 'cmd=/usr/local/bin/swift-proxy-server /etc/swift/proxy-server.conf -v' 2022-06-04 10:38:48.757 | + functions-common:_run_under_systemd:1650 : _common_systemd_pitfalls '/usr/local/bin/swift-proxy-server /etc/swift/proxy-server.conf -v' 2022-06-04 10:38:48.760 | + functions-common:_common_systemd_pitfalls:1618 : local 'cmd=/usr/local/bin/swift-proxy-server /etc/swift/proxy-server.conf -v' 2022-06-04 10:38:48.762 | + functions-common:_common_systemd_pitfalls:1621 : [[ /usr/local/bin/swift-proxy-server /etc/swift/proxy-server.conf -v =~ sudo ]] 2022-06-04 10:38:48.765 | + functions-common:_common_systemd_pitfalls:1632 : [[ ! /usr/local/bin/swift-proxy-server /etc/swift/proxy-server.conf -v =~ ^/ ]] 2022-06-04 10:38:48.768 | + functions-common:_run_under_systemd:1652 : local systemd_service=devstack@s-proxy.service 2022-06-04 10:38:48.770 | + functions-common:_run_under_systemd:1653 : local group= 2022-06-04 10:38:48.773 | + functions-common:_run_under_systemd:1654 : local user=ubuntu 2022-06-04 10:38:48.775 | + functions-common:_run_under_systemd:1655 : [[ /usr/local/bin/swift-proxy-server /etc/swift/proxy-server.conf -v =~ uwsgi ]] 2022-06-04 10:38:48.778 | + functions-common:_run_under_systemd:1658 : write_user_unit_file devstack@s-proxy.service '/usr/local/bin/swift-proxy-server /etc/swift/proxy-server.conf -v' '' ubuntu 2022-06-04 10:38:48.780 | + functions-common:write_user_unit_file:1563 : local service=devstack@s-proxy.service 2022-06-04 10:38:48.783 | + functions-common:write_user_unit_file:1564 : local 'command=/usr/local/bin/swift-proxy-server /etc/swift/proxy-server.conf -v' 2022-06-04 10:38:48.785 | + functions-common:write_user_unit_file:1565 : local group= 2022-06-04 10:38:48.788 | + functions-common:write_user_unit_file:1566 : local user=ubuntu 2022-06-04 10:38:48.790 | + functions-common:write_user_unit_file:1567 : local extra= 2022-06-04 10:38:48.793 | + functions-common:write_user_unit_file:1568 : [[ -n '' ]] 2022-06-04 10:38:48.795 | + functions-common:write_user_unit_file:1571 : local unitfile=/etc/systemd/system/devstack@s-proxy.service 2022-06-04 10:38:48.798 | + functions-common:write_user_unit_file:1572 : mkdir -p /etc/systemd/system 2022-06-04 10:38:48.803 | + functions-common:write_user_unit_file:1574 : iniset -sudo /etc/systemd/system/devstack@s-proxy.service Unit Description 'Devstack devstack@s-proxy.service' 2022-06-04 10:38:48.858 | + functions-common:write_user_unit_file:1575 : iniset -sudo /etc/systemd/system/devstack@s-proxy.service Service User ubuntu 2022-06-04 10:38:48.913 | + functions-common:write_user_unit_file:1576 : iniset -sudo /etc/systemd/system/devstack@s-proxy.service Service ExecStart '/usr/local/bin/swift-proxy-server /etc/swift/proxy-server.conf -v' 2022-06-04 10:38:48.967 | + functions-common:write_user_unit_file:1577 : iniset -sudo /etc/systemd/system/devstack@s-proxy.service Service KillMode process 2022-06-04 10:38:49.027 | + functions-common:write_user_unit_file:1578 : iniset -sudo /etc/systemd/system/devstack@s-proxy.service Service TimeoutStopSec 300 2022-06-04 10:38:49.083 | + functions-common:write_user_unit_file:1579 : iniset -sudo /etc/systemd/system/devstack@s-proxy.service Service ExecReload '/usr/bin/kill -HUP $MAINPID' 2022-06-04 10:38:49.137 | + functions-common:write_user_unit_file:1580 : [[ -n '' ]] 2022-06-04 10:38:49.139 | + functions-common:write_user_unit_file:1583 : iniset -sudo /etc/systemd/system/devstack@s-proxy.service Install WantedBy multi-user.target 2022-06-04 10:38:49.195 | + functions-common:write_user_unit_file:1586 : sudo systemctl daemon-reload 2022-06-04 10:38:49.655 | + functions-common:_run_under_systemd:1661 : sudo systemctl enable devstack@s-proxy.service 2022-06-04 10:38:49.669 | Created symlink /etc/systemd/system/multi-user.target.wants/devstack@s-proxy.service → /etc/systemd/system/devstack@s-proxy.service. 2022-06-04 10:38:50.127 | + functions-common:_run_under_systemd:1662 : sudo systemctl start devstack@s-proxy.service 2022-06-04 10:38:50.150 | + functions-common:run_process:1692 : time_stop run_process 2022-06-04 10:38:50.153 | + functions-common:time_stop:2426 : local name 2022-06-04 10:38:50.156 | + functions-common:time_stop:2427 : local end_time 2022-06-04 10:38:50.159 | + functions-common:time_stop:2428 : local elapsed_time 2022-06-04 10:38:50.162 | + functions-common:time_stop:2429 : local total 2022-06-04 10:38:50.164 | + functions-common:time_stop:2430 : local start_time 2022-06-04 10:38:50.167 | + functions-common:time_stop:2432 : name=run_process 2022-06-04 10:38:50.170 | + functions-common:time_stop:2433 : start_time=1654339128721 2022-06-04 10:38:50.173 | + functions-common:time_stop:2435 : [[ -z 1654339128721 ]] 2022-06-04 10:38:50.176 | ++ functions-common:time_stop:2438 : date +%s%3N 2022-06-04 10:38:50.180 | + functions-common:time_stop:2438 : end_time=1654339130178 2022-06-04 10:38:50.183 | + functions-common:time_stop:2439 : elapsed_time=1457 2022-06-04 10:38:50.185 | + functions-common:time_stop:2440 : total=9010 2022-06-04 10:38:50.188 | + functions-common:time_stop:2442 : _TIME_START[$name]= 2022-06-04 10:38:50.191 | + functions-common:time_stop:2443 : _TIME_TOTAL[$name]=10467 2022-06-04 10:38:50.193 | + lib/swift:start_swift:817 : echo 'Waiting for swift proxy to start...' 2022-06-04 10:38:50.194 | Waiting for swift proxy to start... 2022-06-04 10:38:50.196 | + lib/swift:start_swift:818 : wait_for_service 60 http://10.222.0.66:8080/info 2022-06-04 10:38:50.198 | + functions:wait_for_service:457 : local timeout=60 2022-06-04 10:38:50.201 | + functions:wait_for_service:458 : local url=http://10.222.0.66:8080/info 2022-06-04 10:38:50.204 | + functions:wait_for_service:459 : local rval=0 2022-06-04 10:38:50.207 | + functions:wait_for_service:460 : time_start wait_for_service 2022-06-04 10:38:50.209 | + functions-common:time_start:2412 : local name=wait_for_service 2022-06-04 10:38:50.212 | + functions-common:time_start:2413 : local start_time= 2022-06-04 10:38:50.214 | + functions-common:time_start:2414 : [[ -n '' ]] 2022-06-04 10:38:50.217 | ++ functions-common:time_start:2417 : date +%s%3N 2022-06-04 10:38:50.223 | + functions-common:time_start:2417 : _TIME_START[$name]=1654339130220 2022-06-04 10:38:50.225 | + functions:wait_for_service:461 : timeout 60 bash -x 2022-06-04 10:38:50.231 | ++ :: : curl -g -k --noproxy '*' -s -o /dev/null -w '%{http_code}' http://10.222.0.66:8080/info 2022-06-04 10:38:50.244 | + :: : [[ 000 == 503 ]] 2022-06-04 10:38:50.245 | + :: : [[ 7 -eq 7 ]] 2022-06-04 10:38:50.246 | + :: : sleep 1 2022-06-04 10:38:51.250 | ++ :: : curl -g -k --noproxy '*' -s -o /dev/null -w '%{http_code}' http://10.222.0.66:8080/info 2022-06-04 10:38:51.263 | + :: : [[ 000 == 503 ]] 2022-06-04 10:38:51.264 | + :: : [[ 7 -eq 7 ]] 2022-06-04 10:38:51.265 | + :: : sleep 1 2022-06-04 10:38:52.269 | ++ :: : curl -g -k --noproxy '*' -s -o /dev/null -w '%{http_code}' http://10.222.0.66:8080/info 2022-06-04 10:38:52.282 | + :: : [[ 000 == 503 ]] 2022-06-04 10:38:52.283 | + :: : [[ 7 -eq 7 ]] 2022-06-04 10:38:52.285 | + :: : sleep 1 2022-06-04 10:38:53.288 | ++ :: : curl -g -k --noproxy '*' -s -o /dev/null -w '%{http_code}' http://10.222.0.66:8080/info 2022-06-04 10:38:53.392 | + :: : [[ 200 == 503 ]] 2022-06-04 10:38:53.394 | + :: : [[ 0 -eq 7 ]] 2022-06-04 10:38:53.397 | + functions:wait_for_service:466 : time_stop wait_for_service 2022-06-04 10:38:53.400 | + functions-common:time_stop:2426 : local name 2022-06-04 10:38:53.402 | + functions-common:time_stop:2427 : local end_time 2022-06-04 10:38:53.405 | + functions-common:time_stop:2428 : local elapsed_time 2022-06-04 10:38:53.407 | + functions-common:time_stop:2429 : local total 2022-06-04 10:38:53.410 | + functions-common:time_stop:2430 : local start_time 2022-06-04 10:38:53.412 | + functions-common:time_stop:2432 : name=wait_for_service 2022-06-04 10:38:53.415 | + functions-common:time_stop:2433 : start_time=1654339130220 2022-06-04 10:38:53.417 | + functions-common:time_stop:2435 : [[ -z 1654339130220 ]] 2022-06-04 10:38:53.420 | ++ functions-common:time_stop:2438 : date +%s%3N 2022-06-04 10:38:53.426 | + functions-common:time_stop:2438 : end_time=1654339133422 2022-06-04 10:38:53.428 | + functions-common:time_stop:2439 : elapsed_time=3202 2022-06-04 10:38:53.431 | + functions-common:time_stop:2440 : total=6444 2022-06-04 10:38:53.433 | + functions-common:time_stop:2442 : _TIME_START[$name]= 2022-06-04 10:38:53.436 | + functions-common:time_stop:2443 : _TIME_TOTAL[$name]=9646 2022-06-04 10:38:53.438 | + functions:wait_for_service:467 : return 0 2022-06-04 10:38:53.441 | + lib/swift:start_swift:822 : [[ False == \T\r\u\e ]] 2022-06-04 10:38:53.444 | + ./stack.sh:main:1253 : FIXED_KEY=bae3516cc1c0eb18b05440eba8012a4a880a2ee04d584a9c1579445e675b12defdc716ec 2022-06-04 10:38:53.446 | + ./stack.sh:main:1254 : is_service_enabled cinder 2022-06-04 10:38:53.464 | + functions-common:is_service_enabled:2082 : return 0 2022-06-04 10:38:53.466 | + ./stack.sh:main:1255 : iniset /etc/cinder/cinder.conf key_manager fixed_key bae3516cc1c0eb18b05440eba8012a4a880a2ee04d584a9c1579445e675b12defdc716ec 2022-06-04 10:38:53.499 | + ./stack.sh:main:1258 : async_wait configure_neutron_nova 2022-06-04 10:38:53.551 | [232427 Async configure_neutron_nova:285637]: Waiting for completion of configure_neutron_nova running on PID 285637 (2 other jobs running) 2022-06-04 10:38:53.576 | [232427 Async configure_neutron_nova:285637]: Signaling child to exit 2022-06-04 10:38:53.576 | WAKEUP 2022-06-04 10:38:53.599 | [232427 Async configure_neutron_nova:285637]: Signaled 2022-06-04 10:38:53.601 | + lib/neutron:configure_neutron_nova:646 : is_neutron_legacy_enabled 2022-06-04 10:38:53.601 | ++ lib/neutron:is_neutron_legacy_enabled:136 : echo n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon 2022-06-04 10:38:53.601 | ++ lib/neutron:is_neutron_legacy_enabled:136 : sed s/neutron-//g 2022-06-04 10:38:53.601 | + lib/neutron:is_neutron_legacy_enabled:136 : disabled_services_copy=n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon 2022-06-04 10:38:53.601 | + lib/neutron:is_neutron_legacy_enabled:137 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon =~ ,neutron ]] 2022-06-04 10:38:53.601 | + 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-06-04 10:38:53.601 | + lib/neutron:is_neutron_legacy_enabled:138 : return 0 2022-06-04 10:38:53.601 | + lib/neutron:configure_neutron_nova:648 : create_nova_conf_neutron /etc/nova/nova.conf 2022-06-04 10:38:53.601 | + lib/neutron-legacy:create_nova_conf_neutron:409 : local conf=/etc/nova/nova.conf 2022-06-04 10:38:53.601 | + lib/neutron-legacy:create_nova_conf_neutron:410 : iniset /etc/nova/nova.conf neutron auth_type password 2022-06-04 10:38:53.601 | + lib/neutron-legacy:create_nova_conf_neutron:411 : iniset /etc/nova/nova.conf neutron auth_url http://10.222.0.66/identity 2022-06-04 10:38:53.601 | + lib/neutron-legacy:create_nova_conf_neutron:412 : iniset /etc/nova/nova.conf neutron username neutron 2022-06-04 10:38:53.601 | + lib/neutron-legacy:create_nova_conf_neutron:413 : iniset /etc/nova/nova.conf neutron password Passw0rd 2022-06-04 10:38:53.601 | + lib/neutron-legacy:create_nova_conf_neutron:414 : iniset /etc/nova/nova.conf neutron user_domain_name Default 2022-06-04 10:38:53.601 | + lib/neutron-legacy:create_nova_conf_neutron:415 : iniset /etc/nova/nova.conf neutron project_name service 2022-06-04 10:38:53.601 | + lib/neutron-legacy:create_nova_conf_neutron:416 : iniset /etc/nova/nova.conf neutron project_domain_name Default 2022-06-04 10:38:53.601 | + lib/neutron-legacy:create_nova_conf_neutron:417 : iniset /etc/nova/nova.conf neutron auth_strategy keystone 2022-06-04 10:38:53.601 | + lib/neutron-legacy:create_nova_conf_neutron:418 : iniset /etc/nova/nova.conf neutron region_name RegionOne 2022-06-04 10:38:53.602 | + lib/neutron-legacy:create_nova_conf_neutron:421 : neutron_plugin_create_nova_conf /etc/nova/nova.conf 2022-06-04 10:38:53.602 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_create_nova_conf:13 : _neutron_ovs_base_configure_nova_vif_driver 2022-06-04 10:38:53.602 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_configure_nova_vif_driver:132 : : 2022-06-04 10:38:53.602 | + lib/neutron-legacy:create_nova_conf_neutron:423 : is_service_enabled q-meta 2022-06-04 10:38:53.602 | + functions-common:is_service_enabled:2082 : return 0 2022-06-04 10:38:53.602 | + lib/neutron-legacy:create_nova_conf_neutron:424 : iniset /etc/nova/nova.conf neutron service_metadata_proxy True 2022-06-04 10:38:53.602 | + lib/neutron-legacy:create_nova_conf_neutron:427 : iniset /etc/nova/nova.conf DEFAULT vif_plugging_is_fatal True 2022-06-04 10:38:53.602 | + lib/neutron-legacy:create_nova_conf_neutron:428 : iniset /etc/nova/nova.conf DEFAULT vif_plugging_timeout 300 2022-06-04 10:38:53.602 | + lib/neutron:configure_neutron_nova:649 : [[ superconductor == \s\u\p\e\r\c\o\n\d\u\c\t\o\r ]] 2022-06-04 10:38:53.602 | ++ lib/neutron:configure_neutron_nova:650 : seq 1 1 2022-06-04 10:38:53.602 | + lib/neutron:configure_neutron_nova:650 : for i in $(seq 1 $NOVA_NUM_CELLS) 2022-06-04 10:38:53.602 | + lib/neutron:configure_neutron_nova:651 : local conf 2022-06-04 10:38:53.602 | ++ lib/neutron:configure_neutron_nova:652 : conductor_conf 1 2022-06-04 10:38:53.602 | ++ lib/nova:conductor_conf:804 : local cell=1 2022-06-04 10:38:53.602 | ++ lib/nova:conductor_conf:805 : echo /etc/nova/nova_cell1.conf 2022-06-04 10:38:53.602 | + lib/neutron:configure_neutron_nova:652 : conf=/etc/nova/nova_cell1.conf 2022-06-04 10:38:53.602 | + lib/neutron:configure_neutron_nova:653 : create_nova_conf_neutron /etc/nova/nova_cell1.conf 2022-06-04 10:38:53.602 | + lib/neutron-legacy:create_nova_conf_neutron:409 : local conf=/etc/nova/nova_cell1.conf 2022-06-04 10:38:53.602 | + lib/neutron-legacy:create_nova_conf_neutron:410 : iniset /etc/nova/nova_cell1.conf neutron auth_type password 2022-06-04 10:38:53.602 | + lib/neutron-legacy:create_nova_conf_neutron:411 : iniset /etc/nova/nova_cell1.conf neutron auth_url http://10.222.0.66/identity 2022-06-04 10:38:53.602 | + lib/neutron-legacy:create_nova_conf_neutron:412 : iniset /etc/nova/nova_cell1.conf neutron username neutron 2022-06-04 10:38:53.602 | + lib/neutron-legacy:create_nova_conf_neutron:413 : iniset /etc/nova/nova_cell1.conf neutron password Passw0rd 2022-06-04 10:38:53.602 | + lib/neutron-legacy:create_nova_conf_neutron:414 : iniset /etc/nova/nova_cell1.conf neutron user_domain_name Default 2022-06-04 10:38:53.602 | + lib/neutron-legacy:create_nova_conf_neutron:415 : iniset /etc/nova/nova_cell1.conf neutron project_name service 2022-06-04 10:38:53.602 | + lib/neutron-legacy:create_nova_conf_neutron:416 : iniset /etc/nova/nova_cell1.conf neutron project_domain_name Default 2022-06-04 10:38:53.602 | + lib/neutron-legacy:create_nova_conf_neutron:417 : iniset /etc/nova/nova_cell1.conf neutron auth_strategy keystone 2022-06-04 10:38:53.602 | + lib/neutron-legacy:create_nova_conf_neutron:418 : iniset /etc/nova/nova_cell1.conf neutron region_name RegionOne 2022-06-04 10:38:53.603 | + lib/neutron-legacy:create_nova_conf_neutron:421 : neutron_plugin_create_nova_conf /etc/nova/nova_cell1.conf 2022-06-04 10:38:53.603 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_create_nova_conf:13 : _neutron_ovs_base_configure_nova_vif_driver 2022-06-04 10:38:53.603 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_configure_nova_vif_driver:132 : : 2022-06-04 10:38:53.603 | + lib/neutron-legacy:create_nova_conf_neutron:423 : is_service_enabled q-meta 2022-06-04 10:38:53.603 | + functions-common:is_service_enabled:2082 : return 0 2022-06-04 10:38:53.603 | + lib/neutron-legacy:create_nova_conf_neutron:424 : iniset /etc/nova/nova_cell1.conf neutron service_metadata_proxy True 2022-06-04 10:38:53.603 | + lib/neutron-legacy:create_nova_conf_neutron:427 : iniset /etc/nova/nova_cell1.conf DEFAULT vif_plugging_is_fatal True 2022-06-04 10:38:53.603 | + lib/neutron-legacy:create_nova_conf_neutron:428 : iniset /etc/nova/nova_cell1.conf DEFAULT vif_plugging_timeout 300 2022-06-04 10:38:53.647 | [232427 Async configure_neutron_nova:285637]: finished configure_neutron_nova with result 0 in 0 seconds 2022-06-04 10:38:53.651 | + inc/async:async_wait:197 : return 0 2022-06-04 10:38:53.654 | + ./stack.sh:main:1264 : is_service_enabled nova 2022-06-04 10:38:53.672 | + functions-common:is_service_enabled:2082 : return 0 2022-06-04 10:38:53.675 | + ./stack.sh:main:1265 : iniset /etc/nova/nova.conf key_manager fixed_key bae3516cc1c0eb18b05440eba8012a4a880a2ee04d584a9c1579445e675b12defdc716ec 2022-06-04 10:38:53.705 | + ./stack.sh:main:1266 : iniset /etc/nova/nova-cpu.conf key_manager fixed_key bae3516cc1c0eb18b05440eba8012a4a880a2ee04d584a9c1579445e675b12defdc716ec 2022-06-04 10:38:53.738 | + ./stack.sh:main:1270 : is_service_enabled n-api 2022-06-04 10:38:53.756 | + functions-common:is_service_enabled:2082 : return 0 2022-06-04 10:38:53.759 | + ./stack.sh:main:1271 : echo_summary 'Starting Nova API' 2022-06-04 10:38:53.761 | + ./stack.sh:echo_summary:435 : [[ -t 3 ]] 2022-06-04 10:38:53.764 | + ./stack.sh:echo_summary:441 : echo -e Starting Nova API 2022-06-04 10:38:53.766 | + ./stack.sh:main:1272 : start_nova_api 2022-06-04 10:38:53.769 | + lib/nova:start_nova_api:930 : local service_port=8774 2022-06-04 10:38:53.771 | + lib/nova:start_nova_api:931 : local service_protocol=http 2022-06-04 10:38:53.774 | + lib/nova:start_nova_api:932 : local nova_url 2022-06-04 10:38:53.777 | + lib/nova:start_nova_api:933 : is_service_enabled tls-proxy 2022-06-04 10:38:53.794 | + functions-common:is_service_enabled:2082 : return 1 2022-06-04 10:38:53.797 | + lib/nova:start_nova_api:939 : local old_path=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/usr/local/bin:/usr/local/sbin:/usr/sbin:/sbin 2022-06-04 10:38:53.800 | + lib/nova:start_nova_api:940 : export PATH=/usr/local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/usr/local/bin:/usr/local/sbin:/usr/sbin:/sbin 2022-06-04 10:38:53.802 | + lib/nova:start_nova_api:940 : PATH=/usr/local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/usr/local/bin:/usr/local/sbin:/usr/sbin:/sbin 2022-06-04 10:38:53.805 | + lib/nova:start_nova_api:942 : '[' True == False ']' 2022-06-04 10:38:53.809 | ++ lib/nova:start_nova_api:950 : which uwsgi 2022-06-04 10:38:53.813 | + lib/nova:start_nova_api:950 : run_process n-api '/usr/bin/uwsgi --procname-prefix nova-api --ini /etc/nova/nova-api-uwsgi.ini' 2022-06-04 10:38:53.816 | + functions-common:run_process:1681 : local service=n-api 2022-06-04 10:38:53.819 | + functions-common:run_process:1682 : local 'command=/usr/bin/uwsgi --procname-prefix nova-api --ini /etc/nova/nova-api-uwsgi.ini' 2022-06-04 10:38:53.821 | + functions-common:run_process:1683 : local group= 2022-06-04 10:38:53.824 | + functions-common:run_process:1684 : local user= 2022-06-04 10:38:53.827 | + functions-common:run_process:1686 : local name=n-api 2022-06-04 10:38:53.829 | + functions-common:run_process:1688 : time_start run_process 2022-06-04 10:38:53.832 | + functions-common:time_start:2412 : local name=run_process 2022-06-04 10:38:53.834 | + functions-common:time_start:2413 : local start_time= 2022-06-04 10:38:53.837 | + functions-common:time_start:2414 : [[ -n '' ]] 2022-06-04 10:38:53.840 | ++ functions-common:time_start:2417 : date +%s%3N 2022-06-04 10:38:53.844 | + functions-common:time_start:2417 : _TIME_START[$name]=1654339133841 2022-06-04 10:38:53.848 | + functions-common:run_process:1689 : is_service_enabled n-api 2022-06-04 10:38:53.867 | + functions-common:is_service_enabled:2082 : return 0 2022-06-04 10:38:53.869 | + functions-common:run_process:1690 : _run_under_systemd n-api '/usr/bin/uwsgi --procname-prefix nova-api --ini /etc/nova/nova-api-uwsgi.ini' '' '' 2022-06-04 10:38:53.872 | + functions-common:_run_under_systemd:1646 : local service=n-api 2022-06-04 10:38:53.874 | + functions-common:_run_under_systemd:1647 : local 'command=/usr/bin/uwsgi --procname-prefix nova-api --ini /etc/nova/nova-api-uwsgi.ini' 2022-06-04 10:38:53.877 | + functions-common:_run_under_systemd:1648 : local 'cmd=/usr/bin/uwsgi --procname-prefix nova-api --ini /etc/nova/nova-api-uwsgi.ini' 2022-06-04 10:38:53.879 | + functions-common:_run_under_systemd:1650 : _common_systemd_pitfalls '/usr/bin/uwsgi --procname-prefix nova-api --ini /etc/nova/nova-api-uwsgi.ini' 2022-06-04 10:38:53.882 | + functions-common:_common_systemd_pitfalls:1618 : local 'cmd=/usr/bin/uwsgi --procname-prefix nova-api --ini /etc/nova/nova-api-uwsgi.ini' 2022-06-04 10:38:53.885 | + functions-common:_common_systemd_pitfalls:1621 : [[ /usr/bin/uwsgi --procname-prefix nova-api --ini /etc/nova/nova-api-uwsgi.ini =~ sudo ]] 2022-06-04 10:38:53.887 | + functions-common:_common_systemd_pitfalls:1632 : [[ ! /usr/bin/uwsgi --procname-prefix nova-api --ini /etc/nova/nova-api-uwsgi.ini =~ ^/ ]] 2022-06-04 10:38:53.890 | + functions-common:_run_under_systemd:1652 : local systemd_service=devstack@n-api.service 2022-06-04 10:38:53.892 | + functions-common:_run_under_systemd:1653 : local group= 2022-06-04 10:38:53.895 | + functions-common:_run_under_systemd:1654 : local user=ubuntu 2022-06-04 10:38:53.898 | + functions-common:_run_under_systemd:1655 : [[ /usr/bin/uwsgi --procname-prefix nova-api --ini /etc/nova/nova-api-uwsgi.ini =~ uwsgi ]] 2022-06-04 10:38:53.900 | + functions-common:_run_under_systemd:1656 : write_uwsgi_user_unit_file devstack@n-api.service '/usr/bin/uwsgi --procname-prefix nova-api --ini /etc/nova/nova-api-uwsgi.ini' '' ubuntu 2022-06-04 10:38:53.903 | + functions-common:write_uwsgi_user_unit_file:1590 : local service=devstack@n-api.service 2022-06-04 10:38:53.905 | + functions-common:write_uwsgi_user_unit_file:1591 : local 'command=/usr/bin/uwsgi --procname-prefix nova-api --ini /etc/nova/nova-api-uwsgi.ini' 2022-06-04 10:38:53.907 | + functions-common:write_uwsgi_user_unit_file:1592 : local group= 2022-06-04 10:38:53.910 | + functions-common:write_uwsgi_user_unit_file:1593 : local user=ubuntu 2022-06-04 10:38:53.913 | + functions-common:write_uwsgi_user_unit_file:1594 : local unitfile=/etc/systemd/system/devstack@n-api.service 2022-06-04 10:38:53.915 | + functions-common:write_uwsgi_user_unit_file:1595 : mkdir -p /etc/systemd/system 2022-06-04 10:38:53.919 | + functions-common:write_uwsgi_user_unit_file:1597 : iniset -sudo /etc/systemd/system/devstack@n-api.service Unit Description 'Devstack devstack@n-api.service' 2022-06-04 10:38:53.974 | + functions-common:write_uwsgi_user_unit_file:1598 : iniset -sudo /etc/systemd/system/devstack@n-api.service Service SyslogIdentifier devstack@n-api.service 2022-06-04 10:38:54.027 | + functions-common:write_uwsgi_user_unit_file:1599 : iniset -sudo /etc/systemd/system/devstack@n-api.service Service User ubuntu 2022-06-04 10:38:54.081 | + functions-common:write_uwsgi_user_unit_file:1600 : iniset -sudo /etc/systemd/system/devstack@n-api.service Service ExecStart '/usr/bin/uwsgi --procname-prefix nova-api --ini /etc/nova/nova-api-uwsgi.ini' 2022-06-04 10:38:54.136 | + functions-common:write_uwsgi_user_unit_file:1601 : iniset -sudo /etc/systemd/system/devstack@n-api.service Service ExecReload '/usr/bin/kill -HUP $MAINPID' 2022-06-04 10:38:54.191 | + functions-common:write_uwsgi_user_unit_file:1602 : iniset -sudo /etc/systemd/system/devstack@n-api.service Service Type notify 2022-06-04 10:38:54.245 | + functions-common:write_uwsgi_user_unit_file:1603 : iniset -sudo /etc/systemd/system/devstack@n-api.service Service KillMode process 2022-06-04 10:38:54.298 | + functions-common:write_uwsgi_user_unit_file:1604 : iniset -sudo /etc/systemd/system/devstack@n-api.service Service Restart always 2022-06-04 10:38:54.352 | + functions-common:write_uwsgi_user_unit_file:1605 : iniset -sudo /etc/systemd/system/devstack@n-api.service Service NotifyAccess all 2022-06-04 10:38:54.405 | + functions-common:write_uwsgi_user_unit_file:1606 : iniset -sudo /etc/systemd/system/devstack@n-api.service Service RestartForceExitStatus 100 2022-06-04 10:38:54.458 | + functions-common:write_uwsgi_user_unit_file:1608 : [[ -n '' ]] 2022-06-04 10:38:54.461 | + functions-common:write_uwsgi_user_unit_file:1611 : iniset -sudo /etc/systemd/system/devstack@n-api.service Install WantedBy multi-user.target 2022-06-04 10:38:54.515 | + functions-common:write_uwsgi_user_unit_file:1614 : sudo systemctl daemon-reload 2022-06-04 10:38:55.021 | + functions-common:_run_under_systemd:1661 : sudo systemctl enable devstack@n-api.service 2022-06-04 10:38:55.036 | Created symlink /etc/systemd/system/multi-user.target.wants/devstack@n-api.service → /etc/systemd/system/devstack@n-api.service. 2022-06-04 10:38:55.486 | + functions-common:_run_under_systemd:1662 : sudo systemctl start devstack@n-api.service 2022-06-04 10:38:55.566 | + functions-common:run_process:1692 : time_stop run_process 2022-06-04 10:38:55.569 | + functions-common:time_stop:2426 : local name 2022-06-04 10:38:55.574 | + functions-common:time_stop:2427 : local end_time 2022-06-04 10:38:55.576 | + functions-common:time_stop:2428 : local elapsed_time 2022-06-04 10:38:55.579 | + functions-common:time_stop:2429 : local total 2022-06-04 10:38:55.583 | + functions-common:time_stop:2430 : local start_time 2022-06-04 10:38:55.585 | + functions-common:time_stop:2432 : name=run_process 2022-06-04 10:38:55.588 | + functions-common:time_stop:2433 : start_time=1654339133841 2022-06-04 10:38:55.590 | + functions-common:time_stop:2435 : [[ -z 1654339133841 ]] 2022-06-04 10:38:55.593 | ++ functions-common:time_stop:2438 : date +%s%3N 2022-06-04 10:38:55.599 | + functions-common:time_stop:2438 : end_time=1654339135596 2022-06-04 10:38:55.602 | + functions-common:time_stop:2439 : elapsed_time=1755 2022-06-04 10:38:55.604 | + functions-common:time_stop:2440 : total=10467 2022-06-04 10:38:55.607 | + functions-common:time_stop:2442 : _TIME_START[$name]= 2022-06-04 10:38:55.609 | + functions-common:time_stop:2443 : _TIME_TOTAL[$name]=12222 2022-06-04 10:38:55.612 | + lib/nova:start_nova_api:951 : nova_url=http://10.222.0.66/compute/v2.1/ 2022-06-04 10:38:55.614 | + lib/nova:start_nova_api:954 : echo 'Waiting for nova-api to start...' 2022-06-04 10:38:55.614 | Waiting for nova-api to start... 2022-06-04 10:38:55.617 | + lib/nova:start_nova_api:955 : wait_for_service 60 http://10.222.0.66/compute/v2.1/ 2022-06-04 10:38:55.620 | + functions:wait_for_service:457 : local timeout=60 2022-06-04 10:38:55.622 | + functions:wait_for_service:458 : local url=http://10.222.0.66/compute/v2.1/ 2022-06-04 10:38:55.625 | + functions:wait_for_service:459 : local rval=0 2022-06-04 10:38:55.627 | + functions:wait_for_service:460 : time_start wait_for_service 2022-06-04 10:38:55.630 | + functions-common:time_start:2412 : local name=wait_for_service 2022-06-04 10:38:55.632 | + functions-common:time_start:2413 : local start_time= 2022-06-04 10:38:55.635 | + functions-common:time_start:2414 : [[ -n '' ]] 2022-06-04 10:38:55.638 | ++ functions-common:time_start:2417 : date +%s%3N 2022-06-04 10:38:55.644 | + functions-common:time_start:2417 : _TIME_START[$name]=1654339135640 2022-06-04 10:38:55.647 | + functions:wait_for_service:461 : timeout 60 bash -x 2022-06-04 10:38:55.653 | ++ :: : curl -g -k --noproxy '*' -s -o /dev/null -w '%{http_code}' http://10.222.0.66/compute/v2.1/ 2022-06-04 10:39:01.448 | + :: : [[ 200 == 503 ]] 2022-06-04 10:39:01.450 | + :: : [[ 0 -eq 7 ]] 2022-06-04 10:39:01.453 | + functions:wait_for_service:466 : time_stop wait_for_service 2022-06-04 10:39:01.456 | + functions-common:time_stop:2426 : local name 2022-06-04 10:39:01.459 | + functions-common:time_stop:2427 : local end_time 2022-06-04 10:39:01.461 | + functions-common:time_stop:2428 : local elapsed_time 2022-06-04 10:39:01.464 | + functions-common:time_stop:2429 : local total 2022-06-04 10:39:01.467 | + functions-common:time_stop:2430 : local start_time 2022-06-04 10:39:01.469 | + functions-common:time_stop:2432 : name=wait_for_service 2022-06-04 10:39:01.472 | + functions-common:time_stop:2433 : start_time=1654339135640 2022-06-04 10:39:01.475 | + functions-common:time_stop:2435 : [[ -z 1654339135640 ]] 2022-06-04 10:39:01.478 | ++ functions-common:time_stop:2438 : date +%s%3N 2022-06-04 10:39:01.483 | + functions-common:time_stop:2438 : end_time=1654339141480 2022-06-04 10:39:01.485 | + functions-common:time_stop:2439 : elapsed_time=5840 2022-06-04 10:39:01.488 | + functions-common:time_stop:2440 : total=9646 2022-06-04 10:39:01.491 | + functions-common:time_stop:2442 : _TIME_START[$name]= 2022-06-04 10:39:01.493 | + functions-common:time_stop:2443 : _TIME_TOTAL[$name]=15486 2022-06-04 10:39:01.496 | + functions:wait_for_service:467 : return 0 2022-06-04 10:39:01.499 | + lib/nova:start_nova_api:959 : export PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/usr/local/bin:/usr/local/sbin:/usr/sbin:/sbin 2022-06-04 10:39:01.503 | + lib/nova:start_nova_api:959 : PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/usr/local/bin:/usr/local/sbin:/usr/sbin:/sbin 2022-06-04 10:39:01.506 | + ./stack.sh:main:1275 : is_service_enabled ovn-controller ovn-controller-vtep 2022-06-04 10:39:01.524 | + functions-common:is_service_enabled:2082 : return 0 2022-06-04 10:39:01.526 | + ./stack.sh:main:1276 : echo_summary 'Starting OVN services' 2022-06-04 10:39:01.529 | + ./stack.sh:echo_summary:435 : [[ -t 3 ]] 2022-06-04 10:39:01.532 | + ./stack.sh:echo_summary:441 : echo -e Starting OVN services 2022-06-04 10:39:01.535 | + ./stack.sh:main:1277 : start_ovn_services 2022-06-04 10:39:01.537 | + lib/neutron-legacy:start_ovn_services:517 : [[ openvswitch == \o\v\n ]] 2022-06-04 10:39:01.540 | + ./stack.sh:main:1280 : is_service_enabled neutron-api 2022-06-04 10:39:01.558 | + functions-common:is_service_enabled:2082 : return 1 2022-06-04 10:39:01.560 | + ./stack.sh:main:1283 : is_service_enabled q-svc 2022-06-04 10:39:01.578 | + functions-common:is_service_enabled:2082 : return 0 2022-06-04 10:39:01.581 | + ./stack.sh:main:1284 : echo_summary 'Starting Neutron' 2022-06-04 10:39:01.583 | + ./stack.sh:echo_summary:435 : [[ -t 3 ]] 2022-06-04 10:39:01.586 | + ./stack.sh:echo_summary:441 : echo -e Starting Neutron 2022-06-04 10:39:01.589 | + ./stack.sh:main:1285 : configure_neutron_after_post_config 2022-06-04 10:39:01.591 | + lib/neutron-legacy:configure_neutron_after_post_config:497 : [[ router,neutron.services.metering.metering_plugin.MeteringPlugin != '' ]] 2022-06-04 10:39:01.594 | + lib/neutron-legacy:configure_neutron_after_post_config:498 : iniset /etc/neutron/neutron.conf DEFAULT service_plugins router,neutron.services.metering.metering_plugin.MeteringPlugin 2022-06-04 10:39:01.625 | + lib/neutron-legacy:configure_neutron_after_post_config:500 : configure_rbac_policies 2022-06-04 10:39:01.629 | + lib/neutron:configure_rbac_policies:635 : [[ False == \T\r\u\e ]] 2022-06-04 10:39:01.631 | + lib/neutron:configure_rbac_policies:635 : [[ ENFORCE_SCOPE == \T\r\u\e ]] 2022-06-04 10:39:01.634 | + lib/neutron:configure_rbac_policies:639 : iniset /etc/neutron/neutron.conf oslo_policy enforce_new_defaults False 2022-06-04 10:39:01.664 | + lib/neutron:configure_rbac_policies:640 : iniset /etc/neutron/neutron.conf oslo_policy enforce_scope False 2022-06-04 10:39:01.695 | + ./stack.sh:main:1286 : start_neutron_service_and_check 2022-06-04 10:39:01.698 | + lib/neutron-legacy:start_neutron_service_and_check:533 : local service_port=9696 2022-06-04 10:39:01.701 | + lib/neutron-legacy:start_neutron_service_and_check:534 : local service_protocol=http 2022-06-04 10:39:01.703 | + lib/neutron-legacy:start_neutron_service_and_check:535 : local cfg_file_options 2022-06-04 10:39:01.706 | + lib/neutron-legacy:start_neutron_service_and_check:536 : local neutron_url 2022-06-04 10:39:01.709 | ++ lib/neutron-legacy:start_neutron_service_and_check:538 : determine_config_files neutron-server 2022-06-04 10:39:01.712 | ++ lib/neutron-legacy:determine_config_files:338 : local opts= 2022-06-04 10:39:01.714 | ++ lib/neutron-legacy:determine_config_files:339 : case "$1" in 2022-06-04 10:39:01.718 | +++ lib/neutron-legacy:determine_config_files:340 : _determine_config_server 2022-06-04 10:39:01.721 | +++ lib/neutron-legacy:_determine_config_server:308 : [[ '' != '' ]] 2022-06-04 10:39:01.723 | +++ lib/neutron-legacy:_determine_config_server:315 : [[ 0 > 0 ]] 2022-06-04 10:39:01.726 | +++ lib/neutron-legacy:_determine_config_server:322 : local cfg_file 2022-06-04 10:39:01.728 | +++ lib/neutron-legacy:_determine_config_server:323 : local 'opts=--config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini' 2022-06-04 10:39:01.731 | +++ lib/neutron-legacy:_determine_config_server:327 : echo '--config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini' 2022-06-04 10:39:01.734 | ++ lib/neutron-legacy:determine_config_files:340 : opts='--config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini' 2022-06-04 10:39:01.737 | ++ lib/neutron-legacy:determine_config_files:343 : '[' -z '--config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini' ']' 2022-06-04 10:39:01.740 | ++ lib/neutron-legacy:determine_config_files:346 : echo '--config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini' 2022-06-04 10:39:01.743 | + lib/neutron-legacy:start_neutron_service_and_check:538 : cfg_file_options='--config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini' 2022-06-04 10:39:01.745 | + lib/neutron-legacy:start_neutron_service_and_check:540 : is_service_enabled tls-proxy 2022-06-04 10:39:01.763 | + functions-common:is_service_enabled:2082 : return 1 2022-06-04 10:39:01.765 | + lib/neutron-legacy:start_neutron_service_and_check:545 : '[' False == True ']' 2022-06-04 10:39:01.768 | + lib/neutron-legacy:start_neutron_service_and_check:552 : run_process q-svc '/usr/local/bin/neutron-server --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini' 2022-06-04 10:39:01.770 | + functions-common:run_process:1681 : local service=q-svc 2022-06-04 10:39:01.773 | + functions-common:run_process:1682 : local 'command=/usr/local/bin/neutron-server --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini' 2022-06-04 10:39:01.776 | + functions-common:run_process:1683 : local group= 2022-06-04 10:39:01.778 | + functions-common:run_process:1684 : local user= 2022-06-04 10:39:01.781 | + functions-common:run_process:1686 : local name=q-svc 2022-06-04 10:39:01.783 | + functions-common:run_process:1688 : time_start run_process 2022-06-04 10:39:01.786 | + functions-common:time_start:2412 : local name=run_process 2022-06-04 10:39:01.788 | + functions-common:time_start:2413 : local start_time= 2022-06-04 10:39:01.791 | + functions-common:time_start:2414 : [[ -n '' ]] 2022-06-04 10:39:01.794 | ++ functions-common:time_start:2417 : date +%s%3N 2022-06-04 10:39:01.799 | + functions-common:time_start:2417 : _TIME_START[$name]=1654339141796 2022-06-04 10:39:01.802 | + functions-common:run_process:1689 : is_service_enabled q-svc 2022-06-04 10:39:01.820 | + functions-common:is_service_enabled:2082 : return 0 2022-06-04 10:39:01.822 | + functions-common:run_process:1690 : _run_under_systemd q-svc '/usr/local/bin/neutron-server --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini' '' '' 2022-06-04 10:39:01.825 | + functions-common:_run_under_systemd:1646 : local service=q-svc 2022-06-04 10:39:01.828 | + functions-common:_run_under_systemd:1647 : local 'command=/usr/local/bin/neutron-server --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini' 2022-06-04 10:39:01.830 | + functions-common:_run_under_systemd:1648 : local 'cmd=/usr/local/bin/neutron-server --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini' 2022-06-04 10:39:01.833 | + functions-common:_run_under_systemd:1650 : _common_systemd_pitfalls '/usr/local/bin/neutron-server --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini' 2022-06-04 10:39:01.835 | + functions-common:_common_systemd_pitfalls:1618 : local 'cmd=/usr/local/bin/neutron-server --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini' 2022-06-04 10:39:01.838 | + functions-common:_common_systemd_pitfalls:1621 : [[ /usr/local/bin/neutron-server --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini =~ sudo ]] 2022-06-04 10:39:01.840 | + functions-common:_common_systemd_pitfalls:1632 : [[ ! /usr/local/bin/neutron-server --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini =~ ^/ ]] 2022-06-04 10:39:01.843 | + functions-common:_run_under_systemd:1652 : local systemd_service=devstack@q-svc.service 2022-06-04 10:39:01.846 | + functions-common:_run_under_systemd:1653 : local group= 2022-06-04 10:39:01.849 | + functions-common:_run_under_systemd:1654 : local user=ubuntu 2022-06-04 10:39:01.851 | + functions-common:_run_under_systemd:1655 : [[ /usr/local/bin/neutron-server --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini =~ uwsgi ]] 2022-06-04 10:39:01.854 | + functions-common:_run_under_systemd:1658 : write_user_unit_file devstack@q-svc.service '/usr/local/bin/neutron-server --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini' '' ubuntu 2022-06-04 10:39:01.857 | + functions-common:write_user_unit_file:1563 : local service=devstack@q-svc.service 2022-06-04 10:39:01.859 | + functions-common:write_user_unit_file:1564 : local 'command=/usr/local/bin/neutron-server --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini' 2022-06-04 10:39:01.862 | + functions-common:write_user_unit_file:1565 : local group= 2022-06-04 10:39:01.864 | + functions-common:write_user_unit_file:1566 : local user=ubuntu 2022-06-04 10:39:01.866 | + functions-common:write_user_unit_file:1567 : local extra= 2022-06-04 10:39:01.869 | + functions-common:write_user_unit_file:1568 : [[ -n '' ]] 2022-06-04 10:39:01.871 | + functions-common:write_user_unit_file:1571 : local unitfile=/etc/systemd/system/devstack@q-svc.service 2022-06-04 10:39:01.873 | + functions-common:write_user_unit_file:1572 : mkdir -p /etc/systemd/system 2022-06-04 10:39:01.878 | + functions-common:write_user_unit_file:1574 : iniset -sudo /etc/systemd/system/devstack@q-svc.service Unit Description 'Devstack devstack@q-svc.service' 2022-06-04 10:39:01.932 | + functions-common:write_user_unit_file:1575 : iniset -sudo /etc/systemd/system/devstack@q-svc.service Service User ubuntu 2022-06-04 10:39:01.985 | + functions-common:write_user_unit_file:1576 : iniset -sudo /etc/systemd/system/devstack@q-svc.service Service ExecStart '/usr/local/bin/neutron-server --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini' 2022-06-04 10:39:02.041 | + functions-common:write_user_unit_file:1577 : iniset -sudo /etc/systemd/system/devstack@q-svc.service Service KillMode process 2022-06-04 10:39:02.094 | + functions-common:write_user_unit_file:1578 : iniset -sudo /etc/systemd/system/devstack@q-svc.service Service TimeoutStopSec 300 2022-06-04 10:39:02.148 | + functions-common:write_user_unit_file:1579 : iniset -sudo /etc/systemd/system/devstack@q-svc.service Service ExecReload '/usr/bin/kill -HUP $MAINPID' 2022-06-04 10:39:02.202 | + functions-common:write_user_unit_file:1580 : [[ -n '' ]] 2022-06-04 10:39:02.205 | + functions-common:write_user_unit_file:1583 : iniset -sudo /etc/systemd/system/devstack@q-svc.service Install WantedBy multi-user.target 2022-06-04 10:39:02.259 | + functions-common:write_user_unit_file:1586 : sudo systemctl daemon-reload 2022-06-04 10:39:02.707 | + functions-common:_run_under_systemd:1661 : sudo systemctl enable devstack@q-svc.service 2022-06-04 10:39:02.721 | Created symlink /etc/systemd/system/multi-user.target.wants/devstack@q-svc.service → /etc/systemd/system/devstack@q-svc.service. 2022-06-04 10:39:03.163 | + functions-common:_run_under_systemd:1662 : sudo systemctl start devstack@q-svc.service 2022-06-04 10:39:03.186 | + functions-common:run_process:1692 : time_stop run_process 2022-06-04 10:39:03.191 | + functions-common:time_stop:2426 : local name 2022-06-04 10:39:03.193 | + functions-common:time_stop:2427 : local end_time 2022-06-04 10:39:03.196 | + functions-common:time_stop:2428 : local elapsed_time 2022-06-04 10:39:03.198 | + functions-common:time_stop:2429 : local total 2022-06-04 10:39:03.201 | + functions-common:time_stop:2430 : local start_time 2022-06-04 10:39:03.203 | + functions-common:time_stop:2432 : name=run_process 2022-06-04 10:39:03.206 | + functions-common:time_stop:2433 : start_time=1654339141796 2022-06-04 10:39:03.208 | + functions-common:time_stop:2435 : [[ -z 1654339141796 ]] 2022-06-04 10:39:03.211 | ++ functions-common:time_stop:2438 : date +%s%3N 2022-06-04 10:39:03.216 | + functions-common:time_stop:2438 : end_time=1654339143213 2022-06-04 10:39:03.219 | + functions-common:time_stop:2439 : elapsed_time=1417 2022-06-04 10:39:03.221 | + functions-common:time_stop:2440 : total=12222 2022-06-04 10:39:03.224 | + functions-common:time_stop:2442 : _TIME_START[$name]= 2022-06-04 10:39:03.226 | + functions-common:time_stop:2443 : _TIME_TOTAL[$name]=13639 2022-06-04 10:39:03.229 | + lib/neutron-legacy:start_neutron_service_and_check:553 : neutron_url=http://10.222.0.66:9696 2022-06-04 10:39:03.231 | + lib/neutron-legacy:start_neutron_service_and_check:555 : is_service_enabled tls-proxy 2022-06-04 10:39:03.250 | + functions-common:is_service_enabled:2082 : return 1 2022-06-04 10:39:03.254 | + lib/neutron-legacy:start_neutron_service_and_check:559 : echo 'Waiting for Neutron to start...' 2022-06-04 10:39:03.254 | Waiting for Neutron to start... 2022-06-04 10:39:03.256 | + lib/neutron-legacy:start_neutron_service_and_check:561 : local 'testcmd=wget --no-proxy -q -O- http://10.222.0.66:9696' 2022-06-04 10:39:03.259 | + lib/neutron-legacy:start_neutron_service_and_check:562 : test_with_retry 'wget --no-proxy -q -O- http://10.222.0.66:9696' 'Neutron did not start' 60 2022-06-04 10:39:03.261 | + functions-common:test_with_retry:2364 : local 'testcmd=wget --no-proxy -q -O- http://10.222.0.66:9696' 2022-06-04 10:39:03.264 | + functions-common:test_with_retry:2365 : local 'failmsg=Neutron did not start' 2022-06-04 10:39:03.266 | + functions-common:test_with_retry:2366 : local until=60 2022-06-04 10:39:03.268 | + functions-common:test_with_retry:2367 : local sleep=0.5 2022-06-04 10:39:03.271 | + functions-common:test_with_retry:2369 : time_start test_with_retry 2022-06-04 10:39:03.273 | + functions-common:time_start:2412 : local name=test_with_retry 2022-06-04 10:39:03.276 | + functions-common:time_start:2413 : local start_time= 2022-06-04 10:39:03.278 | + functions-common:time_start:2414 : [[ -n '' ]] 2022-06-04 10:39:03.282 | ++ functions-common:time_start:2417 : date +%s%3N 2022-06-04 10:39:03.286 | + functions-common:time_start:2417 : _TIME_START[$name]=1654339143284 2022-06-04 10:39:03.289 | + functions-common:test_with_retry:2370 : timeout 60 sh -c 'while ! wget --no-proxy -q -O- http://10.222.0.66:9696; do sleep 0.5; done' 2022-06-04 10:39:08.868 | {"versions": [{"id": "v2.0", "status": "CURRENT", "links": [{"rel": "self", "href": "http://10.222.0.66:9696/v2.0/"}]}]}+ functions-common:test_with_retry:2373 : time_stop test_with_retry 2022-06-04 10:39:08.871 | + functions-common:time_stop:2426 : local name 2022-06-04 10:39:08.874 | + functions-common:time_stop:2427 : local end_time 2022-06-04 10:39:08.881 | + functions-common:time_stop:2428 : local elapsed_time 2022-06-04 10:39:08.884 | + functions-common:time_stop:2429 : local total 2022-06-04 10:39:08.887 | + functions-common:time_stop:2430 : local start_time 2022-06-04 10:39:08.890 | + functions-common:time_stop:2432 : name=test_with_retry 2022-06-04 10:39:08.897 | + functions-common:time_stop:2433 : start_time=1654339143284 2022-06-04 10:39:08.898 | + functions-common:time_stop:2435 : [[ -z 1654339143284 ]] 2022-06-04 10:39:08.902 | ++ functions-common:time_stop:2438 : date +%s%3N 2022-06-04 10:39:08.908 | + functions-common:time_stop:2438 : end_time=1654339148904 2022-06-04 10:39:08.911 | + functions-common:time_stop:2439 : elapsed_time=5620 2022-06-04 10:39:08.914 | + functions-common:time_stop:2440 : total=0 2022-06-04 10:39:08.918 | + functions-common:time_stop:2442 : _TIME_START[$name]= 2022-06-04 10:39:08.922 | + functions-common:time_stop:2443 : _TIME_TOTAL[$name]=5620 2022-06-04 10:39:08.926 | + ./stack.sh:main:1291 : is_service_enabled placement 2022-06-04 10:39:08.950 | + functions-common:is_service_enabled:2082 : return 0 2022-06-04 10:39:08.953 | + ./stack.sh:main:1292 : echo_summary 'Starting Placement' 2022-06-04 10:39:08.957 | + ./stack.sh:echo_summary:435 : [[ -t 3 ]] 2022-06-04 10:39:08.961 | + ./stack.sh:echo_summary:441 : echo -e Starting Placement 2022-06-04 10:39:08.966 | + ./stack.sh:main:1293 : start_placement 2022-06-04 10:39:08.968 | + lib/placement:start_placement:160 : start_placement_api 2022-06-04 10:39:08.972 | + lib/placement:start_placement_api:146 : [[ uwsgi == \u\w\s\g\i ]] 2022-06-04 10:39:08.976 | ++ lib/placement:start_placement_api:147 : which uwsgi 2022-06-04 10:39:08.982 | + lib/placement:start_placement_api:147 : run_process placement-api '/usr/bin/uwsgi --procname-prefix placement --ini /etc/placement/placement-uwsgi.ini' 2022-06-04 10:39:08.985 | + functions-common:run_process:1681 : local service=placement-api 2022-06-04 10:39:08.988 | + functions-common:run_process:1682 : local 'command=/usr/bin/uwsgi --procname-prefix placement --ini /etc/placement/placement-uwsgi.ini' 2022-06-04 10:39:08.991 | + functions-common:run_process:1683 : local group= 2022-06-04 10:39:08.994 | + functions-common:run_process:1684 : local user= 2022-06-04 10:39:08.997 | + functions-common:run_process:1686 : local name=placement-api 2022-06-04 10:39:09.000 | + functions-common:run_process:1688 : time_start run_process 2022-06-04 10:39:09.004 | + functions-common:time_start:2412 : local name=run_process 2022-06-04 10:39:09.007 | + functions-common:time_start:2413 : local start_time= 2022-06-04 10:39:09.010 | + functions-common:time_start:2414 : [[ -n '' ]] 2022-06-04 10:39:09.013 | ++ functions-common:time_start:2417 : date +%s%3N 2022-06-04 10:39:09.018 | + functions-common:time_start:2417 : _TIME_START[$name]=1654339149015 2022-06-04 10:39:09.021 | + functions-common:run_process:1689 : is_service_enabled placement-api 2022-06-04 10:39:09.039 | + functions-common:is_service_enabled:2082 : return 0 2022-06-04 10:39:09.042 | + functions-common:run_process:1690 : _run_under_systemd placement-api '/usr/bin/uwsgi --procname-prefix placement --ini /etc/placement/placement-uwsgi.ini' '' '' 2022-06-04 10:39:09.044 | + functions-common:_run_under_systemd:1646 : local service=placement-api 2022-06-04 10:39:09.047 | + functions-common:_run_under_systemd:1647 : local 'command=/usr/bin/uwsgi --procname-prefix placement --ini /etc/placement/placement-uwsgi.ini' 2022-06-04 10:39:09.050 | + functions-common:_run_under_systemd:1648 : local 'cmd=/usr/bin/uwsgi --procname-prefix placement --ini /etc/placement/placement-uwsgi.ini' 2022-06-04 10:39:09.052 | + functions-common:_run_under_systemd:1650 : _common_systemd_pitfalls '/usr/bin/uwsgi --procname-prefix placement --ini /etc/placement/placement-uwsgi.ini' 2022-06-04 10:39:09.055 | + functions-common:_common_systemd_pitfalls:1618 : local 'cmd=/usr/bin/uwsgi --procname-prefix placement --ini /etc/placement/placement-uwsgi.ini' 2022-06-04 10:39:09.058 | + functions-common:_common_systemd_pitfalls:1621 : [[ /usr/bin/uwsgi --procname-prefix placement --ini /etc/placement/placement-uwsgi.ini =~ sudo ]] 2022-06-04 10:39:09.060 | + functions-common:_common_systemd_pitfalls:1632 : [[ ! /usr/bin/uwsgi --procname-prefix placement --ini /etc/placement/placement-uwsgi.ini =~ ^/ ]] 2022-06-04 10:39:09.063 | + functions-common:_run_under_systemd:1652 : local systemd_service=devstack@placement-api.service 2022-06-04 10:39:09.065 | + functions-common:_run_under_systemd:1653 : local group= 2022-06-04 10:39:09.068 | + functions-common:_run_under_systemd:1654 : local user=ubuntu 2022-06-04 10:39:09.071 | + functions-common:_run_under_systemd:1655 : [[ /usr/bin/uwsgi --procname-prefix placement --ini /etc/placement/placement-uwsgi.ini =~ uwsgi ]] 2022-06-04 10:39:09.073 | + functions-common:_run_under_systemd:1656 : write_uwsgi_user_unit_file devstack@placement-api.service '/usr/bin/uwsgi --procname-prefix placement --ini /etc/placement/placement-uwsgi.ini' '' ubuntu 2022-06-04 10:39:09.076 | + functions-common:write_uwsgi_user_unit_file:1590 : local service=devstack@placement-api.service 2022-06-04 10:39:09.078 | + functions-common:write_uwsgi_user_unit_file:1591 : local 'command=/usr/bin/uwsgi --procname-prefix placement --ini /etc/placement/placement-uwsgi.ini' 2022-06-04 10:39:09.081 | + functions-common:write_uwsgi_user_unit_file:1592 : local group= 2022-06-04 10:39:09.084 | + functions-common:write_uwsgi_user_unit_file:1593 : local user=ubuntu 2022-06-04 10:39:09.086 | + functions-common:write_uwsgi_user_unit_file:1594 : local unitfile=/etc/systemd/system/devstack@placement-api.service 2022-06-04 10:39:09.089 | + functions-common:write_uwsgi_user_unit_file:1595 : mkdir -p /etc/systemd/system 2022-06-04 10:39:09.093 | + functions-common:write_uwsgi_user_unit_file:1597 : iniset -sudo /etc/systemd/system/devstack@placement-api.service Unit Description 'Devstack devstack@placement-api.service' 2022-06-04 10:39:09.147 | + functions-common:write_uwsgi_user_unit_file:1598 : iniset -sudo /etc/systemd/system/devstack@placement-api.service Service SyslogIdentifier devstack@placement-api.service 2022-06-04 10:39:09.202 | + functions-common:write_uwsgi_user_unit_file:1599 : iniset -sudo /etc/systemd/system/devstack@placement-api.service Service User ubuntu 2022-06-04 10:39:09.257 | + functions-common:write_uwsgi_user_unit_file:1600 : iniset -sudo /etc/systemd/system/devstack@placement-api.service Service ExecStart '/usr/bin/uwsgi --procname-prefix placement --ini /etc/placement/placement-uwsgi.ini' 2022-06-04 10:39:09.310 | + functions-common:write_uwsgi_user_unit_file:1601 : iniset -sudo /etc/systemd/system/devstack@placement-api.service Service ExecReload '/usr/bin/kill -HUP $MAINPID' 2022-06-04 10:39:09.365 | + functions-common:write_uwsgi_user_unit_file:1602 : iniset -sudo /etc/systemd/system/devstack@placement-api.service Service Type notify 2022-06-04 10:39:09.419 | + functions-common:write_uwsgi_user_unit_file:1603 : iniset -sudo /etc/systemd/system/devstack@placement-api.service Service KillMode process 2022-06-04 10:39:09.474 | + functions-common:write_uwsgi_user_unit_file:1604 : iniset -sudo /etc/systemd/system/devstack@placement-api.service Service Restart always 2022-06-04 10:39:09.528 | + functions-common:write_uwsgi_user_unit_file:1605 : iniset -sudo /etc/systemd/system/devstack@placement-api.service Service NotifyAccess all 2022-06-04 10:39:09.583 | + functions-common:write_uwsgi_user_unit_file:1606 : iniset -sudo /etc/systemd/system/devstack@placement-api.service Service RestartForceExitStatus 100 2022-06-04 10:39:09.636 | + functions-common:write_uwsgi_user_unit_file:1608 : [[ -n '' ]] 2022-06-04 10:39:09.638 | + functions-common:write_uwsgi_user_unit_file:1611 : iniset -sudo /etc/systemd/system/devstack@placement-api.service Install WantedBy multi-user.target 2022-06-04 10:39:09.693 | + functions-common:write_uwsgi_user_unit_file:1614 : sudo systemctl daemon-reload 2022-06-04 10:39:10.148 | + functions-common:_run_under_systemd:1661 : sudo systemctl enable devstack@placement-api.service 2022-06-04 10:39:10.163 | Created symlink /etc/systemd/system/multi-user.target.wants/devstack@placement-api.service → /etc/systemd/system/devstack@placement-api.service. 2022-06-04 10:39:10.633 | + functions-common:_run_under_systemd:1662 : sudo systemctl start devstack@placement-api.service 2022-06-04 10:39:10.716 | + functions-common:run_process:1692 : time_stop run_process 2022-06-04 10:39:10.719 | + functions-common:time_stop:2426 : local name 2022-06-04 10:39:10.722 | + functions-common:time_stop:2427 : local end_time 2022-06-04 10:39:10.725 | + functions-common:time_stop:2428 : local elapsed_time 2022-06-04 10:39:10.728 | + functions-common:time_stop:2429 : local total 2022-06-04 10:39:10.730 | + functions-common:time_stop:2430 : local start_time 2022-06-04 10:39:10.733 | + functions-common:time_stop:2432 : name=run_process 2022-06-04 10:39:10.735 | + functions-common:time_stop:2433 : start_time=1654339149015 2022-06-04 10:39:10.738 | + functions-common:time_stop:2435 : [[ -z 1654339149015 ]] 2022-06-04 10:39:10.741 | ++ functions-common:time_stop:2438 : date +%s%3N 2022-06-04 10:39:10.747 | + functions-common:time_stop:2438 : end_time=1654339150744 2022-06-04 10:39:10.749 | + functions-common:time_stop:2439 : elapsed_time=1729 2022-06-04 10:39:10.752 | + functions-common:time_stop:2440 : total=13639 2022-06-04 10:39:10.754 | + functions-common:time_stop:2442 : _TIME_START[$name]= 2022-06-04 10:39:10.757 | + functions-common:time_stop:2443 : _TIME_TOTAL[$name]=15368 2022-06-04 10:39:10.760 | + lib/placement:start_placement_api:153 : echo 'Waiting for placement-api to start...' 2022-06-04 10:39:10.760 | Waiting for placement-api to start... 2022-06-04 10:39:10.762 | + lib/placement:start_placement_api:154 : wait_for_service 60 http://10.222.0.66/placement 2022-06-04 10:39:10.765 | + functions:wait_for_service:457 : local timeout=60 2022-06-04 10:39:10.768 | + functions:wait_for_service:458 : local url=http://10.222.0.66/placement 2022-06-04 10:39:10.771 | + functions:wait_for_service:459 : local rval=0 2022-06-04 10:39:10.773 | + functions:wait_for_service:460 : time_start wait_for_service 2022-06-04 10:39:10.776 | + functions-common:time_start:2412 : local name=wait_for_service 2022-06-04 10:39:10.778 | + functions-common:time_start:2413 : local start_time= 2022-06-04 10:39:10.781 | + functions-common:time_start:2414 : [[ -n '' ]] 2022-06-04 10:39:10.785 | ++ functions-common:time_start:2417 : date +%s%3N 2022-06-04 10:39:10.789 | + functions-common:time_start:2417 : _TIME_START[$name]=1654339150787 2022-06-04 10:39:10.792 | + functions:wait_for_service:461 : timeout 60 bash -x 2022-06-04 10:39:10.798 | ++ :: : curl -g -k --noproxy '*' -s -o /dev/null -w '%{http_code}' http://10.222.0.66/placement 2022-06-04 10:39:13.414 | + :: : [[ 200 == 503 ]] 2022-06-04 10:39:13.415 | + :: : [[ 0 -eq 7 ]] 2022-06-04 10:39:13.419 | + functions:wait_for_service:466 : time_stop wait_for_service 2022-06-04 10:39:13.421 | + functions-common:time_stop:2426 : local name 2022-06-04 10:39:13.424 | + functions-common:time_stop:2427 : local end_time 2022-06-04 10:39:13.427 | + functions-common:time_stop:2428 : local elapsed_time 2022-06-04 10:39:13.430 | + functions-common:time_stop:2429 : local total 2022-06-04 10:39:13.432 | + functions-common:time_stop:2430 : local start_time 2022-06-04 10:39:13.435 | + functions-common:time_stop:2432 : name=wait_for_service 2022-06-04 10:39:13.437 | + functions-common:time_stop:2433 : start_time=1654339150787 2022-06-04 10:39:13.440 | + functions-common:time_stop:2435 : [[ -z 1654339150787 ]] 2022-06-04 10:39:13.444 | ++ functions-common:time_stop:2438 : date +%s%3N 2022-06-04 10:39:13.449 | + functions-common:time_stop:2438 : end_time=1654339153446 2022-06-04 10:39:13.451 | + functions-common:time_stop:2439 : elapsed_time=2659 2022-06-04 10:39:13.454 | + functions-common:time_stop:2440 : total=15486 2022-06-04 10:39:13.457 | + functions-common:time_stop:2442 : _TIME_START[$name]= 2022-06-04 10:39:13.459 | + functions-common:time_stop:2443 : _TIME_TOTAL[$name]=18145 2022-06-04 10:39:13.462 | + functions:wait_for_service:467 : return 0 2022-06-04 10:39:13.464 | + ./stack.sh:main:1296 : is_service_enabled neutron 2022-06-04 10:39:13.483 | + functions-common:is_service_enabled:2082 : return 0 2022-06-04 10:39:13.486 | + ./stack.sh:main:1297 : start_neutron 2022-06-04 10:39:13.489 | + lib/neutron:start_neutron:732 : is_neutron_legacy_enabled 2022-06-04 10:39:13.493 | ++ lib/neutron:is_neutron_legacy_enabled:136 : echo n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon 2022-06-04 10:39:13.493 | ++ lib/neutron:is_neutron_legacy_enabled:136 : sed s/neutron-//g 2022-06-04 10:39:13.499 | + lib/neutron:is_neutron_legacy_enabled:136 : disabled_services_copy=n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon 2022-06-04 10:39:13.502 | + lib/neutron:is_neutron_legacy_enabled:137 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon =~ ,neutron ]] 2022-06-04 10:39:13.505 | + 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,s-container-sync =~ ,q- ]] 2022-06-04 10:39:13.508 | + lib/neutron:is_neutron_legacy_enabled:138 : return 0 2022-06-04 10:39:13.510 | + lib/neutron:start_neutron:734 : start_mutnauq_l2_agent 2022-06-04 10:39:13.513 | + lib/neutron-legacy:start_mutnauq_l2_agent:568 : run_process q-agt '/usr/local/bin/neutron-openvswitch-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini' 2022-06-04 10:39:13.515 | + functions-common:run_process:1681 : local service=q-agt 2022-06-04 10:39:13.518 | + functions-common:run_process:1682 : local 'command=/usr/local/bin/neutron-openvswitch-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini' 2022-06-04 10:39:13.521 | + functions-common:run_process:1683 : local group= 2022-06-04 10:39:13.523 | + functions-common:run_process:1684 : local user= 2022-06-04 10:39:13.526 | + functions-common:run_process:1686 : local name=q-agt 2022-06-04 10:39:13.528 | + functions-common:run_process:1688 : time_start run_process 2022-06-04 10:39:13.531 | + functions-common:time_start:2412 : local name=run_process 2022-06-04 10:39:13.533 | + functions-common:time_start:2413 : local start_time= 2022-06-04 10:39:13.536 | + functions-common:time_start:2414 : [[ -n '' ]] 2022-06-04 10:39:13.539 | ++ functions-common:time_start:2417 : date +%s%3N 2022-06-04 10:39:13.544 | + functions-common:time_start:2417 : _TIME_START[$name]=1654339153541 2022-06-04 10:39:13.546 | + functions-common:run_process:1689 : is_service_enabled q-agt 2022-06-04 10:39:13.564 | + functions-common:is_service_enabled:2082 : return 0 2022-06-04 10:39:13.567 | + functions-common:run_process:1690 : _run_under_systemd q-agt '/usr/local/bin/neutron-openvswitch-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini' '' '' 2022-06-04 10:39:13.569 | + functions-common:_run_under_systemd:1646 : local service=q-agt 2022-06-04 10:39:13.572 | + functions-common:_run_under_systemd:1647 : local 'command=/usr/local/bin/neutron-openvswitch-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini' 2022-06-04 10:39:13.574 | + functions-common:_run_under_systemd:1648 : local 'cmd=/usr/local/bin/neutron-openvswitch-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini' 2022-06-04 10:39:13.577 | + functions-common:_run_under_systemd:1650 : _common_systemd_pitfalls '/usr/local/bin/neutron-openvswitch-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini' 2022-06-04 10:39:13.580 | + functions-common:_common_systemd_pitfalls:1618 : local 'cmd=/usr/local/bin/neutron-openvswitch-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini' 2022-06-04 10:39:13.582 | + functions-common:_common_systemd_pitfalls:1621 : [[ /usr/local/bin/neutron-openvswitch-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini =~ sudo ]] 2022-06-04 10:39:13.585 | + functions-common:_common_systemd_pitfalls:1632 : [[ ! /usr/local/bin/neutron-openvswitch-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini =~ ^/ ]] 2022-06-04 10:39:13.587 | + functions-common:_run_under_systemd:1652 : local systemd_service=devstack@q-agt.service 2022-06-04 10:39:13.590 | + functions-common:_run_under_systemd:1653 : local group= 2022-06-04 10:39:13.592 | + functions-common:_run_under_systemd:1654 : local user=ubuntu 2022-06-04 10:39:13.595 | + functions-common:_run_under_systemd:1655 : [[ /usr/local/bin/neutron-openvswitch-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini =~ uwsgi ]] 2022-06-04 10:39:13.598 | + functions-common:_run_under_systemd:1658 : write_user_unit_file devstack@q-agt.service '/usr/local/bin/neutron-openvswitch-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini' '' ubuntu 2022-06-04 10:39:13.601 | + functions-common:write_user_unit_file:1563 : local service=devstack@q-agt.service 2022-06-04 10:39:13.603 | + functions-common:write_user_unit_file:1564 : local 'command=/usr/local/bin/neutron-openvswitch-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini' 2022-06-04 10:39:13.606 | + functions-common:write_user_unit_file:1565 : local group= 2022-06-04 10:39:13.608 | + functions-common:write_user_unit_file:1566 : local user=ubuntu 2022-06-04 10:39:13.610 | + functions-common:write_user_unit_file:1567 : local extra= 2022-06-04 10:39:13.613 | + functions-common:write_user_unit_file:1568 : [[ -n '' ]] 2022-06-04 10:39:13.615 | + functions-common:write_user_unit_file:1571 : local unitfile=/etc/systemd/system/devstack@q-agt.service 2022-06-04 10:39:13.617 | + functions-common:write_user_unit_file:1572 : mkdir -p /etc/systemd/system 2022-06-04 10:39:13.622 | + functions-common:write_user_unit_file:1574 : iniset -sudo /etc/systemd/system/devstack@q-agt.service Unit Description 'Devstack devstack@q-agt.service' 2022-06-04 10:39:13.675 | + functions-common:write_user_unit_file:1575 : iniset -sudo /etc/systemd/system/devstack@q-agt.service Service User ubuntu 2022-06-04 10:39:13.729 | + functions-common:write_user_unit_file:1576 : iniset -sudo /etc/systemd/system/devstack@q-agt.service Service ExecStart '/usr/local/bin/neutron-openvswitch-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini' 2022-06-04 10:39:13.783 | + functions-common:write_user_unit_file:1577 : iniset -sudo /etc/systemd/system/devstack@q-agt.service Service KillMode process 2022-06-04 10:39:13.837 | + functions-common:write_user_unit_file:1578 : iniset -sudo /etc/systemd/system/devstack@q-agt.service Service TimeoutStopSec 300 2022-06-04 10:39:13.894 | + functions-common:write_user_unit_file:1579 : iniset -sudo /etc/systemd/system/devstack@q-agt.service Service ExecReload '/usr/bin/kill -HUP $MAINPID' 2022-06-04 10:39:13.948 | + functions-common:write_user_unit_file:1580 : [[ -n '' ]] 2022-06-04 10:39:13.951 | + functions-common:write_user_unit_file:1583 : iniset -sudo /etc/systemd/system/devstack@q-agt.service Install WantedBy multi-user.target 2022-06-04 10:39:14.005 | + functions-common:write_user_unit_file:1586 : sudo systemctl daemon-reload 2022-06-04 10:39:14.474 | + functions-common:_run_under_systemd:1661 : sudo systemctl enable devstack@q-agt.service 2022-06-04 10:39:14.488 | Created symlink /etc/systemd/system/multi-user.target.wants/devstack@q-agt.service → /etc/systemd/system/devstack@q-agt.service. 2022-06-04 10:39:14.950 | + functions-common:_run_under_systemd:1662 : sudo systemctl start devstack@q-agt.service 2022-06-04 10:39:14.973 | + functions-common:run_process:1692 : time_stop run_process 2022-06-04 10:39:14.975 | + functions-common:time_stop:2426 : local name 2022-06-04 10:39:14.978 | + functions-common:time_stop:2427 : local end_time 2022-06-04 10:39:14.981 | + functions-common:time_stop:2428 : local elapsed_time 2022-06-04 10:39:14.983 | + functions-common:time_stop:2429 : local total 2022-06-04 10:39:14.987 | + functions-common:time_stop:2430 : local start_time 2022-06-04 10:39:14.989 | + functions-common:time_stop:2432 : name=run_process 2022-06-04 10:39:14.992 | + functions-common:time_stop:2433 : start_time=1654339153541 2022-06-04 10:39:14.994 | + functions-common:time_stop:2435 : [[ -z 1654339153541 ]] 2022-06-04 10:39:14.998 | ++ functions-common:time_stop:2438 : date +%s%3N 2022-06-04 10:39:15.003 | + functions-common:time_stop:2438 : end_time=1654339155000 2022-06-04 10:39:15.005 | + functions-common:time_stop:2439 : elapsed_time=1459 2022-06-04 10:39:15.008 | + functions-common:time_stop:2440 : total=15368 2022-06-04 10:39:15.011 | + functions-common:time_stop:2442 : _TIME_START[$name]= 2022-06-04 10:39:15.013 | + functions-common:time_stop:2443 : _TIME_TOTAL[$name]=16827 2022-06-04 10:39:15.016 | + lib/neutron-legacy:start_mutnauq_l2_agent:570 : is_provider_network 2022-06-04 10:39:15.019 | + functions-common:is_provider_network:2275 : '[' '' == True ']' 2022-06-04 10:39:15.021 | + functions-common:is_provider_network:2278 : return 1 2022-06-04 10:39:15.024 | + lib/neutron:start_neutron:735 : start_mutnauq_other_agents 2022-06-04 10:39:15.027 | + lib/neutron-legacy:start_mutnauq_other_agents:586 : run_process q-dhcp '/usr/local/bin/neutron-dhcp-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/dhcp_agent.ini' 2022-06-04 10:39:15.029 | + functions-common:run_process:1681 : local service=q-dhcp 2022-06-04 10:39:15.032 | + functions-common:run_process:1682 : local 'command=/usr/local/bin/neutron-dhcp-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/dhcp_agent.ini' 2022-06-04 10:39:15.035 | + functions-common:run_process:1683 : local group= 2022-06-04 10:39:15.037 | + functions-common:run_process:1684 : local user= 2022-06-04 10:39:15.040 | + functions-common:run_process:1686 : local name=q-dhcp 2022-06-04 10:39:15.042 | + functions-common:run_process:1688 : time_start run_process 2022-06-04 10:39:15.045 | + functions-common:time_start:2412 : local name=run_process 2022-06-04 10:39:15.047 | + functions-common:time_start:2413 : local start_time= 2022-06-04 10:39:15.050 | + functions-common:time_start:2414 : [[ -n '' ]] 2022-06-04 10:39:15.053 | ++ functions-common:time_start:2417 : date +%s%3N 2022-06-04 10:39:15.058 | + functions-common:time_start:2417 : _TIME_START[$name]=1654339155055 2022-06-04 10:39:15.061 | + functions-common:run_process:1689 : is_service_enabled q-dhcp 2022-06-04 10:39:15.080 | + functions-common:is_service_enabled:2082 : return 0 2022-06-04 10:39:15.083 | + functions-common:run_process:1690 : _run_under_systemd q-dhcp '/usr/local/bin/neutron-dhcp-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/dhcp_agent.ini' '' '' 2022-06-04 10:39:15.086 | + functions-common:_run_under_systemd:1646 : local service=q-dhcp 2022-06-04 10:39:15.088 | + functions-common:_run_under_systemd:1647 : local 'command=/usr/local/bin/neutron-dhcp-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/dhcp_agent.ini' 2022-06-04 10:39:15.091 | + functions-common:_run_under_systemd:1648 : local 'cmd=/usr/local/bin/neutron-dhcp-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/dhcp_agent.ini' 2022-06-04 10:39:15.093 | + functions-common:_run_under_systemd:1650 : _common_systemd_pitfalls '/usr/local/bin/neutron-dhcp-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/dhcp_agent.ini' 2022-06-04 10:39:15.097 | + functions-common:_common_systemd_pitfalls:1618 : local 'cmd=/usr/local/bin/neutron-dhcp-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/dhcp_agent.ini' 2022-06-04 10:39:15.099 | + functions-common:_common_systemd_pitfalls:1621 : [[ /usr/local/bin/neutron-dhcp-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/dhcp_agent.ini =~ sudo ]] 2022-06-04 10:39:15.102 | + functions-common:_common_systemd_pitfalls:1632 : [[ ! /usr/local/bin/neutron-dhcp-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/dhcp_agent.ini =~ ^/ ]] 2022-06-04 10:39:15.104 | + functions-common:_run_under_systemd:1652 : local systemd_service=devstack@q-dhcp.service 2022-06-04 10:39:15.107 | + functions-common:_run_under_systemd:1653 : local group= 2022-06-04 10:39:15.110 | + functions-common:_run_under_systemd:1654 : local user=ubuntu 2022-06-04 10:39:15.112 | + functions-common:_run_under_systemd:1655 : [[ /usr/local/bin/neutron-dhcp-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/dhcp_agent.ini =~ uwsgi ]] 2022-06-04 10:39:15.115 | + functions-common:_run_under_systemd:1658 : write_user_unit_file devstack@q-dhcp.service '/usr/local/bin/neutron-dhcp-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/dhcp_agent.ini' '' ubuntu 2022-06-04 10:39:15.118 | + functions-common:write_user_unit_file:1563 : local service=devstack@q-dhcp.service 2022-06-04 10:39:15.120 | + functions-common:write_user_unit_file:1564 : local 'command=/usr/local/bin/neutron-dhcp-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/dhcp_agent.ini' 2022-06-04 10:39:15.123 | + functions-common:write_user_unit_file:1565 : local group= 2022-06-04 10:39:15.125 | + functions-common:write_user_unit_file:1566 : local user=ubuntu 2022-06-04 10:39:15.128 | + functions-common:write_user_unit_file:1567 : local extra= 2022-06-04 10:39:15.131 | + functions-common:write_user_unit_file:1568 : [[ -n '' ]] 2022-06-04 10:39:15.133 | + functions-common:write_user_unit_file:1571 : local unitfile=/etc/systemd/system/devstack@q-dhcp.service 2022-06-04 10:39:15.136 | + functions-common:write_user_unit_file:1572 : mkdir -p /etc/systemd/system 2022-06-04 10:39:15.140 | + functions-common:write_user_unit_file:1574 : iniset -sudo /etc/systemd/system/devstack@q-dhcp.service Unit Description 'Devstack devstack@q-dhcp.service' 2022-06-04 10:39:15.195 | + functions-common:write_user_unit_file:1575 : iniset -sudo /etc/systemd/system/devstack@q-dhcp.service Service User ubuntu 2022-06-04 10:39:15.252 | + functions-common:write_user_unit_file:1576 : iniset -sudo /etc/systemd/system/devstack@q-dhcp.service Service ExecStart '/usr/local/bin/neutron-dhcp-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/dhcp_agent.ini' 2022-06-04 10:39:15.308 | + functions-common:write_user_unit_file:1577 : iniset -sudo /etc/systemd/system/devstack@q-dhcp.service Service KillMode process 2022-06-04 10:39:15.364 | + functions-common:write_user_unit_file:1578 : iniset -sudo /etc/systemd/system/devstack@q-dhcp.service Service TimeoutStopSec 300 2022-06-04 10:39:15.420 | + functions-common:write_user_unit_file:1579 : iniset -sudo /etc/systemd/system/devstack@q-dhcp.service Service ExecReload '/usr/bin/kill -HUP $MAINPID' 2022-06-04 10:39:15.476 | + functions-common:write_user_unit_file:1580 : [[ -n '' ]] 2022-06-04 10:39:15.478 | + functions-common:write_user_unit_file:1583 : iniset -sudo /etc/systemd/system/devstack@q-dhcp.service Install WantedBy multi-user.target 2022-06-04 10:39:15.534 | + functions-common:write_user_unit_file:1586 : sudo systemctl daemon-reload 2022-06-04 10:39:16.041 | + functions-common:_run_under_systemd:1661 : sudo systemctl enable devstack@q-dhcp.service 2022-06-04 10:39:16.055 | Created symlink /etc/systemd/system/multi-user.target.wants/devstack@q-dhcp.service → /etc/systemd/system/devstack@q-dhcp.service. 2022-06-04 10:39:16.527 | + functions-common:_run_under_systemd:1662 : sudo systemctl start devstack@q-dhcp.service 2022-06-04 10:39:16.550 | + functions-common:run_process:1692 : time_stop run_process 2022-06-04 10:39:16.553 | + functions-common:time_stop:2426 : local name 2022-06-04 10:39:16.555 | + functions-common:time_stop:2427 : local end_time 2022-06-04 10:39:16.558 | + functions-common:time_stop:2428 : local elapsed_time 2022-06-04 10:39:16.560 | + functions-common:time_stop:2429 : local total 2022-06-04 10:39:16.563 | + functions-common:time_stop:2430 : local start_time 2022-06-04 10:39:16.567 | + functions-common:time_stop:2432 : name=run_process 2022-06-04 10:39:16.569 | + functions-common:time_stop:2433 : start_time=1654339155055 2022-06-04 10:39:16.572 | + functions-common:time_stop:2435 : [[ -z 1654339155055 ]] 2022-06-04 10:39:16.584 | ++ functions-common:time_stop:2438 : date +%s%3N 2022-06-04 10:39:16.587 | + functions-common:time_stop:2438 : end_time=1654339156583 2022-06-04 10:39:16.589 | + functions-common:time_stop:2439 : elapsed_time=1528 2022-06-04 10:39:16.592 | + functions-common:time_stop:2440 : total=16827 2022-06-04 10:39:16.594 | + functions-common:time_stop:2442 : _TIME_START[$name]= 2022-06-04 10:39:16.598 | + functions-common:time_stop:2443 : _TIME_TOTAL[$name]=18355 2022-06-04 10:39:16.601 | ++ lib/neutron-legacy:start_mutnauq_other_agents:588 : determine_config_files neutron-l3-agent 2022-06-04 10:39:16.604 | ++ lib/neutron-legacy:determine_config_files:338 : local opts= 2022-06-04 10:39:16.606 | ++ lib/neutron-legacy:determine_config_files:339 : case "$1" in 2022-06-04 10:39:16.609 | +++ lib/neutron-legacy:determine_config_files:341 : _determine_config_l3 2022-06-04 10:39:16.612 | +++ lib/neutron-legacy:_determine_config_l3:331 : local 'opts=--config-file /etc/neutron/neutron.conf --config-file /etc/neutron/l3_agent.ini' 2022-06-04 10:39:16.615 | +++ lib/neutron-legacy:_determine_config_l3:332 : echo '--config-file /etc/neutron/neutron.conf --config-file /etc/neutron/l3_agent.ini' 2022-06-04 10:39:16.618 | ++ lib/neutron-legacy:determine_config_files:341 : opts='--config-file /etc/neutron/neutron.conf --config-file /etc/neutron/l3_agent.ini' 2022-06-04 10:39:16.621 | ++ lib/neutron-legacy:determine_config_files:343 : '[' -z '--config-file /etc/neutron/neutron.conf --config-file /etc/neutron/l3_agent.ini' ']' 2022-06-04 10:39:16.623 | ++ lib/neutron-legacy:determine_config_files:346 : echo '--config-file /etc/neutron/neutron.conf --config-file /etc/neutron/l3_agent.ini' 2022-06-04 10:39:16.627 | + lib/neutron-legacy:start_mutnauq_other_agents:588 : run_process q-l3 '/usr/local/bin/neutron-l3-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/l3_agent.ini' 2022-06-04 10:39:16.629 | + functions-common:run_process:1681 : local service=q-l3 2022-06-04 10:39:16.632 | + functions-common:run_process:1682 : local 'command=/usr/local/bin/neutron-l3-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/l3_agent.ini' 2022-06-04 10:39:16.634 | + functions-common:run_process:1683 : local group= 2022-06-04 10:39:16.637 | + functions-common:run_process:1684 : local user= 2022-06-04 10:39:16.639 | + functions-common:run_process:1686 : local name=q-l3 2022-06-04 10:39:16.642 | + functions-common:run_process:1688 : time_start run_process 2022-06-04 10:39:16.645 | + functions-common:time_start:2412 : local name=run_process 2022-06-04 10:39:16.647 | + functions-common:time_start:2413 : local start_time= 2022-06-04 10:39:16.649 | + functions-common:time_start:2414 : [[ -n '' ]] 2022-06-04 10:39:16.653 | ++ functions-common:time_start:2417 : date +%s%3N 2022-06-04 10:39:16.657 | + functions-common:time_start:2417 : _TIME_START[$name]=1654339156655 2022-06-04 10:39:16.660 | + functions-common:run_process:1689 : is_service_enabled q-l3 2022-06-04 10:39:16.679 | + functions-common:is_service_enabled:2082 : return 0 2022-06-04 10:39:16.681 | + functions-common:run_process:1690 : _run_under_systemd q-l3 '/usr/local/bin/neutron-l3-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/l3_agent.ini' '' '' 2022-06-04 10:39:16.684 | + functions-common:_run_under_systemd:1646 : local service=q-l3 2022-06-04 10:39:16.686 | + functions-common:_run_under_systemd:1647 : local 'command=/usr/local/bin/neutron-l3-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/l3_agent.ini' 2022-06-04 10:39:16.689 | + functions-common:_run_under_systemd:1648 : local 'cmd=/usr/local/bin/neutron-l3-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/l3_agent.ini' 2022-06-04 10:39:16.692 | + functions-common:_run_under_systemd:1650 : _common_systemd_pitfalls '/usr/local/bin/neutron-l3-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/l3_agent.ini' 2022-06-04 10:39:16.695 | + functions-common:_common_systemd_pitfalls:1618 : local 'cmd=/usr/local/bin/neutron-l3-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/l3_agent.ini' 2022-06-04 10:39:16.697 | + functions-common:_common_systemd_pitfalls:1621 : [[ /usr/local/bin/neutron-l3-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/l3_agent.ini =~ sudo ]] 2022-06-04 10:39:16.700 | + functions-common:_common_systemd_pitfalls:1632 : [[ ! /usr/local/bin/neutron-l3-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/l3_agent.ini =~ ^/ ]] 2022-06-04 10:39:16.702 | + functions-common:_run_under_systemd:1652 : local systemd_service=devstack@q-l3.service 2022-06-04 10:39:16.705 | + functions-common:_run_under_systemd:1653 : local group= 2022-06-04 10:39:16.708 | + functions-common:_run_under_systemd:1654 : local user=ubuntu 2022-06-04 10:39:16.710 | + functions-common:_run_under_systemd:1655 : [[ /usr/local/bin/neutron-l3-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/l3_agent.ini =~ uwsgi ]] 2022-06-04 10:39:16.713 | + functions-common:_run_under_systemd:1658 : write_user_unit_file devstack@q-l3.service '/usr/local/bin/neutron-l3-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/l3_agent.ini' '' ubuntu 2022-06-04 10:39:16.715 | + functions-common:write_user_unit_file:1563 : local service=devstack@q-l3.service 2022-06-04 10:39:16.718 | + functions-common:write_user_unit_file:1564 : local 'command=/usr/local/bin/neutron-l3-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/l3_agent.ini' 2022-06-04 10:39:16.720 | + functions-common:write_user_unit_file:1565 : local group= 2022-06-04 10:39:16.723 | + functions-common:write_user_unit_file:1566 : local user=ubuntu 2022-06-04 10:39:16.726 | + functions-common:write_user_unit_file:1567 : local extra= 2022-06-04 10:39:16.728 | + functions-common:write_user_unit_file:1568 : [[ -n '' ]] 2022-06-04 10:39:16.731 | + functions-common:write_user_unit_file:1571 : local unitfile=/etc/systemd/system/devstack@q-l3.service 2022-06-04 10:39:16.733 | + functions-common:write_user_unit_file:1572 : mkdir -p /etc/systemd/system 2022-06-04 10:39:16.738 | + functions-common:write_user_unit_file:1574 : iniset -sudo /etc/systemd/system/devstack@q-l3.service Unit Description 'Devstack devstack@q-l3.service' 2022-06-04 10:39:16.802 | + functions-common:write_user_unit_file:1575 : iniset -sudo /etc/systemd/system/devstack@q-l3.service Service User ubuntu 2022-06-04 10:39:16.866 | + functions-common:write_user_unit_file:1576 : iniset -sudo /etc/systemd/system/devstack@q-l3.service Service ExecStart '/usr/local/bin/neutron-l3-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/l3_agent.ini' 2022-06-04 10:39:16.924 | + functions-common:write_user_unit_file:1577 : iniset -sudo /etc/systemd/system/devstack@q-l3.service Service KillMode process 2022-06-04 10:39:16.983 | + functions-common:write_user_unit_file:1578 : iniset -sudo /etc/systemd/system/devstack@q-l3.service Service TimeoutStopSec 300 2022-06-04 10:39:17.047 | + functions-common:write_user_unit_file:1579 : iniset -sudo /etc/systemd/system/devstack@q-l3.service Service ExecReload '/usr/bin/kill -HUP $MAINPID' 2022-06-04 10:39:17.106 | + functions-common:write_user_unit_file:1580 : [[ -n '' ]] 2022-06-04 10:39:17.108 | + functions-common:write_user_unit_file:1583 : iniset -sudo /etc/systemd/system/devstack@q-l3.service Install WantedBy multi-user.target 2022-06-04 10:39:17.165 | + functions-common:write_user_unit_file:1586 : sudo systemctl daemon-reload 2022-06-04 10:39:17.685 | + functions-common:_run_under_systemd:1661 : sudo systemctl enable devstack@q-l3.service 2022-06-04 10:39:17.699 | Created symlink /etc/systemd/system/multi-user.target.wants/devstack@q-l3.service → /etc/systemd/system/devstack@q-l3.service. 2022-06-04 10:39:18.232 | + functions-common:_run_under_systemd:1662 : sudo systemctl start devstack@q-l3.service 2022-06-04 10:39:18.256 | + functions-common:run_process:1692 : time_stop run_process 2022-06-04 10:39:18.262 | + functions-common:time_stop:2426 : local name 2022-06-04 10:39:18.268 | + functions-common:time_stop:2427 : local end_time 2022-06-04 10:39:18.272 | + functions-common:time_stop:2428 : local elapsed_time 2022-06-04 10:39:18.272 | + functions-common:time_stop:2429 : local total 2022-06-04 10:39:18.274 | + functions-common:time_stop:2430 : local start_time 2022-06-04 10:39:18.276 | + functions-common:time_stop:2432 : name=run_process 2022-06-04 10:39:18.280 | + functions-common:time_stop:2433 : start_time=1654339156655 2022-06-04 10:39:18.282 | + functions-common:time_stop:2435 : [[ -z 1654339156655 ]] 2022-06-04 10:39:18.290 | ++ functions-common:time_stop:2438 : date +%s%3N 2022-06-04 10:39:18.296 | + functions-common:time_stop:2438 : end_time=1654339158292 2022-06-04 10:39:18.300 | + functions-common:time_stop:2439 : elapsed_time=1637 2022-06-04 10:39:18.308 | + functions-common:time_stop:2440 : total=18355 2022-06-04 10:39:18.316 | + functions-common:time_stop:2442 : _TIME_START[$name]= 2022-06-04 10:39:18.320 | + functions-common:time_stop:2443 : _TIME_TOTAL[$name]=19992 2022-06-04 10:39:18.324 | + lib/neutron-legacy:start_mutnauq_other_agents:590 : run_process q-meta '/usr/local/bin/neutron-metadata-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/metadata_agent.ini' 2022-06-04 10:39:18.325 | + functions-common:run_process:1681 : local service=q-meta 2022-06-04 10:39:18.330 | + functions-common:run_process:1682 : local 'command=/usr/local/bin/neutron-metadata-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/metadata_agent.ini' 2022-06-04 10:39:18.332 | + functions-common:run_process:1683 : local group= 2022-06-04 10:39:18.336 | + functions-common:run_process:1684 : local user= 2022-06-04 10:39:18.338 | + functions-common:run_process:1686 : local name=q-meta 2022-06-04 10:39:18.341 | + functions-common:run_process:1688 : time_start run_process 2022-06-04 10:39:18.343 | + functions-common:time_start:2412 : local name=run_process 2022-06-04 10:39:18.347 | + functions-common:time_start:2413 : local start_time= 2022-06-04 10:39:18.350 | + functions-common:time_start:2414 : [[ -n '' ]] 2022-06-04 10:39:18.355 | ++ functions-common:time_start:2417 : date +%s%3N 2022-06-04 10:39:18.358 | + functions-common:time_start:2417 : _TIME_START[$name]=1654339158354 2022-06-04 10:39:18.361 | + functions-common:run_process:1689 : is_service_enabled q-meta 2022-06-04 10:39:18.382 | + functions-common:is_service_enabled:2082 : return 0 2022-06-04 10:39:18.385 | + functions-common:run_process:1690 : _run_under_systemd q-meta '/usr/local/bin/neutron-metadata-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/metadata_agent.ini' '' '' 2022-06-04 10:39:18.387 | + functions-common:_run_under_systemd:1646 : local service=q-meta 2022-06-04 10:39:18.390 | + functions-common:_run_under_systemd:1647 : local 'command=/usr/local/bin/neutron-metadata-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/metadata_agent.ini' 2022-06-04 10:39:18.393 | + functions-common:_run_under_systemd:1648 : local 'cmd=/usr/local/bin/neutron-metadata-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/metadata_agent.ini' 2022-06-04 10:39:18.396 | + functions-common:_run_under_systemd:1650 : _common_systemd_pitfalls '/usr/local/bin/neutron-metadata-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/metadata_agent.ini' 2022-06-04 10:39:18.398 | + functions-common:_common_systemd_pitfalls:1618 : local 'cmd=/usr/local/bin/neutron-metadata-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/metadata_agent.ini' 2022-06-04 10:39:18.401 | + functions-common:_common_systemd_pitfalls:1621 : [[ /usr/local/bin/neutron-metadata-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/metadata_agent.ini =~ sudo ]] 2022-06-04 10:39:18.404 | + functions-common:_common_systemd_pitfalls:1632 : [[ ! /usr/local/bin/neutron-metadata-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/metadata_agent.ini =~ ^/ ]] 2022-06-04 10:39:18.407 | + functions-common:_run_under_systemd:1652 : local systemd_service=devstack@q-meta.service 2022-06-04 10:39:18.410 | + functions-common:_run_under_systemd:1653 : local group= 2022-06-04 10:39:18.413 | + functions-common:_run_under_systemd:1654 : local user=ubuntu 2022-06-04 10:39:18.416 | + functions-common:_run_under_systemd:1655 : [[ /usr/local/bin/neutron-metadata-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/metadata_agent.ini =~ uwsgi ]] 2022-06-04 10:39:18.418 | + functions-common:_run_under_systemd:1658 : write_user_unit_file devstack@q-meta.service '/usr/local/bin/neutron-metadata-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/metadata_agent.ini' '' ubuntu 2022-06-04 10:39:18.421 | + functions-common:write_user_unit_file:1563 : local service=devstack@q-meta.service 2022-06-04 10:39:18.424 | + functions-common:write_user_unit_file:1564 : local 'command=/usr/local/bin/neutron-metadata-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/metadata_agent.ini' 2022-06-04 10:39:18.427 | + functions-common:write_user_unit_file:1565 : local group= 2022-06-04 10:39:18.430 | + functions-common:write_user_unit_file:1566 : local user=ubuntu 2022-06-04 10:39:18.432 | + functions-common:write_user_unit_file:1567 : local extra= 2022-06-04 10:39:18.435 | + functions-common:write_user_unit_file:1568 : [[ -n '' ]] 2022-06-04 10:39:18.438 | + functions-common:write_user_unit_file:1571 : local unitfile=/etc/systemd/system/devstack@q-meta.service 2022-06-04 10:39:18.441 | + functions-common:write_user_unit_file:1572 : mkdir -p /etc/systemd/system 2022-06-04 10:39:18.446 | + functions-common:write_user_unit_file:1574 : iniset -sudo /etc/systemd/system/devstack@q-meta.service Unit Description 'Devstack devstack@q-meta.service' 2022-06-04 10:39:18.509 | + functions-common:write_user_unit_file:1575 : iniset -sudo /etc/systemd/system/devstack@q-meta.service Service User ubuntu 2022-06-04 10:39:18.574 | + functions-common:write_user_unit_file:1576 : iniset -sudo /etc/systemd/system/devstack@q-meta.service Service ExecStart '/usr/local/bin/neutron-metadata-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/metadata_agent.ini' 2022-06-04 10:39:18.640 | + functions-common:write_user_unit_file:1577 : iniset -sudo /etc/systemd/system/devstack@q-meta.service Service KillMode process 2022-06-04 10:39:18.725 | + functions-common:write_user_unit_file:1578 : iniset -sudo /etc/systemd/system/devstack@q-meta.service Service TimeoutStopSec 300 2022-06-04 10:39:18.810 | + functions-common:write_user_unit_file:1579 : iniset -sudo /etc/systemd/system/devstack@q-meta.service Service ExecReload '/usr/bin/kill -HUP $MAINPID' 2022-06-04 10:39:18.887 | + functions-common:write_user_unit_file:1580 : [[ -n '' ]] 2022-06-04 10:39:18.890 | + functions-common:write_user_unit_file:1583 : iniset -sudo /etc/systemd/system/devstack@q-meta.service Install WantedBy multi-user.target 2022-06-04 10:39:18.957 | + functions-common:write_user_unit_file:1586 : sudo systemctl daemon-reload 2022-06-04 10:39:19.478 | + functions-common:_run_under_systemd:1661 : sudo systemctl enable devstack@q-meta.service 2022-06-04 10:39:19.497 | Created symlink /etc/systemd/system/multi-user.target.wants/devstack@q-meta.service → /etc/systemd/system/devstack@q-meta.service. 2022-06-04 10:39:19.997 | + functions-common:_run_under_systemd:1662 : sudo systemctl start devstack@q-meta.service 2022-06-04 10:39:20.023 | + functions-common:run_process:1692 : time_stop run_process 2022-06-04 10:39:20.029 | + functions-common:time_stop:2426 : local name 2022-06-04 10:39:20.031 | + functions-common:time_stop:2427 : local end_time 2022-06-04 10:39:20.034 | + functions-common:time_stop:2428 : local elapsed_time 2022-06-04 10:39:20.037 | + functions-common:time_stop:2429 : local total 2022-06-04 10:39:20.041 | + functions-common:time_stop:2430 : local start_time 2022-06-04 10:39:20.046 | + functions-common:time_stop:2432 : name=run_process 2022-06-04 10:39:20.048 | + functions-common:time_stop:2433 : start_time=1654339158354 2022-06-04 10:39:20.054 | + functions-common:time_stop:2435 : [[ -z 1654339158354 ]] 2022-06-04 10:39:20.057 | ++ functions-common:time_stop:2438 : date +%s%3N 2022-06-04 10:39:20.066 | + functions-common:time_stop:2438 : end_time=1654339160059 2022-06-04 10:39:20.070 | + functions-common:time_stop:2439 : elapsed_time=1705 2022-06-04 10:39:20.072 | + functions-common:time_stop:2440 : total=19992 2022-06-04 10:39:20.075 | + functions-common:time_stop:2442 : _TIME_START[$name]= 2022-06-04 10:39:20.078 | + functions-common:time_stop:2443 : _TIME_TOTAL[$name]=21697 2022-06-04 10:39:20.080 | + lib/neutron-legacy:start_mutnauq_other_agents:591 : run_process q-metering '/usr/local/bin/neutron-metering-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/services/metering/metering_agent.ini' 2022-06-04 10:39:20.086 | + functions-common:run_process:1681 : local service=q-metering 2022-06-04 10:39:20.090 | + functions-common:run_process:1682 : local 'command=/usr/local/bin/neutron-metering-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/services/metering/metering_agent.ini' 2022-06-04 10:39:20.094 | + functions-common:run_process:1683 : local group= 2022-06-04 10:39:20.098 | + functions-common:run_process:1684 : local user= 2022-06-04 10:39:20.100 | + functions-common:run_process:1686 : local name=q-metering 2022-06-04 10:39:20.103 | + functions-common:run_process:1688 : time_start run_process 2022-06-04 10:39:20.106 | + functions-common:time_start:2412 : local name=run_process 2022-06-04 10:39:20.108 | + functions-common:time_start:2413 : local start_time= 2022-06-04 10:39:20.111 | + functions-common:time_start:2414 : [[ -n '' ]] 2022-06-04 10:39:20.120 | ++ functions-common:time_start:2417 : date +%s%3N 2022-06-04 10:39:20.128 | + functions-common:time_start:2417 : _TIME_START[$name]=1654339160120 2022-06-04 10:39:20.137 | + functions-common:run_process:1689 : is_service_enabled q-metering 2022-06-04 10:39:20.166 | + functions-common:is_service_enabled:2082 : return 0 2022-06-04 10:39:20.170 | + functions-common:run_process:1690 : _run_under_systemd q-metering '/usr/local/bin/neutron-metering-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/services/metering/metering_agent.ini' '' '' 2022-06-04 10:39:20.173 | + functions-common:_run_under_systemd:1646 : local service=q-metering 2022-06-04 10:39:20.176 | + functions-common:_run_under_systemd:1647 : local 'command=/usr/local/bin/neutron-metering-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/services/metering/metering_agent.ini' 2022-06-04 10:39:20.178 | + functions-common:_run_under_systemd:1648 : local 'cmd=/usr/local/bin/neutron-metering-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/services/metering/metering_agent.ini' 2022-06-04 10:39:20.181 | + functions-common:_run_under_systemd:1650 : _common_systemd_pitfalls '/usr/local/bin/neutron-metering-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/services/metering/metering_agent.ini' 2022-06-04 10:39:20.184 | + functions-common:_common_systemd_pitfalls:1618 : local 'cmd=/usr/local/bin/neutron-metering-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/services/metering/metering_agent.ini' 2022-06-04 10:39:20.186 | + functions-common:_common_systemd_pitfalls:1621 : [[ /usr/local/bin/neutron-metering-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/services/metering/metering_agent.ini =~ sudo ]] 2022-06-04 10:39:20.190 | + functions-common:_common_systemd_pitfalls:1632 : [[ ! /usr/local/bin/neutron-metering-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/services/metering/metering_agent.ini =~ ^/ ]] 2022-06-04 10:39:20.194 | + functions-common:_run_under_systemd:1652 : local systemd_service=devstack@q-metering.service 2022-06-04 10:39:20.198 | + functions-common:_run_under_systemd:1653 : local group= 2022-06-04 10:39:20.200 | + functions-common:_run_under_systemd:1654 : local user=ubuntu 2022-06-04 10:39:20.203 | + functions-common:_run_under_systemd:1655 : [[ /usr/local/bin/neutron-metering-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/services/metering/metering_agent.ini =~ uwsgi ]] 2022-06-04 10:39:20.207 | + functions-common:_run_under_systemd:1658 : write_user_unit_file devstack@q-metering.service '/usr/local/bin/neutron-metering-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/services/metering/metering_agent.ini' '' ubuntu 2022-06-04 10:39:20.210 | + functions-common:write_user_unit_file:1563 : local service=devstack@q-metering.service 2022-06-04 10:39:20.212 | + functions-common:write_user_unit_file:1564 : local 'command=/usr/local/bin/neutron-metering-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/services/metering/metering_agent.ini' 2022-06-04 10:39:20.215 | + functions-common:write_user_unit_file:1565 : local group= 2022-06-04 10:39:20.218 | + functions-common:write_user_unit_file:1566 : local user=ubuntu 2022-06-04 10:39:20.221 | + functions-common:write_user_unit_file:1567 : local extra= 2022-06-04 10:39:20.223 | + functions-common:write_user_unit_file:1568 : [[ -n '' ]] 2022-06-04 10:39:20.226 | + functions-common:write_user_unit_file:1571 : local unitfile=/etc/systemd/system/devstack@q-metering.service 2022-06-04 10:39:20.229 | + functions-common:write_user_unit_file:1572 : mkdir -p /etc/systemd/system 2022-06-04 10:39:20.234 | + functions-common:write_user_unit_file:1574 : iniset -sudo /etc/systemd/system/devstack@q-metering.service Unit Description 'Devstack devstack@q-metering.service' 2022-06-04 10:39:20.326 | + functions-common:write_user_unit_file:1575 : iniset -sudo /etc/systemd/system/devstack@q-metering.service Service User ubuntu 2022-06-04 10:39:20.418 | + functions-common:write_user_unit_file:1576 : iniset -sudo /etc/systemd/system/devstack@q-metering.service Service ExecStart '/usr/local/bin/neutron-metering-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/services/metering/metering_agent.ini' 2022-06-04 10:39:20.537 | + functions-common:write_user_unit_file:1577 : iniset -sudo /etc/systemd/system/devstack@q-metering.service Service KillMode process 2022-06-04 10:39:20.607 | + functions-common:write_user_unit_file:1578 : iniset -sudo /etc/systemd/system/devstack@q-metering.service Service TimeoutStopSec 300 2022-06-04 10:39:20.680 | + functions-common:write_user_unit_file:1579 : iniset -sudo /etc/systemd/system/devstack@q-metering.service Service ExecReload '/usr/bin/kill -HUP $MAINPID' 2022-06-04 10:39:20.743 | + functions-common:write_user_unit_file:1580 : [[ -n '' ]] 2022-06-04 10:39:20.746 | + functions-common:write_user_unit_file:1583 : iniset -sudo /etc/systemd/system/devstack@q-metering.service Install WantedBy multi-user.target 2022-06-04 10:39:20.828 | + functions-common:write_user_unit_file:1586 : sudo systemctl daemon-reload 2022-06-04 10:39:21.380 | + functions-common:_run_under_systemd:1661 : sudo systemctl enable devstack@q-metering.service 2022-06-04 10:39:21.397 | Created symlink /etc/systemd/system/multi-user.target.wants/devstack@q-metering.service → /etc/systemd/system/devstack@q-metering.service. 2022-06-04 10:39:21.975 | + functions-common:_run_under_systemd:1662 : sudo systemctl start devstack@q-metering.service 2022-06-04 10:39:22.002 | + functions-common:run_process:1692 : time_stop run_process 2022-06-04 10:39:22.006 | + functions-common:time_stop:2426 : local name 2022-06-04 10:39:22.013 | + functions-common:time_stop:2427 : local end_time 2022-06-04 10:39:22.020 | + functions-common:time_stop:2428 : local elapsed_time 2022-06-04 10:39:22.028 | + functions-common:time_stop:2429 : local total 2022-06-04 10:39:22.033 | + functions-common:time_stop:2430 : local start_time 2022-06-04 10:39:22.038 | + functions-common:time_stop:2432 : name=run_process 2022-06-04 10:39:22.050 | + functions-common:time_stop:2433 : start_time=1654339160120 2022-06-04 10:39:22.055 | + functions-common:time_stop:2435 : [[ -z 1654339160120 ]] 2022-06-04 10:39:22.061 | ++ functions-common:time_stop:2438 : date +%s%3N 2022-06-04 10:39:22.070 | + functions-common:time_stop:2438 : end_time=1654339162064 2022-06-04 10:39:22.074 | + functions-common:time_stop:2439 : elapsed_time=1944 2022-06-04 10:39:22.080 | + functions-common:time_stop:2440 : total=21697 2022-06-04 10:39:22.082 | + functions-common:time_stop:2442 : _TIME_START[$name]= 2022-06-04 10:39:22.085 | + functions-common:time_stop:2443 : _TIME_TOTAL[$name]=23641 2022-06-04 10:39:22.090 | + ./stack.sh:main:1300 : is_service_enabled q-svc 2022-06-04 10:39:22.131 | + functions-common:is_service_enabled:2082 : return 0 2022-06-04 10:39:22.137 | + ./stack.sh:main:1300 : [[ True == \T\r\u\e ]] 2022-06-04 10:39:22.145 | + ./stack.sh:main:1301 : echo_summary 'Creating initial neutron network elements' 2022-06-04 10:39:22.152 | + ./stack.sh:echo_summary:435 : [[ -t 3 ]] 2022-06-04 10:39:22.160 | + ./stack.sh:echo_summary:441 : echo -e Creating initial neutron network elements 2022-06-04 10:39:22.168 | + ./stack.sh:main:1304 : type -p neutron_plugin_create_initial_networks 2022-06-04 10:39:22.171 | + ./stack.sh:main:1307 : create_neutron_initial_network 2022-06-04 10:39:22.177 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:151 : type -p neutron_plugin_create_initial_network_profile 2022-06-04 10:39:22.182 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:155 : is_networking_extension_supported auto-allocated-topology 2022-06-04 10:39:22.185 | + lib/neutron_plugins/services/l3:is_networking_extension_supported:427 : local extension=auto-allocated-topology 2022-06-04 10:39:22.189 | ++ lib/neutron_plugins/services/l3:is_networking_extension_supported:429 : oscwrap --os-cloud devstack-admin --os-region RegionOne extension list --network -c Alias -f value 2022-06-04 10:39:25.786 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-06-04 10:39:25.786 | from cryptography.utils import int_from_bytes 2022-06-04 10:39:25.786 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-06-04 10:39:25.786 | from cryptography.utils import int_from_bytes 2022-06-04 10:39:25.991 | ++ functions-common:oscwrap:2466 : return 0 2022-06-04 10:39:25.998 | + lib/neutron_plugins/services/l3:is_networking_extension_supported:429 : EXT_LIST='address-group 2022-06-04 10:39:25.998 | address-scope 2022-06-04 10:39:25.998 | router-admin-state-down-before-update 2022-06-04 10:39:25.998 | agent 2022-06-04 10:39:25.998 | agent-resources-synced 2022-06-04 10:39:25.998 | allowed-address-pairs 2022-06-04 10:39:25.998 | auto-allocated-topology 2022-06-04 10:39:25.998 | availability_zone 2022-06-04 10:39:25.998 | availability_zone_filter 2022-06-04 10:39:25.999 | default-subnetpools 2022-06-04 10:39:25.999 | dhcp_agent_scheduler 2022-06-04 10:39:25.999 | dvr 2022-06-04 10:39:25.999 | empty-string-filtering 2022-06-04 10:39:25.999 | external-net 2022-06-04 10:39:25.999 | extra_dhcp_opt 2022-06-04 10:39:25.999 | extraroute 2022-06-04 10:39:25.999 | extraroute-atomic 2022-06-04 10:39:25.999 | filter-validation 2022-06-04 10:39:25.999 | fip-port-details 2022-06-04 10:39:25.999 | flavors 2022-06-04 10:39:25.999 | floatingip-pools 2022-06-04 10:39:25.999 | ip-substring-filtering 2022-06-04 10:39:25.999 | router 2022-06-04 10:39:25.999 | ext-gw-mode 2022-06-04 10:39:25.999 | l3-ha 2022-06-04 10:39:25.999 | l3-flavors 2022-06-04 10:39:25.999 | l3-port-ip-change-not-allowed 2022-06-04 10:39:25.999 | l3_agent_scheduler 2022-06-04 10:39:25.999 | metering 2022-06-04 10:39:25.999 | metering_source_and_destination_fields 2022-06-04 10:39:25.999 | multi-provider 2022-06-04 10:39:25.999 | net-mtu 2022-06-04 10:39:25.999 | net-mtu-writable 2022-06-04 10:39:25.999 | network_availability_zone 2022-06-04 10:39:25.999 | network-ip-availability 2022-06-04 10:39:25.999 | pagination 2022-06-04 10:39:25.999 | port-device-profile 2022-06-04 10:39:25.999 | port-mac-override 2022-06-04 10:39:25.999 | port-mac-address-regenerate 2022-06-04 10:39:25.999 | port-numa-affinity-policy 2022-06-04 10:39:25.999 | binding 2022-06-04 10:39:25.999 | binding-extended 2022-06-04 10:39:25.999 | port-security 2022-06-04 10:39:25.999 | project-id 2022-06-04 10:39:25.999 | provider 2022-06-04 10:39:26.000 | quota-check-limit 2022-06-04 10:39:26.000 | quotas 2022-06-04 10:39:26.000 | quota_details 2022-06-04 10:39:26.000 | rbac-policies 2022-06-04 10:39:26.000 | rbac-address-group 2022-06-04 10:39:26.000 | rbac-address-scope 2022-06-04 10:39:26.000 | rbac-security-groups 2022-06-04 10:39:26.000 | rbac-subnetpool 2022-06-04 10:39:26.000 | revision-if-match 2022-06-04 10:39:26.000 | standard-attr-revisions 2022-06-04 10:39:26.000 | router_availability_zone 2022-06-04 10:39:26.000 | security-groups-normalized-cidr 2022-06-04 10:39:26.000 | port-security-groups-filtering 2022-06-04 10:39:26.000 | security-groups-remote-address-group 2022-06-04 10:39:26.000 | security-groups-shared-filtering 2022-06-04 10:39:26.000 | security-group 2022-06-04 10:39:26.000 | service-type 2022-06-04 10:39:26.000 | sorting 2022-06-04 10:39:26.000 | standard-attr-description 2022-06-04 10:39:26.000 | stateful-security-group 2022-06-04 10:39:26.000 | subnet_onboard 2022-06-04 10:39:26.000 | subnet-service-types 2022-06-04 10:39:26.000 | subnet_allocation 2022-06-04 10:39:26.000 | subnetpool-prefix-ops 2022-06-04 10:39:26.000 | standard-attr-tag 2022-06-04 10:39:26.000 | standard-attr-timestamp' 2022-06-04 10:39:26.004 | + lib/neutron_plugins/services/l3:is_networking_extension_supported:430 : [[ address-group 2022-06-04 10:39:26.004 | address-scope 2022-06-04 10:39:26.004 | router-admin-state-down-before-update 2022-06-04 10:39:26.004 | agent 2022-06-04 10:39:26.004 | agent-resources-synced 2022-06-04 10:39:26.004 | allowed-address-pairs 2022-06-04 10:39:26.004 | auto-allocated-topology 2022-06-04 10:39:26.004 | availability_zone 2022-06-04 10:39:26.004 | availability_zone_filter 2022-06-04 10:39:26.004 | default-subnetpools 2022-06-04 10:39:26.004 | dhcp_agent_scheduler 2022-06-04 10:39:26.004 | dvr 2022-06-04 10:39:26.004 | empty-string-filtering 2022-06-04 10:39:26.004 | external-net 2022-06-04 10:39:26.004 | extra_dhcp_opt 2022-06-04 10:39:26.004 | extraroute 2022-06-04 10:39:26.004 | extraroute-atomic 2022-06-04 10:39:26.004 | filter-validation 2022-06-04 10:39:26.004 | fip-port-details 2022-06-04 10:39:26.004 | flavors 2022-06-04 10:39:26.004 | floatingip-pools 2022-06-04 10:39:26.004 | ip-substring-filtering 2022-06-04 10:39:26.004 | router 2022-06-04 10:39:26.005 | ext-gw-mode 2022-06-04 10:39:26.005 | l3-ha 2022-06-04 10:39:26.005 | l3-flavors 2022-06-04 10:39:26.005 | l3-port-ip-change-not-allowed 2022-06-04 10:39:26.005 | l3_agent_scheduler 2022-06-04 10:39:26.005 | metering 2022-06-04 10:39:26.005 | metering_source_and_destination_fields 2022-06-04 10:39:26.005 | multi-provider 2022-06-04 10:39:26.005 | net-mtu 2022-06-04 10:39:26.005 | net-mtu-writable 2022-06-04 10:39:26.005 | network_availability_zone 2022-06-04 10:39:26.005 | network-ip-availability 2022-06-04 10:39:26.005 | pagination 2022-06-04 10:39:26.005 | port-device-profile 2022-06-04 10:39:26.005 | port-mac-override 2022-06-04 10:39:26.005 | port-mac-address-regenerate 2022-06-04 10:39:26.005 | port-numa-affinity-policy 2022-06-04 10:39:26.005 | binding 2022-06-04 10:39:26.005 | binding-extended 2022-06-04 10:39:26.005 | port-security 2022-06-04 10:39:26.005 | project-id 2022-06-04 10:39:26.005 | provider 2022-06-04 10:39:26.005 | quota-check-limit 2022-06-04 10:39:26.005 | quotas 2022-06-04 10:39:26.005 | quota_details 2022-06-04 10:39:26.005 | rbac-policies 2022-06-04 10:39:26.005 | rbac-address-group 2022-06-04 10:39:26.005 | rbac-address-scope 2022-06-04 10:39:26.005 | rbac-security-groups 2022-06-04 10:39:26.005 | rbac-subnetpool 2022-06-04 10:39:26.005 | revision-if-match 2022-06-04 10:39:26.005 | standard-attr-revisions 2022-06-04 10:39:26.005 | router_availability_zone 2022-06-04 10:39:26.005 | security-groups-normalized-cidr 2022-06-04 10:39:26.005 | port-security-groups-filtering 2022-06-04 10:39:26.005 | security-groups-remote-address-group 2022-06-04 10:39:26.006 | security-groups-shared-filtering 2022-06-04 10:39:26.006 | security-group 2022-06-04 10:39:26.006 | service-type 2022-06-04 10:39:26.006 | sorting 2022-06-04 10:39:26.006 | standard-attr-description 2022-06-04 10:39:26.006 | stateful-security-group 2022-06-04 10:39:26.006 | subnet_onboard 2022-06-04 10:39:26.006 | subnet-service-types 2022-06-04 10:39:26.006 | subnet_allocation 2022-06-04 10:39:26.006 | subnetpool-prefix-ops 2022-06-04 10:39:26.006 | standard-attr-tag 2022-06-04 10:39:26.006 | standard-attr-timestamp =~ auto-allocated-topology ]] 2022-06-04 10:39:26.009 | + lib/neutron_plugins/services/l3:is_networking_extension_supported:430 : return 0 2022-06-04 10:39:26.012 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:156 : [[ True == \T\r\u\e ]] 2022-06-04 10:39:26.015 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:157 : [[ 4 =~ 4.* ]] 2022-06-04 10:39:26.026 | ++ lib/neutron_plugins/services/l3:create_neutron_initial_network:158 : oscwrap --os-cloud devstack-admin --os-region RegionOne subnet pool create shared-default-subnetpool-v4 --default-prefix-length 26 --pool-prefix 172.20.0.0/16 --share --default -f value -c id 2022-06-04 10:39:29.599 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-06-04 10:39:29.599 | from cryptography.utils import int_from_bytes 2022-06-04 10:39:29.600 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-06-04 10:39:29.600 | from cryptography.utils import int_from_bytes 2022-06-04 10:39:29.600 | The option [tenant_id] has been deprecated. Please avoid using it. 2022-06-04 10:39:29.790 | ++ functions-common:oscwrap:2466 : return 0 2022-06-04 10:39:29.793 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:158 : SUBNETPOOL_V4_ID=33963171-94a9-46e7-a73e-defaf358fcae 2022-06-04 10:39:29.795 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:160 : [[ 4 =~ .*6 ]] 2022-06-04 10:39:29.799 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:166 : is_provider_network 2022-06-04 10:39:29.801 | + functions-common:is_provider_network:2275 : '[' '' == True ']' 2022-06-04 10:39:29.804 | + functions-common:is_provider_network:2278 : return 1 2022-06-04 10:39:29.808 | ++ lib/neutron_plugins/services/l3:create_neutron_initial_network:196 : oscwrap --os-cloud devstack --os-region RegionOne network create private 2022-06-04 10:39:29.815 | ++ lib/neutron_plugins/services/l3:create_neutron_initial_network:196 : grep ' id ' 2022-06-04 10:39:29.815 | ++ lib/neutron_plugins/services/l3:create_neutron_initial_network:196 : get_field 2 2022-06-04 10:39:29.819 | ++ functions-common:get_field:812 : local data field 2022-06-04 10:39:29.824 | ++ functions-common:get_field:813 : read data 2022-06-04 10:39:32.906 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-06-04 10:39:32.906 | from cryptography.utils import int_from_bytes 2022-06-04 10:39:32.906 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-06-04 10:39:32.906 | from cryptography.utils import int_from_bytes 2022-06-04 10:39:33.095 | ++ functions-common:oscwrap:2466 : return 0 2022-06-04 10:39:33.099 | ++ functions-common:get_field:814 : '[' 2 -lt 0 ']' 2022-06-04 10:39:33.101 | ++ functions-common:get_field:817 : field='$3' 2022-06-04 10:39:33.104 | ++ functions-common:get_field:819 : echo '| id | a5d9888e-6ba7-4f36-9562-906c60d8d262 |' 2022-06-04 10:39:33.105 | ++ functions-common:get_field:819 : awk '-F[ \t]*\\|[ \t]*' '{print $3}' 2022-06-04 10:39:33.111 | ++ functions-common:get_field:813 : read data 2022-06-04 10:39:33.119 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:196 : NET_ID=a5d9888e-6ba7-4f36-9562-906c60d8d262 2022-06-04 10:39:33.121 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:197 : die_if_not_set 197 NET_ID 'Failure creating NET_ID for private' 2022-06-04 10:39:33.124 | + functions-common:die_if_not_set:282 : local exitcode=0 2022-06-04 10:39:33.142 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:199 : [[ 4 =~ 4.* ]] 2022-06-04 10:39:33.146 | ++ lib/neutron_plugins/services/l3:create_neutron_initial_network:201 : _neutron_create_private_subnet_v4 2022-06-04 10:39:33.148 | ++ lib/neutron_plugins/services/l3:_neutron_create_private_subnet_v4:248 : '[' -z 33963171-94a9-46e7-a73e-defaf358fcae ']' 2022-06-04 10:39:33.151 | ++ lib/neutron_plugins/services/l3:_neutron_create_private_subnet_v4:251 : local 'subnet_params=--ip-version 4 ' 2022-06-04 10:39:33.154 | ++ lib/neutron_plugins/services/l3:_neutron_create_private_subnet_v4:252 : [[ -n 172.20.0.1 ]] 2022-06-04 10:39:33.156 | ++ lib/neutron_plugins/services/l3:_neutron_create_private_subnet_v4:253 : subnet_params+='--gateway 172.20.0.1 ' 2022-06-04 10:39:33.159 | ++ lib/neutron_plugins/services/l3:_neutron_create_private_subnet_v4:256 : subnet_params+='--subnet-pool 33963171-94a9-46e7-a73e-defaf358fcae ' 2022-06-04 10:39:33.162 | ++ lib/neutron_plugins/services/l3:_neutron_create_private_subnet_v4:257 : subnet_params+=' ' 2022-06-04 10:39:33.164 | ++ lib/neutron_plugins/services/l3:_neutron_create_private_subnet_v4:258 : subnet_params+='--network a5d9888e-6ba7-4f36-9562-906c60d8d262 private-subnet' 2022-06-04 10:39:33.167 | ++ lib/neutron_plugins/services/l3:_neutron_create_private_subnet_v4:259 : local subnet_id 2022-06-04 10:39:33.171 | +++ lib/neutron_plugins/services/l3:_neutron_create_private_subnet_v4:260 : grep ' id ' 2022-06-04 10:39:33.171 | +++ lib/neutron_plugins/services/l3:_neutron_create_private_subnet_v4:260 : oscwrap --os-cloud devstack-admin-demo --os-region RegionOne subnet create --ip-version 4 --gateway 172.20.0.1 --subnet-pool 33963171-94a9-46e7-a73e-defaf358fcae --network a5d9888e-6ba7-4f36-9562-906c60d8d262 private-subnet 2022-06-04 10:39:33.172 | +++ lib/neutron_plugins/services/l3:_neutron_create_private_subnet_v4:260 : get_field 2 2022-06-04 10:39:33.176 | +++ functions-common:get_field:812 : local data field 2022-06-04 10:39:33.178 | +++ functions-common:get_field:813 : read data 2022-06-04 10:39:35.875 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-06-04 10:39:35.875 | from cryptography.utils import int_from_bytes 2022-06-04 10:39:35.875 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-06-04 10:39:35.875 | from cryptography.utils import int_from_bytes 2022-06-04 10:39:35.875 | The option [tenant_id] has been deprecated. Please avoid using it. 2022-06-04 10:39:36.343 | The option [tenant_id] has been deprecated. Please avoid using it. 2022-06-04 10:39:36.538 | +++ functions-common:oscwrap:2466 : return 0 2022-06-04 10:39:36.541 | +++ functions-common:get_field:814 : '[' 2 -lt 0 ']' 2022-06-04 10:39:36.544 | +++ functions-common:get_field:817 : field='$3' 2022-06-04 10:39:36.547 | +++ functions-common:get_field:819 : echo '| id | dbec9714-fe70-4bb9-9475-9be980eda4b0 |' 2022-06-04 10:39:36.547 | +++ functions-common:get_field:819 : awk '-F[ \t]*\\|[ \t]*' '{print $3}' 2022-06-04 10:39:36.553 | +++ functions-common:get_field:813 : read data 2022-06-04 10:39:36.557 | ++ lib/neutron_plugins/services/l3:_neutron_create_private_subnet_v4:260 : subnet_id=dbec9714-fe70-4bb9-9475-9be980eda4b0 2022-06-04 10:39:36.561 | ++ lib/neutron_plugins/services/l3:_neutron_create_private_subnet_v4:261 : die_if_not_set 261 subnet_id 'Failure creating private IPv4 subnet' 2022-06-04 10:39:36.565 | ++ functions-common:die_if_not_set:282 : local exitcode=0 2022-06-04 10:39:36.582 | ++ lib/neutron_plugins/services/l3:_neutron_create_private_subnet_v4:262 : echo dbec9714-fe70-4bb9-9475-9be980eda4b0 2022-06-04 10:39:36.586 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:201 : SUBNET_ID=dbec9714-fe70-4bb9-9475-9be980eda4b0 2022-06-04 10:39:36.588 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:204 : [[ 4 =~ .*6 ]] 2022-06-04 10:39:36.591 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:210 : is_networking_extension_supported router 2022-06-04 10:39:36.593 | + lib/neutron_plugins/services/l3:is_networking_extension_supported:427 : local extension=router 2022-06-04 10:39:36.598 | ++ lib/neutron_plugins/services/l3:is_networking_extension_supported:429 : oscwrap --os-cloud devstack-admin --os-region RegionOne extension list --network -c Alias -f value 2022-06-04 10:39:39.275 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-06-04 10:39:39.275 | from cryptography.utils import int_from_bytes 2022-06-04 10:39:39.275 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-06-04 10:39:39.275 | from cryptography.utils import int_from_bytes 2022-06-04 10:39:39.457 | ++ functions-common:oscwrap:2466 : return 0 2022-06-04 10:39:39.460 | + lib/neutron_plugins/services/l3:is_networking_extension_supported:429 : EXT_LIST='address-group 2022-06-04 10:39:39.460 | address-scope 2022-06-04 10:39:39.460 | router-admin-state-down-before-update 2022-06-04 10:39:39.460 | agent 2022-06-04 10:39:39.461 | agent-resources-synced 2022-06-04 10:39:39.461 | allowed-address-pairs 2022-06-04 10:39:39.461 | auto-allocated-topology 2022-06-04 10:39:39.461 | availability_zone 2022-06-04 10:39:39.461 | availability_zone_filter 2022-06-04 10:39:39.461 | default-subnetpools 2022-06-04 10:39:39.461 | dhcp_agent_scheduler 2022-06-04 10:39:39.461 | dvr 2022-06-04 10:39:39.461 | empty-string-filtering 2022-06-04 10:39:39.461 | external-net 2022-06-04 10:39:39.461 | extra_dhcp_opt 2022-06-04 10:39:39.461 | extraroute 2022-06-04 10:39:39.461 | extraroute-atomic 2022-06-04 10:39:39.461 | filter-validation 2022-06-04 10:39:39.461 | fip-port-details 2022-06-04 10:39:39.461 | flavors 2022-06-04 10:39:39.461 | floatingip-pools 2022-06-04 10:39:39.461 | ip-substring-filtering 2022-06-04 10:39:39.461 | router 2022-06-04 10:39:39.461 | ext-gw-mode 2022-06-04 10:39:39.461 | l3-ha 2022-06-04 10:39:39.461 | l3-flavors 2022-06-04 10:39:39.461 | l3-port-ip-change-not-allowed 2022-06-04 10:39:39.461 | l3_agent_scheduler 2022-06-04 10:39:39.461 | metering 2022-06-04 10:39:39.461 | metering_source_and_destination_fields 2022-06-04 10:39:39.461 | multi-provider 2022-06-04 10:39:39.461 | net-mtu 2022-06-04 10:39:39.461 | net-mtu-writable 2022-06-04 10:39:39.461 | network_availability_zone 2022-06-04 10:39:39.461 | network-ip-availability 2022-06-04 10:39:39.461 | pagination 2022-06-04 10:39:39.461 | port-device-profile 2022-06-04 10:39:39.461 | port-mac-override 2022-06-04 10:39:39.461 | port-mac-address-regenerate 2022-06-04 10:39:39.462 | port-numa-affinity-policy 2022-06-04 10:39:39.462 | binding 2022-06-04 10:39:39.462 | binding-extended 2022-06-04 10:39:39.462 | port-security 2022-06-04 10:39:39.462 | project-id 2022-06-04 10:39:39.462 | provider 2022-06-04 10:39:39.462 | quota-check-limit 2022-06-04 10:39:39.462 | quotas 2022-06-04 10:39:39.462 | quota_details 2022-06-04 10:39:39.462 | rbac-policies 2022-06-04 10:39:39.462 | rbac-address-group 2022-06-04 10:39:39.462 | rbac-address-scope 2022-06-04 10:39:39.462 | rbac-security-groups 2022-06-04 10:39:39.462 | rbac-subnetpool 2022-06-04 10:39:39.462 | revision-if-match 2022-06-04 10:39:39.462 | standard-attr-revisions 2022-06-04 10:39:39.462 | router_availability_zone 2022-06-04 10:39:39.462 | security-groups-normalized-cidr 2022-06-04 10:39:39.462 | port-security-groups-filtering 2022-06-04 10:39:39.462 | security-groups-remote-address-group 2022-06-04 10:39:39.462 | security-groups-shared-filtering 2022-06-04 10:39:39.462 | security-group 2022-06-04 10:39:39.462 | service-type 2022-06-04 10:39:39.462 | sorting 2022-06-04 10:39:39.462 | standard-attr-description 2022-06-04 10:39:39.462 | stateful-security-group 2022-06-04 10:39:39.462 | subnet_onboard 2022-06-04 10:39:39.462 | subnet-service-types 2022-06-04 10:39:39.462 | subnet_allocation 2022-06-04 10:39:39.462 | subnetpool-prefix-ops 2022-06-04 10:39:39.462 | standard-attr-tag 2022-06-04 10:39:39.462 | standard-attr-timestamp' 2022-06-04 10:39:39.465 | + lib/neutron_plugins/services/l3:is_networking_extension_supported:430 : [[ address-group 2022-06-04 10:39:39.465 | address-scope 2022-06-04 10:39:39.465 | router-admin-state-down-before-update 2022-06-04 10:39:39.465 | agent 2022-06-04 10:39:39.465 | agent-resources-synced 2022-06-04 10:39:39.465 | allowed-address-pairs 2022-06-04 10:39:39.465 | auto-allocated-topology 2022-06-04 10:39:39.465 | availability_zone 2022-06-04 10:39:39.465 | availability_zone_filter 2022-06-04 10:39:39.465 | default-subnetpools 2022-06-04 10:39:39.465 | dhcp_agent_scheduler 2022-06-04 10:39:39.465 | dvr 2022-06-04 10:39:39.465 | empty-string-filtering 2022-06-04 10:39:39.465 | external-net 2022-06-04 10:39:39.465 | extra_dhcp_opt 2022-06-04 10:39:39.465 | extraroute 2022-06-04 10:39:39.465 | extraroute-atomic 2022-06-04 10:39:39.465 | filter-validation 2022-06-04 10:39:39.465 | fip-port-details 2022-06-04 10:39:39.465 | flavors 2022-06-04 10:39:39.465 | floatingip-pools 2022-06-04 10:39:39.466 | ip-substring-filtering 2022-06-04 10:39:39.466 | router 2022-06-04 10:39:39.466 | ext-gw-mode 2022-06-04 10:39:39.466 | l3-ha 2022-06-04 10:39:39.466 | l3-flavors 2022-06-04 10:39:39.466 | l3-port-ip-change-not-allowed 2022-06-04 10:39:39.466 | l3_agent_scheduler 2022-06-04 10:39:39.466 | metering 2022-06-04 10:39:39.466 | metering_source_and_destination_fields 2022-06-04 10:39:39.466 | multi-provider 2022-06-04 10:39:39.466 | net-mtu 2022-06-04 10:39:39.466 | net-mtu-writable 2022-06-04 10:39:39.466 | network_availability_zone 2022-06-04 10:39:39.466 | network-ip-availability 2022-06-04 10:39:39.466 | pagination 2022-06-04 10:39:39.466 | port-device-profile 2022-06-04 10:39:39.466 | port-mac-override 2022-06-04 10:39:39.466 | port-mac-address-regenerate 2022-06-04 10:39:39.466 | port-numa-affinity-policy 2022-06-04 10:39:39.466 | binding 2022-06-04 10:39:39.466 | binding-extended 2022-06-04 10:39:39.466 | port-security 2022-06-04 10:39:39.466 | project-id 2022-06-04 10:39:39.466 | provider 2022-06-04 10:39:39.466 | quota-check-limit 2022-06-04 10:39:39.466 | quotas 2022-06-04 10:39:39.466 | quota_details 2022-06-04 10:39:39.466 | rbac-policies 2022-06-04 10:39:39.466 | rbac-address-group 2022-06-04 10:39:39.466 | rbac-address-scope 2022-06-04 10:39:39.466 | rbac-security-groups 2022-06-04 10:39:39.466 | rbac-subnetpool 2022-06-04 10:39:39.466 | revision-if-match 2022-06-04 10:39:39.466 | standard-attr-revisions 2022-06-04 10:39:39.466 | router_availability_zone 2022-06-04 10:39:39.467 | security-groups-normalized-cidr 2022-06-04 10:39:39.467 | port-security-groups-filtering 2022-06-04 10:39:39.467 | security-groups-remote-address-group 2022-06-04 10:39:39.467 | security-groups-shared-filtering 2022-06-04 10:39:39.467 | security-group 2022-06-04 10:39:39.467 | service-type 2022-06-04 10:39:39.467 | sorting 2022-06-04 10:39:39.467 | standard-attr-description 2022-06-04 10:39:39.467 | stateful-security-group 2022-06-04 10:39:39.467 | subnet_onboard 2022-06-04 10:39:39.467 | subnet-service-types 2022-06-04 10:39:39.467 | subnet_allocation 2022-06-04 10:39:39.467 | subnetpool-prefix-ops 2022-06-04 10:39:39.467 | standard-attr-tag 2022-06-04 10:39:39.467 | standard-attr-timestamp =~ router ]] 2022-06-04 10:39:39.468 | + lib/neutron_plugins/services/l3:is_networking_extension_supported:430 : return 0 2022-06-04 10:39:39.472 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:210 : is_networking_extension_supported external-net 2022-06-04 10:39:39.474 | + lib/neutron_plugins/services/l3:is_networking_extension_supported:427 : local extension=external-net 2022-06-04 10:39:39.478 | ++ lib/neutron_plugins/services/l3:is_networking_extension_supported:429 : oscwrap --os-cloud devstack-admin --os-region RegionOne extension list --network -c Alias -f value 2022-06-04 10:39:42.306 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-06-04 10:39:42.307 | from cryptography.utils import int_from_bytes 2022-06-04 10:39:42.307 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-06-04 10:39:42.307 | from cryptography.utils import int_from_bytes 2022-06-04 10:39:42.497 | ++ functions-common:oscwrap:2466 : return 0 2022-06-04 10:39:42.500 | + lib/neutron_plugins/services/l3:is_networking_extension_supported:429 : EXT_LIST='address-group 2022-06-04 10:39:42.500 | address-scope 2022-06-04 10:39:42.501 | router-admin-state-down-before-update 2022-06-04 10:39:42.501 | agent 2022-06-04 10:39:42.501 | agent-resources-synced 2022-06-04 10:39:42.501 | allowed-address-pairs 2022-06-04 10:39:42.501 | auto-allocated-topology 2022-06-04 10:39:42.501 | availability_zone 2022-06-04 10:39:42.501 | availability_zone_filter 2022-06-04 10:39:42.501 | default-subnetpools 2022-06-04 10:39:42.501 | dhcp_agent_scheduler 2022-06-04 10:39:42.501 | dvr 2022-06-04 10:39:42.501 | empty-string-filtering 2022-06-04 10:39:42.501 | external-net 2022-06-04 10:39:42.501 | extra_dhcp_opt 2022-06-04 10:39:42.501 | extraroute 2022-06-04 10:39:42.501 | extraroute-atomic 2022-06-04 10:39:42.501 | filter-validation 2022-06-04 10:39:42.501 | fip-port-details 2022-06-04 10:39:42.501 | flavors 2022-06-04 10:39:42.501 | floatingip-pools 2022-06-04 10:39:42.501 | ip-substring-filtering 2022-06-04 10:39:42.501 | router 2022-06-04 10:39:42.501 | ext-gw-mode 2022-06-04 10:39:42.501 | l3-ha 2022-06-04 10:39:42.501 | l3-flavors 2022-06-04 10:39:42.501 | l3-port-ip-change-not-allowed 2022-06-04 10:39:42.501 | l3_agent_scheduler 2022-06-04 10:39:42.502 | metering 2022-06-04 10:39:42.502 | metering_source_and_destination_fields 2022-06-04 10:39:42.502 | multi-provider 2022-06-04 10:39:42.502 | net-mtu 2022-06-04 10:39:42.502 | net-mtu-writable 2022-06-04 10:39:42.502 | network_availability_zone 2022-06-04 10:39:42.502 | network-ip-availability 2022-06-04 10:39:42.502 | pagination 2022-06-04 10:39:42.502 | port-device-profile 2022-06-04 10:39:42.502 | port-mac-override 2022-06-04 10:39:42.502 | port-mac-address-regenerate 2022-06-04 10:39:42.502 | port-numa-affinity-policy 2022-06-04 10:39:42.502 | binding 2022-06-04 10:39:42.502 | binding-extended 2022-06-04 10:39:42.502 | port-security 2022-06-04 10:39:42.502 | project-id 2022-06-04 10:39:42.502 | provider 2022-06-04 10:39:42.502 | quota-check-limit 2022-06-04 10:39:42.502 | quotas 2022-06-04 10:39:42.502 | quota_details 2022-06-04 10:39:42.502 | rbac-policies 2022-06-04 10:39:42.502 | rbac-address-group 2022-06-04 10:39:42.502 | rbac-address-scope 2022-06-04 10:39:42.502 | rbac-security-groups 2022-06-04 10:39:42.502 | rbac-subnetpool 2022-06-04 10:39:42.502 | revision-if-match 2022-06-04 10:39:42.502 | standard-attr-revisions 2022-06-04 10:39:42.502 | router_availability_zone 2022-06-04 10:39:42.502 | security-groups-normalized-cidr 2022-06-04 10:39:42.502 | port-security-groups-filtering 2022-06-04 10:39:42.502 | security-groups-remote-address-group 2022-06-04 10:39:42.502 | security-groups-shared-filtering 2022-06-04 10:39:42.502 | security-group 2022-06-04 10:39:42.502 | service-type 2022-06-04 10:39:42.502 | sorting 2022-06-04 10:39:42.503 | standard-attr-description 2022-06-04 10:39:42.503 | stateful-security-group 2022-06-04 10:39:42.503 | subnet_onboard 2022-06-04 10:39:42.503 | subnet-service-types 2022-06-04 10:39:42.503 | subnet_allocation 2022-06-04 10:39:42.503 | subnetpool-prefix-ops 2022-06-04 10:39:42.503 | standard-attr-tag 2022-06-04 10:39:42.503 | standard-attr-timestamp' 2022-06-04 10:39:42.503 | + lib/neutron_plugins/services/l3:is_networking_extension_supported:430 : [[ address-group 2022-06-04 10:39:42.504 | address-scope 2022-06-04 10:39:42.504 | router-admin-state-down-before-update 2022-06-04 10:39:42.504 | agent 2022-06-04 10:39:42.504 | agent-resources-synced 2022-06-04 10:39:42.504 | allowed-address-pairs 2022-06-04 10:39:42.504 | auto-allocated-topology 2022-06-04 10:39:42.504 | availability_zone 2022-06-04 10:39:42.504 | availability_zone_filter 2022-06-04 10:39:42.504 | default-subnetpools 2022-06-04 10:39:42.504 | dhcp_agent_scheduler 2022-06-04 10:39:42.504 | dvr 2022-06-04 10:39:42.504 | empty-string-filtering 2022-06-04 10:39:42.504 | external-net 2022-06-04 10:39:42.504 | extra_dhcp_opt 2022-06-04 10:39:42.504 | extraroute 2022-06-04 10:39:42.504 | extraroute-atomic 2022-06-04 10:39:42.504 | filter-validation 2022-06-04 10:39:42.504 | fip-port-details 2022-06-04 10:39:42.504 | flavors 2022-06-04 10:39:42.504 | floatingip-pools 2022-06-04 10:39:42.504 | ip-substring-filtering 2022-06-04 10:39:42.504 | router 2022-06-04 10:39:42.504 | ext-gw-mode 2022-06-04 10:39:42.504 | l3-ha 2022-06-04 10:39:42.504 | l3-flavors 2022-06-04 10:39:42.504 | l3-port-ip-change-not-allowed 2022-06-04 10:39:42.504 | l3_agent_scheduler 2022-06-04 10:39:42.504 | metering 2022-06-04 10:39:42.504 | metering_source_and_destination_fields 2022-06-04 10:39:42.504 | multi-provider 2022-06-04 10:39:42.504 | net-mtu 2022-06-04 10:39:42.504 | net-mtu-writable 2022-06-04 10:39:42.505 | network_availability_zone 2022-06-04 10:39:42.505 | network-ip-availability 2022-06-04 10:39:42.505 | pagination 2022-06-04 10:39:42.505 | port-device-profile 2022-06-04 10:39:42.505 | port-mac-override 2022-06-04 10:39:42.505 | port-mac-address-regenerate 2022-06-04 10:39:42.505 | port-numa-affinity-policy 2022-06-04 10:39:42.505 | binding 2022-06-04 10:39:42.505 | binding-extended 2022-06-04 10:39:42.505 | port-security 2022-06-04 10:39:42.505 | project-id 2022-06-04 10:39:42.505 | provider 2022-06-04 10:39:42.505 | quota-check-limit 2022-06-04 10:39:42.505 | quotas 2022-06-04 10:39:42.505 | quota_details 2022-06-04 10:39:42.505 | rbac-policies 2022-06-04 10:39:42.505 | rbac-address-group 2022-06-04 10:39:42.505 | rbac-address-scope 2022-06-04 10:39:42.505 | rbac-security-groups 2022-06-04 10:39:42.505 | rbac-subnetpool 2022-06-04 10:39:42.505 | revision-if-match 2022-06-04 10:39:42.505 | standard-attr-revisions 2022-06-04 10:39:42.505 | router_availability_zone 2022-06-04 10:39:42.505 | security-groups-normalized-cidr 2022-06-04 10:39:42.505 | port-security-groups-filtering 2022-06-04 10:39:42.505 | security-groups-remote-address-group 2022-06-04 10:39:42.505 | security-groups-shared-filtering 2022-06-04 10:39:42.505 | security-group 2022-06-04 10:39:42.505 | service-type 2022-06-04 10:39:42.505 | sorting 2022-06-04 10:39:42.505 | standard-attr-description 2022-06-04 10:39:42.505 | stateful-security-group 2022-06-04 10:39:42.505 | subnet_onboard 2022-06-04 10:39:42.506 | subnet-service-types 2022-06-04 10:39:42.506 | subnet_allocation 2022-06-04 10:39:42.506 | subnetpool-prefix-ops 2022-06-04 10:39:42.506 | standard-attr-tag 2022-06-04 10:39:42.506 | standard-attr-timestamp =~ external-net ]] 2022-06-04 10:39:42.506 | + lib/neutron_plugins/services/l3:is_networking_extension_supported:430 : return 0 2022-06-04 10:39:42.509 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:212 : [[ True == \T\r\u\e ]] 2022-06-04 10:39:42.514 | ++ lib/neutron_plugins/services/l3:create_neutron_initial_network:214 : oscwrap --os-cloud devstack --os-region RegionOne router create router1 2022-06-04 10:39:42.515 | ++ lib/neutron_plugins/services/l3:create_neutron_initial_network:214 : grep ' id ' 2022-06-04 10:39:42.520 | ++ lib/neutron_plugins/services/l3:create_neutron_initial_network:214 : get_field 2 2022-06-04 10:39:42.524 | ++ functions-common:get_field:812 : local data field 2022-06-04 10:39:42.531 | ++ functions-common:get_field:813 : read data 2022-06-04 10:39:45.451 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-06-04 10:39:45.451 | from cryptography.utils import int_from_bytes 2022-06-04 10:39:45.451 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-06-04 10:39:45.451 | from cryptography.utils import int_from_bytes 2022-06-04 10:39:45.451 | The option [tenant_id] has been deprecated. Please avoid using it. 2022-06-04 10:39:45.633 | ++ functions-common:oscwrap:2466 : return 0 2022-06-04 10:39:45.636 | ++ functions-common:get_field:814 : '[' 2 -lt 0 ']' 2022-06-04 10:39:45.639 | ++ functions-common:get_field:817 : field='$3' 2022-06-04 10:39:45.642 | ++ functions-common:get_field:819 : echo '| id | da47e8d9-3d7d-4181-a05b-9241e24f8055 |' 2022-06-04 10:39:45.643 | ++ functions-common:get_field:819 : awk '-F[ \t]*\\|[ \t]*' '{print $3}' 2022-06-04 10:39:45.648 | ++ functions-common:get_field:813 : read data 2022-06-04 10:39:45.652 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:214 : ROUTER_ID=da47e8d9-3d7d-4181-a05b-9241e24f8055 2022-06-04 10:39:45.655 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:215 : die_if_not_set 215 ROUTER_ID 'Failure creating router router1' 2022-06-04 10:39:45.658 | + functions-common:die_if_not_set:282 : local exitcode=0 2022-06-04 10:39:45.675 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:222 : EXTERNAL_NETWORK_FLAGS=--external 2022-06-04 10:39:45.678 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:223 : is_networking_extension_supported auto-allocated-topology 2022-06-04 10:39:45.681 | + lib/neutron_plugins/services/l3:is_networking_extension_supported:427 : local extension=auto-allocated-topology 2022-06-04 10:39:45.684 | ++ lib/neutron_plugins/services/l3:is_networking_extension_supported:429 : oscwrap --os-cloud devstack-admin --os-region RegionOne extension list --network -c Alias -f value 2022-06-04 10:39:48.333 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-06-04 10:39:48.333 | from cryptography.utils import int_from_bytes 2022-06-04 10:39:48.333 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-06-04 10:39:48.333 | from cryptography.utils import int_from_bytes 2022-06-04 10:39:48.514 | ++ functions-common:oscwrap:2466 : return 0 2022-06-04 10:39:48.518 | + lib/neutron_plugins/services/l3:is_networking_extension_supported:429 : EXT_LIST='address-group 2022-06-04 10:39:48.518 | address-scope 2022-06-04 10:39:48.518 | router-admin-state-down-before-update 2022-06-04 10:39:48.518 | agent 2022-06-04 10:39:48.518 | agent-resources-synced 2022-06-04 10:39:48.518 | allowed-address-pairs 2022-06-04 10:39:48.518 | auto-allocated-topology 2022-06-04 10:39:48.518 | availability_zone 2022-06-04 10:39:48.518 | availability_zone_filter 2022-06-04 10:39:48.518 | default-subnetpools 2022-06-04 10:39:48.518 | dhcp_agent_scheduler 2022-06-04 10:39:48.518 | dvr 2022-06-04 10:39:48.519 | empty-string-filtering 2022-06-04 10:39:48.519 | external-net 2022-06-04 10:39:48.519 | extra_dhcp_opt 2022-06-04 10:39:48.519 | extraroute 2022-06-04 10:39:48.519 | extraroute-atomic 2022-06-04 10:39:48.519 | filter-validation 2022-06-04 10:39:48.519 | fip-port-details 2022-06-04 10:39:48.519 | flavors 2022-06-04 10:39:48.519 | floatingip-pools 2022-06-04 10:39:48.519 | ip-substring-filtering 2022-06-04 10:39:48.519 | router 2022-06-04 10:39:48.519 | ext-gw-mode 2022-06-04 10:39:48.519 | l3-ha 2022-06-04 10:39:48.519 | l3-flavors 2022-06-04 10:39:48.519 | l3-port-ip-change-not-allowed 2022-06-04 10:39:48.519 | l3_agent_scheduler 2022-06-04 10:39:48.519 | metering 2022-06-04 10:39:48.519 | metering_source_and_destination_fields 2022-06-04 10:39:48.519 | multi-provider 2022-06-04 10:39:48.519 | net-mtu 2022-06-04 10:39:48.519 | net-mtu-writable 2022-06-04 10:39:48.519 | network_availability_zone 2022-06-04 10:39:48.519 | network-ip-availability 2022-06-04 10:39:48.519 | pagination 2022-06-04 10:39:48.519 | port-device-profile 2022-06-04 10:39:48.519 | port-mac-override 2022-06-04 10:39:48.519 | port-mac-address-regenerate 2022-06-04 10:39:48.519 | port-numa-affinity-policy 2022-06-04 10:39:48.519 | binding 2022-06-04 10:39:48.519 | binding-extended 2022-06-04 10:39:48.519 | port-security 2022-06-04 10:39:48.519 | project-id 2022-06-04 10:39:48.519 | provider 2022-06-04 10:39:48.519 | quota-check-limit 2022-06-04 10:39:48.519 | quotas 2022-06-04 10:39:48.519 | quota_details 2022-06-04 10:39:48.520 | rbac-policies 2022-06-04 10:39:48.520 | rbac-address-group 2022-06-04 10:39:48.520 | rbac-address-scope 2022-06-04 10:39:48.520 | rbac-security-groups 2022-06-04 10:39:48.520 | rbac-subnetpool 2022-06-04 10:39:48.520 | revision-if-match 2022-06-04 10:39:48.520 | standard-attr-revisions 2022-06-04 10:39:48.520 | router_availability_zone 2022-06-04 10:39:48.520 | security-groups-normalized-cidr 2022-06-04 10:39:48.520 | port-security-groups-filtering 2022-06-04 10:39:48.520 | security-groups-remote-address-group 2022-06-04 10:39:48.520 | security-groups-shared-filtering 2022-06-04 10:39:48.520 | security-group 2022-06-04 10:39:48.520 | service-type 2022-06-04 10:39:48.520 | sorting 2022-06-04 10:39:48.520 | standard-attr-description 2022-06-04 10:39:48.520 | stateful-security-group 2022-06-04 10:39:48.520 | subnet_onboard 2022-06-04 10:39:48.520 | subnet-service-types 2022-06-04 10:39:48.520 | subnet_allocation 2022-06-04 10:39:48.520 | subnetpool-prefix-ops 2022-06-04 10:39:48.520 | standard-attr-tag 2022-06-04 10:39:48.520 | standard-attr-timestamp' 2022-06-04 10:39:48.521 | + lib/neutron_plugins/services/l3:is_networking_extension_supported:430 : [[ address-group 2022-06-04 10:39:48.521 | address-scope 2022-06-04 10:39:48.521 | router-admin-state-down-before-update 2022-06-04 10:39:48.521 | agent 2022-06-04 10:39:48.521 | agent-resources-synced 2022-06-04 10:39:48.521 | allowed-address-pairs 2022-06-04 10:39:48.521 | auto-allocated-topology 2022-06-04 10:39:48.521 | availability_zone 2022-06-04 10:39:48.521 | availability_zone_filter 2022-06-04 10:39:48.521 | default-subnetpools 2022-06-04 10:39:48.521 | dhcp_agent_scheduler 2022-06-04 10:39:48.521 | dvr 2022-06-04 10:39:48.521 | empty-string-filtering 2022-06-04 10:39:48.521 | external-net 2022-06-04 10:39:48.521 | extra_dhcp_opt 2022-06-04 10:39:48.521 | extraroute 2022-06-04 10:39:48.521 | extraroute-atomic 2022-06-04 10:39:48.521 | filter-validation 2022-06-04 10:39:48.521 | fip-port-details 2022-06-04 10:39:48.521 | flavors 2022-06-04 10:39:48.521 | floatingip-pools 2022-06-04 10:39:48.521 | ip-substring-filtering 2022-06-04 10:39:48.521 | router 2022-06-04 10:39:48.521 | ext-gw-mode 2022-06-04 10:39:48.521 | l3-ha 2022-06-04 10:39:48.522 | l3-flavors 2022-06-04 10:39:48.522 | l3-port-ip-change-not-allowed 2022-06-04 10:39:48.522 | l3_agent_scheduler 2022-06-04 10:39:48.522 | metering 2022-06-04 10:39:48.522 | metering_source_and_destination_fields 2022-06-04 10:39:48.522 | multi-provider 2022-06-04 10:39:48.522 | net-mtu 2022-06-04 10:39:48.522 | net-mtu-writable 2022-06-04 10:39:48.522 | network_availability_zone 2022-06-04 10:39:48.522 | network-ip-availability 2022-06-04 10:39:48.522 | pagination 2022-06-04 10:39:48.522 | port-device-profile 2022-06-04 10:39:48.522 | port-mac-override 2022-06-04 10:39:48.522 | port-mac-address-regenerate 2022-06-04 10:39:48.522 | port-numa-affinity-policy 2022-06-04 10:39:48.522 | binding 2022-06-04 10:39:48.522 | binding-extended 2022-06-04 10:39:48.522 | port-security 2022-06-04 10:39:48.522 | project-id 2022-06-04 10:39:48.522 | provider 2022-06-04 10:39:48.522 | quota-check-limit 2022-06-04 10:39:48.522 | quotas 2022-06-04 10:39:48.522 | quota_details 2022-06-04 10:39:48.522 | rbac-policies 2022-06-04 10:39:48.522 | rbac-address-group 2022-06-04 10:39:48.522 | rbac-address-scope 2022-06-04 10:39:48.522 | rbac-security-groups 2022-06-04 10:39:48.522 | rbac-subnetpool 2022-06-04 10:39:48.522 | revision-if-match 2022-06-04 10:39:48.522 | standard-attr-revisions 2022-06-04 10:39:48.522 | router_availability_zone 2022-06-04 10:39:48.522 | security-groups-normalized-cidr 2022-06-04 10:39:48.522 | port-security-groups-filtering 2022-06-04 10:39:48.522 | security-groups-remote-address-group 2022-06-04 10:39:48.522 | security-groups-shared-filtering 2022-06-04 10:39:48.522 | security-group 2022-06-04 10:39:48.523 | service-type 2022-06-04 10:39:48.523 | sorting 2022-06-04 10:39:48.523 | standard-attr-description 2022-06-04 10:39:48.523 | stateful-security-group 2022-06-04 10:39:48.523 | subnet_onboard 2022-06-04 10:39:48.523 | subnet-service-types 2022-06-04 10:39:48.523 | subnet_allocation 2022-06-04 10:39:48.523 | subnetpool-prefix-ops 2022-06-04 10:39:48.523 | standard-attr-tag 2022-06-04 10:39:48.523 | standard-attr-timestamp =~ auto-allocated-topology ]] 2022-06-04 10:39:48.525 | + lib/neutron_plugins/services/l3:is_networking_extension_supported:430 : return 0 2022-06-04 10:39:48.528 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:224 : EXTERNAL_NETWORK_FLAGS='--external --default' 2022-06-04 10:39:48.530 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:227 : '[' True = True ']' 2022-06-04 10:39:48.535 | ++ lib/neutron_plugins/services/l3:create_neutron_initial_network:228 : grep ' id ' 2022-06-04 10:39:48.535 | ++ lib/neutron_plugins/services/l3:create_neutron_initial_network:228 : oscwrap --os-cloud devstack-admin --os-region RegionOne network create public --external --default --provider-network-type flat --provider-physical-network physnet1 2022-06-04 10:39:48.535 | ++ lib/neutron_plugins/services/l3:create_neutron_initial_network:228 : get_field 2 2022-06-04 10:39:48.538 | ++ functions-common:get_field:812 : local data field 2022-06-04 10:39:48.541 | ++ functions-common:get_field:813 : read data 2022-06-04 10:39:51.452 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-06-04 10:39:51.452 | from cryptography.utils import int_from_bytes 2022-06-04 10:39:51.452 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-06-04 10:39:51.452 | from cryptography.utils import int_from_bytes 2022-06-04 10:39:51.648 | ++ functions-common:oscwrap:2466 : return 0 2022-06-04 10:39:51.651 | ++ functions-common:get_field:814 : '[' 2 -lt 0 ']' 2022-06-04 10:39:51.653 | ++ functions-common:get_field:817 : field='$3' 2022-06-04 10:39:51.657 | ++ functions-common:get_field:819 : echo '| id | 35347629-d22a-43bd-ace0-4f8f3c911031 |' 2022-06-04 10:39:51.657 | ++ functions-common:get_field:819 : awk '-F[ \t]*\\|[ \t]*' '{print $3}' 2022-06-04 10:39:51.663 | ++ functions-common:get_field:813 : read data 2022-06-04 10:39:51.667 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:228 : EXT_NET_ID=35347629-d22a-43bd-ace0-4f8f3c911031 2022-06-04 10:39:51.670 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:232 : die_if_not_set 232 EXT_NET_ID 'Failure creating EXT_NET_ID for public' 2022-06-04 10:39:51.673 | + functions-common:die_if_not_set:282 : local exitcode=0 2022-06-04 10:39:51.690 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:234 : [[ 4 =~ 4.* ]] 2022-06-04 10:39:51.693 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:236 : _neutron_configure_router_v4 2022-06-04 10:39:51.696 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:315 : openstack --os-cloud devstack-admin-demo --os-region RegionOne router add subnet da47e8d9-3d7d-4181-a05b-9241e24f8055 dbec9714-fe70-4bb9-9475-9be980eda4b0 2022-06-04 10:39:54.513 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-06-04 10:39:54.513 | from cryptography.utils import int_from_bytes 2022-06-04 10:39:54.513 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-06-04 10:39:54.513 | from cryptography.utils import int_from_bytes 2022-06-04 10:39:54.513 | The option [tenant_id] has been deprecated. Please avoid using it. 2022-06-04 10:39:54.676 | The option [tenant_id] has been deprecated. Please avoid using it. 2022-06-04 10:39:55.539 | HttpException: 500: Server Error for url: http://10.222.0.66:9696/v2.0/routers/da47e8d9-3d7d-4181-a05b-9241e24f8055/add_router_interface, Request Failed: internal server error while processing your request. 2022-06-04 10:39:55.719 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:1 : exit_trap 2022-06-04 10:39:55.722 | + ./stack.sh:exit_trap:516 : local r=1 2022-06-04 10:39:55.725 | ++ ./stack.sh:exit_trap:517 : jobs -p 2022-06-04 10:39:55.728 | + ./stack.sh:exit_trap:517 : jobs=264489 2022-06-04 10:39:55.730 | + ./stack.sh:exit_trap:520 : [[ -n 264489 ]] 2022-06-04 10:39:55.732 | + ./stack.sh:exit_trap:520 : [[ -n /opt/stack/logs/stack.sh.log.2022-06-04-102740 ]] 2022-06-04 10:39:55.735 | + ./stack.sh:exit_trap:520 : [[ True == \T\r\u\e ]] 2022-06-04 10:39:55.737 | + ./stack.sh:exit_trap:521 : echo 'exit_trap: cleaning up child processes' 2022-06-04 10:39:55.737 | exit_trap: cleaning up child processes 2022-06-04 10:39:55.740 | + ./stack.sh:exit_trap:522 : kill 264489 2022-06-04 10:39:55.742 | + ./stack.sh:exit_trap:526 : '[' -f /tmp/tmp.SGjEDHCJSz ']' 2022-06-04 10:39:55.744 | + ./stack.sh:exit_trap:527 : rm /tmp/tmp.SGjEDHCJSz 2022-06-04 10:39:55.748 | + ./stack.sh:exit_trap:531 : kill_spinner 2022-06-04 10:39:55.751 | + ./stack.sh:kill_spinner:426 : '[' '!' -z '' ']' 2022-06-04 10:39:55.753 | + ./stack.sh:exit_trap:533 : [[ 1 -ne 0 ]] 2022-06-04 10:39:55.755 | + ./stack.sh:exit_trap:534 : echo 'Error on exit' 2022-06-04 10:39:55.755 | Error on exit 2022-06-04 10:39:55.758 | + ./stack.sh:exit_trap:536 : type -p generate-subunit 2022-06-04 10:39:55.760 | + ./stack.sh:exit_trap:537 : generate-subunit 1654338456 739 fail 2022-06-04 10:39:56.487 | + ./stack.sh:exit_trap:539 : [[ -z /opt/stack/logs ]] 2022-06-04 10:39:56.489 | + ./stack.sh:exit_trap:542 : /usr/bin/python3.8 /home/ubuntu/devstack/tools/worlddump.py -d /opt/stack/logs 2022-06-04 10:39:57.841 | + ./stack.sh:exit_trap:551 : exit 1