2022-09-20 12:33:31.127 | + ./stack.sh:main:482 : exec 2022-09-20 12:33:31.127 | + ./stack.sh:main:490 : echo_summary 'stack.sh log /opt/stack/logs/stack.sh.log.2022-09-20-123331' 2022-09-20 12:33:31.127 | ++ ./stack.sh:main:482 : /usr/bin/python3.8 /home/ubuntu/devstack/tools/outfilter.py -o /opt/stack/logs/stack.sh.log.2022-09-20-123331.summary.2022-09-20-123331 2022-09-20 12:33:31.127 | + ./stack.sh:echo_summary:435 : [[ -t 3 ]] 2022-09-20 12:33:31.127 | + ./stack.sh:echo_summary:441 : echo -e stack.sh log /opt/stack/logs/stack.sh.log.2022-09-20-123331 2022-09-20 12:33:31.127 | + ./stack.sh:main:492 : ln -sf /opt/stack/logs/stack.sh.log.2022-09-20-123331 /opt/stack/logs/stack.sh.log 2022-09-20 12:33:31.127 | + ./stack.sh:main:493 : ln -sf /opt/stack/logs/stack.sh.log.2022-09-20-123331.summary.2022-09-20-123331 /opt/stack/logs/stack.sh.log.summary 2022-09-20 12:33:31.127 | + ./stack.sh:main:508 : check_path_perm_sanity /opt/stack 2022-09-20 12:33:31.127 | + functions:check_path_perm_sanity:596 : local real_path 2022-09-20 12:33:31.127 | ++ functions:check_path_perm_sanity:597 : readlink -f /opt/stack 2022-09-20 12:33:31.127 | + functions:check_path_perm_sanity:597 : real_path=/opt/stack 2022-09-20 12:33:31.127 | + functions:check_path_perm_sanity:598 : local rebuilt_path= 2022-09-20 12:33:31.127 | ++ functions:check_path_perm_sanity:599 : tr / ' ' 2022-09-20 12:33:31.127 | ++ functions:check_path_perm_sanity:599 : echo /opt/stack 2022-09-20 12:33:31.127 | + functions:check_path_perm_sanity:599 : for i in $(echo ${real_path} | tr "/" " ") 2022-09-20 12:33:31.127 | + functions:check_path_perm_sanity:600 : rebuilt_path=/opt 2022-09-20 12:33:31.127 | ++ functions:check_path_perm_sanity:602 : stat -c %a /opt 2022-09-20 12:33:31.127 | + functions:check_path_perm_sanity:602 : [[ 755 = 700 ]] 2022-09-20 12:33:31.128 | + functions:check_path_perm_sanity:599 : for i in $(echo ${real_path} | tr "/" " ") 2022-09-20 12:33:31.130 | + functions:check_path_perm_sanity:600 : rebuilt_path=/opt/stack 2022-09-20 12:33:31.133 | ++ functions:check_path_perm_sanity:602 : stat -c %a /opt/stack 2022-09-20 12:33:31.137 | + functions:check_path_perm_sanity:602 : [[ 755 = 700 ]] 2022-09-20 12:33:31.140 | + ./stack.sh:main:514 : trap exit_trap EXIT 2022-09-20 12:33:31.142 | + ./stack.sh:main:555 : trap err_trap ERR 2022-09-20 12:33:31.144 | + ./stack.sh:main:568 : set -o errexit 2022-09-20 12:33:31.147 | + ./stack.sh:main:571 : uname -a 2022-09-20 12:33:31.149 | Linux dv-cinder-851351-4-smb 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-09-20 12:33:31.152 | + ./stack.sh:main:574 : SSL_BUNDLE_FILE=/opt/stack/data/ca-bundle.pem 2022-09-20 12:33:31.155 | + ./stack.sh:main:575 : rm -f /opt/stack/data/ca-bundle.pem 2022-09-20 12:33:31.158 | + ./stack.sh:main:578 : source /home/ubuntu/devstack/lib/database 2022-09-20 12:33:31.197 | + ./stack.sh:main:579 : source /home/ubuntu/devstack/lib/rpc_backend 2022-09-20 12:33:31.214 | + ./stack.sh:main:585 : fetch_plugins 2022-09-20 12:33:31.216 | + functions-common:fetch_plugins:1785 : local plugins= 2022-09-20 12:33:31.218 | + functions-common:fetch_plugins:1786 : local plugin 2022-09-20 12:33:31.220 | + functions-common:fetch_plugins:1789 : [[ -z '' ]] 2022-09-20 12:33:31.222 | + functions-common:fetch_plugins:1790 : return 2022-09-20 12:33:31.224 | + ./stack.sh:main:589 : run_phase override_defaults 2022-09-20 12:33:31.226 | + functions-common:run_phase:1867 : local mode=override_defaults 2022-09-20 12:33:31.228 | + functions-common:run_phase:1868 : local phase= 2022-09-20 12:33:31.230 | + functions-common:run_phase:1869 : [[ -d /home/ubuntu/devstack/extras.d ]] 2022-09-20 12:33:31.231 | + functions-common:run_phase:1870 : local extra_plugin_file_name 2022-09-20 12:33:31.234 | + functions-common:run_phase:1871 : for extra_plugin_file_name in $TOP_DIR/extras.d/*.sh 2022-09-20 12:33:31.236 | + functions-common:run_phase:1876 : local exceptions=80-tempest.sh 2022-09-20 12:33:31.238 | + functions-common:run_phase:1877 : local extra 2022-09-20 12:33:31.241 | ++ functions-common:run_phase:1878 : basename /home/ubuntu/devstack/extras.d/80-tempest.sh 2022-09-20 12:33:31.244 | + functions-common:run_phase:1878 : extra=80-tempest.sh 2022-09-20 12:33:31.247 | + functions-common:run_phase:1879 : [[ 80-tempest.sh =~ 80-tempest\.sh ]] 2022-09-20 12:33:31.250 | + functions-common:run_phase:1883 : [[ -r /home/ubuntu/devstack/extras.d/80-tempest.sh ]] 2022-09-20 12:33:31.252 | + functions-common:run_phase:1883 : source /home/ubuntu/devstack/extras.d/80-tempest.sh override_defaults 2022-09-20 12:33:31.254 | ++ extras.d/80-tempest.sh:source:3 : is_service_enabled tempest 2022-09-20 12:33:31.268 | ++ functions-common:is_service_enabled:2095 : return 0 2022-09-20 12:33:31.270 | ++ extras.d/80-tempest.sh:source:4 : [[ override_defaults == \s\o\u\r\c\e ]] 2022-09-20 12:33:31.272 | ++ extras.d/80-tempest.sh:source:7 : [[ override_defaults == \s\t\a\c\k ]] 2022-09-20 12:33:31.274 | ++ extras.d/80-tempest.sh:source:10 : [[ override_defaults == \s\t\a\c\k ]] 2022-09-20 12:33:31.276 | ++ extras.d/80-tempest.sh:source:13 : [[ override_defaults == \s\t\a\c\k ]] 2022-09-20 12:33:31.277 | ++ extras.d/80-tempest.sh:source:16 : [[ override_defaults == \s\t\a\c\k ]] 2022-09-20 12:33:31.280 | ++ extras.d/80-tempest.sh:source:19 : [[ override_defaults == \s\t\a\c\k ]] 2022-09-20 12:33:31.282 | ++ extras.d/80-tempest.sh:source:27 : [[ override_defaults == \u\n\s\t\a\c\k ]] 2022-09-20 12:33:31.284 | ++ extras.d/80-tempest.sh:source:32 : [[ override_defaults == \c\l\e\a\n ]] 2022-09-20 12:33:31.286 | + functions-common:run_phase:1888 : [[ override_defaults == \s\o\u\r\c\e ]] 2022-09-20 12:33:31.287 | + functions-common:run_phase:1891 : [[ override_defaults == \o\v\e\r\r\i\d\e\_\d\e\f\a\u\l\t\s ]] 2022-09-20 12:33:31.289 | + functions-common:run_phase:1892 : plugin_override_defaults 2022-09-20 12:33:31.291 | + functions-common:plugin_override_defaults:1826 : local plugins= 2022-09-20 12:33:31.293 | + functions-common:plugin_override_defaults:1827 : local plugin 2022-09-20 12:33:31.295 | + functions-common:plugin_override_defaults:1830 : [[ -z '' ]] 2022-09-20 12:33:31.297 | + functions-common:plugin_override_defaults:1831 : return 2022-09-20 12:33:31.300 | + ./stack.sh:main:592 : source /home/ubuntu/devstack/lib/apache 2022-09-20 12:33:31.317 | + ./stack.sh:main:595 : source /home/ubuntu/devstack/lib/tls 2022-09-20 12:33:31.319 | ++ lib/tls:source:38 : is_service_enabled tls-proxy 2022-09-20 12:33:31.334 | ++ functions-common:is_service_enabled:2095 : return 1 2022-09-20 12:33:31.336 | +++ lib/tls:source:43 : hostname -f 2022-09-20 12:33:31.340 | ++ lib/tls:source:43 : DEVSTACK_HOSTNAME=localhost 2022-09-20 12:33:31.343 | ++ lib/tls:source:44 : DEVSTACK_CERT_NAME=devstack-cert 2022-09-20 12:33:31.345 | ++ lib/tls:source:45 : DEVSTACK_CERT=/opt/stack/data/devstack-cert.pem 2022-09-20 12:33:31.347 | ++ lib/tls:source:48 : ROOT_CA_DIR=/opt/stack/data/CA/root-ca 2022-09-20 12:33:31.349 | ++ lib/tls:source:49 : INT_CA_DIR=/opt/stack/data/CA/int-ca 2022-09-20 12:33:31.351 | ++ lib/tls:source:51 : ORG_NAME=OpenStack 2022-09-20 12:33:31.353 | ++ lib/tls:source:52 : ORG_UNIT_NAME=DevStack 2022-09-20 12:33:31.355 | ++ lib/tls:source:55 : STUD_PROTO=--tls 2022-09-20 12:33:31.357 | ++ lib/tls:source:56 : STUD_CIPHERS='TLSv1+HIGH:!DES:!aNULL:!eNULL:@STRENGTH' 2022-09-20 12:33:31.359 | ++ lib/tls:source:63 : OPENSSL=/usr/bin/openssl 2022-09-20 12:33:31.364 | + ./stack.sh:main:598 : source /home/ubuntu/devstack/lib/infra 2022-09-20 12:33:31.377 | + ./stack.sh:main:599 : source /home/ubuntu/devstack/lib/libraries 2022-09-20 12:33:31.395 | + ./stack.sh:main:600 : source /home/ubuntu/devstack/lib/lvm 2022-09-20 12:33:31.409 | + ./stack.sh:main:601 : source /home/ubuntu/devstack/lib/horizon 2022-09-20 12:33:31.422 | + ./stack.sh:main:602 : source /home/ubuntu/devstack/lib/keystone 2022-09-20 12:33:31.460 | + ./stack.sh:main:603 : source /home/ubuntu/devstack/lib/glance 2022-09-20 12:33:31.523 | + ./stack.sh:main:604 : source /home/ubuntu/devstack/lib/nova 2022-09-20 12:33:31.610 | + ./stack.sh:main:605 : source /home/ubuntu/devstack/lib/placement 2022-09-20 12:33:31.633 | + ./stack.sh:main:606 : source /home/ubuntu/devstack/lib/cinder 2022-09-20 12:33:31.678 | + ./stack.sh:main:607 : source /home/ubuntu/devstack/lib/swift 2022-09-20 12:33:31.732 | + ./stack.sh:main:608 : source /home/ubuntu/devstack/lib/neutron 2022-09-20 12:33:31.887 | + ./stack.sh:main:609 : source /home/ubuntu/devstack/lib/ldap 2022-09-20 12:33:31.903 | + ./stack.sh:main:610 : source /home/ubuntu/devstack/lib/dstat 2022-09-20 12:33:31.918 | + ./stack.sh:main:611 : source /home/ubuntu/devstack/lib/tcpdump 2022-09-20 12:33:31.931 | + ./stack.sh:main:612 : source /home/ubuntu/devstack/lib/etcd3 2022-09-20 12:33:32.024 | + ./stack.sh:main:613 : source /home/ubuntu/devstack/lib/os-vif 2022-09-20 12:33:32.026 | ++ lib/os-vif:source:6 : OS_VIF_OVS_OVSDB_INTERFACE=vsctl 2022-09-20 12:33:32.030 | +++ lib/os-vif:source:17 : is_ml2_ovs 2022-09-20 12:33:32.032 | +++ lib/os-vif:is_ml2_ovs:9 : [[ openvswitch == \o\p\e\n\v\s\w\i\t\c\h ]] 2022-09-20 12:33:32.034 | +++ lib/os-vif:is_ml2_ovs:10 : echo True 2022-09-20 12:33:32.036 | +++ lib/os-vif:is_ml2_ovs:12 : echo False 2022-09-20 12:33:32.039 | ++ lib/os-vif:source:17 : OS_VIF_OVS_ISOLATE_VIF='True 2022-09-20 12:33:32.039 | False' 2022-09-20 12:33:32.042 | +++ lib/os-vif:source:18 : trueorfalse False OS_VIF_OVS_ISOLATE_VIF 2022-09-20 12:33:32.057 | ++ lib/os-vif:source:18 : OS_VIF_OVS_ISOLATE_VIF=False 2022-09-20 12:33:32.060 | + ./stack.sh:main:619 : run_phase source 2022-09-20 12:33:32.062 | + functions-common:run_phase:1867 : local mode=source 2022-09-20 12:33:32.064 | + functions-common:run_phase:1868 : local phase= 2022-09-20 12:33:32.066 | + functions-common:run_phase:1869 : [[ -d /home/ubuntu/devstack/extras.d ]] 2022-09-20 12:33:32.068 | + functions-common:run_phase:1870 : local extra_plugin_file_name 2022-09-20 12:33:32.070 | + functions-common:run_phase:1871 : for extra_plugin_file_name in $TOP_DIR/extras.d/*.sh 2022-09-20 12:33:32.072 | + functions-common:run_phase:1876 : local exceptions=80-tempest.sh 2022-09-20 12:33:32.074 | + functions-common:run_phase:1877 : local extra 2022-09-20 12:33:32.077 | ++ functions-common:run_phase:1878 : basename /home/ubuntu/devstack/extras.d/80-tempest.sh 2022-09-20 12:33:32.081 | + functions-common:run_phase:1878 : extra=80-tempest.sh 2022-09-20 12:33:32.083 | + functions-common:run_phase:1879 : [[ 80-tempest.sh =~ 80-tempest\.sh ]] 2022-09-20 12:33:32.086 | + functions-common:run_phase:1883 : [[ -r /home/ubuntu/devstack/extras.d/80-tempest.sh ]] 2022-09-20 12:33:32.088 | + functions-common:run_phase:1883 : source /home/ubuntu/devstack/extras.d/80-tempest.sh source 2022-09-20 12:33:32.090 | ++ extras.d/80-tempest.sh:source:3 : is_service_enabled tempest 2022-09-20 12:33:32.105 | ++ functions-common:is_service_enabled:2095 : return 0 2022-09-20 12:33:32.109 | ++ extras.d/80-tempest.sh:source:4 : [[ source == \s\o\u\r\c\e ]] 2022-09-20 12:33:32.111 | ++ extras.d/80-tempest.sh:source:6 : source /home/ubuntu/devstack/lib/tempest 2022-09-20 12:33:32.153 | ++ extras.d/80-tempest.sh:source:27 : [[ source == \u\n\s\t\a\c\k ]] 2022-09-20 12:33:32.156 | ++ extras.d/80-tempest.sh:source:32 : [[ source == \c\l\e\a\n ]] 2022-09-20 12:33:32.158 | + functions-common:run_phase:1888 : [[ source == \s\o\u\r\c\e ]] 2022-09-20 12:33:32.160 | + functions-common:run_phase:1889 : load_plugin_settings 2022-09-20 12:33:32.163 | + functions-common:load_plugin_settings:1803 : local plugins= 2022-09-20 12:33:32.165 | + functions-common:load_plugin_settings:1804 : local plugin 2022-09-20 12:33:32.167 | + functions-common:load_plugin_settings:1807 : [[ -z '' ]] 2022-09-20 12:33:32.169 | + functions-common:load_plugin_settings:1808 : return 2022-09-20 12:33:32.172 | + functions-common:run_phase:1890 : verify_disabled_services 2022-09-20 12:33:32.175 | + functions-common:verify_disabled_services:2150 : local service 2022-09-20 12:33:32.177 | + functions-common:verify_disabled_services:2151 : for service in ${ENABLED_SERVICES//,/ } 2022-09-20 12:33:32.179 | + functions-common:verify_disabled_services:2152 : [[ ,c-bak,c-vol,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,key, ]] 2022-09-20 12:33:32.182 | + functions-common:verify_disabled_services:2151 : for service in ${ENABLED_SERVICES//,/ } 2022-09-20 12:33:32.184 | + functions-common:verify_disabled_services:2152 : [[ ,c-bak,c-vol,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,n-api, ]] 2022-09-20 12:33:32.187 | + functions-common:verify_disabled_services:2151 : for service in ${ENABLED_SERVICES//,/ } 2022-09-20 12:33:32.189 | + functions-common:verify_disabled_services:2152 : [[ ,c-bak,c-vol,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,n-cond, ]] 2022-09-20 12:33:32.191 | + functions-common:verify_disabled_services:2151 : for service in ${ENABLED_SERVICES//,/ } 2022-09-20 12:33:32.195 | + functions-common:verify_disabled_services:2152 : [[ ,c-bak,c-vol,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,n-sch, ]] 2022-09-20 12:33:32.198 | + functions-common:verify_disabled_services:2151 : for service in ${ENABLED_SERVICES//,/ } 2022-09-20 12:33:32.200 | + functions-common:verify_disabled_services:2152 : [[ ,c-bak,c-vol,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,n-api-meta, ]] 2022-09-20 12:33:32.203 | + functions-common:verify_disabled_services:2151 : for service in ${ENABLED_SERVICES//,/ } 2022-09-20 12:33:32.205 | + functions-common:verify_disabled_services:2152 : [[ ,c-bak,c-vol,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,placement-api, ]] 2022-09-20 12:33:32.207 | + functions-common:verify_disabled_services:2151 : for service in ${ENABLED_SERVICES//,/ } 2022-09-20 12:33:32.210 | + functions-common:verify_disabled_services:2152 : [[ ,c-bak,c-vol,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,placement-client, ]] 2022-09-20 12:33:32.212 | + functions-common:verify_disabled_services:2151 : for service in ${ENABLED_SERVICES//,/ } 2022-09-20 12:33:32.214 | + functions-common:verify_disabled_services:2152 : [[ ,c-bak,c-vol,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,g-api, ]] 2022-09-20 12:33:32.217 | + functions-common:verify_disabled_services:2151 : for service in ${ENABLED_SERVICES//,/ } 2022-09-20 12:33:32.220 | + functions-common:verify_disabled_services:2152 : [[ ,c-bak,c-vol,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,c-sch, ]] 2022-09-20 12:33:32.222 | + functions-common:verify_disabled_services:2151 : for service in ${ENABLED_SERVICES//,/ } 2022-09-20 12:33:32.224 | + functions-common:verify_disabled_services:2152 : [[ ,c-bak,c-vol,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,c-api, ]] 2022-09-20 12:33:32.227 | + functions-common:verify_disabled_services:2151 : for service in ${ENABLED_SERVICES//,/ } 2022-09-20 12:33:32.229 | + functions-common:verify_disabled_services:2152 : [[ ,c-bak,c-vol,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,ovn-controller, ]] 2022-09-20 12:33:32.232 | + functions-common:verify_disabled_services:2151 : for service in ${ENABLED_SERVICES//,/ } 2022-09-20 12:33:32.236 | + functions-common:verify_disabled_services:2152 : [[ ,c-bak,c-vol,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,ovn-northd, ]] 2022-09-20 12:33:32.238 | + functions-common:verify_disabled_services:2151 : for service in ${ENABLED_SERVICES//,/ } 2022-09-20 12:33:32.241 | + functions-common:verify_disabled_services:2152 : [[ ,c-bak,c-vol,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,ovs-vswitchd, ]] 2022-09-20 12:33:32.244 | + functions-common:verify_disabled_services:2151 : for service in ${ENABLED_SERVICES//,/ } 2022-09-20 12:33:32.246 | + functions-common:verify_disabled_services:2152 : [[ ,c-bak,c-vol,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,ovsdb-server, ]] 2022-09-20 12:33:32.250 | + functions-common:verify_disabled_services:2151 : for service in ${ENABLED_SERVICES//,/ } 2022-09-20 12:33:32.253 | + functions-common:verify_disabled_services:2152 : [[ ,c-bak,c-vol,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,q-svc, ]] 2022-09-20 12:33:32.255 | + functions-common:verify_disabled_services:2151 : for service in ${ENABLED_SERVICES//,/ } 2022-09-20 12:33:32.263 | + functions-common:verify_disabled_services:2152 : [[ ,c-bak,c-vol,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,q-ovn-metadata-agent, ]] 2022-09-20 12:33:32.266 | + functions-common:verify_disabled_services:2151 : for service in ${ENABLED_SERVICES//,/ } 2022-09-20 12:33:32.268 | + functions-common:verify_disabled_services:2152 : [[ ,c-bak,c-vol,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,rabbit, ]] 2022-09-20 12:33:32.271 | + functions-common:verify_disabled_services:2151 : for service in ${ENABLED_SERVICES//,/ } 2022-09-20 12:33:32.273 | + functions-common:verify_disabled_services:2152 : [[ ,c-bak,c-vol,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,tempest, ]] 2022-09-20 12:33:32.275 | + functions-common:verify_disabled_services:2151 : for service in ${ENABLED_SERVICES//,/ } 2022-09-20 12:33:32.278 | + functions-common:verify_disabled_services:2152 : [[ ,c-bak,c-vol,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,mysql, ]] 2022-09-20 12:33:32.281 | + functions-common:verify_disabled_services:2151 : for service in ${ENABLED_SERVICES//,/ } 2022-09-20 12:33:32.283 | + functions-common:verify_disabled_services:2152 : [[ ,c-bak,c-vol,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,etcd3, ]] 2022-09-20 12:33:32.286 | + functions-common:verify_disabled_services:2151 : for service in ${ENABLED_SERVICES//,/ } 2022-09-20 12:33:32.288 | + functions-common:verify_disabled_services:2152 : [[ ,c-bak,c-vol,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,dstat, ]] 2022-09-20 12:33:32.290 | + functions-common:verify_disabled_services:2151 : for service in ${ENABLED_SERVICES//,/ } 2022-09-20 12:33:32.293 | + functions-common:verify_disabled_services:2152 : [[ ,c-bak,c-vol,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,n-crt, ]] 2022-09-20 12:33:32.296 | + functions-common:verify_disabled_services:2151 : for service in ${ENABLED_SERVICES//,/ } 2022-09-20 12:33:32.298 | + functions-common:verify_disabled_services:2152 : [[ ,c-bak,c-vol,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,n-cauth, ]] 2022-09-20 12:33:32.301 | + functions-common:verify_disabled_services:2151 : for service in ${ENABLED_SERVICES//,/ } 2022-09-20 12:33:32.305 | + functions-common:verify_disabled_services:2152 : [[ ,c-bak,c-vol,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,q-agt, ]] 2022-09-20 12:33:32.307 | + functions-common:verify_disabled_services:2151 : for service in ${ENABLED_SERVICES//,/ } 2022-09-20 12:33:32.310 | + functions-common:verify_disabled_services:2152 : [[ ,c-bak,c-vol,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,q-dhcp, ]] 2022-09-20 12:33:32.313 | + functions-common:verify_disabled_services:2151 : for service in ${ENABLED_SERVICES//,/ } 2022-09-20 12:33:32.316 | + functions-common:verify_disabled_services:2152 : [[ ,c-bak,c-vol,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,q-l3, ]] 2022-09-20 12:33:32.319 | + functions-common:verify_disabled_services:2151 : for service in ${ENABLED_SERVICES//,/ } 2022-09-20 12:33:32.322 | + functions-common:verify_disabled_services:2152 : [[ ,c-bak,c-vol,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,q-meta, ]] 2022-09-20 12:33:32.326 | + functions-common:verify_disabled_services:2151 : for service in ${ENABLED_SERVICES//,/ } 2022-09-20 12:33:32.329 | + functions-common:verify_disabled_services:2152 : [[ ,c-bak,c-vol,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,q-metering, ]] 2022-09-20 12:33:32.331 | + functions-common:verify_disabled_services:2151 : for service in ${ENABLED_SERVICES//,/ } 2022-09-20 12:33:32.333 | + functions-common:verify_disabled_services:2152 : [[ ,c-bak,c-vol,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,q-vpn, ]] 2022-09-20 12:33:32.336 | + functions-common:verify_disabled_services:2151 : for service in ${ENABLED_SERVICES//,/ } 2022-09-20 12:33:32.338 | + functions-common:verify_disabled_services:2152 : [[ ,c-bak,c-vol,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,g-reg, ]] 2022-09-20 12:33:32.341 | + functions-common:verify_disabled_services:2151 : for service in ${ENABLED_SERVICES//,/ } 2022-09-20 12:33:32.344 | + functions-common:verify_disabled_services:2152 : [[ ,c-bak,c-vol,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,cinder, ]] 2022-09-20 12:33:32.346 | + functions-common:verify_disabled_services:2151 : for service in ${ENABLED_SERVICES//,/ } 2022-09-20 12:33:32.348 | + functions-common:verify_disabled_services:2152 : [[ ,c-bak,c-vol,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,s-proxy, ]] 2022-09-20 12:33:32.352 | + functions-common:verify_disabled_services:2151 : for service in ${ENABLED_SERVICES//,/ } 2022-09-20 12:33:32.354 | + functions-common:verify_disabled_services:2152 : [[ ,c-bak,c-vol,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,s-object, ]] 2022-09-20 12:33:32.356 | + functions-common:verify_disabled_services:2151 : for service in ${ENABLED_SERVICES//,/ } 2022-09-20 12:33:32.361 | + functions-common:verify_disabled_services:2152 : [[ ,c-bak,c-vol,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,s-container, ]] 2022-09-20 12:33:32.363 | + functions-common:verify_disabled_services:2151 : for service in ${ENABLED_SERVICES//,/ } 2022-09-20 12:33:32.367 | + functions-common:verify_disabled_services:2152 : [[ ,c-bak,c-vol,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,s-account, ]] 2022-09-20 12:33:32.370 | + functions-common:verify_disabled_services:2151 : for service in ${ENABLED_SERVICES//,/ } 2022-09-20 12:33:32.373 | + functions-common:verify_disabled_services:2152 : [[ ,c-bak,c-vol,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,heat, ]] 2022-09-20 12:33:32.375 | + functions-common:verify_disabled_services:2151 : for service in ${ENABLED_SERVICES//,/ } 2022-09-20 12:33:32.378 | + functions-common:verify_disabled_services:2152 : [[ ,c-bak,c-vol,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,h-api, ]] 2022-09-20 12:33:32.381 | + functions-common:verify_disabled_services:2151 : for service in ${ENABLED_SERVICES//,/ } 2022-09-20 12:33:32.383 | + functions-common:verify_disabled_services:2152 : [[ ,c-bak,c-vol,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,h-api-cfn, ]] 2022-09-20 12:33:32.385 | + functions-common:verify_disabled_services:2151 : for service in ${ENABLED_SERVICES//,/ } 2022-09-20 12:33:32.388 | + functions-common:verify_disabled_services:2152 : [[ ,c-bak,c-vol,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,h-api-cw, ]] 2022-09-20 12:33:32.391 | + functions-common:verify_disabled_services:2151 : for service in ${ENABLED_SERVICES//,/ } 2022-09-20 12:33:32.393 | + functions-common:verify_disabled_services:2152 : [[ ,c-bak,c-vol,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,h-eng, ]] 2022-09-20 12:33:32.396 | + functions-common:verify_disabled_services:2151 : for service in ${ENABLED_SERVICES//,/ } 2022-09-20 12:33:32.398 | + functions-common:verify_disabled_services:2152 : [[ ,c-bak,c-vol,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,ceilometer-acentral, ]] 2022-09-20 12:33:32.400 | + functions-common:verify_disabled_services:2151 : for service in ${ENABLED_SERVICES//,/ } 2022-09-20 12:33:32.403 | + functions-common:verify_disabled_services:2152 : [[ ,c-bak,c-vol,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,ceilometer-acompute, ]] 2022-09-20 12:33:32.406 | + functions-common:verify_disabled_services:2151 : for service in ${ENABLED_SERVICES//,/ } 2022-09-20 12:33:32.408 | + functions-common:verify_disabled_services:2152 : [[ ,c-bak,c-vol,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,ceilometer-collector, ]] 2022-09-20 12:33:32.411 | + functions-common:verify_disabled_services:2151 : for service in ${ENABLED_SERVICES//,/ } 2022-09-20 12:33:32.413 | + functions-common:verify_disabled_services:2152 : [[ ,c-bak,c-vol,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,ceilometer-api, ]] 2022-09-20 12:33:32.415 | + functions-common:verify_disabled_services:2151 : for service in ${ENABLED_SERVICES//,/ } 2022-09-20 12:33:32.423 | + functions-common:verify_disabled_services:2152 : [[ ,c-bak,c-vol,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,ceilometer-anotification, ]] 2022-09-20 12:33:32.427 | + ./stack.sh:main:690 : initialize_database_backends 2022-09-20 12:33:32.429 | + lib/database:initialize_database_backends:65 : for backend in $DATABASE_BACKENDS 2022-09-20 12:33:32.432 | + lib/database:initialize_database_backends:66 : is_service_enabled mysql 2022-09-20 12:33:32.449 | + functions-common:is_service_enabled:2095 : return 0 2022-09-20 12:33:32.451 | + lib/database:initialize_database_backends:66 : DATABASE_TYPE=mysql 2022-09-20 12:33:32.454 | + lib/database:initialize_database_backends:65 : for backend in $DATABASE_BACKENDS 2022-09-20 12:33:32.456 | + lib/database:initialize_database_backends:66 : is_service_enabled postgresql 2022-09-20 12:33:32.475 | + functions-common:is_service_enabled:2095 : return 1 2022-09-20 12:33:32.477 | + lib/database:initialize_database_backends:69 : '[' -z mysql ']' 2022-09-20 12:33:32.480 | + lib/database:initialize_database_backends:73 : MYSQL_HOST=127.0.0.1 2022-09-20 12:33:32.483 | + lib/database:initialize_database_backends:74 : MYSQL_USER=root 2022-09-20 12:33:32.485 | + lib/database:initialize_database_backends:80 : [[ 4 == 6 ]] 2022-09-20 12:33:32.488 | + lib/database:initialize_database_backends:83 : DATABASE_HOST=127.0.0.1 2022-09-20 12:33:32.490 | + lib/database:initialize_database_backends:86 : DATABASE_USER=root 2022-09-20 12:33:32.493 | + lib/database:initialize_database_backends:88 : '[' -n '' ']' 2022-09-20 12:33:32.495 | + lib/database:initialize_database_backends:92 : return 0 2022-09-20 12:33:32.498 | + ./stack.sh:main:691 : echo 'Using mysql database backend' 2022-09-20 12:33:32.498 | Using mysql database backend 2022-09-20 12:33:32.500 | + ./stack.sh:main:694 : read_password DATABASE_PASSWORD 'ENTER A PASSWORD TO USE FOR THE DATABASE.' 2022-09-20 12:33:32.519 | + ./stack.sh:main:696 : define_database_baseurl 2022-09-20 12:33:32.523 | ++ lib/database:define_database_baseurl:106 : get_database_type_mysql 2022-09-20 12:33:32.526 | ++ lib/databases/mysql:get_database_type_mysql:38 : [[ PyMySQL == \P\y\M\y\S\Q\L ]] 2022-09-20 12:33:32.529 | ++ lib/databases/mysql:get_database_type_mysql:39 : echo mysql+pymysql 2022-09-20 12:33:32.533 | + lib/database:define_database_baseurl:106 : BASE_SQL_CONN=mysql+pymysql://root:Passw0rd@127.0.0.1 2022-09-20 12:33:32.535 | + ./stack.sh:main:708 : is_service_enabled rabbit 2022-09-20 12:33:32.551 | + functions-common:is_service_enabled:2095 : return 0 2022-09-20 12:33:32.554 | + ./stack.sh:main:709 : read_password RABBIT_PASSWORD 'ENTER A PASSWORD TO USE FOR RABBIT.' 2022-09-20 12:33:32.571 | + ./stack.sh:main:716 : is_service_enabled keystone 2022-09-20 12:33:32.588 | + functions-common:is_service_enabled:2095 : return 0 2022-09-20 12:33:32.590 | + ./stack.sh:main:718 : read_password SERVICE_PASSWORD 'ENTER A SERVICE_PASSWORD TO USE FOR THE SERVICE AUTHENTICATION.' 2022-09-20 12:33:32.607 | + ./stack.sh:main:720 : read_password ADMIN_PASSWORD 'ENTER A PASSWORD TO USE FOR HORIZON AND KEYSTONE (20 CHARS OR LESS).' 2022-09-20 12:33:32.624 | + ./stack.sh:main:731 : is_service_enabled ldap 2022-09-20 12:33:32.643 | + functions-common:is_service_enabled:2095 : return 1 2022-09-20 12:33:32.645 | + ./stack.sh:main:740 : is_service_enabled s-proxy 2022-09-20 12:33:32.663 | + functions-common:is_service_enabled:2095 : return 0 2022-09-20 12:33:32.665 | + ./stack.sh:main:744 : read_password SWIFT_HASH 'ENTER A RANDOM SWIFT HASH.' 2022-09-20 12:33:32.683 | + ./stack.sh:main:746 : [[ -z '' ]] 2022-09-20 12:33:32.686 | + ./stack.sh:main:746 : [[ False == \T\r\u\e ]] 2022-09-20 12:33:32.689 | + ./stack.sh:main:752 : save_stackenv 752 2022-09-20 12:33:32.691 | + functions-common:save_stackenv:60 : local tag=752 2022-09-20 12:33:32.694 | ++ functions-common:save_stackenv:62 : date +%F-%H%M%S 2022-09-20 12:33:32.699 | + functions-common:save_stackenv:62 : time_stamp=2022-09-20-123332 2022-09-20 12:33:32.702 | + functions-common:save_stackenv:63 : echo '# 2022-09-20-123332 752' 2022-09-20 12:33:32.704 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2022-09-20 12:33:32.707 | + functions-common:save_stackenv:65 : echo BASE_SQL_CONN=mysql+pymysql://root:Passw0rd@127.0.0.1 2022-09-20 12:33:32.709 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2022-09-20 12:33:32.711 | + functions-common:save_stackenv:65 : echo DATA_DIR=/opt/stack/data 2022-09-20 12:33:32.714 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2022-09-20 12:33:32.717 | + functions-common:save_stackenv:65 : echo DEST=/opt/stack 2022-09-20 12:33:32.720 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2022-09-20 12:33:32.724 | + functions-common:save_stackenv:65 : echo ENABLED_SERVICES=key,n-api,n-cond,n-sch,n-api-meta,placement-api,placement-client,g-api,c-sch,c-api,ovn-controller,ovn-northd,ovs-vswitchd,ovsdb-server,q-svc,q-ovn-metadata-agent,rabbit,tempest,mysql,etcd3,dstat,n-crt,n-cauth,q-agt,q-dhcp,q-l3,q-meta,q-metering,q-vpn,g-reg,cinder,s-proxy,s-object,s-container,s-account,heat,h-api,h-api-cfn,h-api-cw,h-eng,ceilometer-acentral,ceilometer-acompute,ceilometer-collector,ceilometer-api,ceilometer-anotification 2022-09-20 12:33:32.726 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2022-09-20 12:33:32.728 | + functions-common:save_stackenv:65 : echo HOST_IP=10.222.0.52 2022-09-20 12:33:32.733 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2022-09-20 12:33:32.735 | + functions-common:save_stackenv:65 : echo KEYSTONE_SERVICE_URI=http://10.222.0.52/identity 2022-09-20 12:33:32.738 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2022-09-20 12:33:32.740 | + functions-common:save_stackenv:65 : echo LOGFILE=/opt/stack/logs/stack.sh.log.2022-09-20-123331 2022-09-20 12:33:32.743 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2022-09-20 12:33:32.745 | + functions-common:save_stackenv:65 : echo OS_CACERT= 2022-09-20 12:33:32.750 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2022-09-20 12:33:32.753 | + functions-common:save_stackenv:65 : echo SERVICE_HOST=10.222.0.52 2022-09-20 12:33:32.755 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2022-09-20 12:33:32.757 | + functions-common:save_stackenv:65 : echo STACK_USER=ubuntu 2022-09-20 12:33:32.760 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2022-09-20 12:33:32.762 | + functions-common:save_stackenv:65 : echo TLS_IP= 2022-09-20 12:33:32.766 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2022-09-20 12:33:32.768 | + functions-common:save_stackenv:65 : echo HOST_IPV6=::1 2022-09-20 12:33:32.771 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2022-09-20 12:33:32.775 | + functions-common:save_stackenv:65 : echo SERVICE_IP_VERSION=4 2022-09-20 12:33:32.778 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2022-09-20 12:33:32.780 | + functions-common:save_stackenv:65 : echo TUNNEL_ENDPOINT_IP=10.222.0.52 2022-09-20 12:33:32.783 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2022-09-20 12:33:32.785 | + functions-common:save_stackenv:65 : echo TUNNEL_IP_VERSION=4 2022-09-20 12:33:32.788 | + ./stack.sh:main:765 : GIT_DEPTH=0 2022-09-20 12:33:32.790 | + ./stack.sh:main:765 : git_clone https://opendev.org/openstack/requirements.git /opt/stack/requirements master 2022-09-20 12:33:32.793 | + functions-common:git_clone:596 : local git_remote=https://opendev.org/openstack/requirements.git 2022-09-20 12:33:32.795 | + functions-common:git_clone:597 : local git_dest=/opt/stack/requirements 2022-09-20 12:33:32.798 | + functions-common:git_clone:598 : local git_ref=master 2022-09-20 12:33:32.802 | + functions-common:git_clone:599 : local orig_dir 2022-09-20 12:33:32.805 | ++ functions-common:git_clone:600 : pwd 2022-09-20 12:33:32.808 | + functions-common:git_clone:600 : orig_dir=/home/ubuntu/devstack 2022-09-20 12:33:32.812 | + functions-common:git_clone:601 : local git_clone_flags= 2022-09-20 12:33:32.815 | ++ functions-common:git_clone:603 : trueorfalse False RECLONE 2022-09-20 12:33:32.832 | + functions-common:git_clone:603 : RECLONE=False 2022-09-20 12:33:32.834 | + functions-common:git_clone:604 : [[ 0 -gt 0 ]] 2022-09-20 12:33:32.837 | + functions-common:git_clone:608 : [[ False = \T\r\u\e ]] 2022-09-20 12:33:32.839 | + functions-common:git_clone:617 : echo master 2022-09-20 12:33:32.840 | + functions-common:git_clone:617 : egrep -q '^refs' 2022-09-20 12:33:32.845 | + functions-common:git_clone:631 : [[ ! -d /opt/stack/requirements ]] 2022-09-20 12:33:32.847 | + functions-common:git_clone:639 : [[ False = \T\r\u\e ]] 2022-09-20 12:33:32.850 | + functions-common:git_clone:674 : sudo git config --system --add safe.directory /opt/stack/requirements 2022-09-20 12:33:32.862 | + functions-common:git_clone:677 : cd /opt/stack/requirements 2022-09-20 12:33:32.865 | + functions-common:git_clone:678 : git show --oneline 2022-09-20 12:33:32.866 | + functions-common:git_clone:678 : head -1 2022-09-20 12:33:32.869 | 939121e0 update constraint for python-saharaclient to new release 4.0.2 2022-09-20 12:33:32.872 | + functions-common:git_clone:679 : cd /home/ubuntu/devstack 2022-09-20 12:33:32.876 | + ./stack.sh:main:769 : echo_summary 'Installing package prerequisites' 2022-09-20 12:33:32.878 | + ./stack.sh:echo_summary:435 : [[ -t 3 ]] 2022-09-20 12:33:32.881 | + ./stack.sh:echo_summary:441 : echo -e Installing package prerequisites 2022-09-20 12:33:32.883 | + ./stack.sh:main:770 : source /home/ubuntu/devstack/tools/install_prereqs.sh 2022-09-20 12:33:32.886 | ++ tools/install_prereqs.sh:source:11 : FORCE_PREREQ=0 2022-09-20 12:33:32.889 | ++ tools/install_prereqs.sh:source:13 : getopts :f opt 2022-09-20 12:33:32.892 | ++ tools/install_prereqs.sh:source:23 : [[ -z /home/ubuntu/devstack ]] 2022-09-20 12:33:32.896 | ++ tools/install_prereqs.sh:source:43 : PREREQ_RERUN_MARKER=/home/ubuntu/devstack/.prereqs 2022-09-20 12:33:32.899 | ++ tools/install_prereqs.sh:source:44 : PREREQ_RERUN_HOURS=2 2022-09-20 12:33:32.901 | ++ tools/install_prereqs.sh:source:45 : PREREQ_RERUN_SECONDS=7200 2022-09-20 12:33:32.905 | +++ tools/install_prereqs.sh:source:47 : date +%s 2022-09-20 12:33:32.909 | ++ tools/install_prereqs.sh:source:47 : NOW=1663677212 2022-09-20 12:33:32.912 | +++ tools/install_prereqs.sh:source:48 : head -1 /home/ubuntu/devstack/.prereqs 2022-09-20 12:33:32.917 | ++ tools/install_prereqs.sh:source:48 : LAST_RUN=1663676380 2022-09-20 12:33:32.919 | ++ tools/install_prereqs.sh:source:49 : DELTA=832 2022-09-20 12:33:32.922 | ++ tools/install_prereqs.sh:source:50 : [[ 832 -lt 7200 ]] 2022-09-20 12:33:32.925 | ++ tools/install_prereqs.sh:source:50 : [[ -z 0 ]] 2022-09-20 12:33:32.927 | ++ tools/install_prereqs.sh:source:57 : export_proxy_variables 2022-09-20 12:33:32.929 | ++ functions-common:export_proxy_variables:2257 : isset http_proxy 2022-09-20 12:33:32.932 | ++ functions-common:isset:240 : [[ -v http_proxy ]] 2022-09-20 12:33:32.934 | ++ functions-common:export_proxy_variables:2260 : isset https_proxy 2022-09-20 12:33:32.937 | ++ functions-common:isset:240 : [[ -v https_proxy ]] 2022-09-20 12:33:32.940 | ++ functions-common:export_proxy_variables:2263 : isset no_proxy 2022-09-20 12:33:32.942 | ++ functions-common:isset:240 : [[ -v no_proxy ]] 2022-09-20 12:33:32.945 | +++ tools/install_prereqs.sh:source:64 : get_packages general,key,n-api,n-cond,n-sch,n-api-meta,placement-api,placement-client,g-api,c-sch,c-api,ovn-controller,ovn-northd,ovs-vswitchd,ovsdb-server,q-svc,q-ovn-metadata-agent,rabbit,tempest,mysql,etcd3,dstat,n-crt,n-cauth,q-agt,q-dhcp,q-l3,q-meta,q-metering,q-vpn,g-reg,cinder,s-proxy,s-object,s-container,s-account,heat,h-api,h-api-cfn,h-api-cw,h-eng,ceilometer-acentral,ceilometer-acompute,ceilometer-collector,ceilometer-api,ceilometer-anotification 2022-09-20 12:33:32.995 | ++ tools/install_prereqs.sh:source:64 : PACKAGES='apache2 2022-09-20 12:33:32.995 | apache2-dev 2022-09-20 12:33:32.995 | bc 2022-09-20 12:33:32.995 | bsdmainutils 2022-09-20 12:33:32.995 | curl 2022-09-20 12:33:32.995 | g++ 2022-09-20 12:33:32.995 | gawk 2022-09-20 12:33:32.995 | gcc 2022-09-20 12:33:32.995 | gettext 2022-09-20 12:33:32.995 | git 2022-09-20 12:33:32.995 | graphviz 2022-09-20 12:33:32.995 | iputils-ping 2022-09-20 12:33:32.995 | libapache2-mod-proxy-uwsgi 2022-09-20 12:33:32.995 | libffi-dev 2022-09-20 12:33:32.995 | libjpeg-dev 2022-09-20 12:33:32.995 | libpcre3-dev 2022-09-20 12:33:32.995 | libpq-dev 2022-09-20 12:33:32.995 | libssl-dev 2022-09-20 12:33:32.995 | libsystemd-dev 2022-09-20 12:33:32.995 | libxml2-dev 2022-09-20 12:33:32.995 | libxslt1-dev 2022-09-20 12:33:32.995 | libyaml-dev 2022-09-20 12:33:32.995 | lsof 2022-09-20 12:33:32.995 | openssh-server 2022-09-20 12:33:32.995 | openssl 2022-09-20 12:33:32.995 | pkg-config 2022-09-20 12:33:32.995 | psmisc 2022-09-20 12:33:32.995 | python3-dev 2022-09-20 12:33:32.995 | python3-pip 2022-09-20 12:33:32.995 | python3-systemd 2022-09-20 12:33:32.995 | python3-venv 2022-09-20 12:33:32.995 | tar 2022-09-20 12:33:32.996 | tcpdump 2022-09-20 12:33:32.996 | unzip 2022-09-20 12:33:32.996 | uuid-runtime 2022-09-20 12:33:32.996 | wget 2022-09-20 12:33:32.996 | wget 2022-09-20 12:33:32.996 | zlib1g-dev 2022-09-20 12:33:32.996 | libkrb5-dev 2022-09-20 12:33:32.996 | libldap2-dev 2022-09-20 12:33:32.996 | libsasl2-dev 2022-09-20 12:33:32.996 | memcached 2022-09-20 12:33:32.996 | python3-mysqldb 2022-09-20 12:33:32.996 | sqlite3 2022-09-20 12:33:32.996 | conntrack 2022-09-20 12:33:32.996 | curl 2022-09-20 12:33:32.996 | ebtables 2022-09-20 12:33:32.996 | genisoimage 2022-09-20 12:33:32.996 | iptables 2022-09-20 12:33:32.996 | iputils-arping 2022-09-20 12:33:32.996 | kpartx 2022-09-20 12:33:32.996 | libjs-jquery-tablesorter 2022-09-20 12:33:32.996 | parted 2022-09-20 12:33:32.996 | pm-utils 2022-09-20 12:33:32.996 | python3-mysqldb 2022-09-20 12:33:32.996 | socat 2022-09-20 12:33:32.996 | sqlite3 2022-09-20 12:33:32.996 | sudo 2022-09-20 12:33:32.996 | vlan 2022-09-20 12:33:32.996 | lsscsi 2022-09-20 12:33:32.996 | open-iscsi 2022-09-20 12:33:32.996 | lvm2 2022-09-20 12:33:32.996 | qemu-utils 2022-09-20 12:33:32.996 | thin-provisioning-tools 2022-09-20 12:33:32.996 | acl 2022-09-20 12:33:32.996 | dnsmasq-base 2022-09-20 12:33:32.996 | dnsmasq-utils 2022-09-20 12:33:32.996 | ebtables 2022-09-20 12:33:32.996 | haproxy 2022-09-20 12:33:32.996 | iptables 2022-09-20 12:33:32.997 | iputils-arping 2022-09-20 12:33:32.997 | iputils-ping 2022-09-20 12:33:32.997 | postgresql-server-dev-all 2022-09-20 12:33:32.997 | python3-mysqldb 2022-09-20 12:33:32.997 | sqlite3 2022-09-20 12:33:32.997 | sudo 2022-09-20 12:33:32.997 | vlan 2022-09-20 12:33:32.997 | pcp 2022-09-20 12:33:32.997 | ipset 2022-09-20 12:33:32.997 | conntrack 2022-09-20 12:33:32.997 | conntrackd 2022-09-20 12:33:32.997 | keepalived 2022-09-20 12:33:32.997 | lvm2 2022-09-20 12:33:32.997 | qemu-utils 2022-09-20 12:33:32.997 | thin-provisioning-tools 2022-09-20 12:33:32.997 | curl 2022-09-20 12:33:32.997 | liberasurecode-dev 2022-09-20 12:33:32.997 | make 2022-09-20 12:33:32.997 | memcached 2022-09-20 12:33:32.997 | rsync 2022-09-20 12:33:32.997 | sqlite3 2022-09-20 12:33:32.997 | xfsprogs' 2022-09-20 12:33:32.998 | +++ tools/install_prereqs.sh:source:65 : get_plugin_packages 2022-09-20 12:33:33.021 | ++ tools/install_prereqs.sh:source:65 : PACKAGES='apache2 2022-09-20 12:33:33.021 | apache2-dev 2022-09-20 12:33:33.021 | bc 2022-09-20 12:33:33.021 | bsdmainutils 2022-09-20 12:33:33.021 | curl 2022-09-20 12:33:33.021 | g++ 2022-09-20 12:33:33.021 | gawk 2022-09-20 12:33:33.021 | gcc 2022-09-20 12:33:33.021 | gettext 2022-09-20 12:33:33.021 | git 2022-09-20 12:33:33.021 | graphviz 2022-09-20 12:33:33.021 | iputils-ping 2022-09-20 12:33:33.021 | libapache2-mod-proxy-uwsgi 2022-09-20 12:33:33.021 | libffi-dev 2022-09-20 12:33:33.021 | libjpeg-dev 2022-09-20 12:33:33.021 | libpcre3-dev 2022-09-20 12:33:33.021 | libpq-dev 2022-09-20 12:33:33.021 | libssl-dev 2022-09-20 12:33:33.021 | libsystemd-dev 2022-09-20 12:33:33.021 | libxml2-dev 2022-09-20 12:33:33.021 | libxslt1-dev 2022-09-20 12:33:33.021 | libyaml-dev 2022-09-20 12:33:33.021 | lsof 2022-09-20 12:33:33.021 | openssh-server 2022-09-20 12:33:33.022 | openssl 2022-09-20 12:33:33.022 | pkg-config 2022-09-20 12:33:33.022 | psmisc 2022-09-20 12:33:33.022 | python3-dev 2022-09-20 12:33:33.022 | python3-pip 2022-09-20 12:33:33.022 | python3-systemd 2022-09-20 12:33:33.022 | python3-venv 2022-09-20 12:33:33.022 | tar 2022-09-20 12:33:33.022 | tcpdump 2022-09-20 12:33:33.022 | unzip 2022-09-20 12:33:33.022 | uuid-runtime 2022-09-20 12:33:33.022 | wget 2022-09-20 12:33:33.022 | wget 2022-09-20 12:33:33.022 | zlib1g-dev 2022-09-20 12:33:33.022 | libkrb5-dev 2022-09-20 12:33:33.022 | libldap2-dev 2022-09-20 12:33:33.022 | libsasl2-dev 2022-09-20 12:33:33.022 | memcached 2022-09-20 12:33:33.022 | python3-mysqldb 2022-09-20 12:33:33.022 | sqlite3 2022-09-20 12:33:33.022 | conntrack 2022-09-20 12:33:33.022 | curl 2022-09-20 12:33:33.022 | ebtables 2022-09-20 12:33:33.022 | genisoimage 2022-09-20 12:33:33.022 | iptables 2022-09-20 12:33:33.022 | iputils-arping 2022-09-20 12:33:33.022 | kpartx 2022-09-20 12:33:33.022 | libjs-jquery-tablesorter 2022-09-20 12:33:33.022 | parted 2022-09-20 12:33:33.022 | pm-utils 2022-09-20 12:33:33.022 | python3-mysqldb 2022-09-20 12:33:33.022 | socat 2022-09-20 12:33:33.022 | sqlite3 2022-09-20 12:33:33.022 | sudo 2022-09-20 12:33:33.022 | vlan 2022-09-20 12:33:33.022 | lsscsi 2022-09-20 12:33:33.022 | open-iscsi 2022-09-20 12:33:33.022 | lvm2 2022-09-20 12:33:33.022 | qemu-utils 2022-09-20 12:33:33.023 | thin-provisioning-tools 2022-09-20 12:33:33.023 | acl 2022-09-20 12:33:33.023 | dnsmasq-base 2022-09-20 12:33:33.023 | dnsmasq-utils 2022-09-20 12:33:33.023 | ebtables 2022-09-20 12:33:33.023 | haproxy 2022-09-20 12:33:33.023 | iptables 2022-09-20 12:33:33.023 | iputils-arping 2022-09-20 12:33:33.023 | iputils-ping 2022-09-20 12:33:33.023 | postgresql-server-dev-all 2022-09-20 12:33:33.023 | python3-mysqldb 2022-09-20 12:33:33.023 | sqlite3 2022-09-20 12:33:33.023 | sudo 2022-09-20 12:33:33.023 | vlan 2022-09-20 12:33:33.023 | pcp 2022-09-20 12:33:33.023 | ipset 2022-09-20 12:33:33.023 | conntrack 2022-09-20 12:33:33.023 | conntrackd 2022-09-20 12:33:33.023 | keepalived 2022-09-20 12:33:33.023 | lvm2 2022-09-20 12:33:33.023 | qemu-utils 2022-09-20 12:33:33.023 | thin-provisioning-tools 2022-09-20 12:33:33.023 | curl 2022-09-20 12:33:33.023 | liberasurecode-dev 2022-09-20 12:33:33.023 | make 2022-09-20 12:33:33.023 | memcached 2022-09-20 12:33:33.023 | rsync 2022-09-20 12:33:33.023 | sqlite3 2022-09-20 12:33:33.023 | xfsprogs ' 2022-09-20 12:33:33.023 | ++ tools/install_prereqs.sh:source:67 : is_ubuntu 2022-09-20 12:33:33.026 | ++ functions-common:is_ubuntu:567 : [[ -z deb ]] 2022-09-20 12:33:33.028 | ++ functions-common:is_ubuntu:570 : '[' deb = deb ']' 2022-09-20 12:33:33.032 | ++ 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 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-09-20 12:33:33.032 | ++ tools/install_prereqs.sh:source:67 : grep -q dkms 2022-09-20 12:33:33.037 | ++ 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 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-09-20 12:33:33.039 | ++ functions-common:install_package:1463 : update_package_repo 2022-09-20 12:33:33.042 | ++ functions-common:update_package_repo:1435 : NO_UPDATE_REPOS=False 2022-09-20 12:33:33.045 | ++ functions-common:update_package_repo:1436 : REPOS_UPDATED=False 2022-09-20 12:33:33.047 | ++ functions-common:update_package_repo:1437 : RETRY_UPDATE=False 2022-09-20 12:33:33.049 | ++ functions-common:update_package_repo:1439 : [[ False = \T\r\u\e ]] 2022-09-20 12:33:33.051 | ++ functions-common:update_package_repo:1443 : is_ubuntu 2022-09-20 12:33:33.053 | ++ functions-common:is_ubuntu:567 : [[ -z deb ]] 2022-09-20 12:33:33.055 | ++ functions-common:is_ubuntu:570 : '[' deb = deb ']' 2022-09-20 12:33:33.058 | ++ functions-common:update_package_repo:1444 : apt_get_update 2022-09-20 12:33:33.060 | ++ functions-common:apt_get_update:1189 : [[ False == \T\r\u\e ]] 2022-09-20 12:33:33.062 | ++ functions-common:apt_get_update:1194 : [[ False = \T\r\u\e ]] 2022-09-20 12:33:33.065 | ++ functions-common:apt_get_update:1196 : local sudo=sudo 2022-09-20 12:33:33.067 | +++ functions-common:apt_get_update:1197 : id -u 2022-09-20 12:33:33.071 | ++ functions-common:apt_get_update:1197 : [[ 1000 = \0 ]] 2022-09-20 12:33:33.074 | ++ functions-common:apt_get_update:1200 : time_start apt-get-update 2022-09-20 12:33:33.076 | ++ functions-common:time_start:2425 : local name=apt-get-update 2022-09-20 12:33:33.078 | ++ functions-common:time_start:2426 : local start_time= 2022-09-20 12:33:33.080 | ++ functions-common:time_start:2427 : [[ -n '' ]] 2022-09-20 12:33:33.084 | +++ functions-common:time_start:2430 : date +%s%3N 2022-09-20 12:33:33.088 | ++ functions-common:time_start:2430 : _TIME_START[$name]=1663677213085 2022-09-20 12:33:33.090 | ++ functions-common:apt_get_update:1202 : local 'proxies=http_proxy= https_proxy= no_proxy= ' 2022-09-20 12:33:33.092 | ++ functions-common:apt_get_update:1203 : local 'update_cmd=sudo http_proxy= https_proxy= no_proxy= apt-get update' 2022-09-20 12:33:33.095 | ++ functions-common:apt_get_update:1204 : timeout 300 sh -c 'while ! sudo http_proxy= https_proxy= no_proxy= apt-get update; do sleep 30; done' 2022-09-20 12:33:33.475 | Hit:1 http://security.ubuntu.com/ubuntu focal-security InRelease 2022-09-20 12:33:33.475 | Hit:2 http://nova.clouds.archive.ubuntu.com/ubuntu focal InRelease 2022-09-20 12:33:33.604 | Hit:3 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates InRelease 2022-09-20 12:33:33.731 | Hit:4 http://nova.clouds.archive.ubuntu.com/ubuntu focal-backports InRelease 2022-09-20 12:33:35.956 | Reading package lists... 2022-09-20 12:33:35.989 | ++ functions-common:apt_get_update:1208 : REPOS_UPDATED=True 2022-09-20 12:33:35.991 | ++ functions-common:apt_get_update:1210 : time_stop apt-get-update 2022-09-20 12:33:35.993 | ++ functions-common:time_stop:2439 : local name 2022-09-20 12:33:35.995 | ++ functions-common:time_stop:2440 : local end_time 2022-09-20 12:33:35.997 | ++ functions-common:time_stop:2441 : local elapsed_time 2022-09-20 12:33:36.000 | ++ functions-common:time_stop:2442 : local total 2022-09-20 12:33:36.002 | ++ functions-common:time_stop:2443 : local start_time 2022-09-20 12:33:36.004 | ++ functions-common:time_stop:2445 : name=apt-get-update 2022-09-20 12:33:36.006 | ++ functions-common:time_stop:2446 : start_time=1663677213085 2022-09-20 12:33:36.008 | ++ functions-common:time_stop:2448 : [[ -z 1663677213085 ]] 2022-09-20 12:33:36.011 | +++ functions-common:time_stop:2451 : date +%s%3N 2022-09-20 12:33:36.016 | ++ functions-common:time_stop:2451 : end_time=1663677216013 2022-09-20 12:33:36.018 | ++ functions-common:time_stop:2452 : elapsed_time=2928 2022-09-20 12:33:36.021 | ++ functions-common:time_stop:2453 : total=0 2022-09-20 12:33:36.023 | ++ functions-common:time_stop:2455 : _TIME_START[$name]= 2022-09-20 12:33:36.025 | ++ functions-common:time_stop:2456 : _TIME_TOTAL[$name]=2928 2022-09-20 12:33:36.027 | ++ functions-common:install_package:1464 : real_install_package apache2 apache2-dev bc bsdmainutils curl g++ gawk gcc gettext git graphviz iputils-ping libapache2-mod-proxy-uwsgi libffi-dev libjpeg-dev libpcre3-dev libpq-dev libssl-dev libsystemd-dev libxml2-dev libxslt1-dev libyaml-dev lsof openssh-server openssl pkg-config psmisc python3-dev python3-pip python3-systemd python3-venv tar tcpdump unzip uuid-runtime wget wget zlib1g-dev libkrb5-dev libldap2-dev libsasl2-dev memcached python3-mysqldb sqlite3 conntrack curl 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-09-20 12:33:36.030 | ++ functions-common:real_install_package:1449 : is_ubuntu 2022-09-20 12:33:36.032 | ++ functions-common:is_ubuntu:567 : [[ -z deb ]] 2022-09-20 12:33:36.034 | ++ functions-common:is_ubuntu:570 : '[' deb = deb ']' 2022-09-20 12:33:36.036 | ++ functions-common:real_install_package:1450 : apt_get install apache2 apache2-dev bc bsdmainutils curl g++ gawk gcc gettext git graphviz iputils-ping libapache2-mod-proxy-uwsgi libffi-dev libjpeg-dev libpcre3-dev libpq-dev libssl-dev libsystemd-dev libxml2-dev libxslt1-dev libyaml-dev lsof openssh-server openssl pkg-config psmisc python3-dev python3-pip python3-systemd python3-venv tar tcpdump unzip uuid-runtime wget wget zlib1g-dev libkrb5-dev libldap2-dev libsasl2-dev memcached python3-mysqldb sqlite3 conntrack curl 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-09-20 12:33:36.058 | ++ functions-common:apt_get:1230 : sudo DEBIAN_FRONTEND=noninteractive http_proxy= https_proxy= no_proxy= apt-get --option Dpkg::Options::=--force-confold --assume-yes install apache2 apache2-dev bc bsdmainutils curl g++ gawk gcc gettext git graphviz iputils-ping libapache2-mod-proxy-uwsgi libffi-dev libjpeg-dev libpcre3-dev libpq-dev libssl-dev libsystemd-dev libxml2-dev libxslt1-dev libyaml-dev lsof openssh-server openssl pkg-config psmisc python3-dev python3-pip python3-systemd python3-venv tar tcpdump unzip uuid-runtime wget wget zlib1g-dev libkrb5-dev libldap2-dev libsasl2-dev memcached python3-mysqldb sqlite3 conntrack curl 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-09-20 12:33:36.171 | Reading package lists... 2022-09-20 12:33:36.449 | Building dependency tree... 2022-09-20 12:33:36.451 | Reading state information... 2022-09-20 12:33:36.489 | acl is already the newest version (2.2.53-6). 2022-09-20 12:33:36.490 | bc is already the newest version (1.07.1-2build1). 2022-09-20 12:33:36.490 | bsdmainutils is already the newest version (11.1.2ubuntu3). 2022-09-20 12:33:36.490 | conntrack is already the newest version (1:1.4.5-2). 2022-09-20 12:33:36.490 | ebtables is already the newest version (2.0.11-3build1). 2022-09-20 12:33:36.490 | g++ is already the newest version (4:9.3.0-1ubuntu2). 2022-09-20 12:33:36.490 | gawk is already the newest version (1:5.0.1+dfsg-1). 2022-09-20 12:33:36.490 | gcc is already the newest version (4:9.3.0-1ubuntu2). 2022-09-20 12:33:36.490 | genisoimage is already the newest version (9:1.1.11-3.1ubuntu1). 2022-09-20 12:33:36.490 | gettext is already the newest version (0.19.8.1-10build1). 2022-09-20 12:33:36.490 | iptables is already the newest version (1.8.4-3ubuntu2). 2022-09-20 12:33:36.490 | iputils-arping is already the newest version (3:20190709-3). 2022-09-20 12:33:36.490 | iputils-ping is already the newest version (3:20190709-3). 2022-09-20 12:33:36.490 | kpartx is already the newest version (0.8.3-1ubuntu2). 2022-09-20 12:33:36.490 | liberasurecode-dev is already the newest version (1.6.1-4). 2022-09-20 12:33:36.490 | libffi-dev is already the newest version (3.3-4). 2022-09-20 12:33:36.490 | libjpeg-dev is already the newest version (8c-2ubuntu8). 2022-09-20 12:33:36.490 | libyaml-dev is already the newest version (0.2.2-1). 2022-09-20 12:33:36.490 | lsscsi is already the newest version (0.30-0.1). 2022-09-20 12:33:36.490 | lvm2 is already the newest version (2.03.07-1ubuntu1). 2022-09-20 12:33:36.490 | make is already the newest version (4.2.1-1.2). 2022-09-20 12:33:36.490 | pkg-config is already the newest version (0.29.1-0ubuntu4). 2022-09-20 12:33:36.490 | psmisc is already the newest version (23.3-1). 2022-09-20 12:33:36.490 | python3-dev is already the newest version (3.8.2-0ubuntu2). 2022-09-20 12:33:36.490 | python3-mysqldb is already the newest version (1.4.4-2build1). 2022-09-20 12:33:36.490 | python3-systemd is already the newest version (234-3build2). 2022-09-20 12:33:36.490 | socat is already the newest version (1.7.3.3-2). 2022-09-20 12:33:36.490 | thin-provisioning-tools is already the newest version (0.8.5-4build1). 2022-09-20 12:33:36.490 | unzip is already the newest version (6.0-25ubuntu1). 2022-09-20 12:33:36.490 | xfsprogs is already the newest version (5.3.0-1ubuntu2). 2022-09-20 12:33:36.490 | conntrackd is already the newest version (1:1.4.5-2). 2022-09-20 12:33:36.490 | graphviz is already the newest version (2.42.2-3build2). 2022-09-20 12:33:36.490 | libjs-jquery-tablesorter is already the newest version (1:2.31.1+dfsg1-1). 2022-09-20 12:33:36.490 | pcp is already the newest version (5.0.3-1). 2022-09-20 12:33:36.491 | pm-utils is already the newest version (1.4.1-19). 2022-09-20 12:33:36.491 | python3-venv is already the newest version (3.8.2-0ubuntu2). 2022-09-20 12:33:36.491 | apache2 is already the newest version (2.4.41-4ubuntu3.12). 2022-09-20 12:33:36.491 | apache2-dev is already the newest version (2.4.41-4ubuntu3.12). 2022-09-20 12:33:36.491 | curl is already the newest version (7.68.0-1ubuntu2.13). 2022-09-20 12:33:36.491 | dnsmasq-base is already the newest version (2.80-1.1ubuntu1.5). 2022-09-20 12:33:36.491 | dnsmasq-utils is already the newest version (2.80-1.1ubuntu1.5). 2022-09-20 12:33:36.491 | git is already the newest version (1:2.25.1-1ubuntu3.5). 2022-09-20 12:33:36.491 | haproxy is already the newest version (2.0.13-2ubuntu0.5). 2022-09-20 12:33:36.491 | ipset is already the newest version (7.5-1ubuntu0.20.04.1). 2022-09-20 12:33:36.491 | keepalived is already the newest version (1:2.0.19-2ubuntu0.2). 2022-09-20 12:33:36.491 | libkrb5-dev is already the newest version (1.17-6ubuntu4.1). 2022-09-20 12:33:36.491 | libldap2-dev is already the newest version (2.4.49+dfsg-2ubuntu1.9). 2022-09-20 12:33:36.491 | libpcre3-dev is already the newest version (2:8.39-12ubuntu0.1). 2022-09-20 12:33:36.491 | libpq-dev is already the newest version (12.12-0ubuntu0.20.04.1). 2022-09-20 12:33:36.491 | libsasl2-dev is already the newest version (2.1.27+dfsg-2ubuntu0.1). 2022-09-20 12:33:36.491 | libssl-dev is already the newest version (1.1.1f-1ubuntu2.16). 2022-09-20 12:33:36.491 | libsystemd-dev is already the newest version (245.4-4ubuntu3.17). 2022-09-20 12:33:36.491 | libxml2-dev is already the newest version (2.9.10+dfsg-5ubuntu0.20.04.4). 2022-09-20 12:33:36.491 | libxslt1-dev is already the newest version (1.1.34-4ubuntu0.20.04.1). 2022-09-20 12:33:36.491 | lsof is already the newest version (4.93.2+dfsg-1ubuntu0.20.04.1). 2022-09-20 12:33:36.491 | memcached is already the newest version (1.5.22-2ubuntu0.2). 2022-09-20 12:33:36.491 | open-iscsi is already the newest version (2.0.874-7.1ubuntu6.2). 2022-09-20 12:33:36.491 | openssh-server is already the newest version (1:8.2p1-4ubuntu0.5). 2022-09-20 12:33:36.491 | openssl is already the newest version (1.1.1f-1ubuntu2.16). 2022-09-20 12:33:36.491 | parted is already the newest version (3.3-4ubuntu0.20.04.1). 2022-09-20 12:33:36.491 | qemu-utils is already the newest version (1:4.2-3ubuntu6.23). 2022-09-20 12:33:36.491 | rsync is already the newest version (3.1.3-8ubuntu0.4). 2022-09-20 12:33:36.491 | sqlite3 is already the newest version (3.31.1-4ubuntu0.4). 2022-09-20 12:33:36.491 | sudo is already the newest version (1.8.31-1ubuntu1.2). 2022-09-20 12:33:36.491 | tar is already the newest version (1.30+dfsg-7ubuntu0.20.04.2). 2022-09-20 12:33:36.491 | tcpdump is already the newest version (4.9.3-4ubuntu0.1). 2022-09-20 12:33:36.491 | uuid-runtime is already the newest version (2.34-0.1ubuntu9.3). 2022-09-20 12:33:36.491 | wget is already the newest version (1.20.3-1ubuntu2). 2022-09-20 12:33:36.492 | zlib1g-dev is already the newest version (1:1.2.11.dfsg-2ubuntu1.3). 2022-09-20 12:33:36.738 | libapache2-mod-proxy-uwsgi is already the newest version (2.4.41-4ubuntu3.12). 2022-09-20 12:33:36.738 | postgresql-server-dev-all is already the newest version (214ubuntu0.1). 2022-09-20 12:33:36.738 | python3-pip is already the newest version (20.0.2-5ubuntu1.6). 2022-09-20 12:33:36.738 | vlan is already the newest version (2.0.4ubuntu1.20.04.1). 2022-09-20 12:33:36.738 | The following packages were automatically installed and are no longer required: 2022-09-20 12:33:36.739 | apport-symptoms libnetplan0 python3-automat python3-blinker python3-click 2022-09-20 12:33:36.739 | python3-colorama python3-configobj python3-constantly python3-entrypoints 2022-09-20 12:33:36.739 | python3-hamcrest python3-hyperlink python3-incremental python3-jwt 2022-09-20 12:33:36.739 | python3-keyring python3-lazr.uri python3-oauthlib python3-problem-report 2022-09-20 12:33:36.739 | python3-secretstorage python3-twisted-bin python3-wadllib 2022-09-20 12:33:36.740 | python3-zope.interface 2022-09-20 12:33:36.740 | Use 'sudo apt autoremove' to remove them. 2022-09-20 12:33:36.858 | 0 upgraded, 0 newly installed, 0 to remove and 160 not upgraded. 2022-09-20 12:33:36.863 | ++ functions-common:apt_get:1234 : result=0 2022-09-20 12:33:36.865 | ++ functions-common:apt_get:1237 : time_stop apt-get 2022-09-20 12:33:36.867 | ++ functions-common:time_stop:2439 : local name 2022-09-20 12:33:36.870 | ++ functions-common:time_stop:2440 : local end_time 2022-09-20 12:33:36.872 | ++ functions-common:time_stop:2441 : local elapsed_time 2022-09-20 12:33:36.874 | ++ functions-common:time_stop:2442 : local total 2022-09-20 12:33:36.876 | ++ functions-common:time_stop:2443 : local start_time 2022-09-20 12:33:36.878 | ++ functions-common:time_stop:2445 : name=apt-get 2022-09-20 12:33:36.881 | ++ functions-common:time_stop:2446 : start_time=1663677216055 2022-09-20 12:33:36.883 | ++ functions-common:time_stop:2448 : [[ -z 1663677216055 ]] 2022-09-20 12:33:36.886 | +++ functions-common:time_stop:2451 : date +%s%3N 2022-09-20 12:33:36.891 | ++ functions-common:time_stop:2451 : end_time=1663677216887 2022-09-20 12:33:36.893 | ++ functions-common:time_stop:2452 : elapsed_time=832 2022-09-20 12:33:36.895 | ++ functions-common:time_stop:2453 : total=840 2022-09-20 12:33:36.897 | ++ functions-common:time_stop:2455 : _TIME_START[$name]= 2022-09-20 12:33:36.900 | ++ functions-common:time_stop:2456 : _TIME_TOTAL[$name]=1672 2022-09-20 12:33:36.902 | ++ functions-common:apt_get:1238 : return 0 2022-09-20 12:33:36.905 | ++ tools/install_prereqs.sh:source:74 : [[ -n False ]] 2022-09-20 12:33:36.908 | ++ tools/install_prereqs.sh:source:74 : [[ False != \F\a\l\s\e ]] 2022-09-20 12:33:36.910 | ++ tools/install_prereqs.sh:source:88 : date +%s 2022-09-20 12:33:36.915 | ++ tools/install_prereqs.sh:source:89 : date 2022-09-20 12:33:36.919 | + ./stack.sh:main:785 : [[ False != \T\r\u\e ]] 2022-09-20 12:33:36.922 | + ./stack.sh:main:786 : PYPI_ALTERNATIVE_URL= 2022-09-20 12:33:36.924 | + ./stack.sh:main:786 : /home/ubuntu/devstack/tools/install_pip.sh 2022-09-20 12:33:38.466 | + tools/install_pip.sh:main:25 : FILES=/home/ubuntu/devstack/files 2022-09-20 12:33:38.469 | + tools/install_pip.sh:main:40 : PIP_GET_PIP_URL=https://bootstrap.pypa.io/get-pip.py 2022-09-20 12:33:38.471 | + tools/install_pip.sh:main:41 : PIP_GET_PIP36_URL=https://bootstrap.pypa.io/pip/3.6/get-pip.py 2022-09-20 12:33:38.473 | + tools/install_pip.sh:main:43 : GetDistro 2022-09-20 12:33:38.475 | + functions-common:GetDistro:446 : GetOSVersion 2022-09-20 12:33:38.476 | + functions-common:GetOSVersion:416 : source /etc/os-release 2022-09-20 12:33:38.478 | ++ /etc/os-release:source:1 : NAME=Ubuntu 2022-09-20 12:33:38.480 | ++ /etc/os-release:source:2 : VERSION='20.04.2 LTS (Focal Fossa)' 2022-09-20 12:33:38.482 | ++ /etc/os-release:source:3 : ID=ubuntu 2022-09-20 12:33:38.484 | ++ /etc/os-release:source:4 : ID_LIKE=debian 2022-09-20 12:33:38.486 | ++ /etc/os-release:source:5 : PRETTY_NAME='Ubuntu 20.04.2 LTS' 2022-09-20 12:33:38.487 | ++ /etc/os-release:source:6 : VERSION_ID=20.04 2022-09-20 12:33:38.489 | ++ /etc/os-release:source:7 : HOME_URL=https://www.ubuntu.com/ 2022-09-20 12:33:38.491 | ++ /etc/os-release:source:8 : SUPPORT_URL=https://help.ubuntu.com/ 2022-09-20 12:33:38.493 | ++ /etc/os-release:source:9 : BUG_REPORT_URL=https://bugs.launchpad.net/ubuntu/ 2022-09-20 12:33:38.494 | ++ /etc/os-release:source:10 : PRIVACY_POLICY_URL=https://www.ubuntu.com/legal/terms-and-policies/privacy-policy 2022-09-20 12:33:38.496 | ++ /etc/os-release:source:11 : VERSION_CODENAME=focal 2022-09-20 12:33:38.498 | ++ /etc/os-release:source:12 : UBUNTU_CODENAME=focal 2022-09-20 12:33:38.500 | + functions-common:GetOSVersion:417 : [[ ubuntu20.04.2 LTS (Focal Fossa) == \c\e\n\t\o\s\9 ]] 2022-09-20 12:33:38.501 | + functions-common:GetOSVersion:422 : _ensure_lsb_release 2022-09-20 12:33:38.504 | ++ functions-common:_ensure_lsb_release:393 : command -v lsb_release 2022-09-20 12:33:38.506 | + functions-common:_ensure_lsb_release:393 : [[ -x /usr/bin/lsb_release ]] 2022-09-20 12:33:38.508 | + functions-common:_ensure_lsb_release:394 : return 2022-09-20 12:33:38.510 | ++ functions-common:GetOSVersion:424 : lsb_release -r -s 2022-09-20 12:33:38.581 | + functions-common:GetOSVersion:424 : os_RELEASE=20.04 2022-09-20 12:33:38.583 | ++ functions-common:GetOSVersion:425 : lsb_release -c -s 2022-09-20 12:33:38.653 | + functions-common:GetOSVersion:425 : os_CODENAME=focal 2022-09-20 12:33:38.656 | ++ functions-common:GetOSVersion:426 : lsb_release -i -s 2022-09-20 12:33:38.726 | + functions-common:GetOSVersion:426 : os_VENDOR=Ubuntu 2022-09-20 12:33:38.728 | + functions-common:GetOSVersion:429 : [[ Ubuntu =~ (Debian|Ubuntu) ]] 2022-09-20 12:33:38.730 | + functions-common:GetOSVersion:430 : os_PACKAGE=deb 2022-09-20 12:33:38.731 | + functions-common:GetOSVersion:435 : typeset -xr os_VENDOR 2022-09-20 12:33:38.734 | + functions-common:GetOSVersion:436 : typeset -xr os_RELEASE 2022-09-20 12:33:38.736 | + functions-common:GetOSVersion:437 : typeset -xr os_PACKAGE 2022-09-20 12:33:38.738 | + functions-common:GetOSVersion:438 : typeset -xr os_CODENAME 2022-09-20 12:33:38.741 | + functions-common:GetDistro:447 : [[ Ubuntu =~ (Ubuntu) ]] 2022-09-20 12:33:38.743 | + functions-common:GetDistro:450 : DISTRO=focal 2022-09-20 12:33:38.745 | + functions-common:GetDistro:495 : typeset -xr DISTRO 2022-09-20 12:33:38.747 | + tools/install_pip.sh:main:44 : echo 'Distro: focal' 2022-09-20 12:33:38.747 | Distro: focal 2022-09-20 12:33:38.750 | + tools/install_pip.sh:main:124 : get_versions 2022-09-20 12:33:38.752 | ++ tools/install_pip.sh:get_versions:49 : which pip 2022-09-20 12:33:38.756 | + tools/install_pip.sh:get_versions:49 : PIP=/usr/bin/pip 2022-09-20 12:33:38.758 | + tools/install_pip.sh:get_versions:50 : [[ -n /usr/bin/pip ]] 2022-09-20 12:33:38.761 | ++ tools/install_pip.sh:get_versions:51 : awk '{ print $2}' 2022-09-20 12:33:38.761 | ++ tools/install_pip.sh:get_versions:51 : /usr/bin/pip --version 2022-09-20 12:33:40.252 | + tools/install_pip.sh:get_versions:51 : PIP_VERSION=20.0.2 2022-09-20 12:33:40.254 | + tools/install_pip.sh:get_versions:52 : echo 'pip: 20.0.2' 2022-09-20 12:33:40.254 | pip: 20.0.2 2022-09-20 12:33:40.255 | + tools/install_pip.sh:main:126 : [[ -n '' ]] 2022-09-20 12:33:40.258 | + tools/install_pip.sh:main:130 : is_fedora 2022-09-20 12:33:40.259 | + functions-common:is_fedora:519 : [[ -z Ubuntu ]] 2022-09-20 12:33:40.261 | + functions-common:is_fedora:523 : '[' Ubuntu = Fedora ']' 2022-09-20 12:33:40.263 | + functions-common:is_fedora:523 : '[' Ubuntu = 'Red Hat' ']' 2022-09-20 12:33:40.265 | + functions-common:is_fedora:524 : '[' Ubuntu = RedHatEnterpriseServer ']' 2022-09-20 12:33:40.267 | + functions-common:is_fedora:525 : '[' Ubuntu = RedHatEnterprise ']' 2022-09-20 12:33:40.269 | + functions-common:is_fedora:526 : '[' Ubuntu = CentOS ']' 2022-09-20 12:33:40.271 | + functions-common:is_fedora:526 : '[' Ubuntu = CentOSStream ']' 2022-09-20 12:33:40.272 | + functions-common:is_fedora:527 : '[' Ubuntu = AlmaLinux ']' 2022-09-20 12:33:40.274 | + functions-common:is_fedora:528 : '[' Ubuntu = OracleServer ']' 2022-09-20 12:33:40.276 | + functions-common:is_fedora:528 : '[' Ubuntu = Virtuozzo ']' 2022-09-20 12:33:40.278 | + tools/install_pip.sh:main:141 : is_ubuntu 2022-09-20 12:33:40.279 | + functions-common:is_ubuntu:567 : [[ -z deb ]] 2022-09-20 12:33:40.281 | + functions-common:is_ubuntu:570 : '[' deb = deb ']' 2022-09-20 12:33:40.283 | + tools/install_pip.sh:main:144 : sed -i -e /setuptools/d /opt/stack/requirements/upper-constraints.txt 2022-09-20 12:33:40.288 | + tools/install_pip.sh:main:153 : set -x 2022-09-20 12:33:40.290 | + tools/install_pip.sh:main:156 : get_versions 2022-09-20 12:33:40.292 | ++ tools/install_pip.sh:get_versions:49 : which pip 2022-09-20 12:33:40.296 | + tools/install_pip.sh:get_versions:49 : PIP=/usr/bin/pip 2022-09-20 12:33:40.297 | + tools/install_pip.sh:get_versions:50 : [[ -n /usr/bin/pip ]] 2022-09-20 12:33:40.300 | ++ tools/install_pip.sh:get_versions:51 : /usr/bin/pip --version 2022-09-20 12:33:40.300 | ++ tools/install_pip.sh:get_versions:51 : awk '{ print $2}' 2022-09-20 12:33:41.782 | + tools/install_pip.sh:get_versions:51 : PIP_VERSION=20.0.2 2022-09-20 12:33:41.784 | + tools/install_pip.sh:get_versions:52 : echo 'pip: 20.0.2' 2022-09-20 12:33:41.784 | pip: 20.0.2 2022-09-20 12:33:41.787 | + ./stack.sh:main:790 : source /home/ubuntu/devstack/tools/fixup_stuff.sh 2022-09-20 12:33:41.790 | ++ tools/fixup_stuff.sh:source:12 : [[ -z /home/ubuntu/devstack ]] 2022-09-20 12:33:41.793 | + ./stack.sh:main:791 : fixup_all 2022-09-20 12:33:41.796 | + tools/fixup_stuff.sh:fixup_all:157 : fixup_ubuntu 2022-09-20 12:33:41.798 | + tools/fixup_stuff.sh:fixup_ubuntu:141 : is_ubuntu 2022-09-20 12:33:41.800 | + functions-common:is_ubuntu:567 : [[ -z deb ]] 2022-09-20 12:33:41.803 | + functions-common:is_ubuntu:570 : '[' deb = deb ']' 2022-09-20 12:33:41.805 | + tools/fixup_stuff.sh:fixup_ubuntu:151 : sudo rm -rf '/usr/lib/python3/dist-packages/PyYAML-*.egg-info' 2022-09-20 12:33:41.817 | + tools/fixup_stuff.sh:fixup_ubuntu:152 : sudo rm -rf '/usr/lib/python3/dist-packages/pyasn1_modules-*.egg-info' 2022-09-20 12:33:41.829 | + tools/fixup_stuff.sh:fixup_ubuntu:153 : sudo rm -rf '/usr/lib/python3/dist-packages/simplejson-*.egg-info' 2022-09-20 12:33:41.840 | + tools/fixup_stuff.sh:fixup_all:158 : fixup_fedora 2022-09-20 12:33:41.843 | + tools/fixup_stuff.sh:fixup_fedora:33 : is_fedora 2022-09-20 12:33:41.845 | + functions-common:is_fedora:519 : [[ -z Ubuntu ]] 2022-09-20 12:33:41.847 | + functions-common:is_fedora:523 : '[' Ubuntu = Fedora ']' 2022-09-20 12:33:41.849 | + functions-common:is_fedora:523 : '[' Ubuntu = 'Red Hat' ']' 2022-09-20 12:33:41.852 | + functions-common:is_fedora:524 : '[' Ubuntu = RedHatEnterpriseServer ']' 2022-09-20 12:33:41.854 | + functions-common:is_fedora:525 : '[' Ubuntu = RedHatEnterprise ']' 2022-09-20 12:33:41.856 | + functions-common:is_fedora:526 : '[' Ubuntu = CentOS ']' 2022-09-20 12:33:41.859 | + functions-common:is_fedora:526 : '[' Ubuntu = CentOSStream ']' 2022-09-20 12:33:41.861 | + functions-common:is_fedora:527 : '[' Ubuntu = AlmaLinux ']' 2022-09-20 12:33:41.863 | + functions-common:is_fedora:528 : '[' Ubuntu = OracleServer ']' 2022-09-20 12:33:41.865 | + functions-common:is_fedora:528 : '[' Ubuntu = Virtuozzo ']' 2022-09-20 12:33:41.867 | + tools/fixup_stuff.sh:fixup_fedora:34 : return 2022-09-20 12:33:41.870 | + tools/fixup_stuff.sh:fixup_all:159 : fixup_suse 2022-09-20 12:33:41.872 | + tools/fixup_stuff.sh:fixup_suse:94 : is_suse 2022-09-20 12:33:41.874 | + functions-common:is_suse:536 : is_opensuse 2022-09-20 12:33:41.876 | + functions-common:is_opensuse:543 : [[ -z Ubuntu ]] 2022-09-20 12:33:41.879 | + functions-common:is_opensuse:547 : [[ Ubuntu =~ (openSUSE) ]] 2022-09-20 12:33:41.881 | + functions-common:is_suse:536 : is_suse_linux_enterprise 2022-09-20 12:33:41.883 | + functions-common:is_suse_linux_enterprise:555 : [[ -z Ubuntu ]] 2022-09-20 12:33:41.885 | + functions-common:is_suse_linux_enterprise:559 : [[ Ubuntu =~ (^SUSE) ]] 2022-09-20 12:33:41.887 | + tools/fixup_stuff.sh:fixup_suse:95 : return 2022-09-20 12:33:41.890 | + ./stack.sh:main:794 : pip_install -U os-testr 2022-09-20 12:33:41.912 | Using python 3.8 to install os-testr 2022-09-20 12:33:41.914 | + 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-09-20 12:33:44.080 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-09-20 12:33:44.080 | from cryptography.utils import int_from_bytes 2022-09-20 12:33:44.080 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-09-20 12:33:44.080 | from cryptography.utils import int_from_bytes 2022-09-20 12:33:45.127 | Looking in indexes: http://10.100.0.9:8080/cloudbase/CI/+simple/ 2022-09-20 12:33:45.211 | Requirement already up-to-date: os-testr===3.0.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 295)) (3.0.0) 2022-09-20 12:33:45.312 | Requirement already up-to-date: pbr===5.10.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 332)) (5.10.0) 2022-09-20 12:33:45.338 | Requirement already up-to-date: python-subunit===1.4.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 427)) (1.4.0) 2022-09-20 12:33:45.394 | Requirement already up-to-date: testtools===2.5.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 536)) (2.5.0) 2022-09-20 12:33:45.416 | Requirement already up-to-date: extras===1.0.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 164)) (1.0.0) 2022-09-20 12:33:45.448 | Requirement already up-to-date: fixtures===4.0.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 168)) (4.0.1) 2022-09-20 12:33:47.820 | + inc/python:pip_install:196 : result=0 2022-09-20 12:33:47.822 | + inc/python:pip_install:198 : time_stop pip_install 2022-09-20 12:33:47.825 | + functions-common:time_stop:2439 : local name 2022-09-20 12:33:47.827 | + functions-common:time_stop:2440 : local end_time 2022-09-20 12:33:47.830 | + functions-common:time_stop:2441 : local elapsed_time 2022-09-20 12:33:47.832 | + functions-common:time_stop:2442 : local total 2022-09-20 12:33:47.834 | + functions-common:time_stop:2443 : local start_time 2022-09-20 12:33:47.836 | + functions-common:time_stop:2445 : name=pip_install 2022-09-20 12:33:47.838 | + functions-common:time_stop:2446 : start_time=1663677221907 2022-09-20 12:33:47.840 | + functions-common:time_stop:2448 : [[ -z 1663677221907 ]] 2022-09-20 12:33:47.843 | ++ functions-common:time_stop:2451 : date +%s%3N 2022-09-20 12:33:47.847 | + functions-common:time_stop:2451 : end_time=1663677227845 2022-09-20 12:33:47.849 | + functions-common:time_stop:2452 : elapsed_time=5938 2022-09-20 12:33:47.851 | + functions-common:time_stop:2453 : total=0 2022-09-20 12:33:47.854 | + functions-common:time_stop:2455 : _TIME_START[$name]= 2022-09-20 12:33:47.856 | + functions-common:time_stop:2456 : _TIME_TOTAL[$name]=5938 2022-09-20 12:33:47.858 | + inc/python:pip_install:199 : return 0 2022-09-20 12:33:47.861 | + ./stack.sh:main:798 : iniset -sudo /etc/systemd/journald.conf Journal RateLimitBurst 0 2022-09-20 12:33:47.919 | + ./stack.sh:main:799 : sudo systemctl restart systemd-journald 2022-09-20 12:33:48.038 | + ./stack.sh:main:805 : install_infra 2022-09-20 12:33:48.040 | + lib/infra:install_infra:31 : local PIP_VIRTUAL_ENV=/opt/stack/requirements/.venv 2022-09-20 12:33:48.042 | + lib/infra:install_infra:32 : '[' '!' -d /opt/stack/requirements/.venv ']' 2022-09-20 12:33:48.046 | + lib/infra:install_infra:34 : PIP_VIRTUAL_ENV=/opt/stack/requirements/.venv 2022-09-20 12:33:48.049 | + lib/infra:install_infra:34 : pip_install -U pbr 2022-09-20 12:33:48.074 | + 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-09-20 12:33:50.874 | Looking in indexes: http://10.100.0.9:8080/cloudbase/CI/+simple/ 2022-09-20 12:33:51.000 | Requirement already up-to-date: pbr===5.10.0 in /opt/stack/requirements/.venv/lib/python3.8/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 332)) (5.10.0) 2022-09-20 12:33:51.358 | + inc/python:pip_install:196 : result=0 2022-09-20 12:33:51.361 | + inc/python:pip_install:198 : time_stop pip_install 2022-09-20 12:33:51.363 | + functions-common:time_stop:2439 : local name 2022-09-20 12:33:51.365 | + functions-common:time_stop:2440 : local end_time 2022-09-20 12:33:51.367 | + functions-common:time_stop:2441 : local elapsed_time 2022-09-20 12:33:51.369 | + functions-common:time_stop:2442 : local total 2022-09-20 12:33:51.372 | + functions-common:time_stop:2443 : local start_time 2022-09-20 12:33:51.374 | + functions-common:time_stop:2445 : name=pip_install 2022-09-20 12:33:51.376 | + functions-common:time_stop:2446 : start_time=1663677228066 2022-09-20 12:33:51.379 | + functions-common:time_stop:2448 : [[ -z 1663677228066 ]] 2022-09-20 12:33:51.381 | ++ functions-common:time_stop:2451 : date +%s%3N 2022-09-20 12:33:51.385 | + functions-common:time_stop:2451 : end_time=1663677231383 2022-09-20 12:33:51.388 | + functions-common:time_stop:2452 : elapsed_time=3317 2022-09-20 12:33:51.390 | + functions-common:time_stop:2453 : total=5938 2022-09-20 12:33:51.392 | + functions-common:time_stop:2455 : _TIME_START[$name]= 2022-09-20 12:33:51.394 | + functions-common:time_stop:2456 : _TIME_TOTAL[$name]=9255 2022-09-20 12:33:51.397 | + inc/python:pip_install:199 : return 0 2022-09-20 12:33:51.399 | + lib/infra:install_infra:35 : PIP_VIRTUAL_ENV=/opt/stack/requirements/.venv 2022-09-20 12:33:51.402 | + lib/infra:install_infra:35 : pip_install /opt/stack/requirements 2022-09-20 12:33:51.425 | + 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-09-20 12:33:54.091 | Looking in indexes: http://10.100.0.9:8080/cloudbase/CI/+simple/ 2022-09-20 12:33:54.093 | Processing /opt/stack/requirements 2022-09-20 12:33:55.880 | 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-09-20 12:33:55.883 | Requirement already satisfied: fixtures===4.0.1 in /opt/stack/requirements/.venv/lib/python3.8/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 168)) (4.0.1) 2022-09-20 12:33:55.895 | Requirement already satisfied: packaging===21.3 in /opt/stack/requirements/.venv/lib/python3.8/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 328)) (21.3) 2022-09-20 12:33:55.901 | Requirement already satisfied: pbr===5.10.0 in /opt/stack/requirements/.venv/lib/python3.8/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 332)) (5.10.0) 2022-09-20 12:33:55.903 | 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-09-20 12:33:55.909 | Requirement already satisfied: requests===2.28.1 in /opt/stack/requirements/.venv/lib/python3.8/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 447)) (2.28.1) 2022-09-20 12:33:55.924 | Requirement already satisfied: six===1.16.0 in /opt/stack/requirements/.venv/lib/python3.8/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 483)) (1.16.0) 2022-09-20 12:33:55.926 | Requirement already satisfied: urllib3===1.26.12 in /opt/stack/requirements/.venv/lib/python3.8/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 562)) (1.26.12) 2022-09-20 12:33:55.961 | Requirement already satisfied: Parsley>=1.2 in /opt/stack/requirements/.venv/lib/python3.8/site-packages (from openstack-requirements==1.2.1.dev5739) (1.3) 2022-09-20 12:33:55.963 | Requirement already satisfied: beagle>=0.2.1 in /opt/stack/requirements/.venv/lib/python3.8/site-packages (from openstack-requirements==1.2.1.dev5739) (0.3.0) 2022-09-20 12:33:55.980 | Requirement already satisfied: charset-normalizer===2.1.1 in /opt/stack/requirements/.venv/lib/python3.8/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 112)) (2.1.1) 2022-09-20 12:33:55.985 | Requirement already satisfied: certifi>=2017.4.17 in /opt/stack/requirements/.venv/lib/python3.8/site-packages (from requests===2.28.1->-c /opt/stack/requirements/upper-constraints.txt (line 447)) (2022.9.14) 2022-09-20 12:33:55.988 | Requirement already satisfied: idna===3.3 in /opt/stack/requirements/.venv/lib/python3.8/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 200)) (3.3) 2022-09-20 12:33:55.991 | Requirement already satisfied: cliff===4.0.0 in /opt/stack/requirements/.venv/lib/python3.8/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 114)) (4.0.0) 2022-09-20 12:33:56.002 | Requirement already satisfied: stevedore===4.0.0 in /opt/stack/requirements/.venv/lib/python3.8/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 516)) (4.0.0) 2022-09-20 12:33:56.006 | Requirement already satisfied: importlib-metadata===4.12.0 in /opt/stack/requirements/.venv/lib/python3.8/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 204)) (4.12.0) 2022-09-20 12:33:56.064 | 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-09-20 12:33:56.067 | Requirement already satisfied: prettytable===3.4.1 in /opt/stack/requirements/.venv/lib/python3.8/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 342)) (3.4.1) 2022-09-20 12:33:56.078 | Requirement already satisfied: cmd2===2.4.2 in /opt/stack/requirements/.venv/lib/python3.8/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 115)) (2.4.2) 2022-09-20 12:33:56.127 | Requirement already satisfied: zipp===3.8.1 in /opt/stack/requirements/.venv/lib/python3.8/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 590)) (3.8.1) 2022-09-20 12:33:56.155 | Requirement already satisfied: wcwidth===0.2.5 in /opt/stack/requirements/.venv/lib/python3.8/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 572)) (0.2.5) 2022-09-20 12:33:56.159 | 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-09-20 12:33:56.162 | Requirement already satisfied: attrs===22.1.0 in /opt/stack/requirements/.venv/lib/python3.8/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 90)) (22.1.0) 2022-09-20 12:33:56.221 | Building wheels for collected packages: openstack-requirements 2022-09-20 12:33:56.222 | Building wheel for openstack-requirements (setup.py): started 2022-09-20 12:33:57.101 | Building wheel for openstack-requirements (setup.py): finished with status 'error' 2022-09-20 12:33:57.102 | ERROR: Command errored out with exit status 1: 2022-09-20 12:33:57.102 | command: /opt/stack/requirements/.venv/bin/python3 -u -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'/tmp/pip-req-build-anzzzj7k/setup.py'"'"'; __file__='"'"'/tmp/pip-req-build-anzzzj7k/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-v5bsqcry 2022-09-20 12:33:57.102 | cwd: /tmp/pip-req-build-anzzzj7k/ 2022-09-20 12:33:57.102 | Complete output (6 lines): 2022-09-20 12:33:57.102 | usage: setup.py [global_opts] cmd1 [cmd1_opts] [cmd2 [cmd2_opts] ...] 2022-09-20 12:33:57.102 | or: setup.py --help [cmd1 cmd2 ...] 2022-09-20 12:33:57.102 | or: setup.py --help-commands 2022-09-20 12:33:57.102 | or: setup.py cmd --help 2022-09-20 12:33:57.102 | 2022-09-20 12:33:57.102 | error: invalid command 'bdist_wheel' 2022-09-20 12:33:57.102 | ---------------------------------------- 2022-09-20 12:33:57.102 | ERROR: Failed building wheel for openstack-requirements 2022-09-20 12:33:57.102 | Running setup.py clean for openstack-requirements 2022-09-20 12:33:57.992 | Failed to build openstack-requirements 2022-09-20 12:33:58.008 | Installing collected packages: openstack-requirements 2022-09-20 12:33:58.008 | Attempting uninstall: openstack-requirements 2022-09-20 12:33:58.009 | Found existing installation: openstack-requirements 1.2.1.dev5739 2022-09-20 12:33:58.046 | Uninstalling openstack-requirements-1.2.1.dev5739: 2022-09-20 12:33:58.063 | Successfully uninstalled openstack-requirements-1.2.1.dev5739 2022-09-20 12:33:58.066 | Running setup.py install for openstack-requirements: started 2022-09-20 12:34:00.558 | Running setup.py install for openstack-requirements: finished with status 'done' 2022-09-20 12:34:00.582 | Successfully installed openstack-requirements-1.2.1.dev5739 2022-09-20 12:34:00.710 | + inc/python:pip_install:196 : result=0 2022-09-20 12:34:00.712 | + inc/python:pip_install:198 : time_stop pip_install 2022-09-20 12:34:00.714 | + functions-common:time_stop:2439 : local name 2022-09-20 12:34:00.717 | + functions-common:time_stop:2440 : local end_time 2022-09-20 12:34:00.719 | + functions-common:time_stop:2441 : local elapsed_time 2022-09-20 12:34:00.722 | + functions-common:time_stop:2442 : local total 2022-09-20 12:34:00.724 | + functions-common:time_stop:2443 : local start_time 2022-09-20 12:34:00.727 | + functions-common:time_stop:2445 : name=pip_install 2022-09-20 12:34:00.729 | + functions-common:time_stop:2446 : start_time=1663677231417 2022-09-20 12:34:00.732 | + functions-common:time_stop:2448 : [[ -z 1663677231417 ]] 2022-09-20 12:34:00.735 | ++ functions-common:time_stop:2451 : date +%s%3N 2022-09-20 12:34:00.739 | + functions-common:time_stop:2451 : end_time=1663677240737 2022-09-20 12:34:00.741 | + functions-common:time_stop:2452 : elapsed_time=9320 2022-09-20 12:34:00.744 | + functions-common:time_stop:2453 : total=9255 2022-09-20 12:34:00.746 | + functions-common:time_stop:2455 : _TIME_START[$name]= 2022-09-20 12:34:00.749 | + functions-common:time_stop:2456 : _TIME_TOTAL[$name]=18575 2022-09-20 12:34:00.751 | + inc/python:pip_install:199 : return 0 2022-09-20 12:34:00.754 | + lib/infra:install_infra:39 : unset PIP_VIRTUAL_ENV 2022-09-20 12:34:00.756 | + lib/infra:install_infra:42 : use_library_from_git pbr 2022-09-20 12:34:00.758 | + inc/python:use_library_from_git:246 : local name=pbr 2022-09-20 12:34:00.761 | + inc/python:use_library_from_git:247 : local enabled=1 2022-09-20 12:34:00.764 | + inc/python:use_library_from_git:248 : [[ cinder-tempest-plugin = \A\L\L ]] 2022-09-20 12:34:00.767 | + inc/python:use_library_from_git:248 : [[ ,cinder-tempest-plugin, =~ ,pbr, ]] 2022-09-20 12:34:00.769 | + inc/python:use_library_from_git:249 : return 1 2022-09-20 12:34:00.772 | + lib/infra:install_infra:48 : pip_install -U pbr 2022-09-20 12:34:00.792 | Using python 3.8 to install pbr 2022-09-20 12:34:00.795 | + 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-09-20 12:34:02.914 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-09-20 12:34:02.914 | from cryptography.utils import int_from_bytes 2022-09-20 12:34:02.914 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-09-20 12:34:02.914 | from cryptography.utils import int_from_bytes 2022-09-20 12:34:03.988 | Looking in indexes: http://10.100.0.9:8080/cloudbase/CI/+simple/ 2022-09-20 12:34:04.115 | Requirement already up-to-date: pbr===5.10.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 332)) (5.10.0) 2022-09-20 12:34:06.550 | + inc/python:pip_install:196 : result=0 2022-09-20 12:34:06.552 | + inc/python:pip_install:198 : time_stop pip_install 2022-09-20 12:34:06.554 | + functions-common:time_stop:2439 : local name 2022-09-20 12:34:06.556 | + functions-common:time_stop:2440 : local end_time 2022-09-20 12:34:06.559 | + functions-common:time_stop:2441 : local elapsed_time 2022-09-20 12:34:06.561 | + functions-common:time_stop:2442 : local total 2022-09-20 12:34:06.564 | + functions-common:time_stop:2443 : local start_time 2022-09-20 12:34:06.566 | + functions-common:time_stop:2445 : name=pip_install 2022-09-20 12:34:06.568 | + functions-common:time_stop:2446 : start_time=1663677240787 2022-09-20 12:34:06.570 | + functions-common:time_stop:2448 : [[ -z 1663677240787 ]] 2022-09-20 12:34:06.573 | ++ functions-common:time_stop:2451 : date +%s%3N 2022-09-20 12:34:06.578 | + functions-common:time_stop:2451 : end_time=1663677246575 2022-09-20 12:34:06.580 | + functions-common:time_stop:2452 : elapsed_time=5788 2022-09-20 12:34:06.582 | + functions-common:time_stop:2453 : total=18575 2022-09-20 12:34:06.584 | + functions-common:time_stop:2455 : _TIME_START[$name]= 2022-09-20 12:34:06.586 | + functions-common:time_stop:2456 : _TIME_TOTAL[$name]=24363 2022-09-20 12:34:06.588 | + inc/python:pip_install:199 : return 0 2022-09-20 12:34:06.591 | + ./stack.sh:main:808 : python3 -m venv /opt/stack/bindep-venv 2022-09-20 12:34:08.916 | + ./stack.sh:main:810 : /opt/stack/bindep-venv/bin/pip install bindep 2022-09-20 12:34:10.838 | Looking in indexes: http://10.100.0.9:8080/cloudbase/CI/+simple/ 2022-09-20 12:34:10.840 | Requirement already satisfied: bindep in /opt/stack/bindep-venv/lib/python3.8/site-packages (2.11.0) 2022-09-20 12:34:10.860 | Requirement already satisfied: Parsley in /opt/stack/bindep-venv/lib/python3.8/site-packages (from bindep) (1.3) 2022-09-20 12:34:10.863 | Requirement already satisfied: packaging; python_version >= "3.6" in /opt/stack/bindep-venv/lib/python3.8/site-packages (from bindep) (21.3) 2022-09-20 12:34:10.869 | 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-09-20 12:34:10.873 | Requirement already satisfied: pbr>=2.0.0 in /opt/stack/bindep-venv/lib/python3.8/site-packages (from bindep) (5.10.0) 2022-09-20 12:34:10.876 | 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-09-20 12:34:10.952 | + ./stack.sh:main:811 : export BINDEP_CMD=/opt/stack/bindep-venv/bin/bindep 2022-09-20 12:34:10.955 | + ./stack.sh:main:811 : BINDEP_CMD=/opt/stack/bindep-venv/bin/bindep 2022-09-20 12:34:10.958 | ++ ./stack.sh:main:814 : _get_plugin_bindep_packages 2022-09-20 12:34:10.976 | + ./stack.sh:main:814 : pkgs= 2022-09-20 12:34:10.978 | + ./stack.sh:main:815 : [[ -n '' ]] 2022-09-20 12:34:10.981 | + ./stack.sh:main:822 : run_phase stack pre-install 2022-09-20 12:34:10.983 | + functions-common:run_phase:1867 : local mode=stack 2022-09-20 12:34:10.985 | + functions-common:run_phase:1868 : local phase=pre-install 2022-09-20 12:34:10.987 | + functions-common:run_phase:1869 : [[ -d /home/ubuntu/devstack/extras.d ]] 2022-09-20 12:34:10.990 | + functions-common:run_phase:1870 : local extra_plugin_file_name 2022-09-20 12:34:10.992 | + functions-common:run_phase:1871 : for extra_plugin_file_name in $TOP_DIR/extras.d/*.sh 2022-09-20 12:34:10.994 | + functions-common:run_phase:1876 : local exceptions=80-tempest.sh 2022-09-20 12:34:10.997 | + functions-common:run_phase:1877 : local extra 2022-09-20 12:34:11.000 | ++ functions-common:run_phase:1878 : basename /home/ubuntu/devstack/extras.d/80-tempest.sh 2022-09-20 12:34:11.004 | + functions-common:run_phase:1878 : extra=80-tempest.sh 2022-09-20 12:34:11.006 | + functions-common:run_phase:1879 : [[ 80-tempest.sh =~ 80-tempest\.sh ]] 2022-09-20 12:34:11.009 | + functions-common:run_phase:1883 : [[ -r /home/ubuntu/devstack/extras.d/80-tempest.sh ]] 2022-09-20 12:34:11.011 | + functions-common:run_phase:1883 : source /home/ubuntu/devstack/extras.d/80-tempest.sh stack pre-install 2022-09-20 12:34:11.014 | ++ extras.d/80-tempest.sh:source:3 : is_service_enabled tempest 2022-09-20 12:34:11.029 | ++ functions-common:is_service_enabled:2095 : return 0 2022-09-20 12:34:11.032 | ++ extras.d/80-tempest.sh:source:4 : [[ stack == \s\o\u\r\c\e ]] 2022-09-20 12:34:11.034 | ++ extras.d/80-tempest.sh:source:7 : [[ stack == \s\t\a\c\k ]] 2022-09-20 12:34:11.036 | ++ extras.d/80-tempest.sh:source:7 : [[ pre-install == \i\n\s\t\a\l\l ]] 2022-09-20 12:34:11.038 | ++ extras.d/80-tempest.sh:source:10 : [[ stack == \s\t\a\c\k ]] 2022-09-20 12:34:11.040 | ++ extras.d/80-tempest.sh:source:10 : [[ pre-install == \p\o\s\t\-\c\o\n\f\i\g ]] 2022-09-20 12:34:11.042 | ++ extras.d/80-tempest.sh:source:13 : [[ stack == \s\t\a\c\k ]] 2022-09-20 12:34:11.045 | ++ extras.d/80-tempest.sh:source:13 : [[ pre-install == \e\x\t\r\a ]] 2022-09-20 12:34:11.047 | ++ extras.d/80-tempest.sh:source:16 : [[ stack == \s\t\a\c\k ]] 2022-09-20 12:34:11.049 | ++ extras.d/80-tempest.sh:source:16 : [[ pre-install == \p\o\s\t\-\e\x\t\r\a ]] 2022-09-20 12:34:11.051 | ++ extras.d/80-tempest.sh:source:19 : [[ stack == \s\t\a\c\k ]] 2022-09-20 12:34:11.053 | ++ extras.d/80-tempest.sh:source:19 : [[ pre-install == \t\e\s\t\-\c\o\n\f\i\g ]] 2022-09-20 12:34:11.056 | ++ extras.d/80-tempest.sh:source:27 : [[ stack == \u\n\s\t\a\c\k ]] 2022-09-20 12:34:11.058 | ++ extras.d/80-tempest.sh:source:32 : [[ stack == \c\l\e\a\n ]] 2022-09-20 12:34:11.061 | + functions-common:run_phase:1888 : [[ stack == \s\o\u\r\c\e ]] 2022-09-20 12:34:11.063 | + functions-common:run_phase:1891 : [[ stack == \o\v\e\r\r\i\d\e\_\d\e\f\a\u\l\t\s ]] 2022-09-20 12:34:11.065 | + functions-common:run_phase:1894 : run_plugins stack pre-install 2022-09-20 12:34:11.067 | + functions-common:run_plugins:1853 : local mode=stack 2022-09-20 12:34:11.070 | + functions-common:run_plugins:1854 : local phase=pre-install 2022-09-20 12:34:11.072 | + functions-common:run_plugins:1856 : local plugins= 2022-09-20 12:34:11.075 | + functions-common:run_plugins:1857 : local plugin 2022-09-20 12:34:11.077 | + ./stack.sh:main:825 : set_systemd_override DefaultLimitNOFILE 2048 2022-09-20 12:34:11.080 | + functions:set_systemd_override:820 : local key=DefaultLimitNOFILE 2022-09-20 12:34:11.082 | + functions:set_systemd_override:821 : local value=2048 2022-09-20 12:34:11.085 | + functions:set_systemd_override:823 : local sysconf=/etc/systemd/system.conf 2022-09-20 12:34:11.087 | + functions:set_systemd_override:824 : iniset -sudo /etc/systemd/system.conf Manager DefaultLimitNOFILE 2048 2022-09-20 12:34:11.147 | + functions:set_systemd_override:825 : echo 'Set systemd system override for DefaultLimitNOFILE=2048' 2022-09-20 12:34:11.147 | Set systemd system override for DefaultLimitNOFILE=2048 2022-09-20 12:34:11.149 | + functions:set_systemd_override:827 : sudo systemctl daemon-reload 2022-09-20 12:34:11.581 | + ./stack.sh:main:827 : install_rpc_backend 2022-09-20 12:34:11.584 | + lib/rpc_backend:install_rpc_backend:52 : is_service_enabled rabbit 2022-09-20 12:34:11.601 | + functions-common:is_service_enabled:2095 : return 0 2022-09-20 12:34:11.604 | + lib/rpc_backend:install_rpc_backend:54 : install_package rabbitmq-server 2022-09-20 12:34:11.606 | + functions-common:install_package:1463 : update_package_repo 2022-09-20 12:34:11.609 | + functions-common:update_package_repo:1435 : NO_UPDATE_REPOS=False 2022-09-20 12:34:11.611 | + functions-common:update_package_repo:1436 : REPOS_UPDATED=True 2022-09-20 12:34:11.613 | + functions-common:update_package_repo:1437 : RETRY_UPDATE=False 2022-09-20 12:34:11.616 | + functions-common:update_package_repo:1439 : [[ False = \T\r\u\e ]] 2022-09-20 12:34:11.618 | + functions-common:update_package_repo:1443 : is_ubuntu 2022-09-20 12:34:11.621 | + functions-common:is_ubuntu:567 : [[ -z deb ]] 2022-09-20 12:34:11.623 | + functions-common:is_ubuntu:570 : '[' deb = deb ']' 2022-09-20 12:34:11.625 | + functions-common:update_package_repo:1444 : apt_get_update 2022-09-20 12:34:11.628 | + functions-common:apt_get_update:1189 : [[ True == \T\r\u\e ]] 2022-09-20 12:34:11.630 | + functions-common:apt_get_update:1189 : [[ False != \T\r\u\e ]] 2022-09-20 12:34:11.632 | + functions-common:apt_get_update:1190 : return 2022-09-20 12:34:11.635 | + functions-common:install_package:1464 : real_install_package rabbitmq-server 2022-09-20 12:34:11.637 | + functions-common:real_install_package:1449 : is_ubuntu 2022-09-20 12:34:11.640 | + functions-common:is_ubuntu:567 : [[ -z deb ]] 2022-09-20 12:34:11.643 | + functions-common:is_ubuntu:570 : '[' deb = deb ']' 2022-09-20 12:34:11.645 | + functions-common:real_install_package:1450 : apt_get install rabbitmq-server 2022-09-20 12:34:11.667 | + functions-common:apt_get:1230 : sudo DEBIAN_FRONTEND=noninteractive http_proxy= https_proxy= no_proxy= apt-get --option Dpkg::Options::=--force-confold --assume-yes install rabbitmq-server 2022-09-20 12:34:11.779 | Reading package lists... 2022-09-20 12:34:12.055 | Building dependency tree... 2022-09-20 12:34:12.056 | Reading state information... 2022-09-20 12:34:12.361 | rabbitmq-server is already the newest version (3.8.2-0ubuntu1.3). 2022-09-20 12:34:12.361 | The following packages were automatically installed and are no longer required: 2022-09-20 12:34:12.363 | apport-symptoms libnetplan0 python3-automat python3-blinker python3-click 2022-09-20 12:34:12.363 | python3-colorama python3-configobj python3-constantly python3-entrypoints 2022-09-20 12:34:12.363 | python3-hamcrest python3-hyperlink python3-incremental python3-jwt 2022-09-20 12:34:12.363 | python3-keyring python3-lazr.uri python3-oauthlib python3-problem-report 2022-09-20 12:34:12.363 | python3-secretstorage python3-twisted-bin python3-wadllib 2022-09-20 12:34:12.363 | python3-zope.interface 2022-09-20 12:34:12.363 | Use 'sudo apt autoremove' to remove them. 2022-09-20 12:34:12.486 | 0 upgraded, 0 newly installed, 0 to remove and 160 not upgraded. 2022-09-20 12:34:12.491 | + functions-common:apt_get:1234 : result=0 2022-09-20 12:34:12.493 | + functions-common:apt_get:1237 : time_stop apt-get 2022-09-20 12:34:12.496 | + functions-common:time_stop:2439 : local name 2022-09-20 12:34:12.499 | + functions-common:time_stop:2440 : local end_time 2022-09-20 12:34:12.501 | + functions-common:time_stop:2441 : local elapsed_time 2022-09-20 12:34:12.503 | + functions-common:time_stop:2442 : local total 2022-09-20 12:34:12.505 | + functions-common:time_stop:2443 : local start_time 2022-09-20 12:34:12.508 | + functions-common:time_stop:2445 : name=apt-get 2022-09-20 12:34:12.510 | + functions-common:time_stop:2446 : start_time=1663677251664 2022-09-20 12:34:12.513 | + functions-common:time_stop:2448 : [[ -z 1663677251664 ]] 2022-09-20 12:34:12.516 | ++ functions-common:time_stop:2451 : date +%s%3N 2022-09-20 12:34:12.520 | + functions-common:time_stop:2451 : end_time=1663677252518 2022-09-20 12:34:12.522 | + functions-common:time_stop:2452 : elapsed_time=854 2022-09-20 12:34:12.524 | + functions-common:time_stop:2453 : total=1672 2022-09-20 12:34:12.527 | + functions-common:time_stop:2455 : _TIME_START[$name]= 2022-09-20 12:34:12.529 | + functions-common:time_stop:2456 : _TIME_TOTAL[$name]=2526 2022-09-20 12:34:12.531 | + functions-common:apt_get:1238 : return 0 2022-09-20 12:34:12.534 | + lib/rpc_backend:install_rpc_backend:55 : is_suse 2022-09-20 12:34:12.536 | + functions-common:is_suse:536 : is_opensuse 2022-09-20 12:34:12.538 | + functions-common:is_opensuse:543 : [[ -z Ubuntu ]] 2022-09-20 12:34:12.541 | + functions-common:is_opensuse:547 : [[ Ubuntu =~ (openSUSE) ]] 2022-09-20 12:34:12.543 | + functions-common:is_suse:536 : is_suse_linux_enterprise 2022-09-20 12:34:12.546 | + functions-common:is_suse_linux_enterprise:555 : [[ -z Ubuntu ]] 2022-09-20 12:34:12.548 | + functions-common:is_suse_linux_enterprise:559 : [[ Ubuntu =~ (^SUSE) ]] 2022-09-20 12:34:12.551 | + lib/rpc_backend:install_rpc_backend:68 : is_fedora 2022-09-20 12:34:12.553 | + functions-common:is_fedora:519 : [[ -z Ubuntu ]] 2022-09-20 12:34:12.556 | + functions-common:is_fedora:523 : '[' Ubuntu = Fedora ']' 2022-09-20 12:34:12.559 | + functions-common:is_fedora:523 : '[' Ubuntu = 'Red Hat' ']' 2022-09-20 12:34:12.562 | + functions-common:is_fedora:524 : '[' Ubuntu = RedHatEnterpriseServer ']' 2022-09-20 12:34:12.564 | + functions-common:is_fedora:525 : '[' Ubuntu = RedHatEnterprise ']' 2022-09-20 12:34:12.571 | + functions-common:is_fedora:526 : '[' Ubuntu = CentOS ']' 2022-09-20 12:34:12.574 | + functions-common:is_fedora:526 : '[' Ubuntu = CentOSStream ']' 2022-09-20 12:34:12.577 | + functions-common:is_fedora:527 : '[' Ubuntu = AlmaLinux ']' 2022-09-20 12:34:12.579 | + functions-common:is_fedora:528 : '[' Ubuntu = OracleServer ']' 2022-09-20 12:34:12.581 | + functions-common:is_fedora:528 : '[' Ubuntu = Virtuozzo ']' 2022-09-20 12:34:12.584 | + lib/rpc_backend:install_rpc_backend:68 : is_suse 2022-09-20 12:34:12.586 | + functions-common:is_suse:536 : is_opensuse 2022-09-20 12:34:12.588 | + functions-common:is_opensuse:543 : [[ -z Ubuntu ]] 2022-09-20 12:34:12.592 | + functions-common:is_opensuse:547 : [[ Ubuntu =~ (openSUSE) ]] 2022-09-20 12:34:12.594 | + functions-common:is_suse:536 : is_suse_linux_enterprise 2022-09-20 12:34:12.597 | + functions-common:is_suse_linux_enterprise:555 : [[ -z Ubuntu ]] 2022-09-20 12:34:12.599 | + functions-common:is_suse_linux_enterprise:559 : [[ Ubuntu =~ (^SUSE) ]] 2022-09-20 12:34:12.602 | + ./stack.sh:main:828 : restart_rpc_backend 2022-09-20 12:34:12.604 | + lib/rpc_backend:restart_rpc_backend:81 : is_service_enabled rabbit 2022-09-20 12:34:12.623 | + functions-common:is_service_enabled:2095 : return 0 2022-09-20 12:34:12.625 | + lib/rpc_backend:restart_rpc_backend:83 : echo_summary 'Starting RabbitMQ' 2022-09-20 12:34:12.627 | + ./stack.sh:echo_summary:435 : [[ -t 3 ]] 2022-09-20 12:34:12.630 | + ./stack.sh:echo_summary:441 : echo -e Starting RabbitMQ 2022-09-20 12:34:12.632 | + lib/rpc_backend:restart_rpc_backend:94 : local i 2022-09-20 12:34:12.635 | ++ lib/rpc_backend:restart_rpc_backend:95 : seq 20 2022-09-20 12:34:12.640 | + lib/rpc_backend:restart_rpc_backend:95 : for i in `seq 20` 2022-09-20 12:34:12.643 | + lib/rpc_backend:restart_rpc_backend:96 : local rc=0 2022-09-20 12:34:12.645 | + lib/rpc_backend:restart_rpc_backend:98 : [[ 1 -eq 20 ]] 2022-09-20 12:34:12.647 | + lib/rpc_backend:restart_rpc_backend:100 : [[ 1 == \0 ]] 2022-09-20 12:34:12.650 | + lib/rpc_backend:restart_rpc_backend:104 : rabbit_setuser stackrabbit Passw0rd 2022-09-20 12:34:12.653 | + lib/rpc_backend:rabbit_setuser:173 : local user=stackrabbit pass=Passw0rd found= out= 2022-09-20 12:34:12.656 | ++ lib/rpc_backend:rabbit_setuser:174 : sudo rabbitmqctl list_users 2022-09-20 12:34:13.382 | + lib/rpc_backend:rabbit_setuser:174 : out='Listing users ... 2022-09-20 12:34:13.382 | user tags 2022-09-20 12:34:13.382 | stackrabbit []' 2022-09-20 12:34:13.386 | ++ lib/rpc_backend:rabbit_setuser:176 : echo 'Listing users ... 2022-09-20 12:34:13.386 | user tags 2022-09-20 12:34:13.386 | stackrabbit []' 2022-09-20 12:34:13.386 | ++ lib/rpc_backend:rabbit_setuser:176 : awk '$1 == user { print $1 }' user=stackrabbit 2022-09-20 12:34:13.393 | + lib/rpc_backend:rabbit_setuser:176 : found=stackrabbit 2022-09-20 12:34:13.395 | + lib/rpc_backend:rabbit_setuser:177 : '[' stackrabbit = stackrabbit ']' 2022-09-20 12:34:13.399 | + lib/rpc_backend:rabbit_setuser:178 : sudo rabbitmqctl change_password stackrabbit Passw0rd 2022-09-20 12:34:14.139 | Changing password for user "stackrabbit" ... 2022-09-20 12:34:14.166 | + lib/rpc_backend:rabbit_setuser:184 : sudo rabbitmqctl set_permissions stackrabbit '.*' '.*' '.*' 2022-09-20 12:34:14.936 | Setting permissions for user "stackrabbit" in vhost "/" ... 2022-09-20 12:34:14.965 | + lib/rpc_backend:restart_rpc_backend:105 : '[' 0 -ne 0 ']' 2022-09-20 12:34:14.967 | + lib/rpc_backend:restart_rpc_backend:110 : sudo rabbitmqctl change_password stackrabbit Passw0rd 2022-09-20 12:34:15.713 | Changing password for user "stackrabbit" ... 2022-09-20 12:34:15.740 | + lib/rpc_backend:restart_rpc_backend:112 : '[' 0 -ne 0 ']' 2022-09-20 12:34:15.742 | + lib/rpc_backend:restart_rpc_backend:116 : break 2022-09-20 12:34:15.746 | + lib/rpc_backend:restart_rpc_backend:119 : sudo rabbitmqctl delete_user guest 2022-09-20 12:34:16.542 | Deleting user "guest" ... 2022-09-20 12:34:16.560 | Error: 2022-09-20 12:34:16.560 | {:no_such_user, "guest"} 2022-09-20 12:34:16.576 | + lib/rpc_backend:restart_rpc_backend:119 : true 2022-09-20 12:34:16.579 | + ./stack.sh:main:830 : is_service_enabled mysql postgresql 2022-09-20 12:34:16.600 | + functions-common:is_service_enabled:2095 : return 0 2022-09-20 12:34:16.603 | + ./stack.sh:main:831 : install_database 2022-09-20 12:34:16.607 | + lib/database:install_database:118 : install_database_mysql 2022-09-20 12:34:16.611 | + lib/databases/mysql:install_database_mysql:170 : is_ubuntu 2022-09-20 12:34:16.613 | + functions-common:is_ubuntu:567 : [[ -z deb ]] 2022-09-20 12:34:16.616 | + functions-common:is_ubuntu:570 : '[' deb = deb ']' 2022-09-20 12:34:16.619 | + lib/databases/mysql:install_database_mysql:173 : sudo debconf-set-selections 2022-09-20 12:34:16.864 | + lib/databases/mysql:install_database_mysql:183 : [[ ! -e /home/ubuntu/.my.cnf ]] 2022-09-20 12:34:16.867 | + lib/databases/mysql:install_database_mysql:196 : [[ True == \T\r\u\e ]] 2022-09-20 12:34:16.870 | + lib/databases/mysql:install_database_mysql:197 : is_oraclelinux 2022-09-20 12:34:16.873 | + functions-common:is_oraclelinux:507 : [[ -z Ubuntu ]] 2022-09-20 12:34:16.875 | + functions-common:is_oraclelinux:511 : '[' Ubuntu = OracleServer ']' 2022-09-20 12:34:16.878 | + lib/databases/mysql:install_database_mysql:199 : is_fedora 2022-09-20 12:34:16.880 | + functions-common:is_fedora:519 : [[ -z Ubuntu ]] 2022-09-20 12:34:16.883 | + functions-common:is_fedora:523 : '[' Ubuntu = Fedora ']' 2022-09-20 12:34:16.887 | + functions-common:is_fedora:523 : '[' Ubuntu = 'Red Hat' ']' 2022-09-20 12:34:16.890 | + functions-common:is_fedora:524 : '[' Ubuntu = RedHatEnterpriseServer ']' 2022-09-20 12:34:16.893 | + functions-common:is_fedora:525 : '[' Ubuntu = RedHatEnterprise ']' 2022-09-20 12:34:16.896 | + functions-common:is_fedora:526 : '[' Ubuntu = CentOS ']' 2022-09-20 12:34:16.898 | + functions-common:is_fedora:526 : '[' Ubuntu = CentOSStream ']' 2022-09-20 12:34:16.901 | + functions-common:is_fedora:527 : '[' Ubuntu = AlmaLinux ']' 2022-09-20 12:34:16.905 | + functions-common:is_fedora:528 : '[' Ubuntu = OracleServer ']' 2022-09-20 12:34:16.908 | + functions-common:is_fedora:528 : '[' Ubuntu = Virtuozzo ']' 2022-09-20 12:34:16.910 | + lib/databases/mysql:install_database_mysql:202 : is_suse 2022-09-20 12:34:16.913 | + functions-common:is_suse:536 : is_opensuse 2022-09-20 12:34:16.916 | + functions-common:is_opensuse:543 : [[ -z Ubuntu ]] 2022-09-20 12:34:16.920 | + functions-common:is_opensuse:547 : [[ Ubuntu =~ (openSUSE) ]] 2022-09-20 12:34:16.923 | + functions-common:is_suse:536 : is_suse_linux_enterprise 2022-09-20 12:34:16.925 | + functions-common:is_suse_linux_enterprise:555 : [[ -z Ubuntu ]] 2022-09-20 12:34:16.928 | + functions-common:is_suse_linux_enterprise:559 : [[ Ubuntu =~ (^SUSE) ]] 2022-09-20 12:34:16.931 | + lib/databases/mysql:install_database_mysql:205 : is_ubuntu 2022-09-20 12:34:16.933 | + functions-common:is_ubuntu:567 : [[ -z deb ]] 2022-09-20 12:34:16.936 | + functions-common:is_ubuntu:570 : '[' deb = deb ']' 2022-09-20 12:34:16.939 | + lib/databases/mysql:install_database_mysql:206 : install_package mysql-server 2022-09-20 12:34:16.942 | + functions-common:install_package:1463 : update_package_repo 2022-09-20 12:34:16.946 | + functions-common:update_package_repo:1435 : NO_UPDATE_REPOS=False 2022-09-20 12:34:16.949 | + functions-common:update_package_repo:1436 : REPOS_UPDATED=True 2022-09-20 12:34:16.952 | + functions-common:update_package_repo:1437 : RETRY_UPDATE=False 2022-09-20 12:34:16.954 | + functions-common:update_package_repo:1439 : [[ False = \T\r\u\e ]] 2022-09-20 12:34:16.957 | + functions-common:update_package_repo:1443 : is_ubuntu 2022-09-20 12:34:16.960 | + functions-common:is_ubuntu:567 : [[ -z deb ]] 2022-09-20 12:34:16.963 | + functions-common:is_ubuntu:570 : '[' deb = deb ']' 2022-09-20 12:34:16.967 | + functions-common:update_package_repo:1444 : apt_get_update 2022-09-20 12:34:16.970 | + functions-common:apt_get_update:1189 : [[ True == \T\r\u\e ]] 2022-09-20 12:34:16.974 | + functions-common:apt_get_update:1189 : [[ False != \T\r\u\e ]] 2022-09-20 12:34:16.977 | + functions-common:apt_get_update:1190 : return 2022-09-20 12:34:16.980 | + functions-common:install_package:1464 : real_install_package mysql-server 2022-09-20 12:34:16.982 | + functions-common:real_install_package:1449 : is_ubuntu 2022-09-20 12:34:16.985 | + functions-common:is_ubuntu:567 : [[ -z deb ]] 2022-09-20 12:34:16.988 | + functions-common:is_ubuntu:570 : '[' deb = deb ']' 2022-09-20 12:34:16.990 | + functions-common:real_install_package:1450 : apt_get install mysql-server 2022-09-20 12:34:17.016 | + functions-common:apt_get:1230 : sudo DEBIAN_FRONTEND=noninteractive http_proxy= https_proxy= no_proxy= apt-get --option Dpkg::Options::=--force-confold --assume-yes install mysql-server 2022-09-20 12:34:17.129 | Reading package lists... 2022-09-20 12:34:17.434 | Building dependency tree... 2022-09-20 12:34:17.436 | Reading state information... 2022-09-20 12:34:17.821 | mysql-server is already the newest version (8.0.30-0ubuntu0.20.04.2). 2022-09-20 12:34:17.821 | The following packages were automatically installed and are no longer required: 2022-09-20 12:34:17.823 | apport-symptoms libnetplan0 python3-automat python3-blinker python3-click 2022-09-20 12:34:17.823 | python3-colorama python3-configobj python3-constantly python3-entrypoints 2022-09-20 12:34:17.823 | python3-hamcrest python3-hyperlink python3-incremental python3-jwt 2022-09-20 12:34:17.823 | python3-keyring python3-lazr.uri python3-oauthlib python3-problem-report 2022-09-20 12:34:17.823 | python3-secretstorage python3-twisted-bin python3-wadllib 2022-09-20 12:34:17.824 | python3-zope.interface 2022-09-20 12:34:17.824 | Use 'sudo apt autoremove' to remove them. 2022-09-20 12:34:17.959 | 0 upgraded, 0 newly installed, 0 to remove and 160 not upgraded. 2022-09-20 12:34:17.967 | + functions-common:apt_get:1234 : result=0 2022-09-20 12:34:17.971 | + functions-common:apt_get:1237 : time_stop apt-get 2022-09-20 12:34:17.974 | + functions-common:time_stop:2439 : local name 2022-09-20 12:34:17.976 | + functions-common:time_stop:2440 : local end_time 2022-09-20 12:34:17.979 | + functions-common:time_stop:2441 : local elapsed_time 2022-09-20 12:34:17.982 | + functions-common:time_stop:2442 : local total 2022-09-20 12:34:17.986 | + functions-common:time_stop:2443 : local start_time 2022-09-20 12:34:17.989 | + functions-common:time_stop:2445 : name=apt-get 2022-09-20 12:34:17.991 | + functions-common:time_stop:2446 : start_time=1663677257012 2022-09-20 12:34:17.994 | + functions-common:time_stop:2448 : [[ -z 1663677257012 ]] 2022-09-20 12:34:17.998 | ++ functions-common:time_stop:2451 : date +%s%3N 2022-09-20 12:34:18.003 | + functions-common:time_stop:2451 : end_time=1663677258001 2022-09-20 12:34:18.006 | + functions-common:time_stop:2452 : elapsed_time=989 2022-09-20 12:34:18.010 | + functions-common:time_stop:2453 : total=2526 2022-09-20 12:34:18.017 | + functions-common:time_stop:2455 : _TIME_START[$name]= 2022-09-20 12:34:18.020 | + functions-common:time_stop:2456 : _TIME_TOTAL[$name]=3515 2022-09-20 12:34:18.023 | + functions-common:apt_get:1238 : return 0 2022-09-20 12:34:18.026 | + ./stack.sh:main:833 : '[' -n mysql ']' 2022-09-20 12:34:18.029 | + ./stack.sh:main:834 : install_database_python 2022-09-20 12:34:18.033 | + lib/database:install_database_python:123 : install_database_python_mysql 2022-09-20 12:34:18.036 | + lib/databases/mysql:install_database_python_mysql:215 : pip_install_gr PyMySQL 2022-09-20 12:34:18.039 | + inc/python:pip_install_gr:76 : local name=PyMySQL 2022-09-20 12:34:18.042 | + inc/python:pip_install_gr:77 : local clean_name 2022-09-20 12:34:18.046 | ++ inc/python:pip_install_gr:78 : get_from_global_requirements PyMySQL 2022-09-20 12:34:18.049 | ++ inc/python:get_from_global_requirements:221 : local package=PyMySQL 2022-09-20 12:34:18.052 | ++ inc/python:get_from_global_requirements:222 : local required_pkg 2022-09-20 12:34:18.056 | +++ inc/python:get_from_global_requirements:223 : grep -i -h '^PyMySQL' /opt/stack/requirements/global-requirements.txt 2022-09-20 12:34:18.056 | +++ inc/python:get_from_global_requirements:223 : cut -d# -f1 2022-09-20 12:34:18.063 | ++ inc/python:get_from_global_requirements:223 : required_pkg='PyMySQL ' 2022-09-20 12:34:18.068 | ++ inc/python:get_from_global_requirements:224 : [[ PyMySQL == '' ]] 2022-09-20 12:34:18.074 | ++ inc/python:get_from_global_requirements:227 : echo PyMySQL 2022-09-20 12:34:18.076 | + inc/python:pip_install_gr:78 : clean_name=PyMySQL 2022-09-20 12:34:18.082 | + inc/python:pip_install_gr:79 : pip_install PyMySQL 2022-09-20 12:34:18.107 | Using python 3.8 to install PyMySQL 2022-09-20 12:34:18.109 | + 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-09-20 12:34:20.360 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-09-20 12:34:20.360 | from cryptography.utils import int_from_bytes 2022-09-20 12:34:20.360 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-09-20 12:34:20.360 | from cryptography.utils import int_from_bytes 2022-09-20 12:34:21.465 | Looking in indexes: http://10.100.0.9:8080/cloudbase/CI/+simple/ 2022-09-20 12:34:21.468 | Requirement already satisfied: PyMySQL===1.0.2 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 20)) (1.0.2) 2022-09-20 12:34:23.877 | + inc/python:pip_install:196 : result=0 2022-09-20 12:34:23.879 | + inc/python:pip_install:198 : time_stop pip_install 2022-09-20 12:34:23.882 | + functions-common:time_stop:2439 : local name 2022-09-20 12:34:23.884 | + functions-common:time_stop:2440 : local end_time 2022-09-20 12:34:23.887 | + functions-common:time_stop:2441 : local elapsed_time 2022-09-20 12:34:23.889 | + functions-common:time_stop:2442 : local total 2022-09-20 12:34:23.892 | + functions-common:time_stop:2443 : local start_time 2022-09-20 12:34:23.894 | + functions-common:time_stop:2445 : name=pip_install 2022-09-20 12:34:23.896 | + functions-common:time_stop:2446 : start_time=1663677258100 2022-09-20 12:34:23.899 | + functions-common:time_stop:2448 : [[ -z 1663677258100 ]] 2022-09-20 12:34:23.903 | ++ functions-common:time_stop:2451 : date +%s%3N 2022-09-20 12:34:23.907 | + functions-common:time_stop:2451 : end_time=1663677263905 2022-09-20 12:34:23.910 | + functions-common:time_stop:2452 : elapsed_time=5805 2022-09-20 12:34:23.912 | + functions-common:time_stop:2453 : total=24363 2022-09-20 12:34:23.915 | + functions-common:time_stop:2455 : _TIME_START[$name]= 2022-09-20 12:34:23.918 | + functions-common:time_stop:2456 : _TIME_TOTAL[$name]=30168 2022-09-20 12:34:23.920 | + inc/python:pip_install:199 : return 0 2022-09-20 12:34:23.923 | + lib/databases/mysql:install_database_python_mysql:216 : [[ PyMySQL == \M\y\S\Q\L\-\p\y\t\h\o\n ]] 2022-09-20 12:34:23.925 | + lib/databases/mysql:install_database_python_mysql:218 : [[ PyMySQL == \P\y\M\y\S\Q\L ]] 2022-09-20 12:34:23.928 | + lib/databases/mysql:install_database_python_mysql:219 : ADDITIONAL_VENV_PACKAGES+=,PyMySQL 2022-09-20 12:34:23.930 | + ./stack.sh:main:837 : is_service_enabled neutron 2022-09-20 12:34:23.947 | + functions-common:is_service_enabled:2095 : return 0 2022-09-20 12:34:23.950 | + ./stack.sh:main:838 : install_neutron_agent_packages 2022-09-20 12:34:23.952 | + lib/neutron:install_neutron_agent_packages:729 : is_neutron_legacy_enabled 2022-09-20 12:34:23.956 | ++ lib/neutron:is_neutron_legacy_enabled:142 : echo c-bak,c-vol,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon 2022-09-20 12:34:23.956 | ++ lib/neutron:is_neutron_legacy_enabled:142 : sed s/neutron-//g 2022-09-20 12:34:23.961 | + lib/neutron:is_neutron_legacy_enabled:142 : disabled_services_copy=c-bak,c-vol,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon 2022-09-20 12:34:23.964 | + lib/neutron:is_neutron_legacy_enabled:143 : [[ ,c-bak,c-vol,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon =~ ,neutron ]] 2022-09-20 12:34:23.967 | + lib/neutron:is_neutron_legacy_enabled:144 : [[ ,key,n-api,n-cond,n-sch,n-api-meta,placement-api,placement-client,g-api,c-sch,c-api,ovn-controller,ovn-northd,ovs-vswitchd,ovsdb-server,q-svc,q-ovn-metadata-agent,rabbit,tempest,mysql,etcd3,dstat,n-crt,n-cauth,q-agt,q-dhcp,q-l3,q-meta,q-metering,q-vpn,g-reg,cinder,s-proxy,s-object,s-container,s-account,heat,h-api,h-api-cfn,h-api-cw,h-eng,ceilometer-acentral,ceilometer-acompute,ceilometer-collector,ceilometer-api,ceilometer-anotification =~ ,q- ]] 2022-09-20 12:34:23.969 | + lib/neutron:is_neutron_legacy_enabled:144 : return 0 2022-09-20 12:34:23.972 | + lib/neutron:install_neutron_agent_packages:731 : install_neutron_agent_packages_mutnauq 2022-09-20 12:34:23.974 | + lib/neutron-legacy:install_neutron_agent_packages_mutnauq:488 : is_service_enabled q-l3 2022-09-20 12:34:23.991 | + functions-common:is_service_enabled:2095 : return 0 2022-09-20 12:34:23.993 | + lib/neutron-legacy:install_neutron_agent_packages_mutnauq:489 : install_package radvd 2022-09-20 12:34:23.996 | + functions-common:install_package:1463 : update_package_repo 2022-09-20 12:34:23.998 | + functions-common:update_package_repo:1435 : NO_UPDATE_REPOS=False 2022-09-20 12:34:24.001 | + functions-common:update_package_repo:1436 : REPOS_UPDATED=True 2022-09-20 12:34:24.003 | + functions-common:update_package_repo:1437 : RETRY_UPDATE=False 2022-09-20 12:34:24.005 | + functions-common:update_package_repo:1439 : [[ False = \T\r\u\e ]] 2022-09-20 12:34:24.008 | + functions-common:update_package_repo:1443 : is_ubuntu 2022-09-20 12:34:24.010 | + functions-common:is_ubuntu:567 : [[ -z deb ]] 2022-09-20 12:34:24.013 | + functions-common:is_ubuntu:570 : '[' deb = deb ']' 2022-09-20 12:34:24.015 | + functions-common:update_package_repo:1444 : apt_get_update 2022-09-20 12:34:24.018 | + functions-common:apt_get_update:1189 : [[ True == \T\r\u\e ]] 2022-09-20 12:34:24.020 | + functions-common:apt_get_update:1189 : [[ False != \T\r\u\e ]] 2022-09-20 12:34:24.022 | + functions-common:apt_get_update:1190 : return 2022-09-20 12:34:24.025 | + functions-common:install_package:1464 : real_install_package radvd 2022-09-20 12:34:24.028 | + functions-common:real_install_package:1449 : is_ubuntu 2022-09-20 12:34:24.031 | + functions-common:is_ubuntu:567 : [[ -z deb ]] 2022-09-20 12:34:24.033 | + functions-common:is_ubuntu:570 : '[' deb = deb ']' 2022-09-20 12:34:24.036 | + functions-common:real_install_package:1450 : apt_get install radvd 2022-09-20 12:34:24.059 | + functions-common:apt_get:1230 : sudo DEBIAN_FRONTEND=noninteractive http_proxy= https_proxy= no_proxy= apt-get --option Dpkg::Options::=--force-confold --assume-yes install radvd 2022-09-20 12:34:24.173 | Reading package lists... 2022-09-20 12:34:24.443 | Building dependency tree... 2022-09-20 12:34:24.444 | Reading state information... 2022-09-20 12:34:24.733 | radvd is already the newest version (1:2.17-2). 2022-09-20 12:34:24.733 | The following packages were automatically installed and are no longer required: 2022-09-20 12:34:24.734 | apport-symptoms libnetplan0 python3-automat python3-blinker python3-click 2022-09-20 12:34:24.734 | python3-colorama python3-configobj python3-constantly python3-entrypoints 2022-09-20 12:34:24.734 | python3-hamcrest python3-hyperlink python3-incremental python3-jwt 2022-09-20 12:34:24.734 | python3-keyring python3-lazr.uri python3-oauthlib python3-problem-report 2022-09-20 12:34:24.734 | python3-secretstorage python3-twisted-bin python3-wadllib 2022-09-20 12:34:24.734 | python3-zope.interface 2022-09-20 12:34:24.735 | Use 'sudo apt autoremove' to remove them. 2022-09-20 12:34:24.853 | 0 upgraded, 0 newly installed, 0 to remove and 160 not upgraded. 2022-09-20 12:34:24.858 | + functions-common:apt_get:1234 : result=0 2022-09-20 12:34:24.860 | + functions-common:apt_get:1237 : time_stop apt-get 2022-09-20 12:34:24.863 | + functions-common:time_stop:2439 : local name 2022-09-20 12:34:24.865 | + functions-common:time_stop:2440 : local end_time 2022-09-20 12:34:24.867 | + functions-common:time_stop:2441 : local elapsed_time 2022-09-20 12:34:24.869 | + functions-common:time_stop:2442 : local total 2022-09-20 12:34:24.872 | + functions-common:time_stop:2443 : local start_time 2022-09-20 12:34:24.874 | + functions-common:time_stop:2445 : name=apt-get 2022-09-20 12:34:24.876 | + functions-common:time_stop:2446 : start_time=1663677264056 2022-09-20 12:34:24.878 | + functions-common:time_stop:2448 : [[ -z 1663677264056 ]] 2022-09-20 12:34:24.881 | ++ functions-common:time_stop:2451 : date +%s%3N 2022-09-20 12:34:24.885 | + functions-common:time_stop:2451 : end_time=1663677264883 2022-09-20 12:34:24.888 | + functions-common:time_stop:2452 : elapsed_time=827 2022-09-20 12:34:24.891 | + functions-common:time_stop:2453 : total=3515 2022-09-20 12:34:24.893 | + functions-common:time_stop:2455 : _TIME_START[$name]= 2022-09-20 12:34:24.895 | + functions-common:time_stop:2456 : _TIME_TOTAL[$name]=4342 2022-09-20 12:34:24.897 | + functions-common:apt_get:1238 : return 0 2022-09-20 12:34:24.900 | + lib/neutron-legacy:install_neutron_agent_packages_mutnauq:492 : is_service_enabled q-agt q-dhcp q-l3 2022-09-20 12:34:24.918 | + functions-common:is_service_enabled:2095 : return 0 2022-09-20 12:34:24.920 | + lib/neutron-legacy:install_neutron_agent_packages_mutnauq:493 : neutron_plugin_install_agent_packages 2022-09-20 12:34:24.922 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_install_agent_packages:17 : _neutron_ovs_base_install_agent_packages 2022-09-20 12:34:24.925 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_agent_packages:69 : '[' False == True ']' 2022-09-20 12:34:24.928 | ++ lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_agent_packages:76 : get_packages openvswitch 2022-09-20 12:34:24.947 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_agent_packages:76 : install_package fakeroot make openvswitch-switch 2022-09-20 12:34:24.951 | + functions-common:install_package:1463 : update_package_repo 2022-09-20 12:34:24.953 | + functions-common:update_package_repo:1435 : NO_UPDATE_REPOS=False 2022-09-20 12:34:24.955 | + functions-common:update_package_repo:1436 : REPOS_UPDATED=True 2022-09-20 12:34:24.958 | + functions-common:update_package_repo:1437 : RETRY_UPDATE=False 2022-09-20 12:34:24.960 | + functions-common:update_package_repo:1439 : [[ False = \T\r\u\e ]] 2022-09-20 12:34:24.962 | + functions-common:update_package_repo:1443 : is_ubuntu 2022-09-20 12:34:24.965 | + functions-common:is_ubuntu:567 : [[ -z deb ]] 2022-09-20 12:34:24.967 | + functions-common:is_ubuntu:570 : '[' deb = deb ']' 2022-09-20 12:34:24.969 | + functions-common:update_package_repo:1444 : apt_get_update 2022-09-20 12:34:24.972 | + functions-common:apt_get_update:1189 : [[ True == \T\r\u\e ]] 2022-09-20 12:34:24.974 | + functions-common:apt_get_update:1189 : [[ False != \T\r\u\e ]] 2022-09-20 12:34:24.976 | + functions-common:apt_get_update:1190 : return 2022-09-20 12:34:24.978 | + functions-common:install_package:1464 : real_install_package fakeroot make openvswitch-switch 2022-09-20 12:34:24.981 | + functions-common:real_install_package:1449 : is_ubuntu 2022-09-20 12:34:24.984 | + functions-common:is_ubuntu:567 : [[ -z deb ]] 2022-09-20 12:34:24.986 | + functions-common:is_ubuntu:570 : '[' deb = deb ']' 2022-09-20 12:34:24.988 | + functions-common:real_install_package:1450 : apt_get install fakeroot make openvswitch-switch 2022-09-20 12:34:25.009 | + functions-common:apt_get:1230 : sudo DEBIAN_FRONTEND=noninteractive http_proxy= https_proxy= no_proxy= apt-get --option Dpkg::Options::=--force-confold --assume-yes install fakeroot make openvswitch-switch 2022-09-20 12:34:25.121 | Reading package lists... 2022-09-20 12:34:25.405 | Building dependency tree... 2022-09-20 12:34:25.406 | Reading state information... 2022-09-20 12:34:25.717 | fakeroot is already the newest version (1.24-1). 2022-09-20 12:34:25.717 | make is already the newest version (4.2.1-1.2). 2022-09-20 12:34:25.717 | openvswitch-switch is already the newest version (2.13.8-0ubuntu1). 2022-09-20 12:34:25.717 | The following packages were automatically installed and are no longer required: 2022-09-20 12:34:25.719 | apport-symptoms libnetplan0 python3-automat python3-blinker python3-click 2022-09-20 12:34:25.719 | python3-colorama python3-configobj python3-constantly python3-entrypoints 2022-09-20 12:34:25.719 | python3-hamcrest python3-hyperlink python3-incremental python3-jwt 2022-09-20 12:34:25.719 | python3-keyring python3-lazr.uri python3-oauthlib python3-problem-report 2022-09-20 12:34:25.719 | python3-secretstorage python3-twisted-bin python3-wadllib 2022-09-20 12:34:25.719 | python3-zope.interface 2022-09-20 12:34:25.719 | Use 'sudo apt autoremove' to remove them. 2022-09-20 12:34:25.842 | 0 upgraded, 0 newly installed, 0 to remove and 160 not upgraded. 2022-09-20 12:34:25.846 | + functions-common:apt_get:1234 : result=0 2022-09-20 12:34:25.848 | + functions-common:apt_get:1237 : time_stop apt-get 2022-09-20 12:34:25.851 | + functions-common:time_stop:2439 : local name 2022-09-20 12:34:25.853 | + functions-common:time_stop:2440 : local end_time 2022-09-20 12:34:25.856 | + functions-common:time_stop:2441 : local elapsed_time 2022-09-20 12:34:25.858 | + functions-common:time_stop:2442 : local total 2022-09-20 12:34:25.860 | + functions-common:time_stop:2443 : local start_time 2022-09-20 12:34:25.862 | + functions-common:time_stop:2445 : name=apt-get 2022-09-20 12:34:25.865 | + functions-common:time_stop:2446 : start_time=1663677265006 2022-09-20 12:34:25.872 | + functions-common:time_stop:2448 : [[ -z 1663677265006 ]] 2022-09-20 12:34:25.875 | ++ functions-common:time_stop:2451 : date +%s%3N 2022-09-20 12:34:25.879 | + functions-common:time_stop:2451 : end_time=1663677265876 2022-09-20 12:34:25.881 | + functions-common:time_stop:2452 : elapsed_time=870 2022-09-20 12:34:25.883 | + functions-common:time_stop:2453 : total=4342 2022-09-20 12:34:25.886 | + functions-common:time_stop:2455 : _TIME_START[$name]= 2022-09-20 12:34:25.888 | + functions-common:time_stop:2456 : _TIME_TOTAL[$name]=5212 2022-09-20 12:34:25.891 | + functions-common:apt_get:1238 : return 0 2022-09-20 12:34:25.893 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_agent_packages:77 : is_ubuntu 2022-09-20 12:34:25.895 | + functions-common:is_ubuntu:567 : [[ -z deb ]] 2022-09-20 12:34:25.898 | + functions-common:is_ubuntu:570 : '[' deb = deb ']' 2022-09-20 12:34:25.900 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_agent_packages:78 : _neutron_ovs_base_install_ubuntu_dkms 2022-09-20 12:34:25.903 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_ubuntu_dkms:58 : local kernel_version 2022-09-20 12:34:25.906 | ++ lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_ubuntu_dkms:59 : uname -r 2022-09-20 12:34:25.911 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_ubuntu_dkms:59 : kernel_version=5.4.0-72-generic 2022-09-20 12:34:25.913 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_ubuntu_dkms:60 : local kernel_major_minor 2022-09-20 12:34:25.917 | ++ lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_ubuntu_dkms:61 : echo 5.4.0-72-generic 2022-09-20 12:34:25.918 | ++ lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_ubuntu_dkms:61 : cut -d. -f1-2 2022-09-20 12:34:25.922 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_ubuntu_dkms:61 : kernel_major_minor=5.4 2022-09-20 12:34:25.925 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_ubuntu_dkms:63 : vercmp 5.4 '<' 3.13 2022-09-20 12:34:25.927 | + functions:vercmp:628 : local v1=5.4 2022-09-20 12:34:25.929 | + functions:vercmp:629 : local 'op=<' 2022-09-20 12:34:25.932 | + functions:vercmp:630 : local v2=3.13 2022-09-20 12:34:25.935 | + functions:vercmp:631 : local result 2022-09-20 12:34:25.939 | ++ functions:vercmp:635 : echo -e '5.4\n3.13' 2022-09-20 12:34:25.940 | ++ functions:vercmp:635 : head -1 2022-09-20 12:34:25.940 | ++ functions:vercmp:635 : sort -V 2022-09-20 12:34:25.945 | + functions:vercmp:635 : result=3.13 2022-09-20 12:34:25.948 | + functions:vercmp:637 : case $op in 2022-09-20 12:34:25.951 | + functions:vercmp:647 : '[' 5.4 '!=' 3.13 ']' 2022-09-20 12:34:25.953 | + functions:vercmp:647 : '[' 3.13 = 5.4 ']' 2022-09-20 12:34:25.955 | + functions:vercmp:648 : return 2022-09-20 12:34:25.958 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_agent_packages:79 : restart_service openvswitch-switch 2022-09-20 12:34:25.960 | + functions-common:restart_service:2323 : '[' -x /bin/systemctl ']' 2022-09-20 12:34:25.963 | + functions-common:restart_service:2324 : sudo /bin/systemctl restart openvswitch-switch 2022-09-20 12:34:26.462 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_install_agent_packages:18 : use_library_from_git os-ken 2022-09-20 12:34:26.466 | + inc/python:use_library_from_git:246 : local name=os-ken 2022-09-20 12:34:26.470 | + inc/python:use_library_from_git:247 : local enabled=1 2022-09-20 12:34:26.472 | + inc/python:use_library_from_git:248 : [[ cinder-tempest-plugin = \A\L\L ]] 2022-09-20 12:34:26.475 | + inc/python:use_library_from_git:248 : [[ ,cinder-tempest-plugin, =~ ,os-ken, ]] 2022-09-20 12:34:26.478 | + inc/python:use_library_from_git:249 : return 1 2022-09-20 12:34:26.481 | + ./stack.sh:main:841 : is_service_enabled etcd3 2022-09-20 12:34:26.501 | + functions-common:is_service_enabled:2095 : return 0 2022-09-20 12:34:26.503 | + ./stack.sh:main:842 : install_etcd3 2022-09-20 12:34:26.506 | + lib/etcd3:install_etcd3:103 : echo 'Installing etcd' 2022-09-20 12:34:26.506 | Installing etcd 2022-09-20 12:34:26.508 | + lib/etcd3:install_etcd3:106 : sudo mkdir -p /opt/stack/bin 2022-09-20 12:34:26.522 | + lib/etcd3:install_etcd3:107 : sudo mkdir -p /opt/stack/data/etcd 2022-09-20 12:34:26.534 | + lib/etcd3:install_etcd3:108 : [[ True == \T\r\u\e ]] 2022-09-20 12:34:26.537 | + lib/etcd3:install_etcd3:109 : sudo mount -t tmpfs -o nodev,nosuid,size=512M tmpfs /opt/stack/data/etcd 2022-09-20 12:34:26.551 | + lib/etcd3:install_etcd3:113 : local etcd_file 2022-09-20 12:34:26.554 | ++ 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-09-20 12:34:26.557 | ++ 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-09-20 12:34:26.565 | +++ 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-09-20 12:34:26.570 | ++ functions:get_extra_file:64 : file_name=etcd-v3.3.12-linux-amd64.tar.gz 2022-09-20 12:34:26.573 | ++ 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-09-20 12:34:26.576 | ++ functions:get_extra_file:67 : [[ ! -f /home/ubuntu/devstack/files/etcd-v3.3.12-linux-amd64.tar.gz ]] 2022-09-20 12:34:26.578 | ++ functions:get_extra_file:73 : echo /home/ubuntu/devstack/files/etcd-v3.3.12-linux-amd64.tar.gz 2022-09-20 12:34:26.581 | ++ functions:get_extra_file:74 : return 2022-09-20 12:34:26.583 | + lib/etcd3:install_etcd3:114 : etcd_file=/home/ubuntu/devstack/files/etcd-v3.3.12-linux-amd64.tar.gz 2022-09-20 12:34:26.586 | + lib/etcd3:install_etcd3:115 : '[' '!' -f /home/ubuntu/devstack/files/etcd-v3.3.12-linux-amd64/etcd ']' 2022-09-20 12:34:26.588 | + lib/etcd3:install_etcd3:124 : '[' '!' -f /opt/stack/bin/etcd ']' 2022-09-20 12:34:26.592 | + ./stack.sh:main:851 : is_service_enabled tls-proxy 2022-09-20 12:34:26.609 | + functions-common:is_service_enabled:2095 : return 1 2022-09-20 12:34:26.611 | + ./stack.sh:main:861 : install_dstat 2022-09-20 12:34:26.614 | + lib/dstat:install_dstat:22 : is_service_enabled memory_tracker 2022-09-20 12:34:26.631 | + functions-common:is_service_enabled:2095 : return 1 2022-09-20 12:34:26.633 | + ./stack.sh:main:867 : echo_summary 'Installing OpenStack project source' 2022-09-20 12:34:26.636 | + ./stack.sh:echo_summary:435 : [[ -t 3 ]] 2022-09-20 12:34:26.638 | + ./stack.sh:echo_summary:441 : echo -e Installing OpenStack project source 2022-09-20 12:34:26.641 | + ./stack.sh:main:870 : install_libs 2022-09-20 12:34:26.644 | + lib/libraries:install_libs:90 : _install_lib_from_source automaton 2022-09-20 12:34:26.646 | + lib/libraries:_install_lib_from_source:74 : local name=automaton 2022-09-20 12:34:26.648 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git automaton 2022-09-20 12:34:26.651 | + inc/python:use_library_from_git:246 : local name=automaton 2022-09-20 12:34:26.653 | + inc/python:use_library_from_git:247 : local enabled=1 2022-09-20 12:34:26.656 | + inc/python:use_library_from_git:248 : [[ cinder-tempest-plugin = \A\L\L ]] 2022-09-20 12:34:26.658 | + inc/python:use_library_from_git:248 : [[ ,cinder-tempest-plugin, =~ ,automaton, ]] 2022-09-20 12:34:26.660 | + inc/python:use_library_from_git:249 : return 1 2022-09-20 12:34:26.663 | + lib/libraries:install_libs:91 : _install_lib_from_source castellan 2022-09-20 12:34:26.665 | + lib/libraries:_install_lib_from_source:74 : local name=castellan 2022-09-20 12:34:26.668 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git castellan 2022-09-20 12:34:26.670 | + inc/python:use_library_from_git:246 : local name=castellan 2022-09-20 12:34:26.673 | + inc/python:use_library_from_git:247 : local enabled=1 2022-09-20 12:34:26.675 | + inc/python:use_library_from_git:248 : [[ cinder-tempest-plugin = \A\L\L ]] 2022-09-20 12:34:26.677 | + inc/python:use_library_from_git:248 : [[ ,cinder-tempest-plugin, =~ ,castellan, ]] 2022-09-20 12:34:26.679 | + inc/python:use_library_from_git:249 : return 1 2022-09-20 12:34:26.682 | + lib/libraries:install_libs:92 : _install_lib_from_source cliff 2022-09-20 12:34:26.684 | + lib/libraries:_install_lib_from_source:74 : local name=cliff 2022-09-20 12:34:26.687 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git cliff 2022-09-20 12:34:26.689 | + inc/python:use_library_from_git:246 : local name=cliff 2022-09-20 12:34:26.691 | + inc/python:use_library_from_git:247 : local enabled=1 2022-09-20 12:34:26.693 | + inc/python:use_library_from_git:248 : [[ cinder-tempest-plugin = \A\L\L ]] 2022-09-20 12:34:26.696 | + inc/python:use_library_from_git:248 : [[ ,cinder-tempest-plugin, =~ ,cliff, ]] 2022-09-20 12:34:26.698 | + inc/python:use_library_from_git:249 : return 1 2022-09-20 12:34:26.701 | + lib/libraries:install_libs:93 : _install_lib_from_source cursive 2022-09-20 12:34:26.703 | + lib/libraries:_install_lib_from_source:74 : local name=cursive 2022-09-20 12:34:26.706 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git cursive 2022-09-20 12:34:26.708 | + inc/python:use_library_from_git:246 : local name=cursive 2022-09-20 12:34:26.710 | + inc/python:use_library_from_git:247 : local enabled=1 2022-09-20 12:34:26.713 | + inc/python:use_library_from_git:248 : [[ cinder-tempest-plugin = \A\L\L ]] 2022-09-20 12:34:26.716 | + inc/python:use_library_from_git:248 : [[ ,cinder-tempest-plugin, =~ ,cursive, ]] 2022-09-20 12:34:26.718 | + inc/python:use_library_from_git:249 : return 1 2022-09-20 12:34:26.720 | + lib/libraries:install_libs:94 : _install_lib_from_source debtcollector 2022-09-20 12:34:26.723 | + lib/libraries:_install_lib_from_source:74 : local name=debtcollector 2022-09-20 12:34:26.725 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git debtcollector 2022-09-20 12:34:26.727 | + inc/python:use_library_from_git:246 : local name=debtcollector 2022-09-20 12:34:26.730 | + inc/python:use_library_from_git:247 : local enabled=1 2022-09-20 12:34:26.732 | + inc/python:use_library_from_git:248 : [[ cinder-tempest-plugin = \A\L\L ]] 2022-09-20 12:34:26.734 | + inc/python:use_library_from_git:248 : [[ ,cinder-tempest-plugin, =~ ,debtcollector, ]] 2022-09-20 12:34:26.737 | + inc/python:use_library_from_git:249 : return 1 2022-09-20 12:34:26.739 | + lib/libraries:install_libs:95 : _install_lib_from_source futurist 2022-09-20 12:34:26.741 | + lib/libraries:_install_lib_from_source:74 : local name=futurist 2022-09-20 12:34:26.744 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git futurist 2022-09-20 12:34:26.747 | + inc/python:use_library_from_git:246 : local name=futurist 2022-09-20 12:34:26.749 | + inc/python:use_library_from_git:247 : local enabled=1 2022-09-20 12:34:26.751 | + inc/python:use_library_from_git:248 : [[ cinder-tempest-plugin = \A\L\L ]] 2022-09-20 12:34:26.754 | + inc/python:use_library_from_git:248 : [[ ,cinder-tempest-plugin, =~ ,futurist, ]] 2022-09-20 12:34:26.756 | + inc/python:use_library_from_git:249 : return 1 2022-09-20 12:34:26.758 | + lib/libraries:install_libs:96 : _install_lib_from_source openstacksdk 2022-09-20 12:34:26.761 | + lib/libraries:_install_lib_from_source:74 : local name=openstacksdk 2022-09-20 12:34:26.764 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git openstacksdk 2022-09-20 12:34:26.766 | + inc/python:use_library_from_git:246 : local name=openstacksdk 2022-09-20 12:34:26.769 | + inc/python:use_library_from_git:247 : local enabled=1 2022-09-20 12:34:26.771 | + inc/python:use_library_from_git:248 : [[ cinder-tempest-plugin = \A\L\L ]] 2022-09-20 12:34:26.773 | + inc/python:use_library_from_git:248 : [[ ,cinder-tempest-plugin, =~ ,openstacksdk, ]] 2022-09-20 12:34:26.775 | + inc/python:use_library_from_git:249 : return 1 2022-09-20 12:34:26.778 | + lib/libraries:install_libs:97 : _install_lib_from_source osc-lib 2022-09-20 12:34:26.781 | + lib/libraries:_install_lib_from_source:74 : local name=osc-lib 2022-09-20 12:34:26.783 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git osc-lib 2022-09-20 12:34:26.786 | + inc/python:use_library_from_git:246 : local name=osc-lib 2022-09-20 12:34:26.788 | + inc/python:use_library_from_git:247 : local enabled=1 2022-09-20 12:34:26.790 | + inc/python:use_library_from_git:248 : [[ cinder-tempest-plugin = \A\L\L ]] 2022-09-20 12:34:26.793 | + inc/python:use_library_from_git:248 : [[ ,cinder-tempest-plugin, =~ ,osc-lib, ]] 2022-09-20 12:34:26.795 | + inc/python:use_library_from_git:249 : return 1 2022-09-20 12:34:26.798 | + lib/libraries:install_libs:98 : _install_lib_from_source osc-placement 2022-09-20 12:34:26.800 | + lib/libraries:_install_lib_from_source:74 : local name=osc-placement 2022-09-20 12:34:26.802 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git osc-placement 2022-09-20 12:34:26.805 | + inc/python:use_library_from_git:246 : local name=osc-placement 2022-09-20 12:34:26.807 | + inc/python:use_library_from_git:247 : local enabled=1 2022-09-20 12:34:26.810 | + inc/python:use_library_from_git:248 : [[ cinder-tempest-plugin = \A\L\L ]] 2022-09-20 12:34:26.812 | + inc/python:use_library_from_git:248 : [[ ,cinder-tempest-plugin, =~ ,osc-placement, ]] 2022-09-20 12:34:26.815 | + inc/python:use_library_from_git:249 : return 1 2022-09-20 12:34:26.817 | + lib/libraries:install_libs:99 : _install_lib_from_source os-client-config 2022-09-20 12:34:26.819 | + lib/libraries:_install_lib_from_source:74 : local name=os-client-config 2022-09-20 12:34:26.822 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git os-client-config 2022-09-20 12:34:26.824 | + inc/python:use_library_from_git:246 : local name=os-client-config 2022-09-20 12:34:26.827 | + inc/python:use_library_from_git:247 : local enabled=1 2022-09-20 12:34:26.829 | + inc/python:use_library_from_git:248 : [[ cinder-tempest-plugin = \A\L\L ]] 2022-09-20 12:34:26.831 | + inc/python:use_library_from_git:248 : [[ ,cinder-tempest-plugin, =~ ,os-client-config, ]] 2022-09-20 12:34:26.834 | + inc/python:use_library_from_git:249 : return 1 2022-09-20 12:34:26.836 | + lib/libraries:install_libs:100 : _install_lib_from_source oslo.cache 2022-09-20 12:34:26.838 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.cache 2022-09-20 12:34:26.841 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.cache 2022-09-20 12:34:26.844 | + inc/python:use_library_from_git:246 : local name=oslo.cache 2022-09-20 12:34:26.846 | + inc/python:use_library_from_git:247 : local enabled=1 2022-09-20 12:34:26.849 | + inc/python:use_library_from_git:248 : [[ cinder-tempest-plugin = \A\L\L ]] 2022-09-20 12:34:26.851 | + inc/python:use_library_from_git:248 : [[ ,cinder-tempest-plugin, =~ ,oslo.cache, ]] 2022-09-20 12:34:26.853 | + inc/python:use_library_from_git:249 : return 1 2022-09-20 12:34:26.856 | + lib/libraries:install_libs:101 : _install_lib_from_source oslo.concurrency 2022-09-20 12:34:26.858 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.concurrency 2022-09-20 12:34:26.861 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.concurrency 2022-09-20 12:34:26.863 | + inc/python:use_library_from_git:246 : local name=oslo.concurrency 2022-09-20 12:34:26.865 | + inc/python:use_library_from_git:247 : local enabled=1 2022-09-20 12:34:26.868 | + inc/python:use_library_from_git:248 : [[ cinder-tempest-plugin = \A\L\L ]] 2022-09-20 12:34:26.871 | + inc/python:use_library_from_git:248 : [[ ,cinder-tempest-plugin, =~ ,oslo.concurrency, ]] 2022-09-20 12:34:26.873 | + inc/python:use_library_from_git:249 : return 1 2022-09-20 12:34:26.876 | + lib/libraries:install_libs:102 : _install_lib_from_source oslo.config 2022-09-20 12:34:26.878 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.config 2022-09-20 12:34:26.880 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.config 2022-09-20 12:34:26.883 | + inc/python:use_library_from_git:246 : local name=oslo.config 2022-09-20 12:34:26.885 | + inc/python:use_library_from_git:247 : local enabled=1 2022-09-20 12:34:26.889 | + inc/python:use_library_from_git:248 : [[ cinder-tempest-plugin = \A\L\L ]] 2022-09-20 12:34:26.891 | + inc/python:use_library_from_git:248 : [[ ,cinder-tempest-plugin, =~ ,oslo.config, ]] 2022-09-20 12:34:26.894 | + inc/python:use_library_from_git:249 : return 1 2022-09-20 12:34:26.896 | + lib/libraries:install_libs:103 : _install_lib_from_source oslo.context 2022-09-20 12:34:26.898 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.context 2022-09-20 12:34:26.901 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.context 2022-09-20 12:34:26.903 | + inc/python:use_library_from_git:246 : local name=oslo.context 2022-09-20 12:34:26.906 | + inc/python:use_library_from_git:247 : local enabled=1 2022-09-20 12:34:26.908 | + inc/python:use_library_from_git:248 : [[ cinder-tempest-plugin = \A\L\L ]] 2022-09-20 12:34:26.910 | + inc/python:use_library_from_git:248 : [[ ,cinder-tempest-plugin, =~ ,oslo.context, ]] 2022-09-20 12:34:26.913 | + inc/python:use_library_from_git:249 : return 1 2022-09-20 12:34:26.915 | + lib/libraries:install_libs:104 : _install_lib_from_source oslo.db 2022-09-20 12:34:26.918 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.db 2022-09-20 12:34:26.920 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.db 2022-09-20 12:34:26.922 | + inc/python:use_library_from_git:246 : local name=oslo.db 2022-09-20 12:34:26.925 | + inc/python:use_library_from_git:247 : local enabled=1 2022-09-20 12:34:26.927 | + inc/python:use_library_from_git:248 : [[ cinder-tempest-plugin = \A\L\L ]] 2022-09-20 12:34:26.929 | + inc/python:use_library_from_git:248 : [[ ,cinder-tempest-plugin, =~ ,oslo.db, ]] 2022-09-20 12:34:26.932 | + inc/python:use_library_from_git:249 : return 1 2022-09-20 12:34:26.935 | + lib/libraries:install_libs:105 : _install_lib_from_source oslo.i18n 2022-09-20 12:34:26.937 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.i18n 2022-09-20 12:34:26.940 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.i18n 2022-09-20 12:34:26.942 | + inc/python:use_library_from_git:246 : local name=oslo.i18n 2022-09-20 12:34:26.945 | + inc/python:use_library_from_git:247 : local enabled=1 2022-09-20 12:34:26.947 | + inc/python:use_library_from_git:248 : [[ cinder-tempest-plugin = \A\L\L ]] 2022-09-20 12:34:26.950 | + inc/python:use_library_from_git:248 : [[ ,cinder-tempest-plugin, =~ ,oslo.i18n, ]] 2022-09-20 12:34:26.952 | + inc/python:use_library_from_git:249 : return 1 2022-09-20 12:34:26.955 | + lib/libraries:install_libs:106 : _install_lib_from_source oslo.limit 2022-09-20 12:34:26.957 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.limit 2022-09-20 12:34:26.960 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.limit 2022-09-20 12:34:26.962 | + inc/python:use_library_from_git:246 : local name=oslo.limit 2022-09-20 12:34:26.964 | + inc/python:use_library_from_git:247 : local enabled=1 2022-09-20 12:34:26.967 | + inc/python:use_library_from_git:248 : [[ cinder-tempest-plugin = \A\L\L ]] 2022-09-20 12:34:26.969 | + inc/python:use_library_from_git:248 : [[ ,cinder-tempest-plugin, =~ ,oslo.limit, ]] 2022-09-20 12:34:26.972 | + inc/python:use_library_from_git:249 : return 1 2022-09-20 12:34:26.974 | + lib/libraries:install_libs:107 : _install_lib_from_source oslo.log 2022-09-20 12:34:26.976 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.log 2022-09-20 12:34:26.979 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.log 2022-09-20 12:34:26.981 | + inc/python:use_library_from_git:246 : local name=oslo.log 2022-09-20 12:34:26.984 | + inc/python:use_library_from_git:247 : local enabled=1 2022-09-20 12:34:26.986 | + inc/python:use_library_from_git:248 : [[ cinder-tempest-plugin = \A\L\L ]] 2022-09-20 12:34:26.988 | + inc/python:use_library_from_git:248 : [[ ,cinder-tempest-plugin, =~ ,oslo.log, ]] 2022-09-20 12:34:26.991 | + inc/python:use_library_from_git:249 : return 1 2022-09-20 12:34:26.993 | + lib/libraries:install_libs:108 : _install_lib_from_source oslo.messaging 2022-09-20 12:34:26.996 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.messaging 2022-09-20 12:34:26.998 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.messaging 2022-09-20 12:34:27.001 | + inc/python:use_library_from_git:246 : local name=oslo.messaging 2022-09-20 12:34:27.003 | + inc/python:use_library_from_git:247 : local enabled=1 2022-09-20 12:34:27.005 | + inc/python:use_library_from_git:248 : [[ cinder-tempest-plugin = \A\L\L ]] 2022-09-20 12:34:27.008 | + inc/python:use_library_from_git:248 : [[ ,cinder-tempest-plugin, =~ ,oslo.messaging, ]] 2022-09-20 12:34:27.010 | + inc/python:use_library_from_git:249 : return 1 2022-09-20 12:34:27.013 | + lib/libraries:install_libs:109 : _install_lib_from_source oslo.middleware 2022-09-20 12:34:27.015 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.middleware 2022-09-20 12:34:27.018 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.middleware 2022-09-20 12:34:27.020 | + inc/python:use_library_from_git:246 : local name=oslo.middleware 2022-09-20 12:34:27.023 | + inc/python:use_library_from_git:247 : local enabled=1 2022-09-20 12:34:27.025 | + inc/python:use_library_from_git:248 : [[ cinder-tempest-plugin = \A\L\L ]] 2022-09-20 12:34:27.028 | + inc/python:use_library_from_git:248 : [[ ,cinder-tempest-plugin, =~ ,oslo.middleware, ]] 2022-09-20 12:34:27.030 | + inc/python:use_library_from_git:249 : return 1 2022-09-20 12:34:27.033 | + lib/libraries:install_libs:110 : _install_lib_from_source oslo.policy 2022-09-20 12:34:27.035 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.policy 2022-09-20 12:34:27.037 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.policy 2022-09-20 12:34:27.040 | + inc/python:use_library_from_git:246 : local name=oslo.policy 2022-09-20 12:34:27.042 | + inc/python:use_library_from_git:247 : local enabled=1 2022-09-20 12:34:27.045 | + inc/python:use_library_from_git:248 : [[ cinder-tempest-plugin = \A\L\L ]] 2022-09-20 12:34:27.047 | + inc/python:use_library_from_git:248 : [[ ,cinder-tempest-plugin, =~ ,oslo.policy, ]] 2022-09-20 12:34:27.049 | + inc/python:use_library_from_git:249 : return 1 2022-09-20 12:34:27.052 | + lib/libraries:install_libs:111 : _install_lib_from_source oslo.privsep 2022-09-20 12:34:27.054 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.privsep 2022-09-20 12:34:27.057 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.privsep 2022-09-20 12:34:27.060 | + inc/python:use_library_from_git:246 : local name=oslo.privsep 2022-09-20 12:34:27.062 | + inc/python:use_library_from_git:247 : local enabled=1 2022-09-20 12:34:27.064 | + inc/python:use_library_from_git:248 : [[ cinder-tempest-plugin = \A\L\L ]] 2022-09-20 12:34:27.067 | + inc/python:use_library_from_git:248 : [[ ,cinder-tempest-plugin, =~ ,oslo.privsep, ]] 2022-09-20 12:34:27.069 | + inc/python:use_library_from_git:249 : return 1 2022-09-20 12:34:27.072 | + lib/libraries:install_libs:112 : _install_lib_from_source oslo.reports 2022-09-20 12:34:27.074 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.reports 2022-09-20 12:34:27.077 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.reports 2022-09-20 12:34:27.079 | + inc/python:use_library_from_git:246 : local name=oslo.reports 2022-09-20 12:34:27.082 | + inc/python:use_library_from_git:247 : local enabled=1 2022-09-20 12:34:27.084 | + inc/python:use_library_from_git:248 : [[ cinder-tempest-plugin = \A\L\L ]] 2022-09-20 12:34:27.086 | + inc/python:use_library_from_git:248 : [[ ,cinder-tempest-plugin, =~ ,oslo.reports, ]] 2022-09-20 12:34:27.089 | + inc/python:use_library_from_git:249 : return 1 2022-09-20 12:34:27.091 | + lib/libraries:install_libs:113 : _install_lib_from_source oslo.rootwrap 2022-09-20 12:34:27.094 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.rootwrap 2022-09-20 12:34:27.096 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.rootwrap 2022-09-20 12:34:27.099 | + inc/python:use_library_from_git:246 : local name=oslo.rootwrap 2022-09-20 12:34:27.101 | + inc/python:use_library_from_git:247 : local enabled=1 2022-09-20 12:34:27.103 | + inc/python:use_library_from_git:248 : [[ cinder-tempest-plugin = \A\L\L ]] 2022-09-20 12:34:27.106 | + inc/python:use_library_from_git:248 : [[ ,cinder-tempest-plugin, =~ ,oslo.rootwrap, ]] 2022-09-20 12:34:27.109 | + inc/python:use_library_from_git:249 : return 1 2022-09-20 12:34:27.111 | + lib/libraries:install_libs:114 : _install_lib_from_source oslo.serialization 2022-09-20 12:34:27.114 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.serialization 2022-09-20 12:34:27.116 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.serialization 2022-09-20 12:34:27.118 | + inc/python:use_library_from_git:246 : local name=oslo.serialization 2022-09-20 12:34:27.121 | + inc/python:use_library_from_git:247 : local enabled=1 2022-09-20 12:34:27.124 | + inc/python:use_library_from_git:248 : [[ cinder-tempest-plugin = \A\L\L ]] 2022-09-20 12:34:27.126 | + inc/python:use_library_from_git:248 : [[ ,cinder-tempest-plugin, =~ ,oslo.serialization, ]] 2022-09-20 12:34:27.129 | + inc/python:use_library_from_git:249 : return 1 2022-09-20 12:34:27.131 | + lib/libraries:install_libs:115 : _install_lib_from_source oslo.service 2022-09-20 12:34:27.133 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.service 2022-09-20 12:34:27.136 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.service 2022-09-20 12:34:27.139 | + inc/python:use_library_from_git:246 : local name=oslo.service 2022-09-20 12:34:27.142 | + inc/python:use_library_from_git:247 : local enabled=1 2022-09-20 12:34:27.144 | + inc/python:use_library_from_git:248 : [[ cinder-tempest-plugin = \A\L\L ]] 2022-09-20 12:34:27.147 | + inc/python:use_library_from_git:248 : [[ ,cinder-tempest-plugin, =~ ,oslo.service, ]] 2022-09-20 12:34:27.149 | + inc/python:use_library_from_git:249 : return 1 2022-09-20 12:34:27.152 | + lib/libraries:install_libs:116 : _install_lib_from_source oslo.utils 2022-09-20 12:34:27.155 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.utils 2022-09-20 12:34:27.157 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.utils 2022-09-20 12:34:27.160 | + inc/python:use_library_from_git:246 : local name=oslo.utils 2022-09-20 12:34:27.162 | + inc/python:use_library_from_git:247 : local enabled=1 2022-09-20 12:34:27.165 | + inc/python:use_library_from_git:248 : [[ cinder-tempest-plugin = \A\L\L ]] 2022-09-20 12:34:27.167 | + inc/python:use_library_from_git:248 : [[ ,cinder-tempest-plugin, =~ ,oslo.utils, ]] 2022-09-20 12:34:27.170 | + inc/python:use_library_from_git:249 : return 1 2022-09-20 12:34:27.173 | + lib/libraries:install_libs:117 : _install_lib_from_source oslo.versionedobjects 2022-09-20 12:34:27.175 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.versionedobjects 2022-09-20 12:34:27.178 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.versionedobjects 2022-09-20 12:34:27.180 | + inc/python:use_library_from_git:246 : local name=oslo.versionedobjects 2022-09-20 12:34:27.183 | + inc/python:use_library_from_git:247 : local enabled=1 2022-09-20 12:34:27.185 | + inc/python:use_library_from_git:248 : [[ cinder-tempest-plugin = \A\L\L ]] 2022-09-20 12:34:27.187 | + inc/python:use_library_from_git:248 : [[ ,cinder-tempest-plugin, =~ ,oslo.versionedobjects, ]] 2022-09-20 12:34:27.190 | + inc/python:use_library_from_git:249 : return 1 2022-09-20 12:34:27.192 | + lib/libraries:install_libs:118 : _install_lib_from_source oslo.vmware 2022-09-20 12:34:27.195 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.vmware 2022-09-20 12:34:27.197 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.vmware 2022-09-20 12:34:27.200 | + inc/python:use_library_from_git:246 : local name=oslo.vmware 2022-09-20 12:34:27.203 | + inc/python:use_library_from_git:247 : local enabled=1 2022-09-20 12:34:27.205 | + inc/python:use_library_from_git:248 : [[ cinder-tempest-plugin = \A\L\L ]] 2022-09-20 12:34:27.208 | + inc/python:use_library_from_git:248 : [[ ,cinder-tempest-plugin, =~ ,oslo.vmware, ]] 2022-09-20 12:34:27.210 | + inc/python:use_library_from_git:249 : return 1 2022-09-20 12:34:27.212 | + lib/libraries:install_libs:119 : _install_lib_from_source osprofiler 2022-09-20 12:34:27.215 | + lib/libraries:_install_lib_from_source:74 : local name=osprofiler 2022-09-20 12:34:27.218 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git osprofiler 2022-09-20 12:34:27.220 | + inc/python:use_library_from_git:246 : local name=osprofiler 2022-09-20 12:34:27.223 | + inc/python:use_library_from_git:247 : local enabled=1 2022-09-20 12:34:27.225 | + inc/python:use_library_from_git:248 : [[ cinder-tempest-plugin = \A\L\L ]] 2022-09-20 12:34:27.228 | + inc/python:use_library_from_git:248 : [[ ,cinder-tempest-plugin, =~ ,osprofiler, ]] 2022-09-20 12:34:27.231 | + inc/python:use_library_from_git:249 : return 1 2022-09-20 12:34:27.233 | + lib/libraries:install_libs:120 : _install_lib_from_source pycadf 2022-09-20 12:34:27.241 | + lib/libraries:_install_lib_from_source:74 : local name=pycadf 2022-09-20 12:34:27.243 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git pycadf 2022-09-20 12:34:27.246 | + inc/python:use_library_from_git:246 : local name=pycadf 2022-09-20 12:34:27.248 | + inc/python:use_library_from_git:247 : local enabled=1 2022-09-20 12:34:27.251 | + inc/python:use_library_from_git:248 : [[ cinder-tempest-plugin = \A\L\L ]] 2022-09-20 12:34:27.253 | + inc/python:use_library_from_git:248 : [[ ,cinder-tempest-plugin, =~ ,pycadf, ]] 2022-09-20 12:34:27.256 | + inc/python:use_library_from_git:249 : return 1 2022-09-20 12:34:27.258 | + lib/libraries:install_libs:121 : _install_lib_from_source stevedore 2022-09-20 12:34:27.262 | + lib/libraries:_install_lib_from_source:74 : local name=stevedore 2022-09-20 12:34:27.265 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git stevedore 2022-09-20 12:34:27.267 | + inc/python:use_library_from_git:246 : local name=stevedore 2022-09-20 12:34:27.270 | + inc/python:use_library_from_git:247 : local enabled=1 2022-09-20 12:34:27.272 | + inc/python:use_library_from_git:248 : [[ cinder-tempest-plugin = \A\L\L ]] 2022-09-20 12:34:27.275 | + inc/python:use_library_from_git:248 : [[ ,cinder-tempest-plugin, =~ ,stevedore, ]] 2022-09-20 12:34:27.278 | + inc/python:use_library_from_git:249 : return 1 2022-09-20 12:34:27.280 | + lib/libraries:install_libs:122 : _install_lib_from_source taskflow 2022-09-20 12:34:27.283 | + lib/libraries:_install_lib_from_source:74 : local name=taskflow 2022-09-20 12:34:27.285 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git taskflow 2022-09-20 12:34:27.288 | + inc/python:use_library_from_git:246 : local name=taskflow 2022-09-20 12:34:27.290 | + inc/python:use_library_from_git:247 : local enabled=1 2022-09-20 12:34:27.293 | + inc/python:use_library_from_git:248 : [[ cinder-tempest-plugin = \A\L\L ]] 2022-09-20 12:34:27.295 | + inc/python:use_library_from_git:248 : [[ ,cinder-tempest-plugin, =~ ,taskflow, ]] 2022-09-20 12:34:27.298 | + inc/python:use_library_from_git:249 : return 1 2022-09-20 12:34:27.301 | + lib/libraries:install_libs:123 : _install_lib_from_source tooz 2022-09-20 12:34:27.303 | + lib/libraries:_install_lib_from_source:74 : local name=tooz 2022-09-20 12:34:27.305 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git tooz 2022-09-20 12:34:27.308 | + inc/python:use_library_from_git:246 : local name=tooz 2022-09-20 12:34:27.311 | + inc/python:use_library_from_git:247 : local enabled=1 2022-09-20 12:34:27.313 | + inc/python:use_library_from_git:248 : [[ cinder-tempest-plugin = \A\L\L ]] 2022-09-20 12:34:27.316 | + inc/python:use_library_from_git:248 : [[ ,cinder-tempest-plugin, =~ ,tooz, ]] 2022-09-20 12:34:27.318 | + inc/python:use_library_from_git:249 : return 1 2022-09-20 12:34:27.320 | + lib/libraries:install_libs:127 : _install_lib_from_source os-brick 2022-09-20 12:34:27.323 | + lib/libraries:_install_lib_from_source:74 : local name=os-brick 2022-09-20 12:34:27.326 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git os-brick 2022-09-20 12:34:27.328 | + inc/python:use_library_from_git:246 : local name=os-brick 2022-09-20 12:34:27.331 | + inc/python:use_library_from_git:247 : local enabled=1 2022-09-20 12:34:27.333 | + inc/python:use_library_from_git:248 : [[ cinder-tempest-plugin = \A\L\L ]] 2022-09-20 12:34:27.335 | + inc/python:use_library_from_git:248 : [[ ,cinder-tempest-plugin, =~ ,os-brick, ]] 2022-09-20 12:34:27.338 | + inc/python:use_library_from_git:249 : return 1 2022-09-20 12:34:27.341 | + lib/libraries:install_libs:128 : _install_lib_from_source os-resource-classes 2022-09-20 12:34:27.343 | + lib/libraries:_install_lib_from_source:74 : local name=os-resource-classes 2022-09-20 12:34:27.346 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git os-resource-classes 2022-09-20 12:34:27.348 | + inc/python:use_library_from_git:246 : local name=os-resource-classes 2022-09-20 12:34:27.351 | + inc/python:use_library_from_git:247 : local enabled=1 2022-09-20 12:34:27.353 | + inc/python:use_library_from_git:248 : [[ cinder-tempest-plugin = \A\L\L ]] 2022-09-20 12:34:27.356 | + inc/python:use_library_from_git:248 : [[ ,cinder-tempest-plugin, =~ ,os-resource-classes, ]] 2022-09-20 12:34:27.358 | + inc/python:use_library_from_git:249 : return 1 2022-09-20 12:34:27.362 | + lib/libraries:install_libs:129 : _install_lib_from_source os-traits 2022-09-20 12:34:27.364 | + lib/libraries:_install_lib_from_source:74 : local name=os-traits 2022-09-20 12:34:27.366 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git os-traits 2022-09-20 12:34:27.369 | + inc/python:use_library_from_git:246 : local name=os-traits 2022-09-20 12:34:27.371 | + inc/python:use_library_from_git:247 : local enabled=1 2022-09-20 12:34:27.376 | + inc/python:use_library_from_git:248 : [[ cinder-tempest-plugin = \A\L\L ]] 2022-09-20 12:34:27.378 | + inc/python:use_library_from_git:248 : [[ ,cinder-tempest-plugin, =~ ,os-traits, ]] 2022-09-20 12:34:27.381 | + inc/python:use_library_from_git:249 : return 1 2022-09-20 12:34:27.384 | + lib/libraries:install_libs:132 : _install_lib_from_source python-barbicanclient 2022-09-20 12:34:27.387 | + lib/libraries:_install_lib_from_source:74 : local name=python-barbicanclient 2022-09-20 12:34:27.390 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git python-barbicanclient 2022-09-20 12:34:27.392 | + inc/python:use_library_from_git:246 : local name=python-barbicanclient 2022-09-20 12:34:27.395 | + inc/python:use_library_from_git:247 : local enabled=1 2022-09-20 12:34:27.397 | + inc/python:use_library_from_git:248 : [[ cinder-tempest-plugin = \A\L\L ]] 2022-09-20 12:34:27.399 | + inc/python:use_library_from_git:248 : [[ ,cinder-tempest-plugin, =~ ,python-barbicanclient, ]] 2022-09-20 12:34:27.403 | + inc/python:use_library_from_git:249 : return 1 2022-09-20 12:34:27.405 | + lib/libraries:install_libs:139 : pip_install etcd3 2022-09-20 12:34:27.428 | Using python 3.8 to install etcd3 2022-09-20 12:34:27.431 | + 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-09-20 12:34:29.561 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-09-20 12:34:29.561 | from cryptography.utils import int_from_bytes 2022-09-20 12:34:29.561 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-09-20 12:34:29.561 | from cryptography.utils import int_from_bytes 2022-09-20 12:34:30.640 | Looking in indexes: http://10.100.0.9:8080/cloudbase/CI/+simple/ 2022-09-20 12:34:30.642 | Requirement already satisfied: etcd3===0.12.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 159)) (0.12.0) 2022-09-20 12:34:30.650 | Requirement already satisfied: grpcio===1.47.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 188)) (1.47.0) 2022-09-20 12:34:30.661 | Requirement already satisfied: protobuf===4.21.5 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 345)) (4.21.5) 2022-09-20 12:34:30.663 | Requirement already satisfied: six===1.16.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 483)) (1.16.0) 2022-09-20 12:34:30.666 | Requirement already satisfied: tenacity===6.3.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 531)) (6.3.1) 2022-09-20 12:34:33.093 | + inc/python:pip_install:196 : result=0 2022-09-20 12:34:33.096 | + inc/python:pip_install:198 : time_stop pip_install 2022-09-20 12:34:33.098 | + functions-common:time_stop:2439 : local name 2022-09-20 12:34:33.100 | + functions-common:time_stop:2440 : local end_time 2022-09-20 12:34:33.102 | + functions-common:time_stop:2441 : local elapsed_time 2022-09-20 12:34:33.105 | + functions-common:time_stop:2442 : local total 2022-09-20 12:34:33.107 | + functions-common:time_stop:2443 : local start_time 2022-09-20 12:34:33.109 | + functions-common:time_stop:2445 : name=pip_install 2022-09-20 12:34:33.111 | + functions-common:time_stop:2446 : start_time=1663677267422 2022-09-20 12:34:33.114 | + functions-common:time_stop:2448 : [[ -z 1663677267422 ]] 2022-09-20 12:34:33.116 | ++ functions-common:time_stop:2451 : date +%s%3N 2022-09-20 12:34:33.121 | + functions-common:time_stop:2451 : end_time=1663677273118 2022-09-20 12:34:33.123 | + functions-common:time_stop:2452 : elapsed_time=5696 2022-09-20 12:34:33.125 | + functions-common:time_stop:2453 : total=30168 2022-09-20 12:34:33.128 | + functions-common:time_stop:2455 : _TIME_START[$name]= 2022-09-20 12:34:33.130 | + functions-common:time_stop:2456 : _TIME_TOTAL[$name]=35864 2022-09-20 12:34:33.132 | + inc/python:pip_install:199 : return 0 2022-09-20 12:34:33.135 | + lib/libraries:install_libs:140 : pip_install etcd3gw 2022-09-20 12:34:33.156 | Using python 3.8 to install etcd3gw 2022-09-20 12:34:33.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 etcd3gw 2022-09-20 12:34:35.287 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-09-20 12:34:35.287 | from cryptography.utils import int_from_bytes 2022-09-20 12:34:35.287 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-09-20 12:34:35.287 | from cryptography.utils import int_from_bytes 2022-09-20 12:34:36.351 | Looking in indexes: http://10.100.0.9:8080/cloudbase/CI/+simple/ 2022-09-20 12:34:36.353 | Requirement already satisfied: etcd3gw===2.1.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 160)) (2.1.0) 2022-09-20 12:34:36.360 | Requirement already satisfied: futurist===2.4.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 173)) (2.4.1) 2022-09-20 12:34:36.363 | Requirement already satisfied: pbr===5.10.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 332)) (5.10.0) 2022-09-20 12:34:36.366 | Requirement already satisfied: requests===2.28.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 447)) (2.28.1) 2022-09-20 12:34:36.379 | Requirement already satisfied: urllib3===1.26.12 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 562)) (1.26.12) 2022-09-20 12:34:36.415 | Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3/dist-packages (from requests===2.28.1->-c /opt/stack/requirements/upper-constraints.txt (line 447)) (2019.11.28) 2022-09-20 12:34:36.417 | Requirement already satisfied: charset-normalizer===2.1.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 112)) (2.1.1) 2022-09-20 12:34:36.422 | Requirement already satisfied: idna===3.3 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 200)) (3.3) 2022-09-20 12:34:38.750 | + inc/python:pip_install:196 : result=0 2022-09-20 12:34:38.753 | + inc/python:pip_install:198 : time_stop pip_install 2022-09-20 12:34:38.755 | + functions-common:time_stop:2439 : local name 2022-09-20 12:34:38.757 | + functions-common:time_stop:2440 : local end_time 2022-09-20 12:34:38.760 | + functions-common:time_stop:2441 : local elapsed_time 2022-09-20 12:34:38.762 | + functions-common:time_stop:2442 : local total 2022-09-20 12:34:38.764 | + functions-common:time_stop:2443 : local start_time 2022-09-20 12:34:38.767 | + functions-common:time_stop:2445 : name=pip_install 2022-09-20 12:34:38.769 | + functions-common:time_stop:2446 : start_time=1663677273151 2022-09-20 12:34:38.771 | + functions-common:time_stop:2448 : [[ -z 1663677273151 ]] 2022-09-20 12:34:38.774 | ++ functions-common:time_stop:2451 : date +%s%3N 2022-09-20 12:34:38.779 | + functions-common:time_stop:2451 : end_time=1663677278776 2022-09-20 12:34:38.781 | + functions-common:time_stop:2452 : elapsed_time=5625 2022-09-20 12:34:38.784 | + functions-common:time_stop:2453 : total=35864 2022-09-20 12:34:38.786 | + functions-common:time_stop:2455 : _TIME_START[$name]= 2022-09-20 12:34:38.788 | + functions-common:time_stop:2456 : _TIME_TOTAL[$name]=41489 2022-09-20 12:34:38.790 | + inc/python:pip_install:199 : return 0 2022-09-20 12:34:38.793 | + ./stack.sh:main:873 : install_apache_uwsgi 2022-09-20 12:34:38.796 | + lib/apache:install_apache_uwsgi:85 : local apxs=apxs2 2022-09-20 12:34:38.798 | + lib/apache:install_apache_uwsgi:86 : is_fedora 2022-09-20 12:34:38.801 | + functions-common:is_fedora:519 : [[ -z Ubuntu ]] 2022-09-20 12:34:38.803 | + functions-common:is_fedora:523 : '[' Ubuntu = Fedora ']' 2022-09-20 12:34:38.805 | + functions-common:is_fedora:523 : '[' Ubuntu = 'Red Hat' ']' 2022-09-20 12:34:38.808 | + functions-common:is_fedora:524 : '[' Ubuntu = RedHatEnterpriseServer ']' 2022-09-20 12:34:38.810 | + functions-common:is_fedora:525 : '[' Ubuntu = RedHatEnterprise ']' 2022-09-20 12:34:38.812 | + functions-common:is_fedora:526 : '[' Ubuntu = CentOS ']' 2022-09-20 12:34:38.815 | + functions-common:is_fedora:526 : '[' Ubuntu = CentOSStream ']' 2022-09-20 12:34:38.817 | + functions-common:is_fedora:527 : '[' Ubuntu = AlmaLinux ']' 2022-09-20 12:34:38.819 | + functions-common:is_fedora:528 : '[' Ubuntu = OracleServer ']' 2022-09-20 12:34:38.822 | + functions-common:is_fedora:528 : '[' Ubuntu = Virtuozzo ']' 2022-09-20 12:34:38.824 | + lib/apache:install_apache_uwsgi:90 : is_ubuntu 2022-09-20 12:34:38.827 | + functions-common:is_ubuntu:567 : [[ -z deb ]] 2022-09-20 12:34:38.829 | + functions-common:is_ubuntu:570 : '[' deb = deb ']' 2022-09-20 12:34:38.831 | + lib/apache:install_apache_uwsgi:91 : local 'pkg_list=uwsgi uwsgi-plugin-python3 libapache2-mod-proxy-uwsgi' 2022-09-20 12:34:38.834 | + lib/apache:install_apache_uwsgi:92 : install_package uwsgi uwsgi-plugin-python3 libapache2-mod-proxy-uwsgi 2022-09-20 12:34:38.836 | + functions-common:install_package:1463 : update_package_repo 2022-09-20 12:34:38.839 | + functions-common:update_package_repo:1435 : NO_UPDATE_REPOS=False 2022-09-20 12:34:38.841 | + functions-common:update_package_repo:1436 : REPOS_UPDATED=True 2022-09-20 12:34:38.844 | + functions-common:update_package_repo:1437 : RETRY_UPDATE=False 2022-09-20 12:34:38.846 | + functions-common:update_package_repo:1439 : [[ False = \T\r\u\e ]] 2022-09-20 12:34:38.848 | + functions-common:update_package_repo:1443 : is_ubuntu 2022-09-20 12:34:38.851 | + functions-common:is_ubuntu:567 : [[ -z deb ]] 2022-09-20 12:34:38.853 | + functions-common:is_ubuntu:570 : '[' deb = deb ']' 2022-09-20 12:34:38.856 | + functions-common:update_package_repo:1444 : apt_get_update 2022-09-20 12:34:38.859 | + functions-common:apt_get_update:1189 : [[ True == \T\r\u\e ]] 2022-09-20 12:34:38.861 | + functions-common:apt_get_update:1189 : [[ False != \T\r\u\e ]] 2022-09-20 12:34:38.863 | + functions-common:apt_get_update:1190 : return 2022-09-20 12:34:38.866 | + functions-common:install_package:1464 : real_install_package uwsgi uwsgi-plugin-python3 libapache2-mod-proxy-uwsgi 2022-09-20 12:34:38.868 | + functions-common:real_install_package:1449 : is_ubuntu 2022-09-20 12:34:38.870 | + functions-common:is_ubuntu:567 : [[ -z deb ]] 2022-09-20 12:34:38.873 | + functions-common:is_ubuntu:570 : '[' deb = deb ']' 2022-09-20 12:34:38.875 | + functions-common:real_install_package:1450 : apt_get install uwsgi uwsgi-plugin-python3 libapache2-mod-proxy-uwsgi 2022-09-20 12:34:38.897 | + functions-common:apt_get:1230 : sudo DEBIAN_FRONTEND=noninteractive http_proxy= https_proxy= no_proxy= apt-get --option Dpkg::Options::=--force-confold --assume-yes install uwsgi uwsgi-plugin-python3 libapache2-mod-proxy-uwsgi 2022-09-20 12:34:39.010 | Reading package lists... 2022-09-20 12:34:39.277 | Building dependency tree... 2022-09-20 12:34:39.279 | Reading state information... 2022-09-20 12:34:39.564 | uwsgi is already the newest version (2.0.18-11ubuntu1). 2022-09-20 12:34:39.565 | uwsgi-plugin-python3 is already the newest version (2.0.18-11ubuntu1). 2022-09-20 12:34:39.565 | libapache2-mod-proxy-uwsgi is already the newest version (2.4.41-4ubuntu3.12). 2022-09-20 12:34:39.565 | The following packages were automatically installed and are no longer required: 2022-09-20 12:34:39.566 | apport-symptoms libnetplan0 python3-automat python3-blinker python3-click 2022-09-20 12:34:39.566 | python3-colorama python3-configobj python3-constantly python3-entrypoints 2022-09-20 12:34:39.566 | python3-hamcrest python3-hyperlink python3-incremental python3-jwt 2022-09-20 12:34:39.566 | python3-keyring python3-lazr.uri python3-oauthlib python3-problem-report 2022-09-20 12:34:39.566 | python3-secretstorage python3-twisted-bin python3-wadllib 2022-09-20 12:34:39.566 | python3-zope.interface 2022-09-20 12:34:39.566 | Use 'sudo apt autoremove' to remove them. 2022-09-20 12:34:39.684 | 0 upgraded, 0 newly installed, 0 to remove and 160 not upgraded. 2022-09-20 12:34:39.689 | + functions-common:apt_get:1234 : result=0 2022-09-20 12:34:39.691 | + functions-common:apt_get:1237 : time_stop apt-get 2022-09-20 12:34:39.694 | + functions-common:time_stop:2439 : local name 2022-09-20 12:34:39.696 | + functions-common:time_stop:2440 : local end_time 2022-09-20 12:34:39.699 | + functions-common:time_stop:2441 : local elapsed_time 2022-09-20 12:34:39.701 | + functions-common:time_stop:2442 : local total 2022-09-20 12:34:39.703 | + functions-common:time_stop:2443 : local start_time 2022-09-20 12:34:39.705 | + functions-common:time_stop:2445 : name=apt-get 2022-09-20 12:34:39.708 | + functions-common:time_stop:2446 : start_time=1663677278895 2022-09-20 12:34:39.710 | + functions-common:time_stop:2448 : [[ -z 1663677278895 ]] 2022-09-20 12:34:39.713 | ++ functions-common:time_stop:2451 : date +%s%3N 2022-09-20 12:34:39.718 | + functions-common:time_stop:2451 : end_time=1663677279715 2022-09-20 12:34:39.720 | + functions-common:time_stop:2452 : elapsed_time=820 2022-09-20 12:34:39.722 | + functions-common:time_stop:2453 : total=5212 2022-09-20 12:34:39.724 | + functions-common:time_stop:2455 : _TIME_START[$name]= 2022-09-20 12:34:39.727 | + functions-common:time_stop:2456 : _TIME_TOTAL[$name]=6032 2022-09-20 12:34:39.730 | + functions-common:apt_get:1238 : return 0 2022-09-20 12:34:39.732 | + lib/apache:install_apache_uwsgi:128 : is_ubuntu 2022-09-20 12:34:39.735 | + functions-common:is_ubuntu:567 : [[ -z deb ]] 2022-09-20 12:34:39.737 | + functions-common:is_ubuntu:570 : '[' deb = deb ']' 2022-09-20 12:34:39.739 | + lib/apache:install_apache_uwsgi:130 : sudo a2enmod proxy 2022-09-20 12:34:39.802 | Module proxy already enabled 2022-09-20 12:34:39.807 | + lib/apache:install_apache_uwsgi:131 : sudo a2enmod proxy_uwsgi 2022-09-20 12:34:39.869 | Considering dependency proxy for proxy_uwsgi: 2022-09-20 12:34:39.870 | Module proxy already enabled 2022-09-20 12:34:39.870 | Module proxy_uwsgi already enabled 2022-09-20 12:34:39.874 | + lib/apache:install_apache_uwsgi:137 : restart_apache_server 2022-09-20 12:34:39.876 | + lib/apache:restart_apache_server:250 : restart_service apache2 2022-09-20 12:34:39.879 | + functions-common:restart_service:2323 : '[' -x /bin/systemctl ']' 2022-09-20 12:34:39.881 | + functions-common:restart_service:2324 : sudo /bin/systemctl restart apache2 2022-09-20 12:34:40.019 | + ./stack.sh:main:876 : install_keystoneauth 2022-09-20 12:34:40.021 | + lib/keystone:install_keystoneauth:498 : use_library_from_git keystoneauth 2022-09-20 12:34:40.023 | + inc/python:use_library_from_git:246 : local name=keystoneauth 2022-09-20 12:34:40.026 | + inc/python:use_library_from_git:247 : local enabled=1 2022-09-20 12:34:40.029 | + inc/python:use_library_from_git:248 : [[ cinder-tempest-plugin = \A\L\L ]] 2022-09-20 12:34:40.032 | + inc/python:use_library_from_git:248 : [[ ,cinder-tempest-plugin, =~ ,keystoneauth, ]] 2022-09-20 12:34:40.035 | + inc/python:use_library_from_git:249 : return 1 2022-09-20 12:34:40.037 | + ./stack.sh:main:877 : install_keystoneclient 2022-09-20 12:34:40.040 | + lib/keystone:install_keystoneclient:506 : use_library_from_git python-keystoneclient 2022-09-20 12:34:40.043 | + inc/python:use_library_from_git:246 : local name=python-keystoneclient 2022-09-20 12:34:40.046 | + inc/python:use_library_from_git:247 : local enabled=1 2022-09-20 12:34:40.048 | + inc/python:use_library_from_git:248 : [[ cinder-tempest-plugin = \A\L\L ]] 2022-09-20 12:34:40.051 | + inc/python:use_library_from_git:248 : [[ ,cinder-tempest-plugin, =~ ,python-keystoneclient, ]] 2022-09-20 12:34:40.054 | + inc/python:use_library_from_git:249 : return 1 2022-09-20 12:34:40.056 | + ./stack.sh:main:878 : install_glanceclient 2022-09-20 12:34:40.059 | + lib/glance:install_glanceclient:498 : use_library_from_git python-glanceclient 2022-09-20 12:34:40.062 | + inc/python:use_library_from_git:246 : local name=python-glanceclient 2022-09-20 12:34:40.064 | + inc/python:use_library_from_git:247 : local enabled=1 2022-09-20 12:34:40.067 | + inc/python:use_library_from_git:248 : [[ cinder-tempest-plugin = \A\L\L ]] 2022-09-20 12:34:40.070 | + inc/python:use_library_from_git:248 : [[ ,cinder-tempest-plugin, =~ ,python-glanceclient, ]] 2022-09-20 12:34:40.073 | + inc/python:use_library_from_git:249 : return 1 2022-09-20 12:34:40.075 | + ./stack.sh:main:879 : install_cinderclient 2022-09-20 12:34:40.078 | + lib/cinder:install_cinderclient:492 : use_library_from_git python-brick-cinderclient-ext 2022-09-20 12:34:40.080 | + inc/python:use_library_from_git:246 : local name=python-brick-cinderclient-ext 2022-09-20 12:34:40.083 | + inc/python:use_library_from_git:247 : local enabled=1 2022-09-20 12:34:40.085 | + inc/python:use_library_from_git:248 : [[ cinder-tempest-plugin = \A\L\L ]] 2022-09-20 12:34:40.088 | + inc/python:use_library_from_git:248 : [[ ,cinder-tempest-plugin, =~ ,python-brick-cinderclient-ext, ]] 2022-09-20 12:34:40.090 | + inc/python:use_library_from_git:249 : return 1 2022-09-20 12:34:40.093 | + lib/cinder:install_cinderclient:497 : use_library_from_git python-cinderclient 2022-09-20 12:34:40.096 | + inc/python:use_library_from_git:246 : local name=python-cinderclient 2022-09-20 12:34:40.098 | + inc/python:use_library_from_git:247 : local enabled=1 2022-09-20 12:34:40.100 | + inc/python:use_library_from_git:248 : [[ cinder-tempest-plugin = \A\L\L ]] 2022-09-20 12:34:40.103 | + inc/python:use_library_from_git:248 : [[ ,cinder-tempest-plugin, =~ ,python-cinderclient, ]] 2022-09-20 12:34:40.106 | + inc/python:use_library_from_git:249 : return 1 2022-09-20 12:34:40.109 | + ./stack.sh:main:880 : install_novaclient 2022-09-20 12:34:40.111 | + lib/nova:install_novaclient:864 : use_library_from_git python-novaclient 2022-09-20 12:34:40.114 | + inc/python:use_library_from_git:246 : local name=python-novaclient 2022-09-20 12:34:40.116 | + inc/python:use_library_from_git:247 : local enabled=1 2022-09-20 12:34:40.118 | + inc/python:use_library_from_git:248 : [[ cinder-tempest-plugin = \A\L\L ]] 2022-09-20 12:34:40.121 | + inc/python:use_library_from_git:248 : [[ ,cinder-tempest-plugin, =~ ,python-novaclient, ]] 2022-09-20 12:34:40.124 | + inc/python:use_library_from_git:249 : return 1 2022-09-20 12:34:40.126 | + ./stack.sh:main:881 : is_service_enabled swift glance horizon 2022-09-20 12:34:40.144 | + functions-common:is_service_enabled:2095 : return 0 2022-09-20 12:34:40.147 | + ./stack.sh:main:882 : install_swiftclient 2022-09-20 12:34:40.150 | + lib/swift:install_swiftclient:733 : use_library_from_git python-swiftclient 2022-09-20 12:34:40.152 | + inc/python:use_library_from_git:246 : local name=python-swiftclient 2022-09-20 12:34:40.155 | + inc/python:use_library_from_git:247 : local enabled=1 2022-09-20 12:34:40.158 | + inc/python:use_library_from_git:248 : [[ cinder-tempest-plugin = \A\L\L ]] 2022-09-20 12:34:40.161 | + inc/python:use_library_from_git:248 : [[ ,cinder-tempest-plugin, =~ ,python-swiftclient, ]] 2022-09-20 12:34:40.163 | + inc/python:use_library_from_git:249 : return 1 2022-09-20 12:34:40.166 | + ./stack.sh:main:884 : is_service_enabled neutron nova horizon 2022-09-20 12:34:40.184 | + functions-common:is_service_enabled:2095 : return 0 2022-09-20 12:34:40.187 | + ./stack.sh:main:885 : install_neutronclient 2022-09-20 12:34:40.190 | + lib/neutron:install_neutronclient:465 : use_library_from_git python-neutronclient 2022-09-20 12:34:40.192 | + inc/python:use_library_from_git:246 : local name=python-neutronclient 2022-09-20 12:34:40.195 | + inc/python:use_library_from_git:247 : local enabled=1 2022-09-20 12:34:40.197 | + inc/python:use_library_from_git:248 : [[ cinder-tempest-plugin = \A\L\L ]] 2022-09-20 12:34:40.200 | + inc/python:use_library_from_git:248 : [[ ,cinder-tempest-plugin, =~ ,python-neutronclient, ]] 2022-09-20 12:34:40.203 | + inc/python:use_library_from_git:249 : return 1 2022-09-20 12:34:40.206 | + ./stack.sh:main:889 : install_keystonemiddleware 2022-09-20 12:34:40.208 | + lib/keystone:install_keystonemiddleware:516 : use_library_from_git keystonemiddleware 2022-09-20 12:34:40.210 | + inc/python:use_library_from_git:246 : local name=keystonemiddleware 2022-09-20 12:34:40.213 | + inc/python:use_library_from_git:247 : local enabled=1 2022-09-20 12:34:40.216 | + inc/python:use_library_from_git:248 : [[ cinder-tempest-plugin = \A\L\L ]] 2022-09-20 12:34:40.219 | + inc/python:use_library_from_git:248 : [[ ,cinder-tempest-plugin, =~ ,keystonemiddleware, ]] 2022-09-20 12:34:40.221 | + inc/python:use_library_from_git:249 : return 1 2022-09-20 12:34:40.224 | + lib/keystone:install_keystonemiddleware:521 : pip_install_gr keystonemiddleware 2022-09-20 12:34:40.227 | + inc/python:pip_install_gr:76 : local name=keystonemiddleware 2022-09-20 12:34:40.230 | + inc/python:pip_install_gr:77 : local clean_name 2022-09-20 12:34:40.233 | ++ inc/python:pip_install_gr:78 : get_from_global_requirements keystonemiddleware 2022-09-20 12:34:40.236 | ++ inc/python:get_from_global_requirements:221 : local package=keystonemiddleware 2022-09-20 12:34:40.238 | ++ inc/python:get_from_global_requirements:222 : local required_pkg 2022-09-20 12:34:40.242 | +++ inc/python:get_from_global_requirements:223 : cut -d# -f1 2022-09-20 12:34:40.243 | +++ inc/python:get_from_global_requirements:223 : grep -i -h '^keystonemiddleware' /opt/stack/requirements/global-requirements.txt 2022-09-20 12:34:40.250 | ++ inc/python:get_from_global_requirements:223 : required_pkg='keystonemiddleware ' 2022-09-20 12:34:40.252 | ++ inc/python:get_from_global_requirements:224 : [[ keystonemiddleware == '' ]] 2022-09-20 12:34:40.255 | ++ inc/python:get_from_global_requirements:227 : echo keystonemiddleware 2022-09-20 12:34:40.258 | + inc/python:pip_install_gr:78 : clean_name=keystonemiddleware 2022-09-20 12:34:40.260 | + inc/python:pip_install_gr:79 : pip_install keystonemiddleware 2022-09-20 12:34:40.283 | Using python 3.8 to install keystonemiddleware 2022-09-20 12:34:40.286 | + 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-09-20 12:34:42.450 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-09-20 12:34:42.451 | from cryptography.utils import int_from_bytes 2022-09-20 12:34:42.451 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-09-20 12:34:42.451 | from cryptography.utils import int_from_bytes 2022-09-20 12:34:43.520 | Looking in indexes: http://10.100.0.9:8080/cloudbase/CI/+simple/ 2022-09-20 12:34:43.522 | Requirement already satisfied: keystonemiddleware===10.1.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 228)) (10.1.0) 2022-09-20 12:34:43.577 | Requirement already satisfied: oslo.cache===3.1.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 302)) (3.1.0) 2022-09-20 12:34:43.615 | Requirement already satisfied: oslo.config===9.0.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 304)) (9.0.0) 2022-09-20 12:34:43.656 | Requirement already satisfied: oslo.context===5.0.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 305)) (5.0.0) 2022-09-20 12:34:43.661 | Requirement already satisfied: oslo.i18n===5.1.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 307)) (5.1.0) 2022-09-20 12:34:43.666 | Requirement already satisfied: oslo.log===5.0.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 309)) (5.0.0) 2022-09-20 12:34:43.705 | Requirement already satisfied: oslo.serialization===5.0.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 317)) (5.0.0) 2022-09-20 12:34:43.715 | Requirement already satisfied: oslo.utils===6.0.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 320)) (6.0.1) 2022-09-20 12:34:43.729 | Requirement already satisfied: packaging===21.3 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 328)) (21.3) 2022-09-20 12:34:43.734 | Requirement already satisfied: pbr===5.10.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 332)) (5.10.0) 2022-09-20 12:34:43.737 | Requirement already satisfied: pycadf===3.1.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 356)) (3.1.1) 2022-09-20 12:34:43.748 | Requirement already satisfied: pyinotify===0.9.6 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 364)) (0.9.6) 2022-09-20 12:34:43.750 | Requirement already satisfied: pyparsing===3.0.9 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 369)) (3.0.9) 2022-09-20 12:34:43.757 | Requirement already satisfied: python-dateutil===2.8.2 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 396)) (2.8.2) 2022-09-20 12:34:43.762 | Requirement already satisfied: python-keystoneclient===5.0.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 405)) (5.0.1) 2022-09-20 12:34:43.783 | Requirement already satisfied: pytz===2022.2.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 435)) (2022.2.1) 2022-09-20 12:34:43.787 | Requirement already satisfied: requests===2.28.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 447)) (2.28.1) 2022-09-20 12:34:43.801 | Requirement already satisfied: rfc3986===1.5.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 460)) (1.5.0) 2022-09-20 12:34:43.805 | Requirement already satisfied: six===1.16.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 483)) (1.16.0) 2022-09-20 12:34:43.809 | Requirement already satisfied: stevedore===4.0.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 516)) (4.0.0) 2022-09-20 12:34:43.813 | Requirement already satisfied: urllib3===1.26.12 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 562)) (1.26.12) 2022-09-20 12:34:43.847 | Requirement already satisfied: keystoneauth1===5.0.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 227)) (5.0.0) 2022-09-20 12:34:43.906 | Requirement already satisfied: WebOb===1.8.7 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 32)) (1.8.7) 2022-09-20 12:34:43.919 | Requirement already satisfied: dogpile.cache===1.1.8 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 151)) (1.1.8) 2022-09-20 12:34:43.925 | Requirement already satisfied: debtcollector===2.5.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 130)) (2.5.0) 2022-09-20 12:34:43.931 | Requirement already satisfied: netaddr===0.8.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 260)) (0.8.0) 2022-09-20 12:34:43.936 | Requirement already satisfied: PyYAML===6.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 22)) (6.0) 2022-09-20 12:34:43.939 | Requirement already satisfied: msgpack===1.0.4 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 253)) (1.0.4) 2022-09-20 12:34:43.942 | Requirement already satisfied: iso8601===1.0.2 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 212)) (1.0.2) 2022-09-20 12:34:43.945 | Requirement already satisfied: netifaces===0.11.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 261)) (0.11.0) 2022-09-20 12:34:43.949 | Requirement already satisfied: charset-normalizer===2.1.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 112)) (2.1.1) 2022-09-20 12:34:43.953 | Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3/dist-packages (from requests===2.28.1->-c /opt/stack/requirements/upper-constraints.txt (line 447)) (2019.11.28) 2022-09-20 12:34:43.956 | Requirement already satisfied: idna===3.3 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 200)) (3.3) 2022-09-20 12:34:43.959 | Requirement already satisfied: os-service-types===1.7.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 294)) (1.7.0) 2022-09-20 12:34:43.963 | Requirement already satisfied: decorator===5.1.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 131)) (5.1.1) 2022-09-20 12:34:43.966 | Requirement already satisfied: wrapt===1.14.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 577)) (1.14.1) 2022-09-20 12:34:46.050 | + inc/python:pip_install:196 : result=0 2022-09-20 12:34:46.052 | + inc/python:pip_install:198 : time_stop pip_install 2022-09-20 12:34:46.055 | + functions-common:time_stop:2439 : local name 2022-09-20 12:34:46.057 | + functions-common:time_stop:2440 : local end_time 2022-09-20 12:34:46.059 | + functions-common:time_stop:2441 : local elapsed_time 2022-09-20 12:34:46.062 | + functions-common:time_stop:2442 : local total 2022-09-20 12:34:46.064 | + functions-common:time_stop:2443 : local start_time 2022-09-20 12:34:46.066 | + functions-common:time_stop:2445 : name=pip_install 2022-09-20 12:34:46.068 | + functions-common:time_stop:2446 : start_time=1663677280277 2022-09-20 12:34:46.071 | + functions-common:time_stop:2448 : [[ -z 1663677280277 ]] 2022-09-20 12:34:46.074 | ++ functions-common:time_stop:2451 : date +%s%3N 2022-09-20 12:34:46.078 | + functions-common:time_stop:2451 : end_time=1663677286076 2022-09-20 12:34:46.080 | + functions-common:time_stop:2452 : elapsed_time=5799 2022-09-20 12:34:46.083 | + functions-common:time_stop:2453 : total=41489 2022-09-20 12:34:46.085 | + functions-common:time_stop:2455 : _TIME_START[$name]= 2022-09-20 12:34:46.087 | + functions-common:time_stop:2456 : _TIME_TOTAL[$name]=47288 2022-09-20 12:34:46.090 | + inc/python:pip_install:199 : return 0 2022-09-20 12:34:46.093 | + lib/keystone:install_keystonemiddleware:525 : pip_install_gr python-memcached 2022-09-20 12:34:46.095 | + inc/python:pip_install_gr:76 : local name=python-memcached 2022-09-20 12:34:46.098 | + inc/python:pip_install_gr:77 : local clean_name 2022-09-20 12:34:46.101 | ++ inc/python:pip_install_gr:78 : get_from_global_requirements python-memcached 2022-09-20 12:34:46.103 | ++ inc/python:get_from_global_requirements:221 : local package=python-memcached 2022-09-20 12:34:46.106 | ++ inc/python:get_from_global_requirements:222 : local required_pkg 2022-09-20 12:34:46.110 | +++ inc/python:get_from_global_requirements:223 : grep -i -h '^python-memcached' /opt/stack/requirements/global-requirements.txt 2022-09-20 12:34:46.110 | +++ inc/python:get_from_global_requirements:223 : cut -d# -f1 2022-09-20 12:34:46.115 | ++ inc/python:get_from_global_requirements:223 : required_pkg='python-memcached ' 2022-09-20 12:34:46.117 | ++ inc/python:get_from_global_requirements:224 : [[ python-memcached == '' ]] 2022-09-20 12:34:46.120 | ++ inc/python:get_from_global_requirements:227 : echo python-memcached 2022-09-20 12:34:46.123 | + inc/python:pip_install_gr:78 : clean_name=python-memcached 2022-09-20 12:34:46.125 | + inc/python:pip_install_gr:79 : pip_install python-memcached 2022-09-20 12:34:46.147 | Using python 3.8 to install python-memcached 2022-09-20 12:34:46.150 | + 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-09-20 12:34:48.273 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-09-20 12:34:48.273 | from cryptography.utils import int_from_bytes 2022-09-20 12:34:48.273 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-09-20 12:34:48.273 | from cryptography.utils import int_from_bytes 2022-09-20 12:34:49.330 | Looking in indexes: http://10.100.0.9:8080/cloudbase/CI/+simple/ 2022-09-20 12:34:49.332 | Requirement already satisfied: python-memcached===1.59 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 411)) (1.59) 2022-09-20 12:34:49.336 | Requirement already satisfied: six===1.16.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 483)) (1.16.0) 2022-09-20 12:34:51.770 | + inc/python:pip_install:196 : result=0 2022-09-20 12:34:51.773 | + inc/python:pip_install:198 : time_stop pip_install 2022-09-20 12:34:51.775 | + functions-common:time_stop:2439 : local name 2022-09-20 12:34:51.778 | + functions-common:time_stop:2440 : local end_time 2022-09-20 12:34:51.780 | + functions-common:time_stop:2441 : local elapsed_time 2022-09-20 12:34:51.782 | + functions-common:time_stop:2442 : local total 2022-09-20 12:34:51.784 | + functions-common:time_stop:2443 : local start_time 2022-09-20 12:34:51.787 | + functions-common:time_stop:2445 : name=pip_install 2022-09-20 12:34:51.789 | + functions-common:time_stop:2446 : start_time=1663677286142 2022-09-20 12:34:51.792 | + functions-common:time_stop:2448 : [[ -z 1663677286142 ]] 2022-09-20 12:34:51.795 | ++ functions-common:time_stop:2451 : date +%s%3N 2022-09-20 12:34:51.799 | + functions-common:time_stop:2451 : end_time=1663677291796 2022-09-20 12:34:51.801 | + functions-common:time_stop:2452 : elapsed_time=5654 2022-09-20 12:34:51.803 | + functions-common:time_stop:2453 : total=47288 2022-09-20 12:34:51.806 | + functions-common:time_stop:2455 : _TIME_START[$name]= 2022-09-20 12:34:51.808 | + functions-common:time_stop:2456 : _TIME_TOTAL[$name]=52942 2022-09-20 12:34:51.810 | + inc/python:pip_install:199 : return 0 2022-09-20 12:34:51.813 | + ./stack.sh:main:891 : is_service_enabled keystone 2022-09-20 12:34:51.830 | + functions-common:is_service_enabled:2095 : return 0 2022-09-20 12:34:51.833 | + ./stack.sh:main:892 : '[' 10.222.0.52 == 10.222.0.52 ']' 2022-09-20 12:34:51.835 | + ./stack.sh:main:893 : stack_install_service keystone 2022-09-20 12:34:51.837 | + lib/stack:stack_install_service:20 : local service=keystone 2022-09-20 12:34:51.840 | + lib/stack:stack_install_service:21 : type install_keystone 2022-09-20 12:34:51.842 | + lib/stack:stack_install_service:23 : [[ False = True ]] 2022-09-20 12:34:51.845 | + lib/stack:stack_install_service:32 : install_keystone 2022-09-20 12:34:51.847 | + lib/keystone:install_keystone:531 : is_service_enabled ldap 2022-09-20 12:34:51.864 | + functions-common:is_service_enabled:2095 : return 1 2022-09-20 12:34:51.866 | + lib/keystone:install_keystone:535 : git_clone https://opendev.org/openstack/keystone.git /opt/stack/keystone master 2022-09-20 12:34:51.868 | + functions-common:git_clone:596 : local git_remote=https://opendev.org/openstack/keystone.git 2022-09-20 12:34:51.871 | + functions-common:git_clone:597 : local git_dest=/opt/stack/keystone 2022-09-20 12:34:51.873 | + functions-common:git_clone:598 : local git_ref=master 2022-09-20 12:34:51.875 | + functions-common:git_clone:599 : local orig_dir 2022-09-20 12:34:51.878 | ++ functions-common:git_clone:600 : pwd 2022-09-20 12:34:51.881 | + functions-common:git_clone:600 : orig_dir=/home/ubuntu/devstack 2022-09-20 12:34:51.883 | + functions-common:git_clone:601 : local git_clone_flags= 2022-09-20 12:34:51.885 | ++ functions-common:git_clone:603 : trueorfalse False RECLONE 2022-09-20 12:34:51.901 | + functions-common:git_clone:603 : RECLONE=False 2022-09-20 12:34:51.903 | + functions-common:git_clone:604 : [[ 0 -gt 0 ]] 2022-09-20 12:34:51.905 | + functions-common:git_clone:608 : [[ False = \T\r\u\e ]] 2022-09-20 12:34:51.908 | + functions-common:git_clone:617 : echo master 2022-09-20 12:34:51.908 | + functions-common:git_clone:617 : egrep -q '^refs' 2022-09-20 12:34:51.913 | + functions-common:git_clone:631 : [[ ! -d /opt/stack/keystone ]] 2022-09-20 12:34:51.915 | + functions-common:git_clone:639 : [[ False = \T\r\u\e ]] 2022-09-20 12:34:51.918 | + functions-common:git_clone:674 : sudo git config --system --add safe.directory /opt/stack/keystone 2022-09-20 12:34:51.931 | + functions-common:git_clone:677 : cd /opt/stack/keystone 2022-09-20 12:34:51.934 | + functions-common:git_clone:678 : git show --oneline 2022-09-20 12:34:51.934 | + functions-common:git_clone:678 : head -1 2022-09-20 12:34:51.942 | 0155ae874 Merge "Use TOX_CONSTRAINTS_FILE" 2022-09-20 12:34:51.944 | + functions-common:git_clone:679 : cd /home/ubuntu/devstack 2022-09-20 12:34:51.947 | + lib/keystone:install_keystone:536 : setup_develop /opt/stack/keystone 2022-09-20 12:34:51.949 | + inc/python:setup_develop:334 : local bindep 2022-09-20 12:34:51.951 | + inc/python:setup_develop:335 : [[ /opt/stack/keystone == -bindep* ]] 2022-09-20 12:34:51.954 | + inc/python:setup_develop:339 : local project_dir=/opt/stack/keystone 2022-09-20 12:34:51.956 | + inc/python:setup_develop:340 : local extras= 2022-09-20 12:34:51.958 | + inc/python:setup_develop:341 : _setup_package_with_constraints_edit /opt/stack/keystone -e 2022-09-20 12:34:51.960 | + inc/python:_setup_package_with_constraints_edit:360 : local bindep 2022-09-20 12:34:51.963 | + inc/python:_setup_package_with_constraints_edit:361 : [[ /opt/stack/keystone == -bindep* ]] 2022-09-20 12:34:51.965 | + inc/python:_setup_package_with_constraints_edit:365 : local project_dir=/opt/stack/keystone 2022-09-20 12:34:51.967 | + inc/python:_setup_package_with_constraints_edit:366 : local flags=-e 2022-09-20 12:34:51.970 | + inc/python:_setup_package_with_constraints_edit:367 : local extras= 2022-09-20 12:34:51.973 | ++ inc/python:_setup_package_with_constraints_edit:374 : cd /opt/stack/keystone 2022-09-20 12:34:51.975 | ++ inc/python:_setup_package_with_constraints_edit:374 : pwd 2022-09-20 12:34:51.978 | + inc/python:_setup_package_with_constraints_edit:374 : project_dir=/opt/stack/keystone 2022-09-20 12:34:51.981 | + inc/python:_setup_package_with_constraints_edit:376 : '[' -n /opt/stack/requirements ']' 2022-09-20 12:34:51.983 | + inc/python:_setup_package_with_constraints_edit:380 : local name 2022-09-20 12:34:51.986 | ++ inc/python:_setup_package_with_constraints_edit:381 : awk '/^name.*=/ {print $3}' /opt/stack/keystone/setup.cfg 2022-09-20 12:34:51.992 | + inc/python:_setup_package_with_constraints_edit:381 : name=keystone 2022-09-20 12:34:51.995 | + inc/python:_setup_package_with_constraints_edit:383 : /opt/stack/requirements/.venv/bin/edit-constraints /opt/stack/requirements/upper-constraints.txt -- keystone 2022-09-20 12:34:52.640 | + inc/python:_setup_package_with_constraints_edit:386 : setup_package /opt/stack/keystone -e 2022-09-20 12:34:52.642 | + inc/python:setup_package:414 : local bindep=0 2022-09-20 12:34:52.645 | + inc/python:setup_package:415 : local bindep_flag= 2022-09-20 12:34:52.647 | + inc/python:setup_package:416 : local bindep_profiles= 2022-09-20 12:34:52.649 | + inc/python:setup_package:417 : [[ /opt/stack/keystone == -bindep* ]] 2022-09-20 12:34:52.652 | + inc/python:setup_package:422 : local project_dir=/opt/stack/keystone 2022-09-20 12:34:52.654 | + inc/python:setup_package:423 : local flags=-e 2022-09-20 12:34:52.656 | + inc/python:setup_package:424 : local extras= 2022-09-20 12:34:52.659 | + inc/python:setup_package:428 : [[ -n -e ]] 2022-09-20 12:34:52.661 | + inc/python:setup_package:428 : [[ -z '' ]] 2022-09-20 12:34:52.663 | + inc/python:setup_package:428 : [[ ! -e =~ ^-.* ]] 2022-09-20 12:34:52.665 | + inc/python:setup_package:433 : [[ ! -z '' ]] 2022-09-20 12:34:52.667 | + inc/python:setup_package:438 : [[ 0 == 1 ]] 2022-09-20 12:34:52.670 | + inc/python:setup_package:442 : pip_install -e /opt/stack/keystone 2022-09-20 12:34:52.690 | Using python 3.8 to install /opt/stack/keystone 2022-09-20 12:34:52.692 | + 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-09-20 12:34:54.830 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-09-20 12:34:54.831 | from cryptography.utils import int_from_bytes 2022-09-20 12:34:54.831 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-09-20 12:34:54.831 | from cryptography.utils import int_from_bytes 2022-09-20 12:34:55.893 | Looking in indexes: http://10.100.0.9:8080/cloudbase/CI/+simple/ 2022-09-20 12:34:55.894 | Obtaining file:///opt/stack/keystone 2022-09-20 12:34:57.483 | Requirement already satisfied: Flask===2.2.2 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 7)) (2.2.2) 2022-09-20 12:34:57.499 | Requirement already satisfied: Flask-RESTful===0.3.9 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 8)) (0.3.9) 2022-09-20 12:34:57.509 | Requirement already satisfied: Jinja2===3.1.2 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 10)) (3.1.2) 2022-09-20 12:34:57.515 | Requirement already satisfied: MarkupSafe===2.1.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 13)) (2.1.1) 2022-09-20 12:34:57.518 | Requirement already satisfied: PyJWT===2.4.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 18)) (2.4.0) 2022-09-20 12:34:57.544 | Requirement already satisfied: SQLAlchemy===1.4.40 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 25)) (1.4.40) 2022-09-20 12:34:57.690 | Requirement already satisfied: WebOb===1.8.7 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 32)) (1.8.7) 2022-09-20 12:34:57.703 | Requirement already satisfied: Werkzeug===2.2.2 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 34)) (2.2.2) 2022-09-20 12:34:57.709 | Requirement already satisfied: aniso8601===9.0.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 80)) (9.0.1) 2022-09-20 12:34:57.722 | Requirement already satisfied: bcrypt===4.0.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 95)) (4.0.0) 2022-09-20 12:34:57.729 | Requirement already satisfied: click===8.1.3 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 113)) (8.1.3) 2022-09-20 12:34:57.734 | Requirement already satisfied: cryptography===36.0.2 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 126)) (36.0.2) 2022-09-20 12:34:57.772 | Requirement already satisfied: dogpile.cache===1.1.8 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 151)) (1.1.8) 2022-09-20 12:34:57.778 | Requirement already satisfied: greenlet===1.1.3 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 187)) (1.1.3) 2022-09-20 12:34:57.783 | Requirement already satisfied: importlib-metadata===4.12.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 204)) (4.12.0) 2022-09-20 12:34:57.820 | Requirement already satisfied: itsdangerous===2.1.2 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 213)) (2.1.2) 2022-09-20 12:34:57.823 | Requirement already satisfied: jsonschema===4.14.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 223)) (4.14.0) 2022-09-20 12:34:57.865 | Requirement already satisfied: keystonemiddleware===10.1.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 228)) (10.1.0) 2022-09-20 12:34:57.918 | Requirement already satisfied: msgpack===1.0.4 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 253)) (1.0.4) 2022-09-20 12:34:57.921 | Requirement already satisfied: oauthlib===3.2.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 277)) (3.2.0) 2022-09-20 12:34:57.931 | Requirement already satisfied: oslo.cache===3.1.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 302)) (3.1.0) 2022-09-20 12:34:57.967 | Requirement already satisfied: oslo.config===9.0.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 304)) (9.0.0) 2022-09-20 12:34:58.007 | Requirement already satisfied: oslo.context===5.0.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 305)) (5.0.0) 2022-09-20 12:34:58.013 | Requirement already satisfied: oslo.db===12.1.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 306)) (12.1.0) 2022-09-20 12:34:58.060 | Requirement already satisfied: oslo.i18n===5.1.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 307)) (5.1.0) 2022-09-20 12:34:58.064 | Requirement already satisfied: oslo.log===5.0.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 309)) (5.0.0) 2022-09-20 12:34:58.102 | Requirement already satisfied: oslo.messaging===14.0.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 310)) (14.0.0) 2022-09-20 12:34:58.157 | Requirement already satisfied: oslo.metrics===0.5.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 311)) (0.5.0) 2022-09-20 12:34:58.167 | Requirement already satisfied: oslo.middleware===5.0.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 312)) (5.0.0) 2022-09-20 12:34:58.186 | Requirement already satisfied: oslo.policy===4.0.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 313)) (4.0.0) 2022-09-20 12:34:58.200 | Requirement already satisfied: oslo.serialization===5.0.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 317)) (5.0.0) 2022-09-20 12:34:58.208 | Requirement already satisfied: oslo.service===3.0.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 318)) (3.0.0) 2022-09-20 12:34:58.231 | Requirement already satisfied: oslo.upgradecheck===2.0.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 319)) (2.0.0) 2022-09-20 12:34:58.241 | Requirement already satisfied: oslo.utils===6.0.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 320)) (6.0.1) 2022-09-20 12:34:58.255 | Requirement already satisfied: osprofiler===3.4.3 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 325)) (3.4.3) 2022-09-20 12:34:58.295 | Requirement already satisfied: packaging===21.3 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 328)) (21.3) 2022-09-20 12:34:58.300 | Requirement already satisfied: passlib===1.7.4 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 331)) (1.7.4) 2022-09-20 12:34:58.313 | Requirement already satisfied: pbr===5.10.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 332)) (5.10.0) 2022-09-20 12:34:58.315 | Requirement already satisfied: pkgutil-resolve-name===1.3.10 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 338)) (1.3.10) 2022-09-20 12:34:58.318 | Requirement already satisfied: prettytable===3.4.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 342)) (3.4.1) 2022-09-20 12:34:58.329 | Requirement already satisfied: prometheus-client===0.14.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 344)) (0.14.1) 2022-09-20 12:34:58.335 | Requirement already satisfied: pycadf===3.1.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 356)) (3.1.1) 2022-09-20 12:34:58.346 | Requirement already satisfied: pyinotify===0.9.6 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 364)) (0.9.6) 2022-09-20 12:34:58.348 | Requirement already satisfied: pyparsing===3.0.9 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 369)) (3.0.9) 2022-09-20 12:34:58.354 | Requirement already satisfied: pyrsistent===0.18.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 373)) (0.18.1) 2022-09-20 12:34:58.358 | Requirement already satisfied: pysaml2===7.2.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 374)) (7.2.1) 2022-09-20 12:34:58.379 | Requirement already satisfied: python-dateutil===2.8.2 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 396)) (2.8.2) 2022-09-20 12:34:58.384 | Requirement already satisfied: python-keystoneclient===5.0.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 405)) (5.0.1) 2022-09-20 12:34:58.406 | Requirement already satisfied: pytz===2022.2.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 435)) (2022.2.1) 2022-09-20 12:34:58.410 | Requirement already satisfied: requests===2.28.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 447)) (2.28.1) 2022-09-20 12:34:58.423 | Requirement already satisfied: rfc3986===1.5.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 460)) (1.5.0) 2022-09-20 12:34:58.427 | Requirement already satisfied: scrypt===0.8.20 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 475)) (0.8.20) 2022-09-20 12:34:58.430 | Requirement already satisfied: six===1.16.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 483)) (1.16.0) 2022-09-20 12:34:58.434 | Requirement already satisfied: sqlalchemy-migrate===0.13.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 510)) (0.13.0) 2022-09-20 12:34:58.444 | Requirement already satisfied: sqlparse===0.4.2 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 511)) (0.4.2) 2022-09-20 12:34:58.446 | Requirement already satisfied: statsd===3.3.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 514)) (3.3.0) 2022-09-20 12:34:58.449 | Requirement already satisfied: stevedore===4.0.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 516)) (4.0.0) 2022-09-20 12:34:58.453 | Requirement already satisfied: testresources===2.0.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 534)) (2.0.1) 2022-09-20 12:34:58.463 | Requirement already satisfied: testscenarios===0.5.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 535)) (0.5.0) 2022-09-20 12:34:58.468 | Requirement already satisfied: testtools===2.5.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 536)) (2.5.0) 2022-09-20 12:34:58.479 | Requirement already satisfied: urllib3===1.26.12 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 562)) (1.26.12) 2022-09-20 12:34:58.513 | Requirement already satisfied: wcwidth===0.2.5 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 572)) (0.2.5) 2022-09-20 12:34:58.519 | Requirement already satisfied: xmlschema===2.0.3 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 581)) (2.0.3) 2022-09-20 12:34:58.579 | Requirement already satisfied: yappi===1.3.6 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 585)) (1.3.6) 2022-09-20 12:34:58.584 | Requirement already satisfied: zipp===3.8.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 590)) (3.8.1) 2022-09-20 12:34:58.610 | Requirement already satisfied: cffi===1.15.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 110)) (1.15.1) 2022-09-20 12:34:58.614 | Requirement already satisfied: decorator===5.1.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 131)) (5.1.1) 2022-09-20 12:34:58.617 | Requirement already satisfied: attrs===22.1.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 90)) (22.1.0) 2022-09-20 12:34:58.676 | Requirement already satisfied: importlib-resources===5.9.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 205)) (5.9.0) 2022-09-20 12:34:58.704 | Requirement already satisfied: keystoneauth1===5.0.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 227)) (5.0.0) 2022-09-20 12:34:58.762 | Requirement already satisfied: netaddr===0.8.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 260)) (0.8.0) 2022-09-20 12:34:58.768 | Requirement already satisfied: PyYAML===6.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 22)) (6.0) 2022-09-20 12:34:58.770 | Requirement already satisfied: debtcollector===2.5.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 130)) (2.5.0) 2022-09-20 12:34:58.777 | Requirement already satisfied: alembic===1.8.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 78)) (1.8.1) 2022-09-20 12:34:58.791 | Requirement already satisfied: amqp===5.1.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 79)) (5.1.1) 2022-09-20 12:34:58.796 | Requirement already satisfied: kombu===5.2.4 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 229)) (5.2.4) 2022-09-20 12:34:58.842 | Requirement already satisfied: futurist===2.4.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 173)) (2.4.1) 2022-09-20 12:34:58.845 | Requirement already satisfied: cachetools===5.2.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 103)) (5.2.0) 2022-09-20 12:34:58.848 | Requirement already satisfied: Paste===3.5.2 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 14)) (3.5.2) 2022-09-20 12:34:58.857 | Requirement already satisfied: fixtures===4.0.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 168)) (4.0.1) 2022-09-20 12:34:58.868 | Requirement already satisfied: oslo.concurrency===5.0.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 303)) (5.0.1) 2022-09-20 12:34:58.878 | Requirement already satisfied: PasteDeploy===2.1.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 15)) (2.1.1) 2022-09-20 12:34:58.887 | Requirement already satisfied: eventlet===0.33.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 161)) (0.33.1) 2022-09-20 12:34:58.896 | Requirement already satisfied: Routes===2.5.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 24)) (2.5.1) 2022-09-20 12:34:58.906 | Requirement already satisfied: netifaces===0.11.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 261)) (0.11.0) 2022-09-20 12:34:58.909 | Requirement already satisfied: iso8601===1.0.2 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 212)) (1.0.2) 2022-09-20 12:34:58.912 | Requirement already satisfied: setuptools in /usr/lib/python3/dist-packages (from pysaml2===7.2.1->-c /opt/stack/requirements/upper-constraints.txt (line 374)) (45.2.0) 2022-09-20 12:34:58.914 | Requirement already satisfied: defusedxml===0.7.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 132)) (0.7.1) 2022-09-20 12:34:58.920 | Requirement already satisfied: pyOpenSSL===22.0.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 352)) (22.0.0) 2022-09-20 12:34:58.933 | Requirement already satisfied: charset-normalizer===2.1.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 112)) (2.1.1) 2022-09-20 12:34:58.938 | Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3/dist-packages (from requests===2.28.1->-c /opt/stack/requirements/upper-constraints.txt (line 447)) (2019.11.28) 2022-09-20 12:34:58.940 | Requirement already satisfied: idna===3.3 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 200)) (3.3) 2022-09-20 12:34:58.943 | Requirement already satisfied: Tempita===0.5.2 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 29)) (0.5.2) 2022-09-20 12:34:58.946 | Requirement already satisfied: extras===1.0.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 164)) (1.0.0) 2022-09-20 12:34:58.948 | Requirement already satisfied: elementpath===3.0.2 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 156)) (3.0.2) 2022-09-20 12:34:58.966 | Requirement already satisfied: pycparser===2.21 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 358)) (2.21) 2022-09-20 12:34:58.969 | Requirement already satisfied: os-service-types===1.7.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 294)) (1.7.0) 2022-09-20 12:34:58.973 | Requirement already satisfied: wrapt===1.14.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 577)) (1.14.1) 2022-09-20 12:34:58.977 | Requirement already satisfied: Mako===1.2.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 12)) (1.2.1) 2022-09-20 12:34:58.987 | Requirement already satisfied: vine===5.0.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 564)) (5.0.0) 2022-09-20 12:34:58.990 | Requirement already satisfied: fasteners===0.17.3 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 166)) (0.17.3) 2022-09-20 12:34:58.993 | Requirement already satisfied: dnspython===2.2.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 147)) (2.2.1) 2022-09-20 12:34:59.020 | Requirement already satisfied: repoze.lru===0.7 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 446)) (0.7) 2022-09-20 12:35:00.177 | Installing collected packages: keystone 2022-09-20 12:35:00.177 | Attempting uninstall: keystone 2022-09-20 12:35:00.178 | Found existing installation: keystone 22.0.0.0rc2.dev2 2022-09-20 12:35:00.181 | Can't uninstall 'keystone'. No files were found to uninstall. 2022-09-20 12:35:00.182 | Running setup.py develop for keystone 2022-09-20 12:35:02.209 | Successfully installed keystone 2022-09-20 12:35:02.327 | + inc/python:pip_install:196 : result=0 2022-09-20 12:35:02.329 | + inc/python:pip_install:198 : time_stop pip_install 2022-09-20 12:35:02.331 | + functions-common:time_stop:2439 : local name 2022-09-20 12:35:02.334 | + functions-common:time_stop:2440 : local end_time 2022-09-20 12:35:02.336 | + functions-common:time_stop:2441 : local elapsed_time 2022-09-20 12:35:02.339 | + functions-common:time_stop:2442 : local total 2022-09-20 12:35:02.341 | + functions-common:time_stop:2443 : local start_time 2022-09-20 12:35:02.343 | + functions-common:time_stop:2445 : name=pip_install 2022-09-20 12:35:02.345 | + functions-common:time_stop:2446 : start_time=1663677292685 2022-09-20 12:35:02.347 | + functions-common:time_stop:2448 : [[ -z 1663677292685 ]] 2022-09-20 12:35:02.350 | ++ functions-common:time_stop:2451 : date +%s%3N 2022-09-20 12:35:02.354 | + functions-common:time_stop:2451 : end_time=1663677302351 2022-09-20 12:35:02.356 | + functions-common:time_stop:2452 : elapsed_time=9666 2022-09-20 12:35:02.358 | + functions-common:time_stop:2453 : total=52942 2022-09-20 12:35:02.361 | + functions-common:time_stop:2455 : _TIME_START[$name]= 2022-09-20 12:35:02.363 | + functions-common:time_stop:2456 : _TIME_TOTAL[$name]=62608 2022-09-20 12:35:02.365 | + inc/python:pip_install:199 : return 0 2022-09-20 12:35:02.367 | + inc/python:setup_package:444 : [[ -e == \-\e ]] 2022-09-20 12:35:02.370 | + inc/python:setup_package:445 : safe_chown -R ubuntu /opt/stack/keystone/keystone.egg-info 2022-09-20 12:35:02.372 | + functions-common:safe_chown:2340 : _safe_permission_operation chown -R ubuntu /opt/stack/keystone/keystone.egg-info 2022-09-20 12:35:02.391 | + functions-common:_safe_permission_operation:2188 : sudo chown -R ubuntu /opt/stack/keystone/keystone.egg-info 2022-09-20 12:35:02.404 | + inc/python:_setup_package_with_constraints_edit:390 : use_library_from_git /opt/stack/keystone 2022-09-20 12:35:02.406 | + inc/python:use_library_from_git:246 : local name=/opt/stack/keystone 2022-09-20 12:35:02.409 | + inc/python:use_library_from_git:247 : local enabled=1 2022-09-20 12:35:02.411 | + inc/python:use_library_from_git:248 : [[ cinder-tempest-plugin = \A\L\L ]] 2022-09-20 12:35:02.414 | + inc/python:use_library_from_git:248 : [[ ,cinder-tempest-plugin, =~ ,/opt/stack/keystone, ]] 2022-09-20 12:35:02.416 | + inc/python:use_library_from_git:249 : return 1 2022-09-20 12:35:02.419 | + lib/keystone:install_keystone:538 : is_service_enabled ldap 2022-09-20 12:35:02.435 | + functions-common:is_service_enabled:2095 : return 1 2022-09-20 12:35:02.437 | + lib/keystone:install_keystone:542 : '[' uwsgi == mod_wsgi ']' 2022-09-20 12:35:02.440 | + lib/stack:stack_install_service:33 : [[ False = True ]] 2022-09-20 12:35:02.442 | + ./stack.sh:main:894 : configure_keystone 2022-09-20 12:35:02.445 | + lib/keystone:configure_keystone:192 : sudo install -d -o ubuntu /etc/keystone 2022-09-20 12:35:02.458 | + 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-09-20 12:35:02.460 | + lib/keystone:configure_keystone:195 : install -m 600 /dev/null /etc/keystone/keystone.conf 2022-09-20 12:35:02.465 | + lib/keystone:configure_keystone:198 : is_service_enabled ldap 2022-09-20 12:35:02.481 | + functions-common:is_service_enabled:2095 : return 1 2022-09-20 12:35:02.484 | + lib/keystone:configure_keystone:202 : iniset /etc/keystone/keystone.conf identity driver sql 2022-09-20 12:35:02.525 | + lib/keystone:configure_keystone:203 : iniset /etc/keystone/keystone.conf identity password_hash_rounds 4 2022-09-20 12:35:02.556 | + lib/keystone:configure_keystone:204 : iniset /etc/keystone/keystone.conf assignment driver sql 2022-09-20 12:35:02.592 | + lib/keystone:configure_keystone:205 : iniset /etc/keystone/keystone.conf role driver sql 2022-09-20 12:35:02.627 | + lib/keystone:configure_keystone:206 : iniset /etc/keystone/keystone.conf resource driver sql 2022-09-20 12:35:02.663 | + lib/keystone:configure_keystone:209 : iniset /etc/keystone/keystone.conf cache enabled True 2022-09-20 12:35:02.698 | + lib/keystone:configure_keystone:210 : iniset /etc/keystone/keystone.conf cache backend dogpile.cache.memcached 2022-09-20 12:35:02.731 | + lib/keystone:configure_keystone:211 : iniset /etc/keystone/keystone.conf cache memcache_servers localhost:11211 2022-09-20 12:35:02.765 | + lib/keystone:configure_keystone:213 : iniset_rpc_backend keystone /etc/keystone/keystone.conf oslo_messaging_notifications 2022-09-20 12:35:02.767 | + lib/rpc_backend:iniset_rpc_backend:157 : local package=keystone 2022-09-20 12:35:02.770 | + lib/rpc_backend:iniset_rpc_backend:158 : local file=/etc/keystone/keystone.conf 2022-09-20 12:35:02.772 | + lib/rpc_backend:iniset_rpc_backend:159 : local section=oslo_messaging_notifications 2022-09-20 12:35:02.774 | + lib/rpc_backend:iniset_rpc_backend:160 : local virtual_host= 2022-09-20 12:35:02.777 | + lib/rpc_backend:iniset_rpc_backend:161 : is_service_enabled rabbit 2022-09-20 12:35:02.792 | + functions-common:is_service_enabled:2095 : return 0 2022-09-20 12:35:02.796 | ++ lib/rpc_backend:iniset_rpc_backend:162 : get_transport_url '' 2022-09-20 12:35:02.798 | ++ lib/rpc_backend:get_transport_url:139 : local virtual_host= 2022-09-20 12:35:02.800 | ++ lib/rpc_backend:get_transport_url:140 : is_service_enabled rabbit 2022-09-20 12:35:02.818 | ++ functions-common:is_service_enabled:2095 : return 0 2022-09-20 12:35:02.820 | ++ lib/rpc_backend:get_transport_url:141 : echo rabbit://stackrabbit:Passw0rd@10.222.0.52:5672/ 2022-09-20 12:35:02.824 | + lib/rpc_backend:iniset_rpc_backend:162 : iniset /etc/keystone/keystone.conf oslo_messaging_notifications transport_url rabbit://stackrabbit:Passw0rd@10.222.0.52:5672/ 2022-09-20 12:35:02.859 | + lib/rpc_backend:iniset_rpc_backend:163 : '[' -n '' ']' 2022-09-20 12:35:02.861 | + lib/rpc_backend:iniset_rpc_backend:166 : '[' -n '' ']' 2022-09-20 12:35:02.864 | + lib/keystone:configure_keystone:215 : local service_port=5000 2022-09-20 12:35:02.866 | + lib/keystone:configure_keystone:217 : is_service_enabled tls-proxy 2022-09-20 12:35:02.883 | + functions-common:is_service_enabled:2095 : return 1 2022-09-20 12:35:02.886 | + lib/keystone:configure_keystone:226 : iniset /etc/keystone/keystone.conf DEFAULT public_endpoint http://10.222.0.52/identity 2022-09-20 12:35:02.920 | + lib/keystone:configure_keystone:228 : [[ fernet != '' ]] 2022-09-20 12:35:02.922 | + lib/keystone:configure_keystone:229 : iniset /etc/keystone/keystone.conf token provider fernet 2022-09-20 12:35:02.958 | ++ lib/keystone:configure_keystone:232 : database_connection_url keystone 2022-09-20 12:35:02.961 | ++ lib/database:database_connection_url:134 : local db=keystone 2022-09-20 12:35:02.963 | ++ lib/database:database_connection_url:135 : database_connection_url_mysql keystone 2022-09-20 12:35:02.966 | ++ lib/databases/mysql:database_connection_url_mysql:224 : local db=keystone 2022-09-20 12:35:02.968 | ++ lib/databases/mysql:database_connection_url_mysql:225 : local plugin 2022-09-20 12:35:02.970 | ++ lib/databases/mysql:database_connection_url_mysql:229 : [[ True == \T\r\u\e ]] 2022-09-20 12:35:02.973 | ++ lib/databases/mysql:database_connection_url_mysql:230 : is_service_enabled mysql 2022-09-20 12:35:02.989 | ++ functions-common:is_service_enabled:2095 : return 0 2022-09-20 12:35:02.991 | ++ lib/databases/mysql:database_connection_url_mysql:231 : plugin='&plugin=dbcounter' 2022-09-20 12:35:02.994 | ++ lib/databases/mysql:database_connection_url_mysql:235 : echo 'mysql+pymysql://root:Passw0rd@127.0.0.1/keystone?charset=utf8&plugin=dbcounter' 2022-09-20 12:35:02.997 | + 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-09-20 12:35:03.032 | + lib/keystone:configure_keystone:235 : '[' False '!=' False ']' 2022-09-20 12:35:03.035 | + lib/keystone:configure_keystone:240 : setup_logging /etc/keystone/keystone.conf 2022-09-20 12:35:03.037 | + functions:setup_logging:674 : setup_systemd_logging /etc/keystone/keystone.conf 2022-09-20 12:35:03.039 | + functions:setup_systemd_logging:689 : local conf_file=/etc/keystone/keystone.conf 2022-09-20 12:35:03.043 | ++ functions:setup_systemd_logging:694 : trueorfalse False USE_JOURNAL 2022-09-20 12:35:03.060 | + functions:setup_systemd_logging:694 : USE_JOURNAL=False 2022-09-20 12:35:03.062 | + functions:setup_systemd_logging:695 : local pidstr= 2022-09-20 12:35:03.064 | + functions:setup_systemd_logging:696 : [[ False == \T\r\u\e ]] 2022-09-20 12:35:03.067 | + functions:setup_systemd_logging:700 : pidstr='(pid=%(process)d) ' 2022-09-20 12:35:03.069 | + 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-09-20 12:35:03.102 | + 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-09-20 12:35:03.135 | + 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-09-20 12:35:03.168 | + functions:setup_systemd_logging:706 : iniset /etc/keystone/keystone.conf DEFAULT logging_exception_prefix 'ERROR %(name)s %(instance)s' 2022-09-20 12:35:03.201 | + lib/keystone:configure_keystone:242 : iniset /etc/keystone/keystone.conf DEFAULT debug True 2022-09-20 12:35:03.234 | + lib/keystone:configure_keystone:244 : '[' uwsgi == mod_wsgi ']' 2022-09-20 12:35:03.236 | + lib/keystone:configure_keystone:248 : write_uwsgi_config /etc/keystone/keystone-uwsgi-public.ini /usr/local/bin/keystone-wsgi-public /identity 2022-09-20 12:35:03.238 | + lib/apache:write_uwsgi_config:254 : local file=/etc/keystone/keystone-uwsgi-public.ini 2022-09-20 12:35:03.241 | + lib/apache:write_uwsgi_config:255 : local wsgi=/usr/local/bin/keystone-wsgi-public 2022-09-20 12:35:03.243 | + lib/apache:write_uwsgi_config:256 : local url=/identity 2022-09-20 12:35:03.246 | + lib/apache:write_uwsgi_config:257 : local http= 2022-09-20 12:35:03.248 | + lib/apache:write_uwsgi_config:258 : local name= 2022-09-20 12:35:03.251 | ++ lib/apache:write_uwsgi_config:259 : basename /usr/local/bin/keystone-wsgi-public 2022-09-20 12:35:03.255 | + lib/apache:write_uwsgi_config:259 : name=keystone-wsgi-public 2022-09-20 12:35:03.258 | + lib/apache:write_uwsgi_config:263 : local socket_dir=/var/run/uwsgi 2022-09-20 12:35:03.261 | + lib/apache:write_uwsgi_config:267 : sudo mkdir -p /etc/tmpfiles.d/ 2022-09-20 12:35:03.274 | + lib/apache:write_uwsgi_config:268 : echo 'd /var/run/uwsgi 0755 ubuntu root' 2022-09-20 12:35:03.274 | + lib/apache:write_uwsgi_config:268 : sudo tee /etc/tmpfiles.d/uwsgi.conf 2022-09-20 12:35:03.284 | d /var/run/uwsgi 0755 ubuntu root 2022-09-20 12:35:03.287 | + lib/apache:write_uwsgi_config:269 : sudo systemd-tmpfiles --create /etc/tmpfiles.d/uwsgi.conf 2022-09-20 12:35:03.303 | + lib/apache:write_uwsgi_config:271 : local socket=/var/run/uwsgi/keystone-wsgi-public.socket 2022-09-20 12:35:03.306 | + lib/apache:write_uwsgi_config:274 : rm -rf /etc/keystone/keystone-uwsgi-public.ini 2022-09-20 12:35:03.310 | + lib/apache:write_uwsgi_config:275 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi wsgi-file /usr/local/bin/keystone-wsgi-public 2022-09-20 12:35:03.345 | + lib/apache:write_uwsgi_config:276 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi processes 2 2022-09-20 12:35:03.376 | + lib/apache:write_uwsgi_config:278 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi master true 2022-09-20 12:35:03.409 | + lib/apache:write_uwsgi_config:280 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi die-on-term true 2022-09-20 12:35:03.441 | + lib/apache:write_uwsgi_config:281 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi exit-on-reload false 2022-09-20 12:35:03.475 | + lib/apache:write_uwsgi_config:284 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi worker-reload-mercy 90 2022-09-20 12:35:03.506 | + lib/apache:write_uwsgi_config:285 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi enable-threads true 2022-09-20 12:35:03.539 | + lib/apache:write_uwsgi_config:286 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi plugins http,python3 2022-09-20 12:35:03.574 | + lib/apache:write_uwsgi_config:288 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi thunder-lock true 2022-09-20 12:35:03.607 | + 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-09-20 12:35:03.641 | + lib/apache:write_uwsgi_config:292 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi buffer-size 65535 2022-09-20 12:35:03.673 | + lib/apache:write_uwsgi_config:294 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi add-header 'Connection: close' 2022-09-20 12:35:03.709 | + lib/apache:write_uwsgi_config:296 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi lazy-apps true 2022-09-20 12:35:03.744 | + lib/apache:write_uwsgi_config:299 : [[ -n '' ]] 2022-09-20 12:35:03.747 | + lib/apache:write_uwsgi_config:302 : local apache_conf= 2022-09-20 12:35:03.750 | ++ lib/apache:write_uwsgi_config:303 : apache_site_config_for keystone-wsgi-public 2022-09-20 12:35:03.752 | ++ lib/apache:apache_site_config_for:186 : local site=keystone-wsgi-public 2022-09-20 12:35:03.755 | ++ lib/apache:apache_site_config_for:187 : is_ubuntu 2022-09-20 12:35:03.757 | ++ functions-common:is_ubuntu:567 : [[ -z deb ]] 2022-09-20 12:35:03.760 | ++ functions-common:is_ubuntu:570 : '[' deb = deb ']' 2022-09-20 12:35:03.763 | ++ lib/apache:apache_site_config_for:189 : echo /etc/apache2/sites-available/keystone-wsgi-public.conf 2022-09-20 12:35:03.766 | + lib/apache:write_uwsgi_config:303 : apache_conf=/etc/apache2/sites-available/keystone-wsgi-public.conf 2022-09-20 12:35:03.768 | + lib/apache:write_uwsgi_config:304 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi socket /var/run/uwsgi/keystone-wsgi-public.socket 2022-09-20 12:35:03.803 | + lib/apache:write_uwsgi_config:305 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi chmod-socket 666 2022-09-20 12:35:03.843 | + 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-09-20 12:35:03.844 | + lib/apache:write_uwsgi_config:306 : sudo tee -a /etc/apache2/sites-available/keystone-wsgi-public.conf 2022-09-20 12:35:03.852 | ProxyPass "/identity" "unix:/var/run/uwsgi/keystone-wsgi-public.socket|uwsgi://uwsgi-uds-keystone-wsgi-public" retry=0 2022-09-20 12:35:03.856 | + lib/apache:write_uwsgi_config:307 : enable_apache_site keystone-wsgi-public 2022-09-20 12:35:03.859 | + lib/apache:enable_apache_site:203 : local site=keystone-wsgi-public 2022-09-20 12:35:03.862 | + lib/apache:enable_apache_site:205 : enable_apache_mod version 2022-09-20 12:35:03.865 | + lib/apache:enable_apache_mod:59 : local mod=version 2022-09-20 12:35:03.869 | + lib/apache:enable_apache_mod:61 : is_ubuntu 2022-09-20 12:35:03.871 | + functions-common:is_ubuntu:567 : [[ -z deb ]] 2022-09-20 12:35:03.874 | + functions-common:is_ubuntu:570 : '[' deb = deb ']' 2022-09-20 12:35:03.876 | + lib/apache:enable_apache_mod:64 : [[ version != \v\e\r\s\i\o\n ]] 2022-09-20 12:35:03.879 | + lib/apache:enable_apache_site:206 : is_ubuntu 2022-09-20 12:35:03.881 | + functions-common:is_ubuntu:567 : [[ -z deb ]] 2022-09-20 12:35:03.883 | + functions-common:is_ubuntu:570 : '[' deb = deb ']' 2022-09-20 12:35:03.886 | + lib/apache:enable_apache_site:207 : sudo a2ensite keystone-wsgi-public 2022-09-20 12:35:03.950 | Site keystone-wsgi-public already enabled 2022-09-20 12:35:03.955 | + lib/apache:write_uwsgi_config:308 : restart_apache_server 2022-09-20 12:35:03.957 | + lib/apache:restart_apache_server:250 : restart_service apache2 2022-09-20 12:35:03.960 | + functions-common:restart_service:2323 : '[' -x /bin/systemctl ']' 2022-09-20 12:35:03.964 | + functions-common:restart_service:2324 : sudo /bin/systemctl restart apache2 2022-09-20 12:35:04.106 | + lib/keystone:configure_keystone:251 : iniset /etc/keystone/keystone.conf DEFAULT max_token_size 16384 2022-09-20 12:35:04.148 | + lib/keystone:configure_keystone:253 : iniset /etc/keystone/keystone.conf fernet_tokens key_repository /etc/keystone/fernet-keys/ 2022-09-20 12:35:04.189 | + lib/keystone:configure_keystone:255 : iniset /etc/keystone/keystone.conf credential key_repository /etc/keystone/credential-keys/ 2022-09-20 12:35:04.230 | + lib/keystone:configure_keystone:263 : [[ True = True ]] 2022-09-20 12:35:04.232 | + lib/keystone:configure_keystone:264 : iniset /etc/keystone/keystone.conf security_compliance lockout_failure_attempts 2 2022-09-20 12:35:04.270 | + lib/keystone:configure_keystone:265 : iniset /etc/keystone/keystone.conf security_compliance lockout_duration 10 2022-09-20 12:35:04.310 | + lib/keystone:configure_keystone:266 : iniset /etc/keystone/keystone.conf security_compliance unique_last_password_count 2 2022-09-20 12:35:04.345 | + lib/keystone:configure_keystone:268 : [[ False == True ]] 2022-09-20 12:35:04.347 | + lib/keystone:configure_keystone:268 : [[ False == True ]] 2022-09-20 12:35:04.349 | + ./stack.sh:main:898 : is_service_enabled swift 2022-09-20 12:35:04.367 | + functions-common:is_service_enabled:2095 : return 0 2022-09-20 12:35:04.370 | + ./stack.sh:main:899 : is_service_enabled ceilometer 2022-09-20 12:35:04.389 | + functions-common:is_service_enabled:2095 : return 1 2022-09-20 12:35:04.391 | + ./stack.sh:main:902 : stack_install_service swift 2022-09-20 12:35:04.394 | + lib/stack:stack_install_service:20 : local service=swift 2022-09-20 12:35:04.396 | + lib/stack:stack_install_service:21 : type install_swift 2022-09-20 12:35:04.399 | + lib/stack:stack_install_service:23 : [[ False = True ]] 2022-09-20 12:35:04.402 | + lib/stack:stack_install_service:32 : install_swift 2022-09-20 12:35:04.408 | + lib/swift:install_swift:723 : git_clone https://opendev.org/openstack/swift.git /opt/stack/swift master 2022-09-20 12:35:04.411 | + functions-common:git_clone:596 : local git_remote=https://opendev.org/openstack/swift.git 2022-09-20 12:35:04.413 | + functions-common:git_clone:597 : local git_dest=/opt/stack/swift 2022-09-20 12:35:04.416 | + functions-common:git_clone:598 : local git_ref=master 2022-09-20 12:35:04.419 | + functions-common:git_clone:599 : local orig_dir 2022-09-20 12:35:04.422 | ++ functions-common:git_clone:600 : pwd 2022-09-20 12:35:04.424 | + functions-common:git_clone:600 : orig_dir=/home/ubuntu/devstack 2022-09-20 12:35:04.427 | + functions-common:git_clone:601 : local git_clone_flags= 2022-09-20 12:35:04.430 | ++ functions-common:git_clone:603 : trueorfalse False RECLONE 2022-09-20 12:35:04.448 | + functions-common:git_clone:603 : RECLONE=False 2022-09-20 12:35:04.451 | + functions-common:git_clone:604 : [[ 0 -gt 0 ]] 2022-09-20 12:35:04.453 | + functions-common:git_clone:608 : [[ False = \T\r\u\e ]] 2022-09-20 12:35:04.456 | + functions-common:git_clone:617 : echo master 2022-09-20 12:35:04.456 | + functions-common:git_clone:617 : egrep -q '^refs' 2022-09-20 12:35:04.461 | + functions-common:git_clone:631 : [[ ! -d /opt/stack/swift ]] 2022-09-20 12:35:04.464 | + functions-common:git_clone:639 : [[ False = \T\r\u\e ]] 2022-09-20 12:35:04.467 | + functions-common:git_clone:674 : sudo git config --system --add safe.directory /opt/stack/swift 2022-09-20 12:35:04.481 | + functions-common:git_clone:677 : cd /opt/stack/swift 2022-09-20 12:35:04.484 | + functions-common:git_clone:678 : git show --oneline 2022-09-20 12:35:04.485 | + functions-common:git_clone:678 : head -1 2022-09-20 12:35:04.488 | 1e8c5cf81 Merge "sharder: trivial tidy up of unit tests" 2022-09-20 12:35:04.490 | + functions-common:git_clone:679 : cd /home/ubuntu/devstack 2022-09-20 12:35:04.494 | + lib/swift:install_swift:726 : setup_develop /opt/stack/swift keystone 2022-09-20 12:35:04.496 | + inc/python:setup_develop:334 : local bindep 2022-09-20 12:35:04.501 | + inc/python:setup_develop:335 : [[ /opt/stack/swift == -bindep* ]] 2022-09-20 12:35:04.505 | + inc/python:setup_develop:339 : local project_dir=/opt/stack/swift 2022-09-20 12:35:04.508 | + inc/python:setup_develop:340 : local extras=keystone 2022-09-20 12:35:04.511 | + inc/python:setup_develop:341 : _setup_package_with_constraints_edit /opt/stack/swift -e keystone 2022-09-20 12:35:04.514 | + inc/python:_setup_package_with_constraints_edit:360 : local bindep 2022-09-20 12:35:04.516 | + inc/python:_setup_package_with_constraints_edit:361 : [[ /opt/stack/swift == -bindep* ]] 2022-09-20 12:35:04.518 | + inc/python:_setup_package_with_constraints_edit:365 : local project_dir=/opt/stack/swift 2022-09-20 12:35:04.521 | + inc/python:_setup_package_with_constraints_edit:366 : local flags=-e 2022-09-20 12:35:04.523 | + inc/python:_setup_package_with_constraints_edit:367 : local extras=keystone 2022-09-20 12:35:04.527 | ++ inc/python:_setup_package_with_constraints_edit:374 : cd /opt/stack/swift 2022-09-20 12:35:04.530 | ++ inc/python:_setup_package_with_constraints_edit:374 : pwd 2022-09-20 12:35:04.533 | + inc/python:_setup_package_with_constraints_edit:374 : project_dir=/opt/stack/swift 2022-09-20 12:35:04.535 | + inc/python:_setup_package_with_constraints_edit:376 : '[' -n /opt/stack/requirements ']' 2022-09-20 12:35:04.538 | + inc/python:_setup_package_with_constraints_edit:380 : local name 2022-09-20 12:35:04.541 | ++ inc/python:_setup_package_with_constraints_edit:381 : awk '/^name.*=/ {print $3}' /opt/stack/swift/setup.cfg 2022-09-20 12:35:04.547 | + inc/python:_setup_package_with_constraints_edit:381 : name=swift 2022-09-20 12:35:04.550 | + inc/python:_setup_package_with_constraints_edit:383 : /opt/stack/requirements/.venv/bin/edit-constraints /opt/stack/requirements/upper-constraints.txt -- swift 2022-09-20 12:35:05.181 | + inc/python:_setup_package_with_constraints_edit:386 : setup_package /opt/stack/swift -e keystone 2022-09-20 12:35:05.183 | + inc/python:setup_package:414 : local bindep=0 2022-09-20 12:35:05.186 | + inc/python:setup_package:415 : local bindep_flag= 2022-09-20 12:35:05.188 | + inc/python:setup_package:416 : local bindep_profiles= 2022-09-20 12:35:05.190 | + inc/python:setup_package:417 : [[ /opt/stack/swift == -bindep* ]] 2022-09-20 12:35:05.193 | + inc/python:setup_package:422 : local project_dir=/opt/stack/swift 2022-09-20 12:35:05.195 | + inc/python:setup_package:423 : local flags=-e 2022-09-20 12:35:05.197 | + inc/python:setup_package:424 : local extras=keystone 2022-09-20 12:35:05.200 | + inc/python:setup_package:428 : [[ -n -e ]] 2022-09-20 12:35:05.204 | + inc/python:setup_package:428 : [[ -z keystone ]] 2022-09-20 12:35:05.206 | + inc/python:setup_package:433 : [[ ! -z keystone ]] 2022-09-20 12:35:05.208 | + inc/python:setup_package:434 : extras='[keystone]' 2022-09-20 12:35:05.211 | + inc/python:setup_package:438 : [[ 0 == 1 ]] 2022-09-20 12:35:05.214 | + inc/python:setup_package:442 : pip_install -e '/opt/stack/swift[keystone]' 2022-09-20 12:35:05.238 | Using python 3.8 to install /opt/stack/swift 2022-09-20 12:35:05.240 | + 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-09-20 12:35:07.354 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-09-20 12:35:07.354 | from cryptography.utils import int_from_bytes 2022-09-20 12:35:07.354 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-09-20 12:35:07.354 | from cryptography.utils import int_from_bytes 2022-09-20 12:35:08.430 | Looking in indexes: http://10.100.0.9:8080/cloudbase/CI/+simple/ 2022-09-20 12:35:08.430 | Obtaining file:///opt/stack/swift 2022-09-20 12:35:09.722 | Requirement already satisfied: PasteDeploy===2.1.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 15)) (2.1.1) 2022-09-20 12:35:09.733 | Requirement already satisfied: cryptography===36.0.2 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 126)) (36.0.2) 2022-09-20 12:35:09.771 | Requirement already satisfied: eventlet===0.33.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 161)) (0.33.1) 2022-09-20 12:35:09.780 | Requirement already satisfied: greenlet===1.1.3 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 187)) (1.1.3) 2022-09-20 12:35:09.785 | Requirement already satisfied: keystonemiddleware===10.1.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 228)) (10.1.0) 2022-09-20 12:35:09.836 | Requirement already satisfied: lxml===4.9.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 240)) (4.9.1) 2022-09-20 12:35:09.846 | Requirement already satisfied: netifaces===0.11.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 261)) (0.11.0) 2022-09-20 12:35:09.850 | Requirement already satisfied: oslo.cache===3.1.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 302)) (3.1.0) 2022-09-20 12:35:09.887 | Requirement already satisfied: oslo.config===9.0.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 304)) (9.0.0) 2022-09-20 12:35:09.930 | Requirement already satisfied: oslo.context===5.0.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 305)) (5.0.0) 2022-09-20 12:35:09.941 | Requirement already satisfied: oslo.i18n===5.1.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 307)) (5.1.0) 2022-09-20 12:35:09.945 | Requirement already satisfied: oslo.log===5.0.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 309)) (5.0.0) 2022-09-20 12:35:09.988 | Requirement already satisfied: oslo.serialization===5.0.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 317)) (5.0.0) 2022-09-20 12:35:09.997 | Requirement already satisfied: oslo.utils===6.0.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 320)) (6.0.1) 2022-09-20 12:35:10.011 | Requirement already satisfied: packaging===21.3 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 328)) (21.3) 2022-09-20 12:35:10.016 | Requirement already satisfied: pbr===5.10.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 332)) (5.10.0) 2022-09-20 12:35:10.019 | Requirement already satisfied: pycadf===3.1.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 356)) (3.1.1) 2022-09-20 12:35:10.029 | Requirement already satisfied: pyeclib===1.6.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 362)) (1.6.1) 2022-09-20 12:35:10.031 | Requirement already satisfied: pyinotify===0.9.6 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 364)) (0.9.6) 2022-09-20 12:35:10.034 | Requirement already satisfied: pyparsing===3.0.9 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 369)) (3.0.9) 2022-09-20 12:35:10.041 | Requirement already satisfied: python-dateutil===2.8.2 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 396)) (2.8.2) 2022-09-20 12:35:10.046 | Requirement already satisfied: python-keystoneclient===5.0.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 405)) (5.0.1) 2022-09-20 12:35:10.068 | Requirement already satisfied: pytz===2022.2.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 435)) (2022.2.1) 2022-09-20 12:35:10.072 | Requirement already satisfied: requests===2.28.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 447)) (2.28.1) 2022-09-20 12:35:10.086 | Requirement already satisfied: rfc3986===1.5.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 460)) (1.5.0) 2022-09-20 12:35:10.091 | Requirement already satisfied: six===1.16.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 483)) (1.16.0) 2022-09-20 12:35:10.094 | Requirement already satisfied: stevedore===4.0.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 516)) (4.0.0) 2022-09-20 12:35:10.098 | Requirement already satisfied: urllib3===1.26.12 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 562)) (1.26.12) 2022-09-20 12:35:10.136 | Requirement already satisfied: xattr===0.9.9 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 580)) (0.9.9) 2022-09-20 12:35:10.140 | Requirement already satisfied: setuptools in /usr/lib/python3/dist-packages (from PasteDeploy===2.1.1->-c /opt/stack/requirements/upper-constraints.txt (line 15)) (45.2.0) 2022-09-20 12:35:10.143 | Requirement already satisfied: cffi===1.15.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 110)) (1.15.1) 2022-09-20 12:35:10.146 | Requirement already satisfied: dnspython===2.2.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 147)) (2.2.1) 2022-09-20 12:35:10.175 | Requirement already satisfied: WebOb===1.8.7 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 32)) (1.8.7) 2022-09-20 12:35:10.189 | Requirement already satisfied: keystoneauth1===5.0.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 227)) (5.0.0) 2022-09-20 12:35:10.251 | Requirement already satisfied: dogpile.cache===1.1.8 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 151)) (1.1.8) 2022-09-20 12:35:10.257 | Requirement already satisfied: netaddr===0.8.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 260)) (0.8.0) 2022-09-20 12:35:10.262 | Requirement already satisfied: debtcollector===2.5.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 130)) (2.5.0) 2022-09-20 12:35:10.268 | Requirement already satisfied: PyYAML===6.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 22)) (6.0) 2022-09-20 12:35:10.271 | Requirement already satisfied: msgpack===1.0.4 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 253)) (1.0.4) 2022-09-20 12:35:10.274 | Requirement already satisfied: iso8601===1.0.2 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 212)) (1.0.2) 2022-09-20 12:35:10.279 | Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3/dist-packages (from requests===2.28.1->-c /opt/stack/requirements/upper-constraints.txt (line 447)) (2019.11.28) 2022-09-20 12:35:10.282 | Requirement already satisfied: idna===3.3 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 200)) (3.3) 2022-09-20 12:35:10.285 | Requirement already satisfied: charset-normalizer===2.1.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 112)) (2.1.1) 2022-09-20 12:35:10.290 | Requirement already satisfied: pycparser===2.21 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 358)) (2.21) 2022-09-20 12:35:10.293 | Requirement already satisfied: os-service-types===1.7.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 294)) (1.7.0) 2022-09-20 12:35:10.297 | Requirement already satisfied: decorator===5.1.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 131)) (5.1.1) 2022-09-20 12:35:10.300 | Requirement already satisfied: wrapt===1.14.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 577)) (1.14.1) 2022-09-20 12:35:12.301 | Installing collected packages: swift 2022-09-20 12:35:12.302 | Attempting uninstall: swift 2022-09-20 12:35:12.303 | Found existing installation: swift 2.30.1.dev32 2022-09-20 12:35:12.305 | Can't uninstall 'swift'. No files were found to uninstall. 2022-09-20 12:35:12.306 | Running setup.py develop for swift 2022-09-20 12:35:14.174 | Successfully installed swift 2022-09-20 12:35:14.296 | + inc/python:pip_install:196 : result=0 2022-09-20 12:35:14.298 | + inc/python:pip_install:198 : time_stop pip_install 2022-09-20 12:35:14.301 | + functions-common:time_stop:2439 : local name 2022-09-20 12:35:14.303 | + functions-common:time_stop:2440 : local end_time 2022-09-20 12:35:14.306 | + functions-common:time_stop:2441 : local elapsed_time 2022-09-20 12:35:14.308 | + functions-common:time_stop:2442 : local total 2022-09-20 12:35:14.310 | + functions-common:time_stop:2443 : local start_time 2022-09-20 12:35:14.312 | + functions-common:time_stop:2445 : name=pip_install 2022-09-20 12:35:14.315 | + functions-common:time_stop:2446 : start_time=1663677305231 2022-09-20 12:35:14.317 | + functions-common:time_stop:2448 : [[ -z 1663677305231 ]] 2022-09-20 12:35:14.320 | ++ functions-common:time_stop:2451 : date +%s%3N 2022-09-20 12:35:14.324 | + functions-common:time_stop:2451 : end_time=1663677314322 2022-09-20 12:35:14.327 | + functions-common:time_stop:2452 : elapsed_time=9091 2022-09-20 12:35:14.329 | + functions-common:time_stop:2453 : total=62608 2022-09-20 12:35:14.331 | + functions-common:time_stop:2455 : _TIME_START[$name]= 2022-09-20 12:35:14.334 | + functions-common:time_stop:2456 : _TIME_TOTAL[$name]=71699 2022-09-20 12:35:14.336 | + inc/python:pip_install:199 : return 0 2022-09-20 12:35:14.339 | + inc/python:setup_package:444 : [[ -e == \-\e ]] 2022-09-20 12:35:14.341 | + inc/python:setup_package:445 : safe_chown -R ubuntu /opt/stack/swift/swift.egg-info 2022-09-20 12:35:14.344 | + functions-common:safe_chown:2340 : _safe_permission_operation chown -R ubuntu /opt/stack/swift/swift.egg-info 2022-09-20 12:35:14.363 | + functions-common:_safe_permission_operation:2188 : sudo chown -R ubuntu /opt/stack/swift/swift.egg-info 2022-09-20 12:35:14.376 | + inc/python:_setup_package_with_constraints_edit:390 : use_library_from_git /opt/stack/swift 2022-09-20 12:35:14.378 | + inc/python:use_library_from_git:246 : local name=/opt/stack/swift 2022-09-20 12:35:14.381 | + inc/python:use_library_from_git:247 : local enabled=1 2022-09-20 12:35:14.383 | + inc/python:use_library_from_git:248 : [[ cinder-tempest-plugin = \A\L\L ]] 2022-09-20 12:35:14.386 | + inc/python:use_library_from_git:248 : [[ ,cinder-tempest-plugin, =~ ,/opt/stack/swift, ]] 2022-09-20 12:35:14.388 | + inc/python:use_library_from_git:249 : return 1 2022-09-20 12:35:14.391 | + lib/swift:install_swift:727 : '[' False == True ']' 2022-09-20 12:35:14.393 | + lib/stack:stack_install_service:33 : [[ False = True ]] 2022-09-20 12:35:14.396 | + ./stack.sh:main:903 : configure_swift 2022-09-20 12:35:14.398 | + lib/swift:configure_swift:331 : local swift_pipeline=crossdomain 2022-09-20 12:35:14.400 | + lib/swift:configure_swift:332 : local node_number 2022-09-20 12:35:14.403 | + lib/swift:configure_swift:333 : local swift_node_config 2022-09-20 12:35:14.405 | + lib/swift:configure_swift:334 : local swift_log_dir 2022-09-20 12:35:14.407 | + lib/swift:configure_swift:337 : /usr/local/bin/swift-init --run-dir=/opt/stack/data/swift/run all stop 2022-09-20 12:35:15.444 | No object-updater running 2022-09-20 12:35:15.444 | No object-replicator running 2022-09-20 12:35:15.444 | No object-server running 2022-09-20 12:35:15.444 | No account-replicator running 2022-09-20 12:35:15.444 | No container-updater running 2022-09-20 12:35:15.444 | No container-reconciler running 2022-09-20 12:35:15.444 | No container-sharder running 2022-09-20 12:35:15.444 | No container-server running 2022-09-20 12:35:15.444 | No container-sync running 2022-09-20 12:35:15.444 | No container-replicator running 2022-09-20 12:35:15.444 | No container-auditor running 2022-09-20 12:35:15.444 | No account-server running 2022-09-20 12:35:15.444 | No object-auditor running 2022-09-20 12:35:15.444 | No proxy-server running 2022-09-20 12:35:15.444 | No account-reaper running 2022-09-20 12:35:15.444 | No object-expirer running 2022-09-20 12:35:15.444 | No account-auditor running 2022-09-20 12:35:15.444 | No object-reconstructor running 2022-09-20 12:35:15.519 | + lib/swift:configure_swift:337 : true 2022-09-20 12:35:15.522 | + lib/swift:configure_swift:339 : sudo install -d -o ubuntu /etc/swift 2022-09-20 12:35:15.534 | + lib/swift:configure_swift:340 : sudo install -d -o ubuntu /etc/swift/object-server /etc/swift/container-server /etc/swift/account-server 2022-09-20 12:35:15.546 | + lib/swift:configure_swift:342 : [[ /etc/swift != \/\e\t\c\/\s\w\i\f\t ]] 2022-09-20 12:35:15.549 | + lib/swift:configure_swift:355 : sudo tee /etc/rsyncd.conf 2022-09-20 12:35:15.549 | ++ lib/swift:configure_swift:351 : id -g -n ubuntu 2022-09-20 12:35:15.554 | + lib/swift:configure_swift:351 : sed -e ' 2022-09-20 12:35:15.554 | s/%GROUP%/ubuntu/; 2022-09-20 12:35:15.554 | s/%USER%/ubuntu/; 2022-09-20 12:35:15.554 | s,%SWIFT_DATA_DIR%,/opt/stack/data/swift,; 2022-09-20 12:35:15.554 | ' /home/ubuntu/devstack/files/swift/rsyncd.conf 2022-09-20 12:35:15.558 | uid = ubuntu 2022-09-20 12:35:15.558 | gid = ubuntu 2022-09-20 12:35:15.558 | log file = /opt/stack/data/swift/logs/rsyncd.log 2022-09-20 12:35:15.558 | pid file = /opt/stack/data/swift/run/rsyncd.pid 2022-09-20 12:35:15.558 | address = 127.0.0.1 2022-09-20 12:35:15.558 | 2022-09-20 12:35:15.558 | [account6612] 2022-09-20 12:35:15.558 | max connections = 25 2022-09-20 12:35:15.558 | path = /opt/stack/data/swift/1/node/ 2022-09-20 12:35:15.558 | read only = false 2022-09-20 12:35:15.558 | lock file = /opt/stack/data/swift/run/account6612.lock 2022-09-20 12:35:15.558 | 2022-09-20 12:35:15.558 | [account6622] 2022-09-20 12:35:15.559 | max connections = 25 2022-09-20 12:35:15.559 | path = /opt/stack/data/swift/2/node/ 2022-09-20 12:35:15.559 | read only = false 2022-09-20 12:35:15.559 | lock file = /opt/stack/data/swift/run/account6622.lock 2022-09-20 12:35:15.559 | 2022-09-20 12:35:15.559 | [account6632] 2022-09-20 12:35:15.559 | max connections = 25 2022-09-20 12:35:15.559 | path = /opt/stack/data/swift/3/node/ 2022-09-20 12:35:15.559 | read only = false 2022-09-20 12:35:15.559 | lock file = /opt/stack/data/swift/run/account6632.lock 2022-09-20 12:35:15.559 | 2022-09-20 12:35:15.559 | [account6642] 2022-09-20 12:35:15.559 | max connections = 25 2022-09-20 12:35:15.559 | path = /opt/stack/data/swift/4/node/ 2022-09-20 12:35:15.559 | read only = false 2022-09-20 12:35:15.559 | lock file = /opt/stack/data/swift/run/account6642.lock 2022-09-20 12:35:15.559 | 2022-09-20 12:35:15.559 | 2022-09-20 12:35:15.559 | [container6611] 2022-09-20 12:35:15.559 | max connections = 25 2022-09-20 12:35:15.559 | path = /opt/stack/data/swift/1/node/ 2022-09-20 12:35:15.559 | read only = false 2022-09-20 12:35:15.559 | lock file = /opt/stack/data/swift/run/container6611.lock 2022-09-20 12:35:15.559 | 2022-09-20 12:35:15.559 | [container6621] 2022-09-20 12:35:15.559 | max connections = 25 2022-09-20 12:35:15.559 | path = /opt/stack/data/swift/2/node/ 2022-09-20 12:35:15.559 | read only = false 2022-09-20 12:35:15.559 | lock file = /opt/stack/data/swift/run/container6621.lock 2022-09-20 12:35:15.559 | 2022-09-20 12:35:15.559 | [container6631] 2022-09-20 12:35:15.559 | max connections = 25 2022-09-20 12:35:15.559 | path = /opt/stack/data/swift/3/node/ 2022-09-20 12:35:15.559 | read only = false 2022-09-20 12:35:15.559 | lock file = /opt/stack/data/swift/run/container6631.lock 2022-09-20 12:35:15.559 | 2022-09-20 12:35:15.559 | [container6641] 2022-09-20 12:35:15.559 | max connections = 25 2022-09-20 12:35:15.559 | path = /opt/stack/data/swift/4/node/ 2022-09-20 12:35:15.560 | read only = false 2022-09-20 12:35:15.560 | lock file = /opt/stack/data/swift/run/container6641.lock 2022-09-20 12:35:15.560 | 2022-09-20 12:35:15.560 | 2022-09-20 12:35:15.560 | [object6613] 2022-09-20 12:35:15.560 | max connections = 25 2022-09-20 12:35:15.560 | path = /opt/stack/data/swift/1/node/ 2022-09-20 12:35:15.560 | read only = false 2022-09-20 12:35:15.560 | lock file = /opt/stack/data/swift/run/object6613.lock 2022-09-20 12:35:15.560 | 2022-09-20 12:35:15.560 | [object6623] 2022-09-20 12:35:15.560 | max connections = 25 2022-09-20 12:35:15.560 | path = /opt/stack/data/swift/2/node/ 2022-09-20 12:35:15.560 | read only = false 2022-09-20 12:35:15.560 | lock file = /opt/stack/data/swift/run/object6623.lock 2022-09-20 12:35:15.560 | 2022-09-20 12:35:15.560 | [object6633] 2022-09-20 12:35:15.560 | max connections = 25 2022-09-20 12:35:15.560 | path = /opt/stack/data/swift/3/node/ 2022-09-20 12:35:15.560 | read only = false 2022-09-20 12:35:15.560 | lock file = /opt/stack/data/swift/run/object6633.lock 2022-09-20 12:35:15.560 | 2022-09-20 12:35:15.560 | [object6643] 2022-09-20 12:35:15.560 | max connections = 25 2022-09-20 12:35:15.560 | path = /opt/stack/data/swift/4/node/ 2022-09-20 12:35:15.560 | read only = false 2022-09-20 12:35:15.560 | lock file = /opt/stack/data/swift/run/object6643.lock 2022-09-20 12:35:15.562 | + lib/swift:configure_swift:357 : is_ubuntu 2022-09-20 12:35:15.564 | + functions-common:is_ubuntu:567 : [[ -z deb ]] 2022-09-20 12:35:15.566 | + functions-common:is_ubuntu:570 : '[' deb = deb ']' 2022-09-20 12:35:15.568 | + lib/swift:configure_swift:358 : sudo sed -i '/^RSYNC_ENABLE=false/ { s/false/true/ }' /etc/default/rsync 2022-09-20 12:35:15.582 | + lib/swift:configure_swift:363 : SWIFT_CONFIG_PROXY_SERVER=/etc/swift/proxy-server.conf 2022-09-20 12:35:15.584 | + lib/swift:configure_swift:364 : cp /opt/stack/swift/etc/proxy-server.conf-sample /etc/swift/proxy-server.conf 2022-09-20 12:35:15.590 | + lib/swift:configure_swift:365 : cp /opt/stack/swift/etc/internal-client.conf-sample /etc/swift/internal-client.conf 2022-09-20 12:35:15.594 | + lib/swift:configure_swift:369 : local csyncfile=/etc/swift/container-sync-realms.conf 2022-09-20 12:35:15.596 | + lib/swift:configure_swift:370 : cp /opt/stack/swift/etc/container-sync-realms.conf-sample /etc/swift/container-sync-realms.conf 2022-09-20 12:35:15.601 | + lib/swift:configure_swift:371 : iniset /etc/swift/container-sync-realms.conf realm1 key realm1key 2022-09-20 12:35:15.637 | + lib/swift:configure_swift:372 : iniset /etc/swift/container-sync-realms.conf realm1 cluster_name1 http://10.222.0.52:8080/v1/ 2022-09-20 12:35:15.669 | + lib/swift:configure_swift:374 : iniuncomment /etc/swift/proxy-server.conf DEFAULT user 2022-09-20 12:35:15.690 | + lib/swift:configure_swift:375 : iniset /etc/swift/proxy-server.conf DEFAULT user ubuntu 2022-09-20 12:35:15.726 | + lib/swift:configure_swift:377 : iniuncomment /etc/swift/proxy-server.conf DEFAULT swift_dir 2022-09-20 12:35:15.747 | + lib/swift:configure_swift:378 : iniset /etc/swift/proxy-server.conf DEFAULT swift_dir /etc/swift 2022-09-20 12:35:15.782 | + lib/swift:configure_swift:380 : iniuncomment /etc/swift/proxy-server.conf DEFAULT workers 2022-09-20 12:35:15.801 | + lib/swift:configure_swift:381 : iniset /etc/swift/proxy-server.conf DEFAULT workers 1 2022-09-20 12:35:15.835 | + lib/swift:configure_swift:383 : iniuncomment /etc/swift/proxy-server.conf DEFAULT log_level 2022-09-20 12:35:15.854 | + lib/swift:configure_swift:384 : iniset /etc/swift/proxy-server.conf DEFAULT log_level DEBUG 2022-09-20 12:35:15.887 | + lib/swift:configure_swift:386 : iniuncomment /etc/swift/proxy-server.conf DEFAULT bind_ip 2022-09-20 12:35:15.905 | + lib/swift:configure_swift:387 : iniset /etc/swift/proxy-server.conf DEFAULT bind_ip 0.0.0.0 2022-09-20 12:35:15.938 | + lib/swift:configure_swift:389 : iniuncomment /etc/swift/proxy-server.conf DEFAULT bind_port 2022-09-20 12:35:15.956 | + lib/swift:configure_swift:390 : is_service_enabled tls-proxy 2022-09-20 12:35:15.972 | + functions-common:is_service_enabled:2095 : return 1 2022-09-20 12:35:15.974 | + lib/swift:configure_swift:393 : iniset /etc/swift/proxy-server.conf DEFAULT bind_port 8080 2022-09-20 12:35:16.006 | + lib/swift:configure_swift:399 : iniset /etc/swift/proxy-server.conf app:proxy-server node_timeout 120 2022-09-20 12:35:16.039 | + lib/swift:configure_swift:400 : iniset /etc/swift/proxy-server.conf app:proxy-server conn_timeout 20 2022-09-20 12:35:16.071 | + lib/swift:configure_swift:403 : iniset /etc/swift/proxy-server.conf filter:versioned_writes allow_versioned_writes true 2022-09-20 12:35:16.103 | + lib/swift:configure_swift:406 : [[ False == \T\r\u\e ]] 2022-09-20 12:35:16.105 | + lib/swift:configure_swift:411 : is_service_enabled ceilometer 2022-09-20 12:35:16.121 | + functions-common:is_service_enabled:2095 : return 1 2022-09-20 12:35:16.123 | + lib/swift:configure_swift:422 : iniset /etc/swift/proxy-server.conf filter:proxy-logging reveal_sensitive_prefix 12 2022-09-20 12:35:16.155 | + lib/swift:configure_swift:428 : is_service_enabled s3api 2022-09-20 12:35:16.170 | + functions-common:is_service_enabled:2095 : return 1 2022-09-20 12:35:16.172 | + lib/swift:configure_swift:431 : is_service_enabled keystone 2022-09-20 12:35:16.188 | + functions-common:is_service_enabled:2095 : return 0 2022-09-20 12:35:16.190 | + lib/swift:configure_swift:432 : swift_pipeline+=' authtoken' 2022-09-20 12:35:16.192 | + lib/swift:configure_swift:433 : is_service_enabled s3api 2022-09-20 12:35:16.207 | + functions-common:is_service_enabled:2095 : return 1 2022-09-20 12:35:16.209 | + lib/swift:configure_swift:438 : swift_pipeline+=' keystoneauth' 2022-09-20 12:35:16.212 | + lib/swift:configure_swift:441 : swift_pipeline+=' tempauth ' 2022-09-20 12:35:16.214 | + lib/swift:configure_swift:443 : sed -i '/^pipeline/ { s/tempauth/crossdomain authtoken keystoneauth tempauth formpost staticweb/ ;}' /etc/swift/proxy-server.conf 2022-09-20 12:35:16.220 | + lib/swift:configure_swift:444 : sed -i '/^pipeline/ { s/proxy-server/ proxy-server/ ; }' /etc/swift/proxy-server.conf 2022-09-20 12:35:16.225 | + lib/swift:configure_swift:446 : iniset /etc/swift/proxy-server.conf app:proxy-server account_autocreate true 2022-09-20 12:35:16.256 | + lib/swift:configure_swift:447 : iniset /etc/swift/proxy-server.conf app:proxy-server allow_account_management true 2022-09-20 12:35:16.288 | + lib/swift:configure_swift:450 : iniset /etc/swift/proxy-server.conf filter:crossdomain use egg:swift#crossdomain 2022-09-20 12:35:16.322 | + lib/swift:configure_swift:455 : iniset /etc/swift/proxy-server.conf filter:authtoken log_name swift 2022-09-20 12:35:16.357 | + lib/swift:configure_swift:457 : iniset /etc/swift/proxy-server.conf filter:authtoken paste.filter_factory keystonemiddleware.auth_token:filter_factory 2022-09-20 12:35:16.389 | + lib/swift:configure_swift:458 : configure_keystone_authtoken_middleware /etc/swift/proxy-server.conf swift filter:authtoken 2022-09-20 12:35:16.391 | + lib/keystone:configure_keystone_authtoken_middleware:447 : local conf_file=/etc/swift/proxy-server.conf 2022-09-20 12:35:16.393 | + lib/keystone:configure_keystone_authtoken_middleware:448 : local admin_user=swift 2022-09-20 12:35:16.395 | + lib/keystone:configure_keystone_authtoken_middleware:449 : local section=filter:authtoken 2022-09-20 12:35:16.397 | + lib/keystone:configure_keystone_authtoken_middleware:451 : iniset /etc/swift/proxy-server.conf filter:authtoken auth_type password 2022-09-20 12:35:16.431 | + lib/keystone:configure_keystone_authtoken_middleware:452 : iniset /etc/swift/proxy-server.conf filter:authtoken interface public 2022-09-20 12:35:16.463 | + lib/keystone:configure_keystone_authtoken_middleware:453 : iniset /etc/swift/proxy-server.conf filter:authtoken auth_url http://10.222.0.52/identity 2022-09-20 12:35:16.494 | + lib/keystone:configure_keystone_authtoken_middleware:454 : iniset /etc/swift/proxy-server.conf filter:authtoken username swift 2022-09-20 12:35:16.526 | + lib/keystone:configure_keystone_authtoken_middleware:455 : iniset /etc/swift/proxy-server.conf filter:authtoken password Passw0rd 2022-09-20 12:35:16.559 | + lib/keystone:configure_keystone_authtoken_middleware:456 : iniset /etc/swift/proxy-server.conf filter:authtoken user_domain_name Default 2022-09-20 12:35:16.591 | + lib/keystone:configure_keystone_authtoken_middleware:457 : iniset /etc/swift/proxy-server.conf filter:authtoken project_name service 2022-09-20 12:35:16.622 | + lib/keystone:configure_keystone_authtoken_middleware:458 : iniset /etc/swift/proxy-server.conf filter:authtoken project_domain_name Default 2022-09-20 12:35:16.654 | + lib/keystone:configure_keystone_authtoken_middleware:460 : iniset /etc/swift/proxy-server.conf filter:authtoken cafile /opt/stack/data/ca-bundle.pem 2022-09-20 12:35:16.688 | + lib/keystone:configure_keystone_authtoken_middleware:461 : iniset /etc/swift/proxy-server.conf filter:authtoken memcached_servers localhost:11211 2022-09-20 12:35:16.719 | + lib/swift:configure_swift:459 : iniset /etc/swift/proxy-server.conf filter:authtoken delay_auth_decision 1 2022-09-20 12:35:16.752 | + lib/swift:configure_swift:460 : iniset /etc/swift/proxy-server.conf filter:authtoken cache swift.cache 2022-09-20 12:35:16.783 | + lib/swift:configure_swift:461 : iniset /etc/swift/proxy-server.conf filter:authtoken include_service_catalog False 2022-09-20 12:35:16.815 | + lib/swift:configure_swift:463 : iniset /etc/swift/proxy-server.conf filter:keystoneauth use egg:swift#keystoneauth 2022-09-20 12:35:16.853 | + lib/swift:configure_swift:464 : iniset /etc/swift/proxy-server.conf filter:keystoneauth operator_roles 'Member, admin' 2022-09-20 12:35:16.888 | + lib/swift:configure_swift:469 : iniuncomment /etc/swift/proxy-server.conf filter:tempauth account_autocreate 2022-09-20 12:35:16.908 | + lib/swift:configure_swift:470 : iniset /etc/swift/proxy-server.conf filter:tempauth reseller_prefix TEMPAUTH 2022-09-20 12:35:16.943 | + lib/swift:configure_swift:473 : iniset /etc/swift/proxy-server.conf filter:domain_remap reseller_prefixes 'AUTH, TEMPAUTH' 2022-09-20 12:35:16.977 | + lib/swift:configure_swift:475 : cp /opt/stack/swift/etc/swift.conf-sample /etc/swift/swift.conf 2022-09-20 12:35:16.982 | + lib/swift:configure_swift:476 : iniset /etc/swift/swift.conf swift-hash swift_hash_path_suffix 66a3d6b56c1f479c8b4e70ab5d2014f6 2022-09-20 12:35:17.019 | + lib/swift:configure_swift:477 : iniset /etc/swift/swift.conf swift-constraints max_header_size 16384 2022-09-20 12:35:17.056 | + lib/swift:configure_swift:478 : iniset /etc/swift/swift.conf swift-constraints max_file_size 5368709122 2022-09-20 12:35:17.092 | + lib/swift:configure_swift:480 : local node_number 2022-09-20 12:35:17.094 | + lib/swift:configure_swift:481 : for node_number in ${SWIFT_REPLICAS_SEQ} 2022-09-20 12:35:17.097 | + lib/swift:configure_swift:482 : local swift_node_config=/etc/swift/object-server/1.conf 2022-09-20 12:35:17.099 | + lib/swift:configure_swift:483 : cp /opt/stack/swift/etc/object-server.conf-sample /etc/swift/object-server/1.conf 2022-09-20 12:35:17.104 | + lib/swift:configure_swift:484 : generate_swift_config_services /etc/swift/object-server/1.conf 1 6613 object 2022-09-20 12:35:17.109 | + lib/swift:generate_swift_config_services:289 : local swift_node_config=/etc/swift/object-server/1.conf 2022-09-20 12:35:17.111 | + lib/swift:generate_swift_config_services:290 : local node_id=1 2022-09-20 12:35:17.114 | + lib/swift:generate_swift_config_services:291 : local bind_port=6613 2022-09-20 12:35:17.116 | + lib/swift:generate_swift_config_services:292 : local server_type=object 2022-09-20 12:35:17.119 | + lib/swift:generate_swift_config_services:294 : log_facility=0 2022-09-20 12:35:17.121 | + lib/swift:generate_swift_config_services:295 : local node_path=/opt/stack/data/swift/1 2022-09-20 12:35:17.123 | + lib/swift:generate_swift_config_services:297 : iniuncomment /etc/swift/object-server/1.conf DEFAULT user 2022-09-20 12:35:17.145 | + lib/swift:generate_swift_config_services:298 : iniset /etc/swift/object-server/1.conf DEFAULT user ubuntu 2022-09-20 12:35:17.180 | + lib/swift:generate_swift_config_services:300 : iniuncomment /etc/swift/object-server/1.conf DEFAULT bind_port 2022-09-20 12:35:17.200 | + lib/swift:generate_swift_config_services:301 : iniset /etc/swift/object-server/1.conf DEFAULT bind_port 6613 2022-09-20 12:35:17.234 | + lib/swift:generate_swift_config_services:303 : iniuncomment /etc/swift/object-server/1.conf DEFAULT swift_dir 2022-09-20 12:35:17.254 | + lib/swift:generate_swift_config_services:304 : iniset /etc/swift/object-server/1.conf DEFAULT swift_dir /etc/swift 2022-09-20 12:35:17.289 | + lib/swift:generate_swift_config_services:306 : iniuncomment /etc/swift/object-server/1.conf DEFAULT devices 2022-09-20 12:35:17.309 | + lib/swift:generate_swift_config_services:307 : iniset /etc/swift/object-server/1.conf DEFAULT devices /opt/stack/data/swift/1 2022-09-20 12:35:17.345 | + lib/swift:generate_swift_config_services:309 : iniuncomment /etc/swift/object-server/1.conf DEFAULT log_facility 2022-09-20 12:35:17.365 | + lib/swift:generate_swift_config_services:310 : iniset /etc/swift/object-server/1.conf DEFAULT log_facility LOG_LOCAL0 2022-09-20 12:35:17.402 | + lib/swift:generate_swift_config_services:312 : iniuncomment /etc/swift/object-server/1.conf DEFAULT workers 2022-09-20 12:35:17.421 | + lib/swift:generate_swift_config_services:313 : iniset /etc/swift/object-server/1.conf DEFAULT workers 2 2022-09-20 12:35:17.456 | + lib/swift:generate_swift_config_services:315 : iniuncomment /etc/swift/object-server/1.conf DEFAULT disable_fallocate 2022-09-20 12:35:17.478 | + lib/swift:generate_swift_config_services:316 : iniset /etc/swift/object-server/1.conf DEFAULT disable_fallocate true 2022-09-20 12:35:17.514 | + lib/swift:generate_swift_config_services:318 : iniuncomment /etc/swift/object-server/1.conf DEFAULT mount_check 2022-09-20 12:35:17.535 | + lib/swift:generate_swift_config_services:319 : iniset /etc/swift/object-server/1.conf DEFAULT mount_check false 2022-09-20 12:35:17.572 | + lib/swift:generate_swift_config_services:321 : iniuncomment /etc/swift/object-server/1.conf object-replicator vm_test_mode 2022-09-20 12:35:17.591 | + lib/swift:generate_swift_config_services:322 : iniset /etc/swift/object-server/1.conf object-replicator vm_test_mode yes 2022-09-20 12:35:17.624 | + 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-09-20 12:35:17.630 | + lib/swift:configure_swift:485 : iniuncomment /etc/swift/object-server/1.conf DEFAULT bind_ip 2022-09-20 12:35:17.651 | + lib/swift:configure_swift:486 : iniset /etc/swift/object-server/1.conf DEFAULT bind_ip 0.0.0.0 2022-09-20 12:35:17.686 | + lib/swift:configure_swift:487 : iniset /etc/swift/object-server/1.conf filter:recon recon_cache_path /opt/stack/data/swift/cache 2022-09-20 12:35:17.721 | + lib/swift:configure_swift:489 : swift_node_config=/etc/swift/container-server/1.conf 2022-09-20 12:35:17.723 | + lib/swift:configure_swift:490 : cp /opt/stack/swift/etc/container-server.conf-sample /etc/swift/container-server/1.conf 2022-09-20 12:35:17.728 | + lib/swift:configure_swift:491 : generate_swift_config_services /etc/swift/container-server/1.conf 1 6611 container 2022-09-20 12:35:17.730 | + lib/swift:generate_swift_config_services:289 : local swift_node_config=/etc/swift/container-server/1.conf 2022-09-20 12:35:17.733 | + lib/swift:generate_swift_config_services:290 : local node_id=1 2022-09-20 12:35:17.736 | + lib/swift:generate_swift_config_services:291 : local bind_port=6611 2022-09-20 12:35:17.738 | + lib/swift:generate_swift_config_services:292 : local server_type=container 2022-09-20 12:35:17.740 | + lib/swift:generate_swift_config_services:294 : log_facility=0 2022-09-20 12:35:17.743 | + lib/swift:generate_swift_config_services:295 : local node_path=/opt/stack/data/swift/1 2022-09-20 12:35:17.745 | + lib/swift:generate_swift_config_services:297 : iniuncomment /etc/swift/container-server/1.conf DEFAULT user 2022-09-20 12:35:17.768 | + lib/swift:generate_swift_config_services:298 : iniset /etc/swift/container-server/1.conf DEFAULT user ubuntu 2022-09-20 12:35:17.802 | + lib/swift:generate_swift_config_services:300 : iniuncomment /etc/swift/container-server/1.conf DEFAULT bind_port 2022-09-20 12:35:17.823 | + lib/swift:generate_swift_config_services:301 : iniset /etc/swift/container-server/1.conf DEFAULT bind_port 6611 2022-09-20 12:35:17.858 | + lib/swift:generate_swift_config_services:303 : iniuncomment /etc/swift/container-server/1.conf DEFAULT swift_dir 2022-09-20 12:35:17.878 | + lib/swift:generate_swift_config_services:304 : iniset /etc/swift/container-server/1.conf DEFAULT swift_dir /etc/swift 2022-09-20 12:35:17.917 | + lib/swift:generate_swift_config_services:306 : iniuncomment /etc/swift/container-server/1.conf DEFAULT devices 2022-09-20 12:35:17.941 | + lib/swift:generate_swift_config_services:307 : iniset /etc/swift/container-server/1.conf DEFAULT devices /opt/stack/data/swift/1 2022-09-20 12:35:17.979 | + lib/swift:generate_swift_config_services:309 : iniuncomment /etc/swift/container-server/1.conf DEFAULT log_facility 2022-09-20 12:35:18.000 | + lib/swift:generate_swift_config_services:310 : iniset /etc/swift/container-server/1.conf DEFAULT log_facility LOG_LOCAL0 2022-09-20 12:35:18.037 | + lib/swift:generate_swift_config_services:312 : iniuncomment /etc/swift/container-server/1.conf DEFAULT workers 2022-09-20 12:35:18.057 | + lib/swift:generate_swift_config_services:313 : iniset /etc/swift/container-server/1.conf DEFAULT workers 2 2022-09-20 12:35:18.094 | + lib/swift:generate_swift_config_services:315 : iniuncomment /etc/swift/container-server/1.conf DEFAULT disable_fallocate 2022-09-20 12:35:18.113 | + lib/swift:generate_swift_config_services:316 : iniset /etc/swift/container-server/1.conf DEFAULT disable_fallocate true 2022-09-20 12:35:18.148 | + lib/swift:generate_swift_config_services:318 : iniuncomment /etc/swift/container-server/1.conf DEFAULT mount_check 2022-09-20 12:35:18.170 | + lib/swift:generate_swift_config_services:319 : iniset /etc/swift/container-server/1.conf DEFAULT mount_check false 2022-09-20 12:35:18.208 | + lib/swift:generate_swift_config_services:321 : iniuncomment /etc/swift/container-server/1.conf container-replicator vm_test_mode 2022-09-20 12:35:18.230 | + lib/swift:generate_swift_config_services:322 : iniset /etc/swift/container-server/1.conf container-replicator vm_test_mode yes 2022-09-20 12:35:18.265 | + 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-09-20 12:35:18.270 | + lib/swift:configure_swift:492 : iniuncomment /etc/swift/container-server/1.conf DEFAULT bind_ip 2022-09-20 12:35:18.290 | + lib/swift:configure_swift:493 : iniset /etc/swift/container-server/1.conf DEFAULT bind_ip 0.0.0.0 2022-09-20 12:35:18.325 | + lib/swift:configure_swift:495 : swift_node_config=/etc/swift/account-server/1.conf 2022-09-20 12:35:18.330 | + lib/swift:configure_swift:496 : cp /opt/stack/swift/etc/account-server.conf-sample /etc/swift/account-server/1.conf 2022-09-20 12:35:18.335 | + lib/swift:configure_swift:497 : generate_swift_config_services /etc/swift/account-server/1.conf 1 6612 account 2022-09-20 12:35:18.337 | + lib/swift:generate_swift_config_services:289 : local swift_node_config=/etc/swift/account-server/1.conf 2022-09-20 12:35:18.340 | + lib/swift:generate_swift_config_services:290 : local node_id=1 2022-09-20 12:35:18.342 | + lib/swift:generate_swift_config_services:291 : local bind_port=6612 2022-09-20 12:35:18.345 | + lib/swift:generate_swift_config_services:292 : local server_type=account 2022-09-20 12:35:18.347 | + lib/swift:generate_swift_config_services:294 : log_facility=0 2022-09-20 12:35:18.350 | + lib/swift:generate_swift_config_services:295 : local node_path=/opt/stack/data/swift/1 2022-09-20 12:35:18.352 | + lib/swift:generate_swift_config_services:297 : iniuncomment /etc/swift/account-server/1.conf DEFAULT user 2022-09-20 12:35:18.374 | + lib/swift:generate_swift_config_services:298 : iniset /etc/swift/account-server/1.conf DEFAULT user ubuntu 2022-09-20 12:35:18.416 | + lib/swift:generate_swift_config_services:300 : iniuncomment /etc/swift/account-server/1.conf DEFAULT bind_port 2022-09-20 12:35:18.435 | + lib/swift:generate_swift_config_services:301 : iniset /etc/swift/account-server/1.conf DEFAULT bind_port 6612 2022-09-20 12:35:18.470 | + lib/swift:generate_swift_config_services:303 : iniuncomment /etc/swift/account-server/1.conf DEFAULT swift_dir 2022-09-20 12:35:18.489 | + lib/swift:generate_swift_config_services:304 : iniset /etc/swift/account-server/1.conf DEFAULT swift_dir /etc/swift 2022-09-20 12:35:18.523 | + lib/swift:generate_swift_config_services:306 : iniuncomment /etc/swift/account-server/1.conf DEFAULT devices 2022-09-20 12:35:18.546 | + lib/swift:generate_swift_config_services:307 : iniset /etc/swift/account-server/1.conf DEFAULT devices /opt/stack/data/swift/1 2022-09-20 12:35:18.581 | + lib/swift:generate_swift_config_services:309 : iniuncomment /etc/swift/account-server/1.conf DEFAULT log_facility 2022-09-20 12:35:18.600 | + lib/swift:generate_swift_config_services:310 : iniset /etc/swift/account-server/1.conf DEFAULT log_facility LOG_LOCAL0 2022-09-20 12:35:18.636 | + lib/swift:generate_swift_config_services:312 : iniuncomment /etc/swift/account-server/1.conf DEFAULT workers 2022-09-20 12:35:18.656 | + lib/swift:generate_swift_config_services:313 : iniset /etc/swift/account-server/1.conf DEFAULT workers 2 2022-09-20 12:35:18.689 | + lib/swift:generate_swift_config_services:315 : iniuncomment /etc/swift/account-server/1.conf DEFAULT disable_fallocate 2022-09-20 12:35:18.709 | + lib/swift:generate_swift_config_services:316 : iniset /etc/swift/account-server/1.conf DEFAULT disable_fallocate true 2022-09-20 12:35:18.751 | + lib/swift:generate_swift_config_services:318 : iniuncomment /etc/swift/account-server/1.conf DEFAULT mount_check 2022-09-20 12:35:18.771 | + lib/swift:generate_swift_config_services:319 : iniset /etc/swift/account-server/1.conf DEFAULT mount_check false 2022-09-20 12:35:18.807 | + lib/swift:generate_swift_config_services:321 : iniuncomment /etc/swift/account-server/1.conf account-replicator vm_test_mode 2022-09-20 12:35:18.829 | + lib/swift:generate_swift_config_services:322 : iniset /etc/swift/account-server/1.conf account-replicator vm_test_mode yes 2022-09-20 12:35:18.862 | + 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-09-20 12:35:18.868 | + lib/swift:configure_swift:498 : iniuncomment /etc/swift/account-server/1.conf DEFAULT bind_ip 2022-09-20 12:35:18.892 | + lib/swift:configure_swift:499 : iniset /etc/swift/account-server/1.conf DEFAULT bind_ip 0.0.0.0 2022-09-20 12:35:18.926 | + lib/swift:configure_swift:503 : iniset /etc/swift/proxy-server.conf filter:tempauth user_swiftprojecttest1_swiftusertest1 'testing .admin' 2022-09-20 12:35:18.963 | + lib/swift:configure_swift:504 : iniset /etc/swift/proxy-server.conf filter:tempauth user_swiftprojecttest2_swiftusertest2 'testing2 .admin' 2022-09-20 12:35:19.000 | + lib/swift:configure_swift:505 : iniset /etc/swift/proxy-server.conf filter:tempauth user_swiftprojecttest1_swiftusertest3 'testing3 .admin' 2022-09-20 12:35:19.037 | + lib/swift:configure_swift:507 : testfile=/etc/swift/test.conf 2022-09-20 12:35:19.039 | + lib/swift:configure_swift:508 : cp /opt/stack/swift/test/sample.conf /etc/swift/test.conf 2022-09-20 12:35:19.044 | + lib/swift:configure_swift:511 : iniset /etc/swift/test.conf func_test account swiftprojecttest1 2022-09-20 12:35:19.080 | + lib/swift:configure_swift:512 : iniset /etc/swift/test.conf func_test username swiftusertest1 2022-09-20 12:35:19.115 | + lib/swift:configure_swift:513 : iniset /etc/swift/test.conf func_test username3 swiftusertest3 2022-09-20 12:35:19.150 | + lib/swift:configure_swift:514 : iniset /etc/swift/test.conf func_test account2 swiftprojecttest2 2022-09-20 12:35:19.185 | + lib/swift:configure_swift:515 : iniset /etc/swift/test.conf func_test username2 swiftusertest2 2022-09-20 12:35:19.221 | + lib/swift:configure_swift:516 : iniset /etc/swift/test.conf func_test account4 swiftprojecttest4 2022-09-20 12:35:19.255 | + lib/swift:configure_swift:517 : iniset /etc/swift/test.conf func_test username4 swiftusertest4 2022-09-20 12:35:19.289 | + lib/swift:configure_swift:518 : iniset /etc/swift/test.conf func_test password4 testing4 2022-09-20 12:35:19.324 | + lib/swift:configure_swift:519 : iniset /etc/swift/test.conf func_test domain4 swift_test 2022-09-20 12:35:19.360 | + lib/swift:configure_swift:521 : is_service_enabled keystone 2022-09-20 12:35:19.382 | + functions-common:is_service_enabled:2095 : return 0 2022-09-20 12:35:19.385 | + lib/swift:configure_swift:522 : iniuncomment /etc/swift/test.conf func_test auth_version 2022-09-20 12:35:19.404 | + lib/swift:configure_swift:523 : local auth_vers 2022-09-20 12:35:19.407 | ++ lib/swift:configure_swift:524 : iniget /etc/swift/test.conf func_test auth_version 2022-09-20 12:35:19.428 | + lib/swift:configure_swift:524 : auth_vers=3 2022-09-20 12:35:19.431 | + lib/swift:configure_swift:525 : iniset /etc/swift/test.conf func_test auth_host 10.222.0.52 2022-09-20 12:35:19.468 | + lib/swift:configure_swift:526 : [[ http == \h\t\t\p\s ]] 2022-09-20 12:35:19.470 | + lib/swift:configure_swift:529 : iniset /etc/swift/test.conf func_test auth_port 80 2022-09-20 12:35:19.504 | + lib/swift:configure_swift:531 : iniset /etc/swift/test.conf func_test auth_uri http://10.222.0.52/identity 2022-09-20 12:35:19.544 | + lib/swift:configure_swift:532 : [[ 3 == \3 ]] 2022-09-20 12:35:19.546 | + lib/swift:configure_swift:533 : iniset /etc/swift/test.conf func_test auth_prefix /identity/v3/ 2022-09-20 12:35:19.580 | + lib/swift:configure_swift:537 : is_service_enabled tls-proxy 2022-09-20 12:35:19.597 | + functions-common:is_service_enabled:2095 : return 1 2022-09-20 12:35:19.600 | + lib/swift:configure_swift:543 : local user_group 2022-09-20 12:35:19.603 | ++ lib/swift:configure_swift:544 : id -g ubuntu 2022-09-20 12:35:19.608 | + lib/swift:configure_swift:544 : user_group=1000 2022-09-20 12:35:19.610 | + lib/swift:configure_swift:545 : sudo install -d -o ubuntu -g 1000 /opt/stack/data/swift 2022-09-20 12:35:19.627 | + lib/swift:configure_swift:547 : local swift_log_dir=/opt/stack/data/swift/logs 2022-09-20 12:35:19.629 | + lib/swift:configure_swift:548 : sudo rm -rf /opt/stack/data/swift/logs 2022-09-20 12:35:19.645 | + lib/swift:configure_swift:549 : local swift_log_group=adm 2022-09-20 12:35:19.648 | + lib/swift:configure_swift:550 : is_suse 2022-09-20 12:35:19.651 | + functions-common:is_suse:536 : is_opensuse 2022-09-20 12:35:19.653 | + functions-common:is_opensuse:543 : [[ -z Ubuntu ]] 2022-09-20 12:35:19.656 | + functions-common:is_opensuse:547 : [[ Ubuntu =~ (openSUSE) ]] 2022-09-20 12:35:19.658 | + functions-common:is_suse:536 : is_suse_linux_enterprise 2022-09-20 12:35:19.661 | + functions-common:is_suse_linux_enterprise:555 : [[ -z Ubuntu ]] 2022-09-20 12:35:19.664 | + functions-common:is_suse_linux_enterprise:559 : [[ Ubuntu =~ (^SUSE) ]] 2022-09-20 12:35:19.666 | + lib/swift:configure_swift:553 : sudo install -d -o ubuntu -g adm /opt/stack/data/swift/logs/hourly 2022-09-20 12:35:19.680 | + lib/swift:configure_swift:555 : [[ False != \F\a\l\s\e ]] 2022-09-20 12:35:19.683 | + lib/swift:configure_swift:563 : '[' False == True ']' 2022-09-20 12:35:19.685 | + ./stack.sh:main:906 : is_service_enabled s3api 2022-09-20 12:35:19.707 | + functions-common:is_service_enabled:2095 : return 1 2022-09-20 12:35:19.710 | + ./stack.sh:main:912 : is_service_enabled g-api n-api 2022-09-20 12:35:19.729 | + functions-common:is_service_enabled:2095 : return 0 2022-09-20 12:35:19.732 | + ./stack.sh:main:914 : stack_install_service glance 2022-09-20 12:35:19.734 | + lib/stack:stack_install_service:20 : local service=glance 2022-09-20 12:35:19.737 | + lib/stack:stack_install_service:21 : type install_glance 2022-09-20 12:35:19.739 | + lib/stack:stack_install_service:23 : [[ False = True ]] 2022-09-20 12:35:19.741 | + lib/stack:stack_install_service:32 : install_glance 2022-09-20 12:35:19.745 | + lib/glance:install_glance:507 : glance_store_extras=() 2022-09-20 12:35:19.747 | + lib/glance:install_glance:507 : local glance_store_extras 2022-09-20 12:35:19.750 | + lib/glance:install_glance:509 : is_service_enabled cinder 2022-09-20 12:35:19.771 | + functions-common:is_service_enabled:2095 : return 0 2022-09-20 12:35:19.775 | + lib/glance:install_glance:510 : glance_store_extras=("cinder" "${glance_store_extras[@]}") 2022-09-20 12:35:19.777 | + lib/glance:install_glance:513 : is_service_enabled swift 2022-09-20 12:35:19.795 | + functions-common:is_service_enabled:2095 : return 0 2022-09-20 12:35:19.798 | + lib/glance:install_glance:514 : glance_store_extras=("swift" "${glance_store_extras[@]}") 2022-09-20 12:35:19.801 | + lib/glance:install_glance:519 : use_library_from_git glance_store 2022-09-20 12:35:19.803 | + inc/python:use_library_from_git:246 : local name=glance_store 2022-09-20 12:35:19.806 | + inc/python:use_library_from_git:247 : local enabled=1 2022-09-20 12:35:19.809 | + inc/python:use_library_from_git:248 : [[ cinder-tempest-plugin = \A\L\L ]] 2022-09-20 12:35:19.812 | + inc/python:use_library_from_git:248 : [[ ,cinder-tempest-plugin, =~ ,glance_store, ]] 2022-09-20 12:35:19.815 | + inc/python:use_library_from_git:249 : return 1 2022-09-20 12:35:19.819 | ++ lib/glance:install_glance:525 : join_extras swift cinder 2022-09-20 12:35:19.822 | ++ inc/python:join_extras:29 : local IFS=, 2022-09-20 12:35:19.825 | ++ inc/python:join_extras:30 : echo swift,cinder 2022-09-20 12:35:19.828 | + lib/glance:install_glance:525 : pip_install_gr_extras glance-store swift,cinder 2022-09-20 12:35:19.830 | + inc/python:pip_install_gr_extras:89 : local name=glance-store 2022-09-20 12:35:19.833 | + inc/python:pip_install_gr_extras:90 : local extras=swift,cinder 2022-09-20 12:35:19.836 | + inc/python:pip_install_gr_extras:91 : local version_constraints 2022-09-20 12:35:19.840 | ++ inc/python:pip_install_gr_extras:92 : get_version_constraints_from_global_requirements glance-store 2022-09-20 12:35:19.842 | ++ inc/python:get_version_constraints_from_global_requirements:233 : local package=glance-store 2022-09-20 12:35:19.845 | ++ inc/python:get_version_constraints_from_global_requirements:234 : local required_pkg_version_constraint 2022-09-20 12:35:19.849 | +++ inc/python:get_version_constraints_from_global_requirements:236 : grep -i -h -o -P '^glance-store\K.*' /opt/stack/requirements/global-requirements.txt 2022-09-20 12:35:19.849 | +++ inc/python:get_version_constraints_from_global_requirements:236 : cut -d# -f1 2022-09-20 12:35:19.857 | ++ inc/python:get_version_constraints_from_global_requirements:236 : required_pkg_version_constraint='!=0.29.0 ' 2022-09-20 12:35:19.860 | ++ inc/python:get_version_constraints_from_global_requirements:237 : [[ !=0.29.0 == '' ]] 2022-09-20 12:35:19.863 | ++ inc/python:get_version_constraints_from_global_requirements:240 : echo '!=0.29.0' 2022-09-20 12:35:19.866 | + inc/python:pip_install_gr_extras:92 : version_constraints='!=0.29.0' 2022-09-20 12:35:19.868 | + inc/python:pip_install_gr_extras:93 : pip_install 'glance-store[swift,cinder]!=0.29.0' 2022-09-20 12:35:19.893 | Using python 3.8 to install glance-store[swift,cinder]!=0.29.0 2022-09-20 12:35:19.900 | + 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-09-20 12:35:22.018 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-09-20 12:35:22.018 | from cryptography.utils import int_from_bytes 2022-09-20 12:35:22.018 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-09-20 12:35:22.018 | from cryptography.utils import int_from_bytes 2022-09-20 12:35:23.093 | Looking in indexes: http://10.100.0.9:8080/cloudbase/CI/+simple/ 2022-09-20 12:35:23.096 | Requirement already satisfied: glance-store===4.1.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 178)) (4.1.0) 2022-09-20 12:35:23.177 | Requirement already satisfied: httplib2===0.20.4 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 195)) (0.20.4) 2022-09-20 12:35:23.188 | Requirement already satisfied: jsonschema===4.14.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 223)) (4.14.0) 2022-09-20 12:35:23.233 | Requirement already satisfied: keystoneauth1===5.0.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 227)) (5.0.0) 2022-09-20 12:35:23.293 | Requirement already satisfied: os-brick===6.1.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 287)) (6.1.0) 2022-09-20 12:35:23.318 | Requirement already satisfied: os-service-types===1.7.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 294)) (1.7.0) 2022-09-20 12:35:23.323 | Requirement already satisfied: os-win===5.7.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 298)) (5.7.1) 2022-09-20 12:35:23.350 | Requirement already satisfied: oslo.concurrency===5.0.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 303)) (5.0.1) 2022-09-20 12:35:23.361 | Requirement already satisfied: oslo.config===9.0.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 304)) (9.0.0) 2022-09-20 12:35:23.400 | Requirement already satisfied: oslo.context===5.0.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 305)) (5.0.0) 2022-09-20 12:35:23.406 | Requirement already satisfied: oslo.i18n===5.1.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 307)) (5.1.0) 2022-09-20 12:35:23.410 | Requirement already satisfied: oslo.log===5.0.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 309)) (5.0.0) 2022-09-20 12:35:23.450 | Requirement already satisfied: oslo.privsep===3.0.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 314)) (3.0.1) 2022-09-20 12:35:23.463 | Requirement already satisfied: oslo.rootwrap===6.3.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 316)) (6.3.1) 2022-09-20 12:35:23.466 | Requirement already satisfied: oslo.serialization===5.0.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 317)) (5.0.0) 2022-09-20 12:35:23.474 | Requirement already satisfied: oslo.service===3.0.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 318)) (3.0.0) 2022-09-20 12:35:23.497 | Requirement already satisfied: oslo.utils===6.0.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 320)) (6.0.1) 2022-09-20 12:35:23.511 | Requirement already satisfied: packaging===21.3 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 328)) (21.3) 2022-09-20 12:35:23.516 | Requirement already satisfied: pbr===5.10.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 332)) (5.10.0) 2022-09-20 12:35:23.519 | Requirement already satisfied: pkgutil-resolve-name===1.3.10 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 338)) (1.3.10) 2022-09-20 12:35:23.522 | Requirement already satisfied: pyinotify===0.9.6 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 364)) (0.9.6) 2022-09-20 12:35:23.524 | Requirement already satisfied: pyparsing===3.0.9 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 369)) (3.0.9) 2022-09-20 12:35:23.530 | Requirement already satisfied: pyrsistent===0.18.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 373)) (0.18.1) 2022-09-20 12:35:23.534 | Requirement already satisfied: python-cinderclient===9.1.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 391)) (9.1.0) 2022-09-20 12:35:23.549 | Requirement already satisfied: python-dateutil===2.8.2 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 396)) (2.8.2) 2022-09-20 12:35:23.554 | Requirement already satisfied: python-keystoneclient===5.0.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 405)) (5.0.1) 2022-09-20 12:35:23.575 | Requirement already satisfied: python-swiftclient===4.1.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 428)) (4.1.0) 2022-09-20 12:35:23.589 | Requirement already satisfied: pytz===2022.2.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 435)) (2022.2.1) 2022-09-20 12:35:23.593 | Requirement already satisfied: requests===2.28.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 447)) (2.28.1) 2022-09-20 12:35:23.606 | Requirement already satisfied: rfc3986===1.5.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 460)) (1.5.0) 2022-09-20 12:35:23.610 | Requirement already satisfied: simplejson===3.17.6 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 482)) (3.17.6) 2022-09-20 12:35:23.613 | Requirement already satisfied: six===1.16.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 483)) (1.16.0) 2022-09-20 12:35:23.616 | Requirement already satisfied: stevedore===4.0.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 516)) (4.0.0) 2022-09-20 12:35:23.621 | Requirement already satisfied: tenacity===6.3.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 531)) (6.3.1) 2022-09-20 12:35:23.635 | Requirement already satisfied: urllib3===1.26.12 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 562)) (1.26.12) 2022-09-20 12:35:23.669 | Requirement already satisfied: yappi===1.3.6 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 585)) (1.3.6) 2022-09-20 12:35:23.674 | Requirement already satisfied: eventlet===0.33.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 161)) (0.33.1) 2022-09-20 12:35:23.682 | Requirement already satisfied: attrs===22.1.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 90)) (22.1.0) 2022-09-20 12:35:23.739 | Requirement already satisfied: importlib-resources===5.9.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 205)) (5.9.0) 2022-09-20 12:35:23.767 | Requirement already satisfied: iso8601===1.0.2 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 212)) (1.0.2) 2022-09-20 12:35:23.770 | Requirement already satisfied: fasteners===0.17.3 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 166)) (0.17.3) 2022-09-20 12:35:23.773 | Requirement already satisfied: PyYAML===6.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 22)) (6.0) 2022-09-20 12:35:23.775 | Requirement already satisfied: debtcollector===2.5.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 130)) (2.5.0) 2022-09-20 12:35:23.781 | Requirement already satisfied: netaddr===0.8.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 260)) (0.8.0) 2022-09-20 12:35:23.786 | Requirement already satisfied: msgpack===1.0.4 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 253)) (1.0.4) 2022-09-20 12:35:23.789 | Requirement already satisfied: greenlet===1.1.3 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 187)) (1.1.3) 2022-09-20 12:35:23.794 | Requirement already satisfied: cffi===1.15.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 110)) (1.15.1) 2022-09-20 12:35:23.797 | Requirement already satisfied: Paste===3.5.2 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 14)) (3.5.2) 2022-09-20 12:35:23.806 | Requirement already satisfied: PasteDeploy===2.1.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 15)) (2.1.1) 2022-09-20 12:35:23.815 | Requirement already satisfied: fixtures===4.0.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 168)) (4.0.1) 2022-09-20 12:35:23.826 | Requirement already satisfied: WebOb===1.8.7 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 32)) (1.8.7) 2022-09-20 12:35:23.838 | Requirement already satisfied: Routes===2.5.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 24)) (2.5.1) 2022-09-20 12:35:23.849 | Requirement already satisfied: netifaces===0.11.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 261)) (0.11.0) 2022-09-20 12:35:23.852 | Requirement already satisfied: prettytable===3.4.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 342)) (3.4.1) 2022-09-20 12:35:23.863 | Requirement already satisfied: idna===3.3 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 200)) (3.3) 2022-09-20 12:35:23.867 | Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3/dist-packages (from requests===2.28.1->-c /opt/stack/requirements/upper-constraints.txt (line 447)) (2019.11.28) 2022-09-20 12:35:23.869 | Requirement already satisfied: charset-normalizer===2.1.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 112)) (2.1.1) 2022-09-20 12:35:23.874 | Requirement already satisfied: dnspython===2.2.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 147)) (2.2.1) 2022-09-20 12:35:23.901 | Requirement already satisfied: zipp===3.8.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 590)) (3.8.1) 2022-09-20 12:35:23.926 | Requirement already satisfied: wrapt===1.14.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 577)) (1.14.1) 2022-09-20 12:35:23.929 | Requirement already satisfied: pycparser===2.21 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 358)) (2.21) 2022-09-20 12:35:23.933 | Requirement already satisfied: setuptools in /usr/lib/python3/dist-packages (from Paste===3.5.2->-c /opt/stack/requirements/upper-constraints.txt (line 14)) (45.2.0) 2022-09-20 12:35:23.935 | Requirement already satisfied: repoze.lru===0.7 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 446)) (0.7) 2022-09-20 12:35:23.942 | Requirement already satisfied: wcwidth===0.2.5 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 572)) (0.2.5) 2022-09-20 12:35:25.783 | + inc/python:pip_install:196 : result=0 2022-09-20 12:35:25.786 | + inc/python:pip_install:198 : time_stop pip_install 2022-09-20 12:35:25.788 | + functions-common:time_stop:2439 : local name 2022-09-20 12:35:25.791 | + functions-common:time_stop:2440 : local end_time 2022-09-20 12:35:25.794 | + functions-common:time_stop:2441 : local elapsed_time 2022-09-20 12:35:25.796 | + functions-common:time_stop:2442 : local total 2022-09-20 12:35:25.799 | + functions-common:time_stop:2443 : local start_time 2022-09-20 12:35:25.801 | + functions-common:time_stop:2445 : name=pip_install 2022-09-20 12:35:25.803 | + functions-common:time_stop:2446 : start_time=1663677319887 2022-09-20 12:35:25.806 | + functions-common:time_stop:2448 : [[ -z 1663677319887 ]] 2022-09-20 12:35:25.809 | ++ functions-common:time_stop:2451 : date +%s%3N 2022-09-20 12:35:25.814 | + functions-common:time_stop:2451 : end_time=1663677325812 2022-09-20 12:35:25.817 | + functions-common:time_stop:2452 : elapsed_time=5925 2022-09-20 12:35:25.819 | + functions-common:time_stop:2453 : total=71699 2022-09-20 12:35:25.821 | + functions-common:time_stop:2455 : _TIME_START[$name]= 2022-09-20 12:35:25.824 | + functions-common:time_stop:2456 : _TIME_TOTAL[$name]=77624 2022-09-20 12:35:25.826 | + inc/python:pip_install:199 : return 0 2022-09-20 12:35:25.829 | + lib/glance:install_glance:526 : copy_rootwrap /usr/local/etc/glance 2022-09-20 12:35:25.832 | + lib/glance:copy_rootwrap:239 : local source_path=/usr/local/etc/glance 2022-09-20 12:35:25.834 | + lib/glance:copy_rootwrap:241 : sudo install -d -o ubuntu /etc/glance 2022-09-20 12:35:25.848 | + lib/glance:copy_rootwrap:242 : cp -r /usr/local/etc/glance/rootwrap.conf /usr/local/etc/glance/rootwrap.d /etc/glance/ 2022-09-20 12:35:25.853 | + lib/glance:install_glance:529 : git_clone https://opendev.org/openstack/glance.git /opt/stack/glance master 2022-09-20 12:35:25.856 | + functions-common:git_clone:596 : local git_remote=https://opendev.org/openstack/glance.git 2022-09-20 12:35:25.858 | + functions-common:git_clone:597 : local git_dest=/opt/stack/glance 2022-09-20 12:35:25.861 | + functions-common:git_clone:598 : local git_ref=master 2022-09-20 12:35:25.863 | + functions-common:git_clone:599 : local orig_dir 2022-09-20 12:35:25.866 | ++ functions-common:git_clone:600 : pwd 2022-09-20 12:35:25.870 | + functions-common:git_clone:600 : orig_dir=/home/ubuntu/devstack 2022-09-20 12:35:25.872 | + functions-common:git_clone:601 : local git_clone_flags= 2022-09-20 12:35:25.875 | ++ functions-common:git_clone:603 : trueorfalse False RECLONE 2022-09-20 12:35:25.892 | + functions-common:git_clone:603 : RECLONE=False 2022-09-20 12:35:25.894 | + functions-common:git_clone:604 : [[ 0 -gt 0 ]] 2022-09-20 12:35:25.896 | + functions-common:git_clone:608 : [[ False = \T\r\u\e ]] 2022-09-20 12:35:25.900 | + functions-common:git_clone:617 : echo master 2022-09-20 12:35:25.900 | + functions-common:git_clone:617 : egrep -q '^refs' 2022-09-20 12:35:25.905 | + functions-common:git_clone:631 : [[ ! -d /opt/stack/glance ]] 2022-09-20 12:35:25.907 | + functions-common:git_clone:639 : [[ False = \T\r\u\e ]] 2022-09-20 12:35:25.910 | + functions-common:git_clone:674 : sudo git config --system --add safe.directory /opt/stack/glance 2022-09-20 12:35:25.923 | + functions-common:git_clone:677 : cd /opt/stack/glance 2022-09-20 12:35:25.926 | + functions-common:git_clone:678 : git show --oneline 2022-09-20 12:35:25.926 | + functions-common:git_clone:678 : head -1 2022-09-20 12:35:25.935 | dc11640d2 Imported Translations from Zanata 2022-09-20 12:35:25.937 | + functions-common:git_clone:679 : cd /home/ubuntu/devstack 2022-09-20 12:35:25.940 | + lib/glance:install_glance:531 : setup_develop /opt/stack/glance 2022-09-20 12:35:25.943 | + inc/python:setup_develop:334 : local bindep 2022-09-20 12:35:25.945 | + inc/python:setup_develop:335 : [[ /opt/stack/glance == -bindep* ]] 2022-09-20 12:35:25.948 | + inc/python:setup_develop:339 : local project_dir=/opt/stack/glance 2022-09-20 12:35:25.951 | + inc/python:setup_develop:340 : local extras= 2022-09-20 12:35:25.953 | + inc/python:setup_develop:341 : _setup_package_with_constraints_edit /opt/stack/glance -e 2022-09-20 12:35:25.956 | + inc/python:_setup_package_with_constraints_edit:360 : local bindep 2022-09-20 12:35:25.959 | + inc/python:_setup_package_with_constraints_edit:361 : [[ /opt/stack/glance == -bindep* ]] 2022-09-20 12:35:25.962 | + inc/python:_setup_package_with_constraints_edit:365 : local project_dir=/opt/stack/glance 2022-09-20 12:35:25.964 | + inc/python:_setup_package_with_constraints_edit:366 : local flags=-e 2022-09-20 12:35:25.967 | + inc/python:_setup_package_with_constraints_edit:367 : local extras= 2022-09-20 12:35:25.970 | ++ inc/python:_setup_package_with_constraints_edit:374 : cd /opt/stack/glance 2022-09-20 12:35:25.972 | ++ inc/python:_setup_package_with_constraints_edit:374 : pwd 2022-09-20 12:35:25.975 | + inc/python:_setup_package_with_constraints_edit:374 : project_dir=/opt/stack/glance 2022-09-20 12:35:25.979 | + inc/python:_setup_package_with_constraints_edit:376 : '[' -n /opt/stack/requirements ']' 2022-09-20 12:35:25.981 | + inc/python:_setup_package_with_constraints_edit:380 : local name 2022-09-20 12:35:25.984 | ++ inc/python:_setup_package_with_constraints_edit:381 : awk '/^name.*=/ {print $3}' /opt/stack/glance/setup.cfg 2022-09-20 12:35:25.990 | + inc/python:_setup_package_with_constraints_edit:381 : name=glance 2022-09-20 12:35:25.993 | + inc/python:_setup_package_with_constraints_edit:383 : /opt/stack/requirements/.venv/bin/edit-constraints /opt/stack/requirements/upper-constraints.txt -- glance 2022-09-20 12:35:26.623 | + inc/python:_setup_package_with_constraints_edit:386 : setup_package /opt/stack/glance -e 2022-09-20 12:35:26.625 | + inc/python:setup_package:414 : local bindep=0 2022-09-20 12:35:26.628 | + inc/python:setup_package:415 : local bindep_flag= 2022-09-20 12:35:26.630 | + inc/python:setup_package:416 : local bindep_profiles= 2022-09-20 12:35:26.633 | + inc/python:setup_package:417 : [[ /opt/stack/glance == -bindep* ]] 2022-09-20 12:35:26.636 | + inc/python:setup_package:422 : local project_dir=/opt/stack/glance 2022-09-20 12:35:26.638 | + inc/python:setup_package:423 : local flags=-e 2022-09-20 12:35:26.641 | + inc/python:setup_package:424 : local extras= 2022-09-20 12:35:26.643 | + inc/python:setup_package:428 : [[ -n -e ]] 2022-09-20 12:35:26.646 | + inc/python:setup_package:428 : [[ -z '' ]] 2022-09-20 12:35:26.648 | + inc/python:setup_package:428 : [[ ! -e =~ ^-.* ]] 2022-09-20 12:35:26.651 | + inc/python:setup_package:433 : [[ ! -z '' ]] 2022-09-20 12:35:26.654 | + inc/python:setup_package:438 : [[ 0 == 1 ]] 2022-09-20 12:35:26.656 | + inc/python:setup_package:442 : pip_install -e /opt/stack/glance 2022-09-20 12:35:26.677 | Using python 3.8 to install /opt/stack/glance 2022-09-20 12:35:26.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 -e /opt/stack/glance 2022-09-20 12:35:28.808 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-09-20 12:35:28.808 | from cryptography.utils import int_from_bytes 2022-09-20 12:35:28.808 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-09-20 12:35:28.808 | from cryptography.utils import int_from_bytes 2022-09-20 12:35:29.870 | Looking in indexes: http://10.100.0.9:8080/cloudbase/CI/+simple/ 2022-09-20 12:35:29.871 | Obtaining file:///opt/stack/glance 2022-09-20 12:35:31.165 | Requirement already satisfied: Paste===3.5.2 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 14)) (3.5.2) 2022-09-20 12:35:31.174 | Requirement already satisfied: PasteDeploy===2.1.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 15)) (2.1.1) 2022-09-20 12:35:31.184 | Requirement already satisfied: Routes===2.5.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 24)) (2.5.1) 2022-09-20 12:35:31.196 | Requirement already satisfied: SQLAlchemy===1.4.40 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 25)) (1.4.40) 2022-09-20 12:35:31.342 | Requirement already satisfied: WSME===0.11.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 31)) (0.11.0) 2022-09-20 12:35:31.350 | Requirement already satisfied: WebOb===1.8.7 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 32)) (1.8.7) 2022-09-20 12:35:31.363 | Requirement already satisfied: alembic===1.8.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 78)) (1.8.1) 2022-09-20 12:35:31.377 | Requirement already satisfied: castellan===4.0.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 107)) (4.0.0) 2022-09-20 12:35:31.397 | Requirement already satisfied: cryptography===36.0.2 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 126)) (36.0.2) 2022-09-20 12:35:31.434 | Requirement already satisfied: cursive===0.2.2 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 127)) (0.2.2) 2022-09-20 12:35:31.448 | Requirement already satisfied: debtcollector===2.5.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 130)) (2.5.0) 2022-09-20 12:35:31.454 | Requirement already satisfied: defusedxml===0.7.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 132)) (0.7.1) 2022-09-20 12:35:31.459 | Requirement already satisfied: eventlet===0.33.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 161)) (0.33.1) 2022-09-20 12:35:31.468 | Requirement already satisfied: futurist===2.4.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 173)) (2.4.1) 2022-09-20 12:35:31.471 | Requirement already satisfied: glance-store===4.1.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 178)) (4.1.0) 2022-09-20 12:35:31.539 | Requirement already satisfied: greenlet===1.1.3 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 187)) (1.1.3) 2022-09-20 12:35:31.543 | Requirement already satisfied: httplib2===0.20.4 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 195)) (0.20.4) 2022-09-20 12:35:31.554 | Requirement already satisfied: importlib-metadata===4.12.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 204)) (4.12.0) 2022-09-20 12:35:31.590 | Requirement already satisfied: importlib-resources===5.9.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 205)) (5.9.0) 2022-09-20 12:35:31.618 | Requirement already satisfied: iso8601===1.0.2 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 212)) (1.0.2) 2022-09-20 12:35:31.621 | Requirement already satisfied: jsonschema===4.14.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 223)) (4.14.0) 2022-09-20 12:35:31.665 | Requirement already satisfied: keystoneauth1===5.0.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 227)) (5.0.0) 2022-09-20 12:35:31.722 | Requirement already satisfied: keystonemiddleware===10.1.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 228)) (10.1.0) 2022-09-20 12:35:31.774 | Requirement already satisfied: netaddr===0.8.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 260)) (0.8.0) 2022-09-20 12:35:31.779 | Requirement already satisfied: os-service-types===1.7.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 294)) (1.7.0) 2022-09-20 12:35:31.783 | Requirement already satisfied: os-win===5.7.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 298)) (5.7.1) 2022-09-20 12:35:31.801 | Requirement already satisfied: oslo.cache===3.1.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 302)) (3.1.0) 2022-09-20 12:35:31.838 | Requirement already satisfied: oslo.concurrency===5.0.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 303)) (5.0.1) 2022-09-20 12:35:31.848 | Requirement already satisfied: oslo.config===9.0.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 304)) (9.0.0) 2022-09-20 12:35:31.888 | Requirement already satisfied: oslo.context===5.0.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 305)) (5.0.0) 2022-09-20 12:35:31.894 | Requirement already satisfied: oslo.db===12.1.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 306)) (12.1.0) 2022-09-20 12:35:31.941 | Requirement already satisfied: oslo.i18n===5.1.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 307)) (5.1.0) 2022-09-20 12:35:31.946 | Requirement already satisfied: oslo.limit===2.0.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 308)) (2.0.1) 2022-09-20 12:35:31.955 | Requirement already satisfied: oslo.log===5.0.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 309)) (5.0.0) 2022-09-20 12:35:31.995 | Requirement already satisfied: oslo.messaging===14.0.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 310)) (14.0.0) 2022-09-20 12:35:32.050 | Requirement already satisfied: oslo.metrics===0.5.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 311)) (0.5.0) 2022-09-20 12:35:32.060 | Requirement already satisfied: oslo.middleware===5.0.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 312)) (5.0.0) 2022-09-20 12:35:32.079 | Requirement already satisfied: oslo.policy===4.0.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 313)) (4.0.0) 2022-09-20 12:35:32.093 | Requirement already satisfied: oslo.reports===2.4.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 315)) (2.4.0) 2022-09-20 12:35:32.106 | Requirement already satisfied: oslo.serialization===5.0.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 317)) (5.0.0) 2022-09-20 12:35:32.114 | Requirement already satisfied: oslo.service===3.0.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 318)) (3.0.0) 2022-09-20 12:35:32.137 | Requirement already satisfied: oslo.upgradecheck===2.0.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 319)) (2.0.0) 2022-09-20 12:35:32.147 | Requirement already satisfied: oslo.utils===6.0.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 320)) (6.0.1) 2022-09-20 12:35:32.161 | Requirement already satisfied: osprofiler===3.4.3 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 325)) (3.4.3) 2022-09-20 12:35:32.199 | Requirement already satisfied: packaging===21.3 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 328)) (21.3) 2022-09-20 12:35:32.205 | Requirement already satisfied: pbr===5.10.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 332)) (5.10.0) 2022-09-20 12:35:32.208 | Requirement already satisfied: pkgutil-resolve-name===1.3.10 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 338)) (1.3.10) 2022-09-20 12:35:32.211 | Requirement already satisfied: prettytable===3.4.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 342)) (3.4.1) 2022-09-20 12:35:32.222 | Requirement already satisfied: prometheus-client===0.14.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 344)) (0.14.1) 2022-09-20 12:35:32.228 | Requirement already satisfied: psutil===5.9.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 346)) (5.9.1) 2022-09-20 12:35:32.246 | Requirement already satisfied: pyOpenSSL===22.0.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 352)) (22.0.0) 2022-09-20 12:35:32.258 | Requirement already satisfied: pycadf===3.1.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 356)) (3.1.1) 2022-09-20 12:35:32.269 | Requirement already satisfied: pyinotify===0.9.6 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 364)) (0.9.6) 2022-09-20 12:35:32.272 | Requirement already satisfied: pyparsing===3.0.9 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 369)) (3.0.9) 2022-09-20 12:35:32.278 | Requirement already satisfied: pyrsistent===0.18.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 373)) (0.18.1) 2022-09-20 12:35:32.282 | Requirement already satisfied: python-barbicanclient===5.4.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 388)) (5.4.0) 2022-09-20 12:35:32.297 | Requirement already satisfied: python-dateutil===2.8.2 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 396)) (2.8.2) 2022-09-20 12:35:32.301 | Requirement already satisfied: python-keystoneclient===5.0.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 405)) (5.0.1) 2022-09-20 12:35:32.323 | Requirement already satisfied: pytz===2022.2.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 435)) (2022.2.1) 2022-09-20 12:35:32.327 | Requirement already satisfied: repoze.lru===0.7 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 446)) (0.7) 2022-09-20 12:35:32.362 | Requirement already satisfied: requests===2.28.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 447)) (2.28.1) 2022-09-20 12:35:32.376 | Requirement already satisfied: retrying===1.3.3 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 458)) (1.3.3) 2022-09-20 12:35:32.380 | Requirement already satisfied: rfc3986===1.5.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 460)) (1.5.0) 2022-09-20 12:35:32.385 | Requirement already satisfied: simplegeneric===0.8.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 481)) (0.8.1) 2022-09-20 12:35:32.388 | Requirement already satisfied: six===1.16.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 483)) (1.16.0) 2022-09-20 12:35:32.391 | Requirement already satisfied: sqlalchemy-migrate===0.13.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 510)) (0.13.0) 2022-09-20 12:35:32.402 | Requirement already satisfied: sqlparse===0.4.2 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 511)) (0.4.2) 2022-09-20 12:35:32.405 | Requirement already satisfied: statsd===3.3.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 514)) (3.3.0) 2022-09-20 12:35:32.407 | Requirement already satisfied: stevedore===4.0.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 516)) (4.0.0) 2022-09-20 12:35:32.412 | Requirement already satisfied: taskflow===5.0.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 530)) (5.0.0) 2022-09-20 12:35:32.464 | Requirement already satisfied: tenacity===6.3.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 531)) (6.3.1) 2022-09-20 12:35:32.479 | Requirement already satisfied: testresources===2.0.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 534)) (2.0.1) 2022-09-20 12:35:32.489 | Requirement already satisfied: testscenarios===0.5.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 535)) (0.5.0) 2022-09-20 12:35:32.495 | Requirement already satisfied: testtools===2.5.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 536)) (2.5.0) 2022-09-20 12:35:32.505 | Requirement already satisfied: urllib3===1.26.12 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 562)) (1.26.12) 2022-09-20 12:35:32.540 | Requirement already satisfied: wcwidth===0.2.5 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 572)) (0.2.5) 2022-09-20 12:35:32.545 | Requirement already satisfied: wrapt===1.14.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 577)) (1.14.1) 2022-09-20 12:35:32.549 | Requirement already satisfied: yappi===1.3.6 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 585)) (1.3.6) 2022-09-20 12:35:32.554 | Requirement already satisfied: zipp===3.8.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 590)) (3.8.1) 2022-09-20 12:35:32.580 | Requirement already satisfied: setuptools in /usr/lib/python3/dist-packages (from Paste===3.5.2->-c /opt/stack/requirements/upper-constraints.txt (line 14)) (45.2.0) 2022-09-20 12:35:32.582 | Requirement already satisfied: Mako===1.2.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 12)) (1.2.1) 2022-09-20 12:35:32.593 | Requirement already satisfied: cffi===1.15.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 110)) (1.15.1) 2022-09-20 12:35:32.596 | Requirement already satisfied: dnspython===2.2.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 147)) (2.2.1) 2022-09-20 12:35:32.625 | Requirement already satisfied: attrs===22.1.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 90)) (22.1.0) 2022-09-20 12:35:32.683 | Requirement already satisfied: dogpile.cache===1.1.8 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 151)) (1.1.8) 2022-09-20 12:35:32.689 | Requirement already satisfied: fasteners===0.17.3 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 166)) (0.17.3) 2022-09-20 12:35:32.692 | Requirement already satisfied: PyYAML===6.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 22)) (6.0) 2022-09-20 12:35:32.694 | Requirement already satisfied: openstacksdk===0.101.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 283)) (0.101.0) 2022-09-20 12:35:32.720 | Requirement already satisfied: cachetools===5.2.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 103)) (5.2.0) 2022-09-20 12:35:32.723 | Requirement already satisfied: amqp===5.1.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 79)) (5.1.1) 2022-09-20 12:35:32.728 | Requirement already satisfied: kombu===5.2.4 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 229)) (5.2.4) 2022-09-20 12:35:32.774 | Requirement already satisfied: bcrypt===4.0.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 95)) (4.0.0) 2022-09-20 12:35:32.781 | Requirement already satisfied: Jinja2===3.1.2 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 10)) (3.1.2) 2022-09-20 12:35:32.786 | Requirement already satisfied: msgpack===1.0.4 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 253)) (1.0.4) 2022-09-20 12:35:32.789 | Requirement already satisfied: fixtures===4.0.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 168)) (4.0.1) 2022-09-20 12:35:32.800 | Requirement already satisfied: netifaces===0.11.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 261)) (0.11.0) 2022-09-20 12:35:32.803 | Requirement already satisfied: cliff===4.0.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 114)) (4.0.0) 2022-09-20 12:35:32.814 | Requirement already satisfied: charset-normalizer===2.1.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 112)) (2.1.1) 2022-09-20 12:35:32.819 | Requirement already satisfied: idna===3.3 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 200)) (3.3) 2022-09-20 12:35:32.823 | Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3/dist-packages (from requests===2.28.1->-c /opt/stack/requirements/upper-constraints.txt (line 447)) (2019.11.28) 2022-09-20 12:35:32.825 | Requirement already satisfied: decorator===5.1.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 131)) (5.1.1) 2022-09-20 12:35:32.828 | Requirement already satisfied: Tempita===0.5.2 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 29)) (0.5.2) 2022-09-20 12:35:32.830 | Requirement already satisfied: networkx===2.8.6 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 263)) (2.8.6) 2022-09-20 12:35:32.868 | Requirement already satisfied: automaton===3.0.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 92)) (3.0.1) 2022-09-20 12:35:32.874 | Requirement already satisfied: pydot===1.4.2 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 360)) (1.4.2) 2022-09-20 12:35:32.879 | Requirement already satisfied: extras===1.0.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 164)) (1.0.0) 2022-09-20 12:35:32.881 | Requirement already satisfied: MarkupSafe===2.1.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 13)) (2.1.1) 2022-09-20 12:35:32.884 | Requirement already satisfied: pycparser===2.21 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 358)) (2.21) 2022-09-20 12:35:32.887 | Requirement already satisfied: appdirs===1.4.4 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 86)) (1.4.4) 2022-09-20 12:35:32.890 | Requirement already satisfied: jsonpatch===1.32 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 219)) (1.32) 2022-09-20 12:35:32.894 | Requirement already satisfied: munch===2.5.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 254)) (2.5.0) 2022-09-20 12:35:32.917 | Requirement already satisfied: jmespath===1.0.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 217)) (1.0.1) 2022-09-20 12:35:32.920 | Requirement already satisfied: requestsexceptions===1.4.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 455)) (1.4.0) 2022-09-20 12:35:32.922 | Requirement already satisfied: vine===5.0.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 564)) (5.0.0) 2022-09-20 12:35:32.924 | Requirement already satisfied: autopage===0.5.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 93)) (0.5.1) 2022-09-20 12:35:32.928 | Requirement already satisfied: cmd2===2.4.2 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 115)) (2.4.2) 2022-09-20 12:35:32.977 | Requirement already satisfied: jsonpointer===2.3 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 222)) (2.3) 2022-09-20 12:35:32.980 | Requirement already satisfied: pyperclip===1.8.2 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 370)) (1.8.2) 2022-09-20 12:35:33.973 | Installing collected packages: glance 2022-09-20 12:35:33.973 | Attempting uninstall: glance 2022-09-20 12:35:33.973 | Found existing installation: glance 25.1.0.dev5 2022-09-20 12:35:33.978 | Can't uninstall 'glance'. No files were found to uninstall. 2022-09-20 12:35:33.979 | Running setup.py develop for glance 2022-09-20 12:35:35.723 | Successfully installed glance 2022-09-20 12:35:35.839 | + inc/python:pip_install:196 : result=0 2022-09-20 12:35:35.842 | + inc/python:pip_install:198 : time_stop pip_install 2022-09-20 12:35:35.845 | + functions-common:time_stop:2439 : local name 2022-09-20 12:35:35.847 | + functions-common:time_stop:2440 : local end_time 2022-09-20 12:35:35.850 | + functions-common:time_stop:2441 : local elapsed_time 2022-09-20 12:35:35.853 | + functions-common:time_stop:2442 : local total 2022-09-20 12:35:35.855 | + functions-common:time_stop:2443 : local start_time 2022-09-20 12:35:35.858 | + functions-common:time_stop:2445 : name=pip_install 2022-09-20 12:35:35.860 | + functions-common:time_stop:2446 : start_time=1663677326672 2022-09-20 12:35:35.862 | + functions-common:time_stop:2448 : [[ -z 1663677326672 ]] 2022-09-20 12:35:35.865 | ++ functions-common:time_stop:2451 : date +%s%3N 2022-09-20 12:35:35.870 | + functions-common:time_stop:2451 : end_time=1663677335867 2022-09-20 12:35:35.872 | + functions-common:time_stop:2452 : elapsed_time=9195 2022-09-20 12:35:35.874 | + functions-common:time_stop:2453 : total=77624 2022-09-20 12:35:35.877 | + functions-common:time_stop:2455 : _TIME_START[$name]= 2022-09-20 12:35:35.879 | + functions-common:time_stop:2456 : _TIME_TOTAL[$name]=86819 2022-09-20 12:35:35.881 | + inc/python:pip_install:199 : return 0 2022-09-20 12:35:35.884 | + inc/python:setup_package:444 : [[ -e == \-\e ]] 2022-09-20 12:35:35.887 | + inc/python:setup_package:445 : safe_chown -R ubuntu /opt/stack/glance/glance.egg-info 2022-09-20 12:35:35.890 | + functions-common:safe_chown:2340 : _safe_permission_operation chown -R ubuntu /opt/stack/glance/glance.egg-info 2022-09-20 12:35:35.911 | + functions-common:_safe_permission_operation:2188 : sudo chown -R ubuntu /opt/stack/glance/glance.egg-info 2022-09-20 12:35:35.924 | + inc/python:_setup_package_with_constraints_edit:390 : use_library_from_git /opt/stack/glance 2022-09-20 12:35:35.927 | + inc/python:use_library_from_git:246 : local name=/opt/stack/glance 2022-09-20 12:35:35.929 | + inc/python:use_library_from_git:247 : local enabled=1 2022-09-20 12:35:35.932 | + inc/python:use_library_from_git:248 : [[ cinder-tempest-plugin = \A\L\L ]] 2022-09-20 12:35:35.934 | + inc/python:use_library_from_git:248 : [[ ,cinder-tempest-plugin, =~ ,/opt/stack/glance, ]] 2022-09-20 12:35:35.937 | + inc/python:use_library_from_git:249 : return 1 2022-09-20 12:35:35.940 | + lib/stack:stack_install_service:33 : [[ False = True ]] 2022-09-20 12:35:35.942 | + ./stack.sh:main:915 : configure_glance 2022-09-20 12:35:35.945 | + lib/glance:configure_glance:323 : sudo install -d -o ubuntu /etc/glance /etc/glance/metadefs 2022-09-20 12:35:35.958 | + lib/glance:configure_glance:326 : local dburl 2022-09-20 12:35:35.962 | ++ lib/glance:configure_glance:327 : database_connection_url glance 2022-09-20 12:35:35.966 | ++ lib/database:database_connection_url:134 : local db=glance 2022-09-20 12:35:35.969 | ++ lib/database:database_connection_url:135 : database_connection_url_mysql glance 2022-09-20 12:35:35.972 | ++ lib/databases/mysql:database_connection_url_mysql:224 : local db=glance 2022-09-20 12:35:35.974 | ++ lib/databases/mysql:database_connection_url_mysql:225 : local plugin 2022-09-20 12:35:35.977 | ++ lib/databases/mysql:database_connection_url_mysql:229 : [[ True == \T\r\u\e ]] 2022-09-20 12:35:35.979 | ++ lib/databases/mysql:database_connection_url_mysql:230 : is_service_enabled mysql 2022-09-20 12:35:35.996 | ++ functions-common:is_service_enabled:2095 : return 0 2022-09-20 12:35:35.998 | ++ lib/databases/mysql:database_connection_url_mysql:231 : plugin='&plugin=dbcounter' 2022-09-20 12:35:36.000 | ++ lib/databases/mysql:database_connection_url_mysql:235 : echo 'mysql+pymysql://root:Passw0rd@127.0.0.1/glance?charset=utf8&plugin=dbcounter' 2022-09-20 12:35:36.003 | + lib/glance:configure_glance:327 : dburl='mysql+pymysql://root:Passw0rd@127.0.0.1/glance?charset=utf8&plugin=dbcounter' 2022-09-20 12:35:36.005 | + lib/glance:configure_glance:329 : iniset /etc/glance/glance-api.conf DEFAULT debug True 2022-09-20 12:35:36.039 | + 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-09-20 12:35:36.073 | + lib/glance:configure_glance:331 : iniset /etc/glance/glance-api.conf DEFAULT use_syslog False 2022-09-20 12:35:36.107 | + lib/glance:configure_glance:332 : iniset /etc/glance/glance-api.conf DEFAULT image_cache_dir /opt/stack/data/glance/cache/ 2022-09-20 12:35:36.143 | + lib/glance:configure_glance:333 : iniset /etc/glance/glance-api.conf oslo_concurrency lock_path /opt/stack/data/glance/locks 2022-09-20 12:35:36.178 | + lib/glance:configure_glance:334 : iniset /etc/glance/glance-api.conf paste_deploy flavor keystone+cachemanagement 2022-09-20 12:35:36.213 | + lib/glance:configure_glance:335 : configure_keystone_authtoken_middleware /etc/glance/glance-api.conf glance 2022-09-20 12:35:36.215 | + lib/keystone:configure_keystone_authtoken_middleware:447 : local conf_file=/etc/glance/glance-api.conf 2022-09-20 12:35:36.218 | + lib/keystone:configure_keystone_authtoken_middleware:448 : local admin_user=glance 2022-09-20 12:35:36.220 | + lib/keystone:configure_keystone_authtoken_middleware:449 : local section=keystone_authtoken 2022-09-20 12:35:36.222 | + lib/keystone:configure_keystone_authtoken_middleware:451 : iniset /etc/glance/glance-api.conf keystone_authtoken auth_type password 2022-09-20 12:35:36.258 | + lib/keystone:configure_keystone_authtoken_middleware:452 : iniset /etc/glance/glance-api.conf keystone_authtoken interface public 2022-09-20 12:35:36.293 | + lib/keystone:configure_keystone_authtoken_middleware:453 : iniset /etc/glance/glance-api.conf keystone_authtoken auth_url http://10.222.0.52/identity 2022-09-20 12:35:36.327 | + lib/keystone:configure_keystone_authtoken_middleware:454 : iniset /etc/glance/glance-api.conf keystone_authtoken username glance 2022-09-20 12:35:36.362 | + lib/keystone:configure_keystone_authtoken_middleware:455 : iniset /etc/glance/glance-api.conf keystone_authtoken password Passw0rd 2022-09-20 12:35:36.397 | + lib/keystone:configure_keystone_authtoken_middleware:456 : iniset /etc/glance/glance-api.conf keystone_authtoken user_domain_name Default 2022-09-20 12:35:36.432 | + lib/keystone:configure_keystone_authtoken_middleware:457 : iniset /etc/glance/glance-api.conf keystone_authtoken project_name service 2022-09-20 12:35:36.467 | + lib/keystone:configure_keystone_authtoken_middleware:458 : iniset /etc/glance/glance-api.conf keystone_authtoken project_domain_name Default 2022-09-20 12:35:36.502 | + lib/keystone:configure_keystone_authtoken_middleware:460 : iniset /etc/glance/glance-api.conf keystone_authtoken cafile /opt/stack/data/ca-bundle.pem 2022-09-20 12:35:36.537 | + lib/keystone:configure_keystone_authtoken_middleware:461 : iniset /etc/glance/glance-api.conf keystone_authtoken memcached_servers localhost:11211 2022-09-20 12:35:36.573 | + lib/glance:configure_glance:336 : iniset /etc/glance/glance-api.conf oslo_messaging_notifications driver messagingv2 2022-09-20 12:35:36.607 | + lib/glance:configure_glance:337 : iniset_rpc_backend glance /etc/glance/glance-api.conf 2022-09-20 12:35:36.610 | + lib/rpc_backend:iniset_rpc_backend:157 : local package=glance 2022-09-20 12:35:36.612 | + lib/rpc_backend:iniset_rpc_backend:158 : local file=/etc/glance/glance-api.conf 2022-09-20 12:35:36.615 | + lib/rpc_backend:iniset_rpc_backend:159 : local section=DEFAULT 2022-09-20 12:35:36.618 | + lib/rpc_backend:iniset_rpc_backend:160 : local virtual_host= 2022-09-20 12:35:36.620 | + lib/rpc_backend:iniset_rpc_backend:161 : is_service_enabled rabbit 2022-09-20 12:35:36.638 | + functions-common:is_service_enabled:2095 : return 0 2022-09-20 12:35:36.641 | ++ lib/rpc_backend:iniset_rpc_backend:162 : get_transport_url '' 2022-09-20 12:35:36.644 | ++ lib/rpc_backend:get_transport_url:139 : local virtual_host= 2022-09-20 12:35:36.646 | ++ lib/rpc_backend:get_transport_url:140 : is_service_enabled rabbit 2022-09-20 12:35:36.663 | ++ functions-common:is_service_enabled:2095 : return 0 2022-09-20 12:35:36.666 | ++ lib/rpc_backend:get_transport_url:141 : echo rabbit://stackrabbit:Passw0rd@10.222.0.52:5672/ 2022-09-20 12:35:36.669 | + lib/rpc_backend:iniset_rpc_backend:162 : iniset /etc/glance/glance-api.conf DEFAULT transport_url rabbit://stackrabbit:Passw0rd@10.222.0.52:5672/ 2022-09-20 12:35:36.704 | + lib/rpc_backend:iniset_rpc_backend:163 : '[' -n '' ']' 2022-09-20 12:35:36.706 | + lib/rpc_backend:iniset_rpc_backend:166 : '[' -n '' ']' 2022-09-20 12:35:36.709 | + lib/glance:configure_glance:338 : '[' libvirt = libvirt ']' 2022-09-20 12:35:36.712 | + lib/glance:configure_glance:338 : '[' kvm = parallels ']' 2022-09-20 12:35:36.714 | + lib/glance:configure_glance:342 : iniset /etc/glance/glance-api.conf DEFAULT show_image_direct_url False 2022-09-20 12:35:36.750 | + lib/glance:configure_glance:343 : iniset /etc/glance/glance-api.conf DEFAULT show_multiple_locations False 2022-09-20 12:35:36.786 | + lib/glance:configure_glance:346 : configure_glance_store False False 2022-09-20 12:35:36.789 | + lib/glance:configure_glance_store:252 : local use_cinder_for_glance=False 2022-09-20 12:35:36.792 | + lib/glance:configure_glance_store:253 : local glance_enable_multiple_stores=False 2022-09-20 12:35:36.794 | + lib/glance:configure_glance_store:254 : local be 2022-09-20 12:35:36.797 | + lib/glance:configure_glance_store:256 : [[ False == \F\a\l\s\e ]] 2022-09-20 12:35:36.799 | + lib/glance:configure_glance_store:258 : [[ False == \T\r\u\e ]] 2022-09-20 12:35:36.802 | + lib/glance:configure_glance_store:275 : iniset /etc/glance/glance-api.conf glance_store filesystem_store_datadir /opt/stack/data/glance/images/ 2022-09-20 12:35:36.837 | + lib/glance:configure_glance:349 : '[' -n '' ']' 2022-09-20 12:35:36.839 | + lib/glance:configure_glance:352 : iniset /etc/glance/glance-api.conf cors allowed_origin http://10.222.0.52 2022-09-20 12:35:36.875 | + lib/glance:configure_glance:356 : [[ False == \F\a\l\s\e ]] 2022-09-20 12:35:36.877 | + lib/glance:configure_glance:358 : is_service_enabled s-proxy 2022-09-20 12:35:36.895 | + functions-common:is_service_enabled:2095 : return 0 2022-09-20 12:35:36.897 | + lib/glance:configure_glance:359 : iniset /etc/glance/glance-api.conf glance_store default_store swift 2022-09-20 12:35:36.935 | + lib/glance:configure_glance:360 : iniset /etc/glance/glance-api.conf glance_store swift_store_create_container_on_put True 2022-09-20 12:35:36.971 | + lib/glance:configure_glance:362 : iniset /etc/glance/glance-api.conf glance_store swift_store_config_file /etc/glance/glance-swift-store.conf 2022-09-20 12:35:37.009 | + lib/glance:configure_glance:363 : iniset /etc/glance/glance-api.conf glance_store default_swift_reference ref1 2022-09-20 12:35:37.044 | + lib/glance:configure_glance:364 : iniset /etc/glance/glance-api.conf glance_store stores 'file, http, swift' 2022-09-20 12:35:37.079 | + lib/glance:configure_glance:365 : is_service_enabled tls-proxy 2022-09-20 12:35:37.096 | + functions-common:is_service_enabled:2095 : return 1 2022-09-20 12:35:37.099 | + lib/glance:configure_glance:368 : iniset /etc/glance/glance-api.conf DEFAULT graceful_shutdown_timeout 5 2022-09-20 12:35:37.137 | + lib/glance:configure_glance:370 : iniset /etc/glance/glance-swift-store.conf ref1 user service:glance-swift 2022-09-20 12:35:37.174 | + lib/glance:configure_glance:372 : iniset /etc/glance/glance-swift-store.conf ref1 key Passw0rd 2022-09-20 12:35:37.212 | + lib/glance:configure_glance:373 : iniset /etc/glance/glance-swift-store.conf ref1 auth_address http://10.222.0.52/identity/v3 2022-09-20 12:35:37.248 | + lib/glance:configure_glance:374 : iniset /etc/glance/glance-swift-store.conf ref1 auth_version 3 2022-09-20 12:35:37.286 | + lib/glance:configure_glance:380 : iniset /etc/glance/glance-api.conf DEFAULT public_endpoint http://10.222.0.52/image 2022-09-20 12:35:37.329 | + lib/glance:configure_glance:382 : is_service_enabled tls-proxy 2022-09-20 12:35:37.348 | + functions-common:is_service_enabled:2095 : return 1 2022-09-20 12:35:37.351 | + lib/glance:configure_glance:388 : setup_logging /etc/glance/glance-api.conf 2022-09-20 12:35:37.354 | + functions:setup_logging:674 : setup_systemd_logging /etc/glance/glance-api.conf 2022-09-20 12:35:37.358 | + functions:setup_systemd_logging:689 : local conf_file=/etc/glance/glance-api.conf 2022-09-20 12:35:37.361 | ++ functions:setup_systemd_logging:694 : trueorfalse False USE_JOURNAL 2022-09-20 12:35:37.380 | + functions:setup_systemd_logging:694 : USE_JOURNAL=False 2022-09-20 12:35:37.383 | + functions:setup_systemd_logging:695 : local pidstr= 2022-09-20 12:35:37.386 | + functions:setup_systemd_logging:696 : [[ False == \T\r\u\e ]] 2022-09-20 12:35:37.389 | + functions:setup_systemd_logging:700 : pidstr='(pid=%(process)d) ' 2022-09-20 12:35:37.391 | + 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-09-20 12:35:37.426 | + 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-09-20 12:35:37.466 | + 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-09-20 12:35:37.502 | + functions:setup_systemd_logging:706 : iniset /etc/glance/glance-api.conf DEFAULT logging_exception_prefix 'ERROR %(name)s %(instance)s' 2022-09-20 12:35:37.540 | + lib/glance:configure_glance:390 : cp -p /opt/stack/glance/etc/glance-api-paste.ini /etc/glance/glance-api-paste.ini 2022-09-20 12:35:37.546 | + lib/glance:configure_glance:393 : iniset /etc/glance/glance-cache.conf DEFAULT debug True 2022-09-20 12:35:37.583 | + lib/glance:configure_glance:394 : iniset /etc/glance/glance-cache.conf DEFAULT use_syslog False 2022-09-20 12:35:37.622 | + lib/glance:configure_glance:395 : iniset /etc/glance/glance-cache.conf DEFAULT image_cache_dir /opt/stack/data/glance/cache/ 2022-09-20 12:35:37.659 | + lib/glance:configure_glance:396 : iniset /etc/glance/glance-cache.conf DEFAULT auth_url http://10.222.0.52/identity 2022-09-20 12:35:37.696 | + lib/glance:configure_glance:397 : iniset /etc/glance/glance-cache.conf DEFAULT admin_tenant_name service 2022-09-20 12:35:37.734 | + lib/glance:configure_glance:398 : iniset /etc/glance/glance-cache.conf DEFAULT admin_user glance 2022-09-20 12:35:37.774 | + lib/glance:configure_glance:399 : iniset /etc/glance/glance-cache.conf DEFAULT admin_password Passw0rd 2022-09-20 12:35:37.812 | + lib/glance:configure_glance:402 : iniset /etc/glance/glance-cache.conf glance_store filesystem_store_datadir /opt/stack/data/glance/images/ 2022-09-20 12:35:37.855 | + lib/glance:configure_glance:405 : iniset /etc/glance/glance-image-import.conf image_import_opts image_import_plugins '[]' 2022-09-20 12:35:37.899 | + lib/glance:configure_glance:406 : iniset /etc/glance/glance-image-import.conf inject_metadata_properties ignore_user_roles admin 2022-09-20 12:35:37.936 | + lib/glance:configure_glance:407 : iniset /etc/glance/glance-image-import.conf inject_metadata_properties inject 2022-09-20 12:35:37.974 | + lib/glance:configure_glance:409 : cp -p /opt/stack/glance/etc/schema-image.json /etc/glance/schema-image.json 2022-09-20 12:35:37.979 | + 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-09-20 12:35:37.988 | + lib/glance:configure_glance:413 : is_service_enabled tls-proxy 2022-09-20 12:35:38.007 | + functions-common:is_service_enabled:2095 : return 1 2022-09-20 12:35:38.010 | + lib/glance:configure_glance:421 : [[ False == False ]] 2022-09-20 12:35:38.013 | + lib/glance:configure_glance:422 : write_local_uwsgi_http_config /etc/glance/glance-uwsgi.ini /usr/local/bin/glance-wsgi-api /image 2022-09-20 12:35:38.016 | + lib/apache:write_local_uwsgi_http_config:319 : local file=/etc/glance/glance-uwsgi.ini 2022-09-20 12:35:38.018 | + lib/apache:write_local_uwsgi_http_config:320 : local wsgi=/usr/local/bin/glance-wsgi-api 2022-09-20 12:35:38.020 | + lib/apache:write_local_uwsgi_http_config:321 : local url=/image 2022-09-20 12:35:38.024 | ++ lib/apache:write_local_uwsgi_http_config:322 : basename /usr/local/bin/glance-wsgi-api 2022-09-20 12:35:38.028 | + lib/apache:write_local_uwsgi_http_config:322 : name=glance-wsgi-api 2022-09-20 12:35:38.030 | + lib/apache:write_local_uwsgi_http_config:328 : rm -rf /etc/glance/glance-uwsgi.ini 2022-09-20 12:35:38.034 | + lib/apache:write_local_uwsgi_http_config:329 : iniset /etc/glance/glance-uwsgi.ini uwsgi wsgi-file /usr/local/bin/glance-wsgi-api 2022-09-20 12:35:38.070 | ++ lib/apache:write_local_uwsgi_http_config:330 : get_random_port 2022-09-20 12:35:38.072 | ++ functions:get_random_port:836 : read lower_port upper_port 2022-09-20 12:35:38.076 | ++ functions:get_random_port:837 : true 2022-09-20 12:35:38.079 | ++ functions:get_random_port:838 : (( port = upper_port )) 2022-09-20 12:35:38.081 | ++ functions:get_random_port:838 : (( port >= lower_port )) 2022-09-20 12:35:38.083 | ++ functions:get_random_port:839 : sudo lsof -i :60999 2022-09-20 12:35:38.151 | ++ functions:get_random_port:840 : [[ 1 > 0 ]] 2022-09-20 12:35:38.153 | ++ functions:get_random_port:841 : break 2 2022-09-20 12:35:38.156 | ++ functions:get_random_port:845 : echo 60999 2022-09-20 12:35:38.159 | + lib/apache:write_local_uwsgi_http_config:330 : port=60999 2022-09-20 12:35:38.161 | + lib/apache:write_local_uwsgi_http_config:331 : iniset /etc/glance/glance-uwsgi.ini uwsgi http-socket 127.0.0.1:60999 2022-09-20 12:35:38.195 | + lib/apache:write_local_uwsgi_http_config:332 : iniset /etc/glance/glance-uwsgi.ini uwsgi processes 2 2022-09-20 12:35:38.231 | + lib/apache:write_local_uwsgi_http_config:334 : iniset /etc/glance/glance-uwsgi.ini uwsgi master true 2022-09-20 12:35:38.267 | + lib/apache:write_local_uwsgi_http_config:336 : iniset /etc/glance/glance-uwsgi.ini uwsgi die-on-term true 2022-09-20 12:35:38.304 | + lib/apache:write_local_uwsgi_http_config:337 : iniset /etc/glance/glance-uwsgi.ini uwsgi exit-on-reload false 2022-09-20 12:35:38.343 | + lib/apache:write_local_uwsgi_http_config:338 : iniset /etc/glance/glance-uwsgi.ini uwsgi enable-threads true 2022-09-20 12:35:38.379 | + lib/apache:write_local_uwsgi_http_config:339 : iniset /etc/glance/glance-uwsgi.ini uwsgi plugins http,python3 2022-09-20 12:35:38.413 | + lib/apache:write_local_uwsgi_http_config:341 : iniset /etc/glance/glance-uwsgi.ini uwsgi thunder-lock true 2022-09-20 12:35:38.448 | + 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-09-20 12:35:38.482 | + lib/apache:write_local_uwsgi_http_config:346 : iniset /etc/glance/glance-uwsgi.ini uwsgi worker-reload-mercy 90 2022-09-20 12:35:38.518 | + lib/apache:write_local_uwsgi_http_config:348 : iniset /etc/glance/glance-uwsgi.ini uwsgi buffer-size 65535 2022-09-20 12:35:38.552 | + lib/apache:write_local_uwsgi_http_config:350 : iniset /etc/glance/glance-uwsgi.ini uwsgi add-header 'Connection: close' 2022-09-20 12:35:38.591 | + lib/apache:write_local_uwsgi_http_config:352 : iniset /etc/glance/glance-uwsgi.ini uwsgi lazy-apps true 2022-09-20 12:35:38.627 | + lib/apache:write_local_uwsgi_http_config:353 : iniset /etc/glance/glance-uwsgi.ini uwsgi chmod-socket 666 2022-09-20 12:35:38.661 | + lib/apache:write_local_uwsgi_http_config:354 : iniset /etc/glance/glance-uwsgi.ini uwsgi http-raw-body true 2022-09-20 12:35:38.697 | + lib/apache:write_local_uwsgi_http_config:355 : iniset /etc/glance/glance-uwsgi.ini uwsgi http-chunked-input true 2022-09-20 12:35:38.734 | + lib/apache:write_local_uwsgi_http_config:356 : iniset /etc/glance/glance-uwsgi.ini uwsgi http-auto-chunked true 2022-09-20 12:35:38.769 | + lib/apache:write_local_uwsgi_http_config:357 : iniset /etc/glance/glance-uwsgi.ini uwsgi http-keepalive false 2022-09-20 12:35:38.804 | + lib/apache:write_local_uwsgi_http_config:359 : iniset /etc/glance/glance-uwsgi.ini uwsgi socket-timeout 30 2022-09-20 12:35:38.841 | + lib/apache:write_local_uwsgi_http_config:361 : enable_apache_mod proxy 2022-09-20 12:35:38.844 | + lib/apache:enable_apache_mod:59 : local mod=proxy 2022-09-20 12:35:38.846 | + lib/apache:enable_apache_mod:61 : is_ubuntu 2022-09-20 12:35:38.849 | + functions-common:is_ubuntu:567 : [[ -z deb ]] 2022-09-20 12:35:38.854 | + functions-common:is_ubuntu:570 : '[' deb = deb ']' 2022-09-20 12:35:38.856 | + lib/apache:enable_apache_mod:64 : [[ proxy != \v\e\r\s\i\o\n ]] 2022-09-20 12:35:38.859 | + lib/apache:enable_apache_mod:64 : a2query -m proxy 2022-09-20 12:35:38.918 | proxy (enabled by site administrator) 2022-09-20 12:35:38.921 | + lib/apache:write_local_uwsgi_http_config:362 : enable_apache_mod proxy_http 2022-09-20 12:35:38.924 | + lib/apache:enable_apache_mod:59 : local mod=proxy_http 2022-09-20 12:35:38.926 | + lib/apache:enable_apache_mod:61 : is_ubuntu 2022-09-20 12:35:38.929 | + functions-common:is_ubuntu:567 : [[ -z deb ]] 2022-09-20 12:35:38.932 | + functions-common:is_ubuntu:570 : '[' deb = deb ']' 2022-09-20 12:35:38.934 | + lib/apache:enable_apache_mod:64 : [[ proxy_http != \v\e\r\s\i\o\n ]] 2022-09-20 12:35:38.937 | + lib/apache:enable_apache_mod:64 : a2query -m proxy_http 2022-09-20 12:35:38.994 | proxy_http (enabled by site administrator) 2022-09-20 12:35:38.998 | + lib/apache:write_local_uwsgi_http_config:363 : local apache_conf= 2022-09-20 12:35:39.001 | ++ lib/apache:write_local_uwsgi_http_config:364 : apache_site_config_for glance-wsgi-api 2022-09-20 12:35:39.004 | ++ lib/apache:apache_site_config_for:186 : local site=glance-wsgi-api 2022-09-20 12:35:39.006 | ++ lib/apache:apache_site_config_for:187 : is_ubuntu 2022-09-20 12:35:39.010 | ++ functions-common:is_ubuntu:567 : [[ -z deb ]] 2022-09-20 12:35:39.012 | ++ functions-common:is_ubuntu:570 : '[' deb = deb ']' 2022-09-20 12:35:39.015 | ++ lib/apache:apache_site_config_for:189 : echo /etc/apache2/sites-available/glance-wsgi-api.conf 2022-09-20 12:35:39.018 | + lib/apache:write_local_uwsgi_http_config:364 : apache_conf=/etc/apache2/sites-available/glance-wsgi-api.conf 2022-09-20 12:35:39.021 | + lib/apache:write_local_uwsgi_http_config:365 : sudo tee /etc/apache2/sites-available/glance-wsgi-api.conf 2022-09-20 12:35:39.023 | + lib/apache:write_local_uwsgi_http_config:365 : echo 'KeepAlive Off' 2022-09-20 12:35:39.031 | KeepAlive Off 2022-09-20 12:35:39.036 | + lib/apache:write_local_uwsgi_http_config:366 : echo 'SetEnv proxy-sendchunked 1' 2022-09-20 12:35:39.036 | + lib/apache:write_local_uwsgi_http_config:366 : sudo tee -a /etc/apache2/sites-available/glance-wsgi-api.conf 2022-09-20 12:35:39.045 | SetEnv proxy-sendchunked 1 2022-09-20 12:35:39.050 | + lib/apache:write_local_uwsgi_http_config:367 : sudo tee -a /etc/apache2/sites-available/glance-wsgi-api.conf 2022-09-20 12:35:39.050 | + lib/apache:write_local_uwsgi_http_config:367 : echo 'ProxyPass "/image" "http://127.0.0.1:60999" retry=0 ' 2022-09-20 12:35:39.059 | ProxyPass "/image" "http://127.0.0.1:60999" retry=0 2022-09-20 12:35:39.062 | + lib/apache:write_local_uwsgi_http_config:368 : enable_apache_site glance-wsgi-api 2022-09-20 12:35:39.066 | + lib/apache:enable_apache_site:203 : local site=glance-wsgi-api 2022-09-20 12:35:39.071 | + lib/apache:enable_apache_site:205 : enable_apache_mod version 2022-09-20 12:35:39.074 | + lib/apache:enable_apache_mod:59 : local mod=version 2022-09-20 12:35:39.076 | + lib/apache:enable_apache_mod:61 : is_ubuntu 2022-09-20 12:35:39.079 | + functions-common:is_ubuntu:567 : [[ -z deb ]] 2022-09-20 12:35:39.081 | + functions-common:is_ubuntu:570 : '[' deb = deb ']' 2022-09-20 12:35:39.083 | + lib/apache:enable_apache_mod:64 : [[ version != \v\e\r\s\i\o\n ]] 2022-09-20 12:35:39.086 | + lib/apache:enable_apache_site:206 : is_ubuntu 2022-09-20 12:35:39.089 | + functions-common:is_ubuntu:567 : [[ -z deb ]] 2022-09-20 12:35:39.091 | + functions-common:is_ubuntu:570 : '[' deb = deb ']' 2022-09-20 12:35:39.094 | + lib/apache:enable_apache_site:207 : sudo a2ensite glance-wsgi-api 2022-09-20 12:35:39.158 | Site glance-wsgi-api already enabled 2022-09-20 12:35:39.163 | + lib/apache:write_local_uwsgi_http_config:369 : restart_apache_server 2022-09-20 12:35:39.165 | + lib/apache:restart_apache_server:250 : restart_service apache2 2022-09-20 12:35:39.168 | + functions-common:restart_service:2323 : '[' -x /bin/systemctl ']' 2022-09-20 12:35:39.170 | + functions-common:restart_service:2324 : sudo /bin/systemctl restart apache2 2022-09-20 12:35:39.310 | ++ lib/glance:configure_glance:425 : awk '-F= ' '/^http-socket/ { print "http://"$2}' /etc/glance/glance-uwsgi.ini 2022-09-20 12:35:39.318 | + lib/glance:configure_glance:425 : iniset /etc/glance/glance-api.conf DEFAULT worker_self_reference_url http://127.0.0.1:60999 2022-09-20 12:35:39.364 | + lib/glance:configure_glance:435 : [[ False == True ]] 2022-09-20 12:35:39.367 | + lib/glance:configure_glance:435 : [[ False == True ]] 2022-09-20 12:35:39.369 | + ./stack.sh:main:918 : is_service_enabled cinder 2022-09-20 12:35:39.389 | + functions-common:is_service_enabled:2095 : return 0 2022-09-20 12:35:39.391 | + ./stack.sh:main:920 : stack_install_service cinder 2022-09-20 12:35:39.394 | + lib/stack:stack_install_service:20 : local service=cinder 2022-09-20 12:35:39.396 | + lib/stack:stack_install_service:21 : type install_cinder 2022-09-20 12:35:39.400 | + lib/stack:stack_install_service:23 : [[ False = True ]] 2022-09-20 12:35:39.402 | + lib/stack:stack_install_service:32 : install_cinder 2022-09-20 12:35:39.405 | + lib/cinder:install_cinder:474 : git_clone https://opendev.org/openstack/cinder.git /opt/stack/cinder master 2022-09-20 12:35:39.408 | + functions-common:git_clone:596 : local git_remote=https://opendev.org/openstack/cinder.git 2022-09-20 12:35:39.410 | + functions-common:git_clone:597 : local git_dest=/opt/stack/cinder 2022-09-20 12:35:39.412 | + functions-common:git_clone:598 : local git_ref=master 2022-09-20 12:35:39.415 | + functions-common:git_clone:599 : local orig_dir 2022-09-20 12:35:39.418 | ++ functions-common:git_clone:600 : pwd 2022-09-20 12:35:39.421 | + functions-common:git_clone:600 : orig_dir=/home/ubuntu/devstack 2022-09-20 12:35:39.424 | + functions-common:git_clone:601 : local git_clone_flags= 2022-09-20 12:35:39.427 | ++ functions-common:git_clone:603 : trueorfalse False RECLONE 2022-09-20 12:35:39.444 | + functions-common:git_clone:603 : RECLONE=False 2022-09-20 12:35:39.447 | + functions-common:git_clone:604 : [[ 0 -gt 0 ]] 2022-09-20 12:35:39.450 | + functions-common:git_clone:608 : [[ False = \T\r\u\e ]] 2022-09-20 12:35:39.453 | + functions-common:git_clone:617 : echo master 2022-09-20 12:35:39.453 | + functions-common:git_clone:617 : egrep -q '^refs' 2022-09-20 12:35:39.459 | + functions-common:git_clone:631 : [[ ! -d /opt/stack/cinder ]] 2022-09-20 12:35:39.462 | + functions-common:git_clone:639 : [[ False = \T\r\u\e ]] 2022-09-20 12:35:39.465 | + functions-common:git_clone:674 : sudo git config --system --add safe.directory /opt/stack/cinder 2022-09-20 12:35:39.480 | + functions-common:git_clone:677 : cd /opt/stack/cinder 2022-09-20 12:35:39.483 | + functions-common:git_clone:678 : git show --oneline 2022-09-20 12:35:39.484 | + functions-common:git_clone:678 : head -1 2022-09-20 12:35:39.487 | fa587259f Use self volume_type_id while backup restore. 2022-09-20 12:35:39.491 | + functions-common:git_clone:679 : cd /home/ubuntu/devstack 2022-09-20 12:35:39.494 | + lib/cinder:install_cinder:475 : setup_develop /opt/stack/cinder 2022-09-20 12:35:39.497 | + inc/python:setup_develop:334 : local bindep 2022-09-20 12:35:39.500 | + inc/python:setup_develop:335 : [[ /opt/stack/cinder == -bindep* ]] 2022-09-20 12:35:39.503 | + inc/python:setup_develop:339 : local project_dir=/opt/stack/cinder 2022-09-20 12:35:39.506 | + inc/python:setup_develop:340 : local extras= 2022-09-20 12:35:39.510 | + inc/python:setup_develop:341 : _setup_package_with_constraints_edit /opt/stack/cinder -e 2022-09-20 12:35:39.512 | + inc/python:_setup_package_with_constraints_edit:360 : local bindep 2022-09-20 12:35:39.515 | + inc/python:_setup_package_with_constraints_edit:361 : [[ /opt/stack/cinder == -bindep* ]] 2022-09-20 12:35:39.518 | + inc/python:_setup_package_with_constraints_edit:365 : local project_dir=/opt/stack/cinder 2022-09-20 12:35:39.521 | + inc/python:_setup_package_with_constraints_edit:366 : local flags=-e 2022-09-20 12:35:39.523 | + inc/python:_setup_package_with_constraints_edit:367 : local extras= 2022-09-20 12:35:39.527 | ++ inc/python:_setup_package_with_constraints_edit:374 : cd /opt/stack/cinder 2022-09-20 12:35:39.529 | ++ inc/python:_setup_package_with_constraints_edit:374 : pwd 2022-09-20 12:35:39.532 | + inc/python:_setup_package_with_constraints_edit:374 : project_dir=/opt/stack/cinder 2022-09-20 12:35:39.535 | + inc/python:_setup_package_with_constraints_edit:376 : '[' -n /opt/stack/requirements ']' 2022-09-20 12:35:39.537 | + inc/python:_setup_package_with_constraints_edit:380 : local name 2022-09-20 12:35:39.541 | ++ inc/python:_setup_package_with_constraints_edit:381 : awk '/^name.*=/ {print $3}' /opt/stack/cinder/setup.cfg 2022-09-20 12:35:39.547 | + inc/python:_setup_package_with_constraints_edit:381 : name=cinder 2022-09-20 12:35:39.549 | + inc/python:_setup_package_with_constraints_edit:383 : /opt/stack/requirements/.venv/bin/edit-constraints /opt/stack/requirements/upper-constraints.txt -- cinder 2022-09-20 12:35:40.180 | + inc/python:_setup_package_with_constraints_edit:386 : setup_package /opt/stack/cinder -e 2022-09-20 12:35:40.183 | + inc/python:setup_package:414 : local bindep=0 2022-09-20 12:35:40.186 | + inc/python:setup_package:415 : local bindep_flag= 2022-09-20 12:35:40.188 | + inc/python:setup_package:416 : local bindep_profiles= 2022-09-20 12:35:40.191 | + inc/python:setup_package:417 : [[ /opt/stack/cinder == -bindep* ]] 2022-09-20 12:35:40.194 | + inc/python:setup_package:422 : local project_dir=/opt/stack/cinder 2022-09-20 12:35:40.197 | + inc/python:setup_package:423 : local flags=-e 2022-09-20 12:35:40.200 | + inc/python:setup_package:424 : local extras= 2022-09-20 12:35:40.204 | + inc/python:setup_package:428 : [[ -n -e ]] 2022-09-20 12:35:40.209 | + inc/python:setup_package:428 : [[ -z '' ]] 2022-09-20 12:35:40.213 | + inc/python:setup_package:428 : [[ ! -e =~ ^-.* ]] 2022-09-20 12:35:40.217 | + inc/python:setup_package:433 : [[ ! -z '' ]] 2022-09-20 12:35:40.220 | + inc/python:setup_package:438 : [[ 0 == 1 ]] 2022-09-20 12:35:40.223 | + inc/python:setup_package:442 : pip_install -e /opt/stack/cinder 2022-09-20 12:35:40.246 | Using python 3.8 to install /opt/stack/cinder 2022-09-20 12:35:40.248 | + 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-09-20 12:35:42.360 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-09-20 12:35:42.360 | from cryptography.utils import int_from_bytes 2022-09-20 12:35:42.360 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-09-20 12:35:42.360 | from cryptography.utils import int_from_bytes 2022-09-20 12:35:43.411 | Looking in indexes: http://10.100.0.9:8080/cloudbase/CI/+simple/ 2022-09-20 12:35:43.411 | Obtaining file:///opt/stack/cinder 2022-09-20 12:35:45.563 | Requirement already satisfied: Paste===3.5.2 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 14)) (3.5.2) 2022-09-20 12:35:45.573 | Requirement already satisfied: PasteDeploy===2.1.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 15)) (2.1.1) 2022-09-20 12:35:45.581 | Requirement already satisfied: Routes===2.5.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 24)) (2.5.1) 2022-09-20 12:35:45.592 | Requirement already satisfied: SQLAlchemy===1.4.40 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 25)) (1.4.40) 2022-09-20 12:35:45.737 | Requirement already satisfied: WebOb===1.8.7 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 32)) (1.8.7) 2022-09-20 12:35:45.750 | Requirement already satisfied: boto3===1.24.61 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 101)) (1.24.61) 2022-09-20 12:35:45.760 | Requirement already satisfied: botocore===1.27.61 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 102)) (1.27.61) 2022-09-20 12:35:45.771 | Requirement already satisfied: castellan===4.0.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 107)) (4.0.0) 2022-09-20 12:35:45.790 | Requirement already satisfied: cryptography===36.0.2 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 126)) (36.0.2) 2022-09-20 12:35:45.827 | Requirement already satisfied: cursive===0.2.2 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 127)) (0.2.2) 2022-09-20 12:35:45.839 | Requirement already satisfied: decorator===5.1.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 131)) (5.1.1) 2022-09-20 12:35:45.842 | Requirement already satisfied: eventlet===0.33.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 161)) (0.33.1) 2022-09-20 12:35:45.851 | Requirement already satisfied: google-api-python-client===2.58.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 181)) (2.58.0) 2022-09-20 12:35:45.864 | Requirement already satisfied: google-auth===2.11.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 182)) (2.11.0) 2022-09-20 12:35:45.895 | Requirement already satisfied: google-auth-httplib2===0.1.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 183)) (0.1.0) 2022-09-20 12:35:45.901 | Requirement already satisfied: greenlet===1.1.3 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 187)) (1.1.3) 2022-09-20 12:35:45.906 | Requirement already satisfied: httplib2===0.20.4 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 195)) (0.20.4) 2022-09-20 12:35:45.917 | Requirement already satisfied: importlib-metadata===4.12.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 204)) (4.12.0) 2022-09-20 12:35:45.953 | Requirement already satisfied: iso8601===1.0.2 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 212)) (1.0.2) 2022-09-20 12:35:45.956 | Requirement already satisfied: jmespath===1.0.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 217)) (1.0.1) 2022-09-20 12:35:45.959 | Requirement already satisfied: jsonschema===4.14.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 223)) (4.14.0) 2022-09-20 12:35:46.002 | Requirement already satisfied: keystoneauth1===5.0.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 227)) (5.0.0) 2022-09-20 12:35:46.059 | Requirement already satisfied: keystonemiddleware===10.1.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 228)) (10.1.0) 2022-09-20 12:35:46.110 | Requirement already satisfied: lxml===4.9.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 240)) (4.9.1) 2022-09-20 12:35:46.120 | Requirement already satisfied: oauth2client===4.1.3 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 276)) (4.1.3) 2022-09-20 12:35:46.129 | Requirement already satisfied: os-brick===6.1.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 287)) (6.1.0) 2022-09-20 12:35:46.153 | Requirement already satisfied: os-service-types===1.7.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 294)) (1.7.0) 2022-09-20 12:35:46.157 | Requirement already satisfied: os-win===5.7.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 298)) (5.7.1) 2022-09-20 12:35:46.174 | Requirement already satisfied: oslo.cache===3.1.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 302)) (3.1.0) 2022-09-20 12:35:46.211 | Requirement already satisfied: oslo.concurrency===5.0.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 303)) (5.0.1) 2022-09-20 12:35:46.221 | Requirement already satisfied: oslo.config===9.0.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 304)) (9.0.0) 2022-09-20 12:35:46.260 | Requirement already satisfied: oslo.context===5.0.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 305)) (5.0.0) 2022-09-20 12:35:46.266 | Requirement already satisfied: oslo.db===12.1.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 306)) (12.1.0) 2022-09-20 12:35:46.312 | Requirement already satisfied: oslo.i18n===5.1.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 307)) (5.1.0) 2022-09-20 12:35:46.316 | Requirement already satisfied: oslo.log===5.0.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 309)) (5.0.0) 2022-09-20 12:35:46.355 | Requirement already satisfied: oslo.messaging===14.0.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 310)) (14.0.0) 2022-09-20 12:35:46.409 | Requirement already satisfied: oslo.metrics===0.5.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 311)) (0.5.0) 2022-09-20 12:35:46.419 | Requirement already satisfied: oslo.middleware===5.0.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 312)) (5.0.0) 2022-09-20 12:35:46.438 | Requirement already satisfied: oslo.policy===4.0.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 313)) (4.0.0) 2022-09-20 12:35:46.452 | Requirement already satisfied: oslo.privsep===3.0.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 314)) (3.0.1) 2022-09-20 12:35:46.467 | Requirement already satisfied: oslo.reports===2.4.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 315)) (2.4.0) 2022-09-20 12:35:46.478 | Requirement already satisfied: oslo.rootwrap===6.3.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 316)) (6.3.1) 2022-09-20 12:35:46.481 | Requirement already satisfied: oslo.serialization===5.0.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 317)) (5.0.0) 2022-09-20 12:35:46.489 | Requirement already satisfied: oslo.service===3.0.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 318)) (3.0.0) 2022-09-20 12:35:46.513 | Requirement already satisfied: oslo.upgradecheck===2.0.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 319)) (2.0.0) 2022-09-20 12:35:46.523 | Requirement already satisfied: oslo.utils===6.0.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 320)) (6.0.1) 2022-09-20 12:35:46.565 | Requirement already satisfied: oslo.versionedobjects===3.0.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 321)) (3.0.1) 2022-09-20 12:35:46.584 | Requirement already satisfied: oslo.vmware===4.0.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 322)) (4.0.1) 2022-09-20 12:35:46.605 | Requirement already satisfied: osprofiler===3.4.3 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 325)) (3.4.3) 2022-09-20 12:35:46.645 | Requirement already satisfied: packaging===21.3 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 328)) (21.3) 2022-09-20 12:35:46.650 | Requirement already satisfied: paramiko===2.11.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 330)) (2.11.0) 2022-09-20 12:35:46.684 | Requirement already satisfied: pbr===5.10.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 332)) (5.10.0) 2022-09-20 12:35:46.687 | Requirement already satisfied: pkgutil-resolve-name===1.3.10 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 338)) (1.3.10) 2022-09-20 12:35:46.689 | Requirement already satisfied: prettytable===3.4.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 342)) (3.4.1) 2022-09-20 12:35:46.701 | Requirement already satisfied: prometheus-client===0.14.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 344)) (0.14.1) 2022-09-20 12:35:46.707 | Requirement already satisfied: psutil===5.9.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 346)) (5.9.1) 2022-09-20 12:35:46.725 | Requirement already satisfied: pyasn1===0.4.8 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 354)) (0.4.8) 2022-09-20 12:35:46.728 | Requirement already satisfied: pyasn1-modules===0.2.8 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 355)) (0.2.8) 2022-09-20 12:35:46.732 | Requirement already satisfied: pycadf===3.1.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 356)) (3.1.1) 2022-09-20 12:35:46.744 | Requirement already satisfied: pyinotify===0.9.6 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 364)) (0.9.6) 2022-09-20 12:35:46.746 | Requirement already satisfied: pyparsing===3.0.9 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 369)) (3.0.9) 2022-09-20 12:35:46.752 | Requirement already satisfied: pyrsistent===0.18.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 373)) (0.18.1) 2022-09-20 12:35:46.757 | Requirement already satisfied: python-barbicanclient===5.4.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 388)) (5.4.0) 2022-09-20 12:35:46.771 | Requirement already satisfied: python-dateutil===2.8.2 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 396)) (2.8.2) 2022-09-20 12:35:46.776 | Requirement already satisfied: python-glanceclient===4.1.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 399)) (4.1.0) 2022-09-20 12:35:46.792 | Requirement already satisfied: python-keystoneclient===5.0.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 405)) (5.0.1) 2022-09-20 12:35:46.813 | Requirement already satisfied: python-novaclient===18.1.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 416)) (18.1.0) 2022-09-20 12:35:46.828 | Requirement already satisfied: python-swiftclient===4.1.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 428)) (4.1.0) 2022-09-20 12:35:46.843 | Requirement already satisfied: pytz===2022.2.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 435)) (2022.2.1) 2022-09-20 12:35:46.847 | Requirement already satisfied: repoze.lru===0.7 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 446)) (0.7) 2022-09-20 12:35:46.854 | Requirement already satisfied: requests===2.28.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 447)) (2.28.1) 2022-09-20 12:35:46.867 | Requirement already satisfied: rfc3986===1.5.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 460)) (1.5.0) 2022-09-20 12:35:46.871 | Requirement already satisfied: rsa===4.9 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 462)) (4.9) 2022-09-20 12:35:46.875 | Requirement already satisfied: rtslib-fb===2.1.75 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 465)) (2.1.75) 2022-09-20 12:35:46.880 | Requirement already satisfied: s3transfer===0.6.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 469)) (0.6.0) 2022-09-20 12:35:46.887 | Requirement already satisfied: six===1.16.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 483)) (1.16.0) 2022-09-20 12:35:46.890 | Requirement already satisfied: sqlalchemy-migrate===0.13.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 510)) (0.13.0) 2022-09-20 12:35:46.900 | Requirement already satisfied: sqlparse===0.4.2 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 511)) (0.4.2) 2022-09-20 12:35:46.902 | Requirement already satisfied: statsd===3.3.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 514)) (3.3.0) 2022-09-20 12:35:46.905 | Requirement already satisfied: stevedore===4.0.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 516)) (4.0.0) 2022-09-20 12:35:46.909 | Requirement already satisfied: suds-community===1.1.2 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 521)) (1.1.2) 2022-09-20 12:35:46.912 | Requirement already satisfied: tabulate===0.8.10 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 527)) (0.8.10) 2022-09-20 12:35:46.919 | Requirement already satisfied: taskflow===5.0.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 530)) (5.0.0) 2022-09-20 12:35:46.970 | Requirement already satisfied: tenacity===6.3.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 531)) (6.3.1) 2022-09-20 12:35:46.983 | Requirement already satisfied: testresources===2.0.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 534)) (2.0.1) 2022-09-20 12:35:46.993 | Requirement already satisfied: testscenarios===0.5.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 535)) (0.5.0) 2022-09-20 12:35:46.998 | Requirement already satisfied: testtools===2.5.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 536)) (2.5.0) 2022-09-20 12:35:47.008 | Requirement already satisfied: tooz===3.1.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 545)) (3.1.0) 2022-09-20 12:35:47.066 | Requirement already satisfied: uritemplate===4.1.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 561)) (4.1.1) 2022-09-20 12:35:47.069 | Requirement already satisfied: urllib3===1.26.12 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 562)) (1.26.12) 2022-09-20 12:35:47.102 | Requirement already satisfied: voluptuous===0.13.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 568)) (0.13.1) 2022-09-20 12:35:47.106 | Requirement already satisfied: warlock===2.0.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 571)) (2.0.1) 2022-09-20 12:35:47.113 | Requirement already satisfied: wcwidth===0.2.5 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 572)) (0.2.5) 2022-09-20 12:35:47.118 | Requirement already satisfied: wrapt===1.14.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 577)) (1.14.1) 2022-09-20 12:35:47.122 | Requirement already satisfied: yappi===1.3.6 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 585)) (1.3.6) 2022-09-20 12:35:47.126 | Requirement already satisfied: zipp===3.8.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 590)) (3.8.1) 2022-09-20 12:35:47.152 | Requirement already satisfied: zstd===1.5.2.5 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 591)) (1.5.2.5) 2022-09-20 12:35:47.155 | Requirement already satisfied: setuptools in /usr/lib/python3/dist-packages (from Paste===3.5.2->-c /opt/stack/requirements/upper-constraints.txt (line 14)) (45.2.0) 2022-09-20 12:35:47.157 | Requirement already satisfied: cffi===1.15.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 110)) (1.15.1) 2022-09-20 12:35:47.160 | Requirement already satisfied: dnspython===2.2.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 147)) (2.2.1) 2022-09-20 12:35:47.188 | Requirement already satisfied: google-api-core===2.8.2 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 180)) (2.8.2) 2022-09-20 12:35:47.201 | Requirement already satisfied: cachetools===5.2.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 103)) (5.2.0) 2022-09-20 12:35:47.204 | Requirement already satisfied: importlib-resources===5.9.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 205)) (5.9.0) 2022-09-20 12:35:47.231 | Requirement already satisfied: attrs===22.1.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 90)) (22.1.0) 2022-09-20 12:35:47.288 | Requirement already satisfied: dogpile.cache===1.1.8 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 151)) (1.1.8) 2022-09-20 12:35:47.294 | Requirement already satisfied: fasteners===0.17.3 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 166)) (0.17.3) 2022-09-20 12:35:47.296 | Requirement already satisfied: netaddr===0.8.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 260)) (0.8.0) 2022-09-20 12:35:47.301 | Requirement already satisfied: PyYAML===6.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 22)) (6.0) 2022-09-20 12:35:47.304 | Requirement already satisfied: debtcollector===2.5.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 130)) (2.5.0) 2022-09-20 12:35:47.311 | Requirement already satisfied: alembic===1.8.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 78)) (1.8.1) 2022-09-20 12:35:47.325 | Requirement already satisfied: futurist===2.4.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 173)) (2.4.1) 2022-09-20 12:35:47.328 | Requirement already satisfied: amqp===5.1.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 79)) (5.1.1) 2022-09-20 12:35:47.332 | Requirement already satisfied: kombu===5.2.4 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 229)) (5.2.4) 2022-09-20 12:35:47.378 | Requirement already satisfied: bcrypt===4.0.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 95)) (4.0.0) 2022-09-20 12:35:47.385 | Requirement already satisfied: Jinja2===3.1.2 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 10)) (3.1.2) 2022-09-20 12:35:47.391 | Requirement already satisfied: msgpack===1.0.4 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 253)) (1.0.4) 2022-09-20 12:35:47.394 | Requirement already satisfied: fixtures===4.0.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 168)) (4.0.1) 2022-09-20 12:35:47.405 | Requirement already satisfied: netifaces===0.11.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 261)) (0.11.0) 2022-09-20 12:35:47.408 | Requirement already satisfied: PyNaCl===1.5.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 21)) (1.5.0) 2022-09-20 12:35:47.419 | Requirement already satisfied: cliff===4.0.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 114)) (4.0.0) 2022-09-20 12:35:47.430 | Requirement already satisfied: pyOpenSSL===22.0.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 352)) (22.0.0) 2022-09-20 12:35:47.442 | Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3/dist-packages (from requests===2.28.1->-c /opt/stack/requirements/upper-constraints.txt (line 447)) (2019.11.28) 2022-09-20 12:35:47.444 | Requirement already satisfied: charset-normalizer===2.1.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 112)) (2.1.1) 2022-09-20 12:35:47.449 | Requirement already satisfied: idna===3.3 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 200)) (3.3) 2022-09-20 12:35:47.453 | Requirement already satisfied: pyudev===0.24.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 437)) (0.24.0) 2022-09-20 12:35:47.455 | Requirement already satisfied: Tempita===0.5.2 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 29)) (0.5.2) 2022-09-20 12:35:47.457 | Requirement already satisfied: networkx===2.8.6 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 263)) (2.8.6) 2022-09-20 12:35:47.495 | Requirement already satisfied: pydot===1.4.2 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 360)) (1.4.2) 2022-09-20 12:35:47.500 | Requirement already satisfied: automaton===3.0.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 92)) (3.0.1) 2022-09-20 12:35:47.505 | Requirement already satisfied: extras===1.0.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 164)) (1.0.0) 2022-09-20 12:35:47.508 | Requirement already satisfied: jsonpatch===1.32 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 219)) (1.32) 2022-09-20 12:35:47.513 | Requirement already satisfied: pycparser===2.21 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 358)) (2.21) 2022-09-20 12:35:47.516 | Requirement already satisfied: googleapis-common-protos===1.56.4 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 184)) (1.56.4) 2022-09-20 12:35:47.522 | Requirement already satisfied: protobuf===4.21.5 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 345)) (4.21.5) 2022-09-20 12:35:47.524 | Requirement already satisfied: Mako===1.2.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 12)) (1.2.1) 2022-09-20 12:35:47.535 | Requirement already satisfied: vine===5.0.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 564)) (5.0.0) 2022-09-20 12:35:47.538 | Requirement already satisfied: MarkupSafe===2.1.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 13)) (2.1.1) 2022-09-20 12:35:47.541 | Requirement already satisfied: cmd2===2.4.2 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 115)) (2.4.2) 2022-09-20 12:35:47.589 | Requirement already satisfied: autopage===0.5.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 93)) (0.5.1) 2022-09-20 12:35:47.592 | Requirement already satisfied: jsonpointer===2.3 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 222)) (2.3) 2022-09-20 12:35:47.595 | Requirement already satisfied: pyperclip===1.8.2 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 370)) (1.8.2) 2022-09-20 12:35:48.494 | Installing collected packages: cinder 2022-09-20 12:35:48.494 | Attempting uninstall: cinder 2022-09-20 12:35:48.495 | Found existing installation: cinder 21.1.0.dev6 2022-09-20 12:35:48.499 | Can't uninstall 'cinder'. No files were found to uninstall. 2022-09-20 12:35:48.500 | Running setup.py develop for cinder 2022-09-20 12:35:51.018 | Successfully installed cinder 2022-09-20 12:35:51.134 | + inc/python:pip_install:196 : result=0 2022-09-20 12:35:51.137 | + inc/python:pip_install:198 : time_stop pip_install 2022-09-20 12:35:51.139 | + functions-common:time_stop:2439 : local name 2022-09-20 12:35:51.142 | + functions-common:time_stop:2440 : local end_time 2022-09-20 12:35:51.144 | + functions-common:time_stop:2441 : local elapsed_time 2022-09-20 12:35:51.146 | + functions-common:time_stop:2442 : local total 2022-09-20 12:35:51.149 | + functions-common:time_stop:2443 : local start_time 2022-09-20 12:35:51.152 | + functions-common:time_stop:2445 : name=pip_install 2022-09-20 12:35:51.154 | + functions-common:time_stop:2446 : start_time=1663677340240 2022-09-20 12:35:51.156 | + functions-common:time_stop:2448 : [[ -z 1663677340240 ]] 2022-09-20 12:35:51.159 | ++ functions-common:time_stop:2451 : date +%s%3N 2022-09-20 12:35:51.164 | + functions-common:time_stop:2451 : end_time=1663677351161 2022-09-20 12:35:51.166 | + functions-common:time_stop:2452 : elapsed_time=10921 2022-09-20 12:35:51.168 | + functions-common:time_stop:2453 : total=86819 2022-09-20 12:35:51.171 | + functions-common:time_stop:2455 : _TIME_START[$name]= 2022-09-20 12:35:51.173 | + functions-common:time_stop:2456 : _TIME_TOTAL[$name]=97740 2022-09-20 12:35:51.175 | + inc/python:pip_install:199 : return 0 2022-09-20 12:35:51.178 | + inc/python:setup_package:444 : [[ -e == \-\e ]] 2022-09-20 12:35:51.180 | + inc/python:setup_package:445 : safe_chown -R ubuntu /opt/stack/cinder/cinder.egg-info 2022-09-20 12:35:51.183 | + functions-common:safe_chown:2340 : _safe_permission_operation chown -R ubuntu /opt/stack/cinder/cinder.egg-info 2022-09-20 12:35:51.202 | + functions-common:_safe_permission_operation:2188 : sudo chown -R ubuntu /opt/stack/cinder/cinder.egg-info 2022-09-20 12:35:51.216 | + inc/python:_setup_package_with_constraints_edit:390 : use_library_from_git /opt/stack/cinder 2022-09-20 12:35:51.219 | + inc/python:use_library_from_git:246 : local name=/opt/stack/cinder 2022-09-20 12:35:51.221 | + inc/python:use_library_from_git:247 : local enabled=1 2022-09-20 12:35:51.224 | + inc/python:use_library_from_git:248 : [[ cinder-tempest-plugin = \A\L\L ]] 2022-09-20 12:35:51.227 | + inc/python:use_library_from_git:248 : [[ ,cinder-tempest-plugin, =~ ,/opt/stack/cinder, ]] 2022-09-20 12:35:51.229 | + inc/python:use_library_from_git:249 : return 1 2022-09-20 12:35:51.232 | + lib/cinder:install_cinder:476 : [[ lioadm == \t\g\t\a\d\m ]] 2022-09-20 12:35:51.235 | + lib/cinder:install_cinder:478 : [[ lioadm == \l\i\o\a\d\m ]] 2022-09-20 12:35:51.237 | + lib/cinder:install_cinder:479 : is_ubuntu 2022-09-20 12:35:51.240 | + functions-common:is_ubuntu:567 : [[ -z deb ]] 2022-09-20 12:35:51.242 | + functions-common:is_ubuntu:570 : '[' deb = deb ']' 2022-09-20 12:35:51.245 | + lib/cinder:install_cinder:481 : sudo mkdir -p /etc/target 2022-09-20 12:35:51.258 | + lib/cinder:install_cinder:483 : install_package targetcli-fb 2022-09-20 12:35:51.261 | + functions-common:install_package:1463 : update_package_repo 2022-09-20 12:35:51.263 | + functions-common:update_package_repo:1435 : NO_UPDATE_REPOS=False 2022-09-20 12:35:51.266 | + functions-common:update_package_repo:1436 : REPOS_UPDATED=True 2022-09-20 12:35:51.269 | + functions-common:update_package_repo:1437 : RETRY_UPDATE=False 2022-09-20 12:35:51.271 | + functions-common:update_package_repo:1439 : [[ False = \T\r\u\e ]] 2022-09-20 12:35:51.275 | + functions-common:update_package_repo:1443 : is_ubuntu 2022-09-20 12:35:51.277 | + functions-common:is_ubuntu:567 : [[ -z deb ]] 2022-09-20 12:35:51.280 | + functions-common:is_ubuntu:570 : '[' deb = deb ']' 2022-09-20 12:35:51.282 | + functions-common:update_package_repo:1444 : apt_get_update 2022-09-20 12:35:51.285 | + functions-common:apt_get_update:1189 : [[ True == \T\r\u\e ]] 2022-09-20 12:35:51.288 | + functions-common:apt_get_update:1189 : [[ False != \T\r\u\e ]] 2022-09-20 12:35:51.290 | + functions-common:apt_get_update:1190 : return 2022-09-20 12:35:51.293 | + functions-common:install_package:1464 : real_install_package targetcli-fb 2022-09-20 12:35:51.295 | + functions-common:real_install_package:1449 : is_ubuntu 2022-09-20 12:35:51.298 | + functions-common:is_ubuntu:567 : [[ -z deb ]] 2022-09-20 12:35:51.301 | + functions-common:is_ubuntu:570 : '[' deb = deb ']' 2022-09-20 12:35:51.303 | + functions-common:real_install_package:1450 : apt_get install targetcli-fb 2022-09-20 12:35:51.327 | + functions-common:apt_get:1230 : sudo DEBIAN_FRONTEND=noninteractive http_proxy= https_proxy= no_proxy= apt-get --option Dpkg::Options::=--force-confold --assume-yes install targetcli-fb 2022-09-20 12:35:51.438 | Reading package lists... 2022-09-20 12:35:51.707 | Building dependency tree... 2022-09-20 12:35:51.709 | Reading state information... 2022-09-20 12:35:51.999 | targetcli-fb is already the newest version (1:2.1.51-0ubuntu1). 2022-09-20 12:35:51.999 | The following packages were automatically installed and are no longer required: 2022-09-20 12:35:52.000 | apport-symptoms libnetplan0 python3-automat python3-blinker python3-click 2022-09-20 12:35:52.000 | python3-colorama python3-configobj python3-constantly python3-entrypoints 2022-09-20 12:35:52.000 | python3-hamcrest python3-hyperlink python3-incremental python3-jwt 2022-09-20 12:35:52.000 | python3-keyring python3-lazr.uri python3-oauthlib python3-problem-report 2022-09-20 12:35:52.000 | python3-secretstorage python3-twisted-bin python3-wadllib 2022-09-20 12:35:52.000 | python3-zope.interface 2022-09-20 12:35:52.001 | Use 'sudo apt autoremove' to remove them. 2022-09-20 12:35:52.120 | 0 upgraded, 0 newly installed, 0 to remove and 160 not upgraded. 2022-09-20 12:35:52.124 | + functions-common:apt_get:1234 : result=0 2022-09-20 12:35:52.127 | + functions-common:apt_get:1237 : time_stop apt-get 2022-09-20 12:35:52.130 | + functions-common:time_stop:2439 : local name 2022-09-20 12:35:52.132 | + functions-common:time_stop:2440 : local end_time 2022-09-20 12:35:52.135 | + functions-common:time_stop:2441 : local elapsed_time 2022-09-20 12:35:52.137 | + functions-common:time_stop:2442 : local total 2022-09-20 12:35:52.140 | + functions-common:time_stop:2443 : local start_time 2022-09-20 12:35:52.142 | + functions-common:time_stop:2445 : name=apt-get 2022-09-20 12:35:52.145 | + functions-common:time_stop:2446 : start_time=1663677351324 2022-09-20 12:35:52.147 | + functions-common:time_stop:2448 : [[ -z 1663677351324 ]] 2022-09-20 12:35:52.151 | ++ functions-common:time_stop:2451 : date +%s%3N 2022-09-20 12:35:52.155 | + functions-common:time_stop:2451 : end_time=1663677352152 2022-09-20 12:35:52.158 | + functions-common:time_stop:2452 : elapsed_time=828 2022-09-20 12:35:52.160 | + functions-common:time_stop:2453 : total=6032 2022-09-20 12:35:52.163 | + functions-common:time_stop:2455 : _TIME_START[$name]= 2022-09-20 12:35:52.166 | + functions-common:time_stop:2456 : _TIME_TOTAL[$name]=6860 2022-09-20 12:35:52.168 | + functions-common:apt_get:1238 : return 0 2022-09-20 12:35:52.171 | + lib/stack:stack_install_service:33 : [[ False = True ]] 2022-09-20 12:35:52.174 | + ./stack.sh:main:921 : configure_cinder 2022-09-20 12:35:52.176 | + lib/cinder:configure_cinder:245 : sudo install -d -o ubuntu -m 755 /etc/cinder 2022-09-20 12:35:52.189 | + lib/cinder:configure_cinder:247 : rm -f /etc/cinder/cinder.conf 2022-09-20 12:35:52.193 | + lib/cinder:configure_cinder:249 : configure_rootwrap cinder 2022-09-20 12:35:52.196 | + inc/rootwrap:configure_rootwrap:43 : local project=cinder 2022-09-20 12:35:52.198 | + inc/rootwrap:configure_rootwrap:44 : local project_uc 2022-09-20 12:35:52.202 | ++ inc/rootwrap:configure_rootwrap:45 : echo cinder 2022-09-20 12:35:52.202 | ++ inc/rootwrap:configure_rootwrap:45 : tr a-z A-Z 2022-09-20 12:35:52.207 | + inc/rootwrap:configure_rootwrap:45 : project_uc=CINDER 2022-09-20 12:35:52.210 | + inc/rootwrap:configure_rootwrap:46 : local bin_dir=CINDER_BIN_DIR 2022-09-20 12:35:52.212 | + inc/rootwrap:configure_rootwrap:47 : bin_dir=/usr/local/bin 2022-09-20 12:35:52.214 | + inc/rootwrap:configure_rootwrap:48 : local project_dir=CINDER_DIR 2022-09-20 12:35:52.216 | + inc/rootwrap:configure_rootwrap:49 : project_dir=/opt/stack/cinder 2022-09-20 12:35:52.219 | + inc/rootwrap:configure_rootwrap:51 : local rootwrap_conf_src_dir=/opt/stack/cinder/etc/cinder 2022-09-20 12:35:52.221 | + inc/rootwrap:configure_rootwrap:52 : local rootwrap_bin=/usr/local/bin/cinder-rootwrap 2022-09-20 12:35:52.223 | + inc/rootwrap:configure_rootwrap:55 : sudo rm -rf /etc/cinder/rootwrap.d 2022-09-20 12:35:52.235 | + inc/rootwrap:configure_rootwrap:56 : sudo install -d -o root -g root -m 755 /etc/cinder/rootwrap.d 2022-09-20 12:35:52.248 | + 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-09-20 12:35:52.262 | + 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-09-20 12:35:52.276 | + inc/rootwrap:configure_rootwrap:61 : sudo sed -e 's:^filters_path=.*$:filters_path=/etc/cinder/rootwrap.d:' -i /etc/cinder/rootwrap.conf 2022-09-20 12:35:52.289 | + inc/rootwrap:configure_rootwrap:64 : local tempfile 2022-09-20 12:35:52.292 | ++ inc/rootwrap:configure_rootwrap:65 : mktemp 2022-09-20 12:35:52.296 | + inc/rootwrap:configure_rootwrap:65 : tempfile=/tmp/tmp.iggw7KajTz 2022-09-20 12:35:52.299 | + inc/rootwrap:configure_rootwrap:67 : rootwrap_sudo_cmd='/usr/local/bin/cinder-rootwrap /etc/cinder/rootwrap.conf *' 2022-09-20 12:35:52.305 | + inc/rootwrap:configure_rootwrap:68 : echo 'ubuntu ALL=(root) NOPASSWD: /usr/local/bin/cinder-rootwrap /etc/cinder/rootwrap.conf *' 2022-09-20 12:35:52.308 | + inc/rootwrap:configure_rootwrap:69 : '[' -f /usr/local/bin/cinder-rootwrap-daemon ']' 2022-09-20 12:35:52.310 | + inc/rootwrap:configure_rootwrap:74 : chmod 0440 /tmp/tmp.iggw7KajTz 2022-09-20 12:35:52.314 | + inc/rootwrap:configure_rootwrap:75 : sudo chown root:root /tmp/tmp.iggw7KajTz 2022-09-20 12:35:52.327 | + inc/rootwrap:configure_rootwrap:76 : sudo mv /tmp/tmp.iggw7KajTz /etc/sudoers.d/cinder-rootwrap 2022-09-20 12:35:52.340 | ++ inc/rootwrap:configure_rootwrap:80 : dirname /usr/local/bin/cinder-rootwrap 2022-09-20 12:35:52.344 | + inc/rootwrap:configure_rootwrap:80 : add_sudo_secure_path /usr/local/bin 2022-09-20 12:35:52.346 | + inc/rootwrap:add_sudo_secure_path:21 : local dir=/usr/local/bin 2022-09-20 12:35:52.348 | + inc/rootwrap:add_sudo_secure_path:22 : local line 2022-09-20 12:35:52.351 | + inc/rootwrap:add_sudo_secure_path:25 : [[ -r /etc/sudoers.d/zz-secure-path ]] 2022-09-20 12:35:52.353 | + 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-09-20 12:35:52.355 | + 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-09-20 12:35:52.358 | + lib/cinder:configure_cinder:251 : [[ -f /opt/stack/cinder/etc/cinder/resource_filters.json ]] 2022-09-20 12:35:52.360 | + lib/cinder:configure_cinder:252 : cp -p /opt/stack/cinder/etc/cinder/resource_filters.json /etc/cinder/resource_filters.json 2022-09-20 12:35:52.365 | + lib/cinder:configure_cinder:255 : cp /opt/stack/cinder/etc/cinder/api-paste.ini /etc/cinder/api-paste.ini 2022-09-20 12:35:52.370 | + lib/cinder:configure_cinder:257 : inicomment /etc/cinder/api-paste.ini filter:authtoken auth_host 2022-09-20 12:35:52.390 | + lib/cinder:configure_cinder:258 : inicomment /etc/cinder/api-paste.ini filter:authtoken auth_port 2022-09-20 12:35:52.409 | + lib/cinder:configure_cinder:259 : inicomment /etc/cinder/api-paste.ini filter:authtoken auth_protocol 2022-09-20 12:35:52.430 | + lib/cinder:configure_cinder:260 : inicomment /etc/cinder/api-paste.ini filter:authtoken cafile 2022-09-20 12:35:52.451 | + lib/cinder:configure_cinder:261 : inicomment /etc/cinder/api-paste.ini filter:authtoken admin_tenant_name 2022-09-20 12:35:52.471 | + lib/cinder:configure_cinder:262 : inicomment /etc/cinder/api-paste.ini filter:authtoken admin_user 2022-09-20 12:35:52.492 | + lib/cinder:configure_cinder:263 : inicomment /etc/cinder/api-paste.ini filter:authtoken admin_password 2022-09-20 12:35:52.513 | + lib/cinder:configure_cinder:264 : inicomment /etc/cinder/api-paste.ini filter:authtoken signing_dir 2022-09-20 12:35:52.536 | + lib/cinder:configure_cinder:266 : configure_keystone_authtoken_middleware /etc/cinder/cinder.conf cinder 2022-09-20 12:35:52.539 | + lib/keystone:configure_keystone_authtoken_middleware:447 : local conf_file=/etc/cinder/cinder.conf 2022-09-20 12:35:52.542 | + lib/keystone:configure_keystone_authtoken_middleware:448 : local admin_user=cinder 2022-09-20 12:35:52.546 | + lib/keystone:configure_keystone_authtoken_middleware:449 : local section=keystone_authtoken 2022-09-20 12:35:52.549 | + lib/keystone:configure_keystone_authtoken_middleware:451 : iniset /etc/cinder/cinder.conf keystone_authtoken auth_type password 2022-09-20 12:35:52.585 | + lib/keystone:configure_keystone_authtoken_middleware:452 : iniset /etc/cinder/cinder.conf keystone_authtoken interface public 2022-09-20 12:35:52.620 | + lib/keystone:configure_keystone_authtoken_middleware:453 : iniset /etc/cinder/cinder.conf keystone_authtoken auth_url http://10.222.0.52/identity 2022-09-20 12:35:52.655 | + lib/keystone:configure_keystone_authtoken_middleware:454 : iniset /etc/cinder/cinder.conf keystone_authtoken username cinder 2022-09-20 12:35:52.689 | + lib/keystone:configure_keystone_authtoken_middleware:455 : iniset /etc/cinder/cinder.conf keystone_authtoken password Passw0rd 2022-09-20 12:35:52.722 | + lib/keystone:configure_keystone_authtoken_middleware:456 : iniset /etc/cinder/cinder.conf keystone_authtoken user_domain_name Default 2022-09-20 12:35:52.758 | + lib/keystone:configure_keystone_authtoken_middleware:457 : iniset /etc/cinder/cinder.conf keystone_authtoken project_name service 2022-09-20 12:35:52.791 | + lib/keystone:configure_keystone_authtoken_middleware:458 : iniset /etc/cinder/cinder.conf keystone_authtoken project_domain_name Default 2022-09-20 12:35:52.825 | + lib/keystone:configure_keystone_authtoken_middleware:460 : iniset /etc/cinder/cinder.conf keystone_authtoken cafile /opt/stack/data/ca-bundle.pem 2022-09-20 12:35:52.859 | + lib/keystone:configure_keystone_authtoken_middleware:461 : iniset /etc/cinder/cinder.conf keystone_authtoken memcached_servers localhost:11211 2022-09-20 12:35:52.894 | + lib/cinder:configure_cinder:268 : iniset /etc/cinder/cinder.conf DEFAULT debug True 2022-09-20 12:35:52.931 | + lib/cinder:configure_cinder:270 : iniset /etc/cinder/cinder.conf DEFAULT target_helper lioadm 2022-09-20 12:35:52.965 | ++ lib/cinder:configure_cinder:271 : database_connection_url cinder 2022-09-20 12:35:52.968 | ++ lib/database:database_connection_url:134 : local db=cinder 2022-09-20 12:35:52.970 | ++ lib/database:database_connection_url:135 : database_connection_url_mysql cinder 2022-09-20 12:35:52.973 | ++ lib/databases/mysql:database_connection_url_mysql:224 : local db=cinder 2022-09-20 12:35:52.976 | ++ lib/databases/mysql:database_connection_url_mysql:225 : local plugin 2022-09-20 12:35:52.978 | ++ lib/databases/mysql:database_connection_url_mysql:229 : [[ True == \T\r\u\e ]] 2022-09-20 12:35:52.981 | ++ lib/databases/mysql:database_connection_url_mysql:230 : is_service_enabled mysql 2022-09-20 12:35:52.998 | ++ functions-common:is_service_enabled:2095 : return 0 2022-09-20 12:35:53.000 | ++ lib/databases/mysql:database_connection_url_mysql:231 : plugin='&plugin=dbcounter' 2022-09-20 12:35:53.003 | ++ lib/databases/mysql:database_connection_url_mysql:235 : echo 'mysql+pymysql://root:Passw0rd@127.0.0.1/cinder?charset=utf8&plugin=dbcounter' 2022-09-20 12:35:53.006 | + 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-09-20 12:35:53.042 | + lib/cinder:configure_cinder:272 : iniset /etc/cinder/cinder.conf DEFAULT api_paste_config /etc/cinder/api-paste.ini 2022-09-20 12:35:53.077 | + lib/cinder:configure_cinder:273 : iniset /etc/cinder/cinder.conf DEFAULT rootwrap_config /etc/cinder/rootwrap.conf 2022-09-20 12:35:53.111 | + lib/cinder:configure_cinder:274 : iniset /etc/cinder/cinder.conf DEFAULT osapi_volume_extension cinder.api.contrib.standard_extensions 2022-09-20 12:35:53.146 | + lib/cinder:configure_cinder:275 : iniset /etc/cinder/cinder.conf DEFAULT osapi_volume_listen 0.0.0.0 2022-09-20 12:35:53.181 | + lib/cinder:configure_cinder:276 : iniset /etc/cinder/cinder.conf DEFAULT state_path /opt/stack/data/cinder 2022-09-20 12:35:53.217 | + lib/cinder:configure_cinder:277 : iniset /etc/cinder/cinder.conf oslo_concurrency lock_path /opt/stack/data/cinder 2022-09-20 12:35:53.254 | + lib/cinder:configure_cinder:278 : [[ 4 == 6 ]] 2022-09-20 12:35:53.257 | + lib/cinder:configure_cinder:281 : iniset /etc/cinder/cinder.conf DEFAULT my_ip 10.222.0.52 2022-09-20 12:35:53.291 | + lib/cinder:configure_cinder:283 : iniset /etc/cinder/cinder.conf key_manager backend cinder.keymgr.conf_key_mgr.ConfKeyManager 2022-09-20 12:35:53.329 | ++ lib/cinder:configure_cinder:284 : openssl rand -hex 16 2022-09-20 12:35:53.337 | + lib/cinder:configure_cinder:284 : iniset /etc/cinder/cinder.conf key_manager fixed_key 1bd18a486fc203a17e1853eefc1f1684 2022-09-20 12:35:53.373 | + lib/cinder:configure_cinder:285 : [[ -n '' ]] 2022-09-20 12:35:53.375 | + lib/cinder:configure_cinder:290 : iniset /etc/cinder/cinder.conf DEFAULT quota_volumes 10 2022-09-20 12:35:53.410 | + lib/cinder:configure_cinder:291 : iniset /etc/cinder/cinder.conf DEFAULT quota_backups 10 2022-09-20 12:35:53.448 | + lib/cinder:configure_cinder:292 : iniset /etc/cinder/cinder.conf DEFAULT quota_snapshots 10 2022-09-20 12:35:53.483 | + lib/cinder:configure_cinder:297 : iniset /etc/cinder/cinder.conf DEFAULT rpc_response_timeout 120 2022-09-20 12:35:53.519 | + lib/cinder:configure_cinder:299 : is_service_enabled c-vol 2022-09-20 12:35:53.537 | + functions-common:is_service_enabled:2095 : return 1 2022-09-20 12:35:53.539 | + lib/cinder:configure_cinder:321 : is_service_enabled c-bak 2022-09-20 12:35:53.557 | + functions-common:is_service_enabled:2095 : return 1 2022-09-20 12:35:53.559 | + lib/cinder:configure_cinder:329 : is_service_enabled ceilometer 2022-09-20 12:35:53.579 | + functions-common:is_service_enabled:2095 : return 1 2022-09-20 12:35:53.582 | + lib/cinder:configure_cinder:333 : is_service_enabled tls-proxy 2022-09-20 12:35:53.600 | + functions-common:is_service_enabled:2095 : return 1 2022-09-20 12:35:53.603 | + lib/cinder:configure_cinder:347 : '[' False '!=' False ']' 2022-09-20 12:35:53.605 | + lib/cinder:configure_cinder:351 : iniset_rpc_backend cinder /etc/cinder/cinder.conf 2022-09-20 12:35:53.608 | + lib/rpc_backend:iniset_rpc_backend:157 : local package=cinder 2022-09-20 12:35:53.610 | + lib/rpc_backend:iniset_rpc_backend:158 : local file=/etc/cinder/cinder.conf 2022-09-20 12:35:53.612 | + lib/rpc_backend:iniset_rpc_backend:159 : local section=DEFAULT 2022-09-20 12:35:53.616 | + lib/rpc_backend:iniset_rpc_backend:160 : local virtual_host= 2022-09-20 12:35:53.618 | + lib/rpc_backend:iniset_rpc_backend:161 : is_service_enabled rabbit 2022-09-20 12:35:53.637 | + functions-common:is_service_enabled:2095 : return 0 2022-09-20 12:35:53.641 | ++ lib/rpc_backend:iniset_rpc_backend:162 : get_transport_url '' 2022-09-20 12:35:53.643 | ++ lib/rpc_backend:get_transport_url:139 : local virtual_host= 2022-09-20 12:35:53.645 | ++ lib/rpc_backend:get_transport_url:140 : is_service_enabled rabbit 2022-09-20 12:35:53.666 | ++ functions-common:is_service_enabled:2095 : return 0 2022-09-20 12:35:53.669 | ++ lib/rpc_backend:get_transport_url:141 : echo rabbit://stackrabbit:Passw0rd@10.222.0.52:5672/ 2022-09-20 12:35:53.672 | + lib/rpc_backend:iniset_rpc_backend:162 : iniset /etc/cinder/cinder.conf DEFAULT transport_url rabbit://stackrabbit:Passw0rd@10.222.0.52:5672/ 2022-09-20 12:35:53.707 | + lib/rpc_backend:iniset_rpc_backend:163 : '[' -n '' ']' 2022-09-20 12:35:53.711 | + lib/rpc_backend:iniset_rpc_backend:166 : '[' -n '' ']' 2022-09-20 12:35:53.714 | + lib/cinder:configure_cinder:354 : setup_logging /etc/cinder/cinder.conf True 2022-09-20 12:35:53.717 | + functions:setup_logging:674 : setup_systemd_logging /etc/cinder/cinder.conf 2022-09-20 12:35:53.720 | + functions:setup_systemd_logging:689 : local conf_file=/etc/cinder/cinder.conf 2022-09-20 12:35:53.724 | ++ functions:setup_systemd_logging:694 : trueorfalse False USE_JOURNAL 2022-09-20 12:35:53.743 | + functions:setup_systemd_logging:694 : USE_JOURNAL=False 2022-09-20 12:35:53.746 | + functions:setup_systemd_logging:695 : local pidstr= 2022-09-20 12:35:53.748 | + functions:setup_systemd_logging:696 : [[ False == \T\r\u\e ]] 2022-09-20 12:35:53.751 | + functions:setup_systemd_logging:700 : pidstr='(pid=%(process)d) ' 2022-09-20 12:35:53.753 | + 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-09-20 12:35:53.788 | + 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-09-20 12:35:53.825 | + 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-09-20 12:35:53.859 | + functions:setup_systemd_logging:706 : iniset /etc/cinder/cinder.conf DEFAULT logging_exception_prefix 'ERROR %(name)s %(instance)s' 2022-09-20 12:35:53.898 | + lib/cinder:configure_cinder:356 : is_service_enabled c-api 2022-09-20 12:35:53.917 | + functions-common:is_service_enabled:2095 : return 0 2022-09-20 12:35:53.920 | + lib/cinder:configure_cinder:357 : write_uwsgi_config /etc/cinder/cinder-api-uwsgi.ini /usr/local/bin/cinder-wsgi /volume 2022-09-20 12:35:53.923 | + lib/apache:write_uwsgi_config:254 : local file=/etc/cinder/cinder-api-uwsgi.ini 2022-09-20 12:35:53.926 | + lib/apache:write_uwsgi_config:255 : local wsgi=/usr/local/bin/cinder-wsgi 2022-09-20 12:35:53.929 | + lib/apache:write_uwsgi_config:256 : local url=/volume 2022-09-20 12:35:53.932 | + lib/apache:write_uwsgi_config:257 : local http= 2022-09-20 12:35:53.935 | + lib/apache:write_uwsgi_config:258 : local name= 2022-09-20 12:35:53.938 | ++ lib/apache:write_uwsgi_config:259 : basename /usr/local/bin/cinder-wsgi 2022-09-20 12:35:53.942 | + lib/apache:write_uwsgi_config:259 : name=cinder-wsgi 2022-09-20 12:35:53.945 | + lib/apache:write_uwsgi_config:263 : local socket_dir=/var/run/uwsgi 2022-09-20 12:35:53.948 | + lib/apache:write_uwsgi_config:267 : sudo mkdir -p /etc/tmpfiles.d/ 2022-09-20 12:35:53.961 | + lib/apache:write_uwsgi_config:268 : sudo tee /etc/tmpfiles.d/uwsgi.conf 2022-09-20 12:35:53.962 | + lib/apache:write_uwsgi_config:268 : echo 'd /var/run/uwsgi 0755 ubuntu root' 2022-09-20 12:35:53.971 | d /var/run/uwsgi 0755 ubuntu root 2022-09-20 12:35:53.974 | + lib/apache:write_uwsgi_config:269 : sudo systemd-tmpfiles --create /etc/tmpfiles.d/uwsgi.conf 2022-09-20 12:35:53.991 | + lib/apache:write_uwsgi_config:271 : local socket=/var/run/uwsgi/cinder-wsgi.socket 2022-09-20 12:35:53.994 | + lib/apache:write_uwsgi_config:274 : rm -rf /etc/cinder/cinder-api-uwsgi.ini 2022-09-20 12:35:53.998 | + lib/apache:write_uwsgi_config:275 : iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi wsgi-file /usr/local/bin/cinder-wsgi 2022-09-20 12:35:54.034 | + lib/apache:write_uwsgi_config:276 : iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi processes 2 2022-09-20 12:35:54.070 | + lib/apache:write_uwsgi_config:278 : iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi master true 2022-09-20 12:35:54.104 | + lib/apache:write_uwsgi_config:280 : iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi die-on-term true 2022-09-20 12:35:54.136 | + lib/apache:write_uwsgi_config:281 : iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi exit-on-reload false 2022-09-20 12:35:54.170 | + lib/apache:write_uwsgi_config:284 : iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi worker-reload-mercy 90 2022-09-20 12:35:54.205 | + lib/apache:write_uwsgi_config:285 : iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi enable-threads true 2022-09-20 12:35:54.238 | + lib/apache:write_uwsgi_config:286 : iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi plugins http,python3 2022-09-20 12:35:54.274 | + lib/apache:write_uwsgi_config:288 : iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi thunder-lock true 2022-09-20 12:35:54.315 | + 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-09-20 12:35:54.350 | + lib/apache:write_uwsgi_config:292 : iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi buffer-size 65535 2022-09-20 12:35:54.386 | + lib/apache:write_uwsgi_config:294 : iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi add-header 'Connection: close' 2022-09-20 12:35:54.423 | + lib/apache:write_uwsgi_config:296 : iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi lazy-apps true 2022-09-20 12:35:54.461 | + lib/apache:write_uwsgi_config:299 : [[ -n '' ]] 2022-09-20 12:35:54.464 | + lib/apache:write_uwsgi_config:302 : local apache_conf= 2022-09-20 12:35:54.468 | ++ lib/apache:write_uwsgi_config:303 : apache_site_config_for cinder-wsgi 2022-09-20 12:35:54.470 | ++ lib/apache:apache_site_config_for:186 : local site=cinder-wsgi 2022-09-20 12:35:54.472 | ++ lib/apache:apache_site_config_for:187 : is_ubuntu 2022-09-20 12:35:54.475 | ++ functions-common:is_ubuntu:567 : [[ -z deb ]] 2022-09-20 12:35:54.478 | ++ functions-common:is_ubuntu:570 : '[' deb = deb ']' 2022-09-20 12:35:54.480 | ++ lib/apache:apache_site_config_for:189 : echo /etc/apache2/sites-available/cinder-wsgi.conf 2022-09-20 12:35:54.483 | + lib/apache:write_uwsgi_config:303 : apache_conf=/etc/apache2/sites-available/cinder-wsgi.conf 2022-09-20 12:35:54.485 | + lib/apache:write_uwsgi_config:304 : iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi socket /var/run/uwsgi/cinder-wsgi.socket 2022-09-20 12:35:54.526 | + lib/apache:write_uwsgi_config:305 : iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi chmod-socket 666 2022-09-20 12:35:54.561 | + lib/apache:write_uwsgi_config:306 : echo 'ProxyPass "/volume" "unix:/var/run/uwsgi/cinder-wsgi.socket|uwsgi://uwsgi-uds-cinder-wsgi" retry=0 ' 2022-09-20 12:35:54.561 | + lib/apache:write_uwsgi_config:306 : sudo tee -a /etc/apache2/sites-available/cinder-wsgi.conf 2022-09-20 12:35:54.570 | ProxyPass "/volume" "unix:/var/run/uwsgi/cinder-wsgi.socket|uwsgi://uwsgi-uds-cinder-wsgi" retry=0 2022-09-20 12:35:54.574 | + lib/apache:write_uwsgi_config:307 : enable_apache_site cinder-wsgi 2022-09-20 12:35:54.576 | + lib/apache:enable_apache_site:203 : local site=cinder-wsgi 2022-09-20 12:35:54.579 | + lib/apache:enable_apache_site:205 : enable_apache_mod version 2022-09-20 12:35:54.581 | + lib/apache:enable_apache_mod:59 : local mod=version 2022-09-20 12:35:54.584 | + lib/apache:enable_apache_mod:61 : is_ubuntu 2022-09-20 12:35:54.587 | + functions-common:is_ubuntu:567 : [[ -z deb ]] 2022-09-20 12:35:54.589 | + functions-common:is_ubuntu:570 : '[' deb = deb ']' 2022-09-20 12:35:54.591 | + lib/apache:enable_apache_mod:64 : [[ version != \v\e\r\s\i\o\n ]] 2022-09-20 12:35:54.594 | + lib/apache:enable_apache_site:206 : is_ubuntu 2022-09-20 12:35:54.597 | + functions-common:is_ubuntu:567 : [[ -z deb ]] 2022-09-20 12:35:54.599 | + functions-common:is_ubuntu:570 : '[' deb = deb ']' 2022-09-20 12:35:54.602 | + lib/apache:enable_apache_site:207 : sudo a2ensite cinder-wsgi 2022-09-20 12:35:54.666 | Enabling site cinder-wsgi. 2022-09-20 12:35:54.672 | To activate the new configuration, you need to run: 2022-09-20 12:35:54.672 | systemctl reload apache2 2022-09-20 12:35:54.677 | + lib/apache:write_uwsgi_config:308 : restart_apache_server 2022-09-20 12:35:54.680 | + lib/apache:restart_apache_server:250 : restart_service apache2 2022-09-20 12:35:54.684 | + functions-common:restart_service:2323 : '[' -x /bin/systemctl ']' 2022-09-20 12:35:54.687 | + functions-common:restart_service:2324 : sudo /bin/systemctl restart apache2 2022-09-20 12:35:54.831 | + lib/cinder:configure_cinder:360 : [[ -r /home/ubuntu/devstack/lib/cinder_plugins/default ]] 2022-09-20 12:35:54.834 | + lib/cinder:configure_cinder:364 : iniset /etc/cinder/cinder.conf DEFAULT osapi_volume_workers 2 2022-09-20 12:35:54.881 | + lib/cinder:configure_cinder:366 : iniset /etc/cinder/cinder.conf DEFAULT glance_api_servers http://10.222.0.52/image 2022-09-20 12:35:54.917 | + lib/cinder:configure_cinder:367 : is_service_enabled tls-proxy 2022-09-20 12:35:54.935 | + functions-common:is_service_enabled:2095 : return 1 2022-09-20 12:35:54.938 | + lib/cinder:configure_cinder:373 : configure_keystone_authtoken_middleware /etc/cinder/cinder.conf nova nova 2022-09-20 12:35:54.940 | + lib/keystone:configure_keystone_authtoken_middleware:447 : local conf_file=/etc/cinder/cinder.conf 2022-09-20 12:35:54.943 | + lib/keystone:configure_keystone_authtoken_middleware:448 : local admin_user=nova 2022-09-20 12:35:54.945 | + lib/keystone:configure_keystone_authtoken_middleware:449 : local section=nova 2022-09-20 12:35:54.948 | + lib/keystone:configure_keystone_authtoken_middleware:451 : iniset /etc/cinder/cinder.conf nova auth_type password 2022-09-20 12:35:54.986 | + lib/keystone:configure_keystone_authtoken_middleware:452 : iniset /etc/cinder/cinder.conf nova interface public 2022-09-20 12:35:55.023 | + lib/keystone:configure_keystone_authtoken_middleware:453 : iniset /etc/cinder/cinder.conf nova auth_url http://10.222.0.52/identity 2022-09-20 12:35:55.061 | + lib/keystone:configure_keystone_authtoken_middleware:454 : iniset /etc/cinder/cinder.conf nova username nova 2022-09-20 12:35:55.096 | + lib/keystone:configure_keystone_authtoken_middleware:455 : iniset /etc/cinder/cinder.conf nova password Passw0rd 2022-09-20 12:35:55.132 | + lib/keystone:configure_keystone_authtoken_middleware:456 : iniset /etc/cinder/cinder.conf nova user_domain_name Default 2022-09-20 12:35:55.167 | + lib/keystone:configure_keystone_authtoken_middleware:457 : iniset /etc/cinder/cinder.conf nova project_name service 2022-09-20 12:35:55.204 | + lib/keystone:configure_keystone_authtoken_middleware:458 : iniset /etc/cinder/cinder.conf nova project_domain_name Default 2022-09-20 12:35:55.241 | + lib/keystone:configure_keystone_authtoken_middleware:460 : iniset /etc/cinder/cinder.conf nova cafile /opt/stack/data/ca-bundle.pem 2022-09-20 12:35:55.281 | + lib/keystone:configure_keystone_authtoken_middleware:461 : iniset /etc/cinder/cinder.conf nova memcached_servers localhost:11211 2022-09-20 12:35:55.318 | + lib/cinder:configure_cinder:374 : iniset /etc/cinder/cinder.conf nova region_name RegionOne 2022-09-20 12:35:55.354 | + lib/cinder:configure_cinder:375 : iniset /etc/cinder/cinder.conf DEFAULT graceful_shutdown_timeout 5 2022-09-20 12:35:55.390 | + lib/cinder:configure_cinder:377 : [[ ! -z '' ]] 2022-09-20 12:35:55.392 | + lib/cinder:configure_cinder:379 : is_service_enabled etcd3 2022-09-20 12:35:55.413 | + functions-common:is_service_enabled:2095 : return 0 2022-09-20 12:35:55.416 | + lib/cinder:configure_cinder:380 : iniset /etc/cinder/cinder.conf coordination backend_url etcd3+http://10.222.0.52:2379 2022-09-20 12:35:55.456 | + lib/cinder:configure_cinder:383 : [[ False == True ]] 2022-09-20 12:35:55.458 | + lib/cinder:configure_cinder:383 : [[ False == True ]] 2022-09-20 12:35:55.461 | + ./stack.sh:main:924 : is_service_enabled neutron 2022-09-20 12:35:55.480 | + functions-common:is_service_enabled:2095 : return 0 2022-09-20 12:35:55.483 | + ./stack.sh:main:926 : stack_install_service neutron 2022-09-20 12:35:55.486 | + lib/stack:stack_install_service:20 : local service=neutron 2022-09-20 12:35:55.488 | + lib/stack:stack_install_service:21 : type install_neutron 2022-09-20 12:35:55.491 | + lib/stack:stack_install_service:23 : [[ False = True ]] 2022-09-20 12:35:55.494 | + lib/stack:stack_install_service:32 : install_neutron 2022-09-20 12:35:55.497 | + lib/neutron:install_neutron:702 : is_neutron_legacy_enabled 2022-09-20 12:35:55.501 | ++ lib/neutron:is_neutron_legacy_enabled:142 : echo c-bak,c-vol,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon 2022-09-20 12:35:55.501 | ++ lib/neutron:is_neutron_legacy_enabled:142 : sed s/neutron-//g 2022-09-20 12:35:55.507 | + lib/neutron:is_neutron_legacy_enabled:142 : disabled_services_copy=c-bak,c-vol,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon 2022-09-20 12:35:55.511 | + lib/neutron:is_neutron_legacy_enabled:143 : [[ ,c-bak,c-vol,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon =~ ,neutron ]] 2022-09-20 12:35:55.514 | + lib/neutron:is_neutron_legacy_enabled:144 : [[ ,key,n-api,n-cond,n-sch,n-api-meta,placement-api,placement-client,g-api,c-sch,c-api,ovn-controller,ovn-northd,ovs-vswitchd,ovsdb-server,q-svc,q-ovn-metadata-agent,rabbit,tempest,mysql,etcd3,dstat,n-crt,n-cauth,q-agt,q-dhcp,q-l3,q-meta,q-metering,q-vpn,g-reg,cinder,s-proxy,s-object,s-container,s-account,heat,h-api,h-api-cfn,h-api-cw,h-eng,ceilometer-acentral,ceilometer-acompute,ceilometer-collector,ceilometer-api,ceilometer-anotification =~ ,q- ]] 2022-09-20 12:35:55.518 | + lib/neutron:is_neutron_legacy_enabled:144 : return 0 2022-09-20 12:35:55.521 | + lib/neutron:install_neutron:704 : install_mutnauq 2022-09-20 12:35:55.523 | + lib/neutron-legacy:install_mutnauq:472 : use_library_from_git neutron-lib 2022-09-20 12:35:55.526 | + inc/python:use_library_from_git:246 : local name=neutron-lib 2022-09-20 12:35:55.529 | + inc/python:use_library_from_git:247 : local enabled=1 2022-09-20 12:35:55.531 | + inc/python:use_library_from_git:248 : [[ cinder-tempest-plugin = \A\L\L ]] 2022-09-20 12:35:55.534 | + inc/python:use_library_from_git:248 : [[ ,cinder-tempest-plugin, =~ ,neutron-lib, ]] 2022-09-20 12:35:55.537 | + inc/python:use_library_from_git:249 : return 1 2022-09-20 12:35:55.540 | + lib/neutron-legacy:install_mutnauq:477 : git_clone https://opendev.org/openstack/neutron.git /opt/stack/neutron master 2022-09-20 12:35:55.543 | + functions-common:git_clone:596 : local git_remote=https://opendev.org/openstack/neutron.git 2022-09-20 12:35:55.545 | + functions-common:git_clone:597 : local git_dest=/opt/stack/neutron 2022-09-20 12:35:55.547 | + functions-common:git_clone:598 : local git_ref=master 2022-09-20 12:35:55.550 | + functions-common:git_clone:599 : local orig_dir 2022-09-20 12:35:55.553 | ++ functions-common:git_clone:600 : pwd 2022-09-20 12:35:55.557 | + functions-common:git_clone:600 : orig_dir=/home/ubuntu/devstack 2022-09-20 12:35:55.559 | + functions-common:git_clone:601 : local git_clone_flags= 2022-09-20 12:35:55.562 | ++ functions-common:git_clone:603 : trueorfalse False RECLONE 2022-09-20 12:35:55.579 | + functions-common:git_clone:603 : RECLONE=False 2022-09-20 12:35:55.582 | + functions-common:git_clone:604 : [[ 0 -gt 0 ]] 2022-09-20 12:35:55.584 | + functions-common:git_clone:608 : [[ False = \T\r\u\e ]] 2022-09-20 12:35:55.587 | + functions-common:git_clone:617 : echo master 2022-09-20 12:35:55.588 | + functions-common:git_clone:617 : egrep -q '^refs' 2022-09-20 12:35:55.593 | + functions-common:git_clone:631 : [[ ! -d /opt/stack/neutron ]] 2022-09-20 12:35:55.596 | + functions-common:git_clone:639 : [[ False = \T\r\u\e ]] 2022-09-20 12:35:55.598 | + functions-common:git_clone:674 : sudo git config --system --add safe.directory /opt/stack/neutron 2022-09-20 12:35:55.613 | + functions-common:git_clone:677 : cd /opt/stack/neutron 2022-09-20 12:35:55.617 | + functions-common:git_clone:678 : git show --oneline 2022-09-20 12:35:55.618 | + functions-common:git_clone:678 : head -1 2022-09-20 12:35:55.621 | d0e33b9f32 Merge "Make path for tcpdump release-specific" 2022-09-20 12:35:55.624 | + functions-common:git_clone:679 : cd /home/ubuntu/devstack 2022-09-20 12:35:55.626 | + lib/neutron-legacy:install_mutnauq:478 : setup_develop /opt/stack/neutron 2022-09-20 12:35:55.629 | + inc/python:setup_develop:334 : local bindep 2022-09-20 12:35:55.632 | + inc/python:setup_develop:335 : [[ /opt/stack/neutron == -bindep* ]] 2022-09-20 12:35:55.636 | + inc/python:setup_develop:339 : local project_dir=/opt/stack/neutron 2022-09-20 12:35:55.639 | + inc/python:setup_develop:340 : local extras= 2022-09-20 12:35:55.642 | + inc/python:setup_develop:341 : _setup_package_with_constraints_edit /opt/stack/neutron -e 2022-09-20 12:35:55.645 | + inc/python:_setup_package_with_constraints_edit:360 : local bindep 2022-09-20 12:35:55.649 | + inc/python:_setup_package_with_constraints_edit:361 : [[ /opt/stack/neutron == -bindep* ]] 2022-09-20 12:35:55.651 | + inc/python:_setup_package_with_constraints_edit:365 : local project_dir=/opt/stack/neutron 2022-09-20 12:35:55.654 | + inc/python:_setup_package_with_constraints_edit:366 : local flags=-e 2022-09-20 12:35:55.656 | + inc/python:_setup_package_with_constraints_edit:367 : local extras= 2022-09-20 12:35:55.660 | ++ inc/python:_setup_package_with_constraints_edit:374 : cd /opt/stack/neutron 2022-09-20 12:35:55.663 | ++ inc/python:_setup_package_with_constraints_edit:374 : pwd 2022-09-20 12:35:55.666 | + inc/python:_setup_package_with_constraints_edit:374 : project_dir=/opt/stack/neutron 2022-09-20 12:35:55.669 | + inc/python:_setup_package_with_constraints_edit:376 : '[' -n /opt/stack/requirements ']' 2022-09-20 12:35:55.672 | + inc/python:_setup_package_with_constraints_edit:380 : local name 2022-09-20 12:35:55.675 | ++ inc/python:_setup_package_with_constraints_edit:381 : awk '/^name.*=/ {print $3}' /opt/stack/neutron/setup.cfg 2022-09-20 12:35:55.682 | + inc/python:_setup_package_with_constraints_edit:381 : name=neutron 2022-09-20 12:35:55.684 | + inc/python:_setup_package_with_constraints_edit:383 : /opt/stack/requirements/.venv/bin/edit-constraints /opt/stack/requirements/upper-constraints.txt -- neutron 2022-09-20 12:35:56.325 | + inc/python:_setup_package_with_constraints_edit:386 : setup_package /opt/stack/neutron -e 2022-09-20 12:35:56.327 | + inc/python:setup_package:414 : local bindep=0 2022-09-20 12:35:56.330 | + inc/python:setup_package:415 : local bindep_flag= 2022-09-20 12:35:56.332 | + inc/python:setup_package:416 : local bindep_profiles= 2022-09-20 12:35:56.335 | + inc/python:setup_package:417 : [[ /opt/stack/neutron == -bindep* ]] 2022-09-20 12:35:56.337 | + inc/python:setup_package:422 : local project_dir=/opt/stack/neutron 2022-09-20 12:35:56.339 | + inc/python:setup_package:423 : local flags=-e 2022-09-20 12:35:56.342 | + inc/python:setup_package:424 : local extras= 2022-09-20 12:35:56.345 | + inc/python:setup_package:428 : [[ -n -e ]] 2022-09-20 12:35:56.347 | + inc/python:setup_package:428 : [[ -z '' ]] 2022-09-20 12:35:56.350 | + inc/python:setup_package:428 : [[ ! -e =~ ^-.* ]] 2022-09-20 12:35:56.353 | + inc/python:setup_package:433 : [[ ! -z '' ]] 2022-09-20 12:35:56.357 | + inc/python:setup_package:438 : [[ 0 == 1 ]] 2022-09-20 12:35:56.360 | + inc/python:setup_package:442 : pip_install -e /opt/stack/neutron 2022-09-20 12:35:56.383 | Using python 3.8 to install /opt/stack/neutron 2022-09-20 12:35:56.385 | + 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-09-20 12:35:58.507 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-09-20 12:35:58.507 | from cryptography.utils import int_from_bytes 2022-09-20 12:35:58.507 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-09-20 12:35:58.507 | from cryptography.utils import int_from_bytes 2022-09-20 12:35:59.566 | Looking in indexes: http://10.100.0.9:8080/cloudbase/CI/+simple/ 2022-09-20 12:35:59.566 | Obtaining file:///opt/stack/neutron 2022-09-20 12:36:01.870 | Requirement already satisfied: Jinja2===3.1.2 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 10)) (3.1.2) 2022-09-20 12:36:01.877 | Requirement already satisfied: MarkupSafe===2.1.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 13)) (2.1.1) 2022-09-20 12:36:01.879 | Requirement already satisfied: Paste===3.5.2 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 14)) (3.5.2) 2022-09-20 12:36:01.889 | Requirement already satisfied: PasteDeploy===2.1.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 15)) (2.1.1) 2022-09-20 12:36:01.899 | Requirement already satisfied: Routes===2.5.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 24)) (2.5.1) 2022-09-20 12:36:01.911 | Requirement already satisfied: SQLAlchemy===1.4.40 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 25)) (1.4.40) 2022-09-20 12:36:02.059 | Requirement already satisfied: WebOb===1.8.7 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 32)) (1.8.7) 2022-09-20 12:36:02.074 | Requirement already satisfied: alembic===1.8.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 78)) (1.8.1) 2022-09-20 12:36:02.087 | Requirement already satisfied: debtcollector===2.5.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 130)) (2.5.0) 2022-09-20 12:36:02.093 | Requirement already satisfied: decorator===5.1.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 131)) (5.1.1) 2022-09-20 12:36:02.095 | Requirement already satisfied: eventlet===0.33.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 161)) (0.33.1) 2022-09-20 12:36:02.104 | Requirement already satisfied: futurist===2.4.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 173)) (2.4.1) 2022-09-20 12:36:02.107 | Requirement already satisfied: greenlet===1.1.3 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 187)) (1.1.3) 2022-09-20 12:36:02.111 | Requirement already satisfied: httplib2===0.20.4 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 195)) (0.20.4) 2022-09-20 12:36:02.122 | Requirement already satisfied: importlib-metadata===4.12.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 204)) (4.12.0) 2022-09-20 12:36:02.159 | Requirement already satisfied: importlib-resources===5.9.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 205)) (5.9.0) 2022-09-20 12:36:02.187 | Requirement already satisfied: keystoneauth1===5.0.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 227)) (5.0.0) 2022-09-20 12:36:02.246 | Requirement already satisfied: keystonemiddleware===10.1.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 228)) (10.1.0) 2022-09-20 12:36:02.297 | Requirement already satisfied: netaddr===0.8.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 260)) (0.8.0) 2022-09-20 12:36:02.302 | Requirement already satisfied: netifaces===0.11.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 261)) (0.11.0) 2022-09-20 12:36:02.305 | Requirement already satisfied: neutron-lib===3.1.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 264)) (3.1.0) 2022-09-20 12:36:02.342 | Requirement already satisfied: openstacksdk===0.101.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 283)) (0.101.0) 2022-09-20 12:36:02.367 | Requirement already satisfied: os-ken===2.5.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 290)) (2.5.0) 2022-09-20 12:36:02.384 | Requirement already satisfied: os-resource-classes===1.1.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 293)) (1.1.0) 2022-09-20 12:36:02.388 | Requirement already satisfied: os-service-types===1.7.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 294)) (1.7.0) 2022-09-20 12:36:02.392 | Requirement already satisfied: os-traits===2.9.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 296)) (2.9.0) 2022-09-20 12:36:02.397 | Requirement already satisfied: os-vif===2.8.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 297)) (2.8.0) 2022-09-20 12:36:02.420 | Requirement already satisfied: oslo.cache===3.1.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 302)) (3.1.0) 2022-09-20 12:36:02.456 | Requirement already satisfied: oslo.concurrency===5.0.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 303)) (5.0.1) 2022-09-20 12:36:02.467 | Requirement already satisfied: oslo.config===9.0.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 304)) (9.0.0) 2022-09-20 12:36:02.506 | Requirement already satisfied: oslo.context===5.0.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 305)) (5.0.0) 2022-09-20 12:36:02.512 | Requirement already satisfied: oslo.db===12.1.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 306)) (12.1.0) 2022-09-20 12:36:02.559 | Requirement already satisfied: oslo.i18n===5.1.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 307)) (5.1.0) 2022-09-20 12:36:02.563 | Requirement already satisfied: oslo.log===5.0.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 309)) (5.0.0) 2022-09-20 12:36:02.603 | Requirement already satisfied: oslo.messaging===14.0.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 310)) (14.0.0) 2022-09-20 12:36:02.656 | Requirement already satisfied: oslo.metrics===0.5.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 311)) (0.5.0) 2022-09-20 12:36:02.670 | Requirement already satisfied: oslo.middleware===5.0.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 312)) (5.0.0) 2022-09-20 12:36:02.688 | Requirement already satisfied: oslo.policy===4.0.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 313)) (4.0.0) 2022-09-20 12:36:02.703 | Requirement already satisfied: oslo.privsep===3.0.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 314)) (3.0.1) 2022-09-20 12:36:02.717 | Requirement already satisfied: oslo.reports===2.4.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 315)) (2.4.0) 2022-09-20 12:36:02.730 | Requirement already satisfied: oslo.rootwrap===6.3.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 316)) (6.3.1) 2022-09-20 12:36:02.732 | Requirement already satisfied: oslo.serialization===5.0.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 317)) (5.0.0) 2022-09-20 12:36:02.742 | Requirement already satisfied: oslo.service===3.0.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 318)) (3.0.0) 2022-09-20 12:36:02.764 | Requirement already satisfied: oslo.upgradecheck===2.0.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 319)) (2.0.0) 2022-09-20 12:36:02.774 | Requirement already satisfied: oslo.utils===6.0.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 320)) (6.0.1) 2022-09-20 12:36:02.788 | Requirement already satisfied: oslo.versionedobjects===3.0.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 321)) (3.0.1) 2022-09-20 12:36:02.807 | Requirement already satisfied: osprofiler===3.4.3 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 325)) (3.4.3) 2022-09-20 12:36:02.846 | Requirement already satisfied: ovs===2.17.1.post1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 326)) (2.17.1.post1) 2022-09-20 12:36:02.851 | Requirement already satisfied: ovsdbapp===2.1.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 327)) (2.1.0) 2022-09-20 12:36:02.859 | Requirement already satisfied: packaging===21.3 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 328)) (21.3) 2022-09-20 12:36:02.864 | Requirement already satisfied: pbr===5.10.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 332)) (5.10.0) 2022-09-20 12:36:02.868 | Requirement already satisfied: pecan===1.4.2 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 333)) (1.4.2) 2022-09-20 12:36:02.876 | Requirement already satisfied: prettytable===3.4.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 342)) (3.4.1) 2022-09-20 12:36:02.888 | Requirement already satisfied: prometheus-client===0.14.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 344)) (0.14.1) 2022-09-20 12:36:02.893 | Requirement already satisfied: psutil===5.9.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 346)) (5.9.1) 2022-09-20 12:36:02.911 | Requirement already satisfied: pyOpenSSL===22.0.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 352)) (22.0.0) 2022-09-20 12:36:02.924 | Requirement already satisfied: pycadf===3.1.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 356)) (3.1.1) 2022-09-20 12:36:02.935 | Requirement already satisfied: pyinotify===0.9.6 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 364)) (0.9.6) 2022-09-20 12:36:02.937 | Requirement already satisfied: pyparsing===3.0.9 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 369)) (3.0.9) 2022-09-20 12:36:02.943 | Requirement already satisfied: pyroute2===0.7.2 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 372)) (0.7.2) 2022-09-20 12:36:02.950 | Requirement already satisfied: python-dateutil===2.8.2 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 396)) (2.8.2) 2022-09-20 12:36:02.954 | Requirement already satisfied: python-designateclient===5.0.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 397)) (5.0.0) 2022-09-20 12:36:03.007 | Requirement already satisfied: python-keystoneclient===5.0.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 405)) (5.0.1) 2022-09-20 12:36:03.028 | Requirement already satisfied: python-neutronclient===8.1.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 415)) (8.1.0) 2022-09-20 12:36:03.055 | Requirement already satisfied: python-novaclient===18.1.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 416)) (18.1.0) 2022-09-20 12:36:03.070 | Requirement already satisfied: pytz===2022.2.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 435)) (2022.2.1) 2022-09-20 12:36:03.074 | Requirement already satisfied: repoze.lru===0.7 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 446)) (0.7) 2022-09-20 12:36:03.081 | Requirement already satisfied: requests===2.28.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 447)) (2.28.1) 2022-09-20 12:36:03.095 | Requirement already satisfied: requestsexceptions===1.4.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 455)) (1.4.0) 2022-09-20 12:36:03.097 | Requirement already satisfied: rfc3986===1.5.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 460)) (1.5.0) 2022-09-20 12:36:03.102 | Requirement already satisfied: setproctitle===1.3.2 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 480)) (1.3.2) 2022-09-20 12:36:03.107 | Requirement already satisfied: simplejson===3.17.6 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 482)) (3.17.6) 2022-09-20 12:36:03.110 | Requirement already satisfied: six===1.16.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 483)) (1.16.0) 2022-09-20 12:36:03.112 | Requirement already satisfied: sortedcontainers===2.4.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 487)) (2.4.0) 2022-09-20 12:36:03.116 | Requirement already satisfied: sqlalchemy-migrate===0.13.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 510)) (0.13.0) 2022-09-20 12:36:03.126 | Requirement already satisfied: sqlparse===0.4.2 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 511)) (0.4.2) 2022-09-20 12:36:03.129 | Requirement already satisfied: statsd===3.3.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 514)) (3.3.0) 2022-09-20 12:36:03.132 | Requirement already satisfied: stevedore===4.0.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 516)) (4.0.0) 2022-09-20 12:36:03.136 | Requirement already satisfied: tenacity===6.3.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 531)) (6.3.1) 2022-09-20 12:36:03.151 | Requirement already satisfied: testresources===2.0.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 534)) (2.0.1) 2022-09-20 12:36:03.159 | Requirement already satisfied: testscenarios===0.5.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 535)) (0.5.0) 2022-09-20 12:36:03.165 | Requirement already satisfied: testtools===2.5.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 536)) (2.5.0) 2022-09-20 12:36:03.175 | Requirement already satisfied: tooz===3.1.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 545)) (3.1.0) 2022-09-20 12:36:03.235 | Requirement already satisfied: urllib3===1.26.12 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 562)) (1.26.12) 2022-09-20 12:36:03.270 | Requirement already satisfied: voluptuous===0.13.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 568)) (0.13.1) 2022-09-20 12:36:03.275 | Requirement already satisfied: wcwidth===0.2.5 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 572)) (0.2.5) 2022-09-20 12:36:03.281 | Requirement already satisfied: wrapt===1.14.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 577)) (1.14.1) 2022-09-20 12:36:03.284 | Requirement already satisfied: yappi===1.3.6 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 585)) (1.3.6) 2022-09-20 12:36:03.289 | Requirement already satisfied: zipp===3.8.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 590)) (3.8.1) 2022-09-20 12:36:03.317 | Requirement already satisfied: setuptools in /usr/lib/python3/dist-packages (from Paste===3.5.2->-c /opt/stack/requirements/upper-constraints.txt (line 14)) (45.2.0) 2022-09-20 12:36:03.319 | Requirement already satisfied: Mako===1.2.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 12)) (1.2.1) 2022-09-20 12:36:03.330 | Requirement already satisfied: dnspython===2.2.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 147)) (2.2.1) 2022-09-20 12:36:03.357 | Requirement already satisfied: iso8601===1.0.2 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 212)) (1.0.2) 2022-09-20 12:36:03.360 | Requirement already satisfied: PyYAML===6.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 22)) (6.0) 2022-09-20 12:36:03.362 | Requirement already satisfied: munch===2.5.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 254)) (2.5.0) 2022-09-20 12:36:03.384 | Requirement already satisfied: cryptography===36.0.2 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 126)) (36.0.2) 2022-09-20 12:36:03.421 | Requirement already satisfied: jmespath===1.0.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 217)) (1.0.1) 2022-09-20 12:36:03.424 | Requirement already satisfied: jsonpatch===1.32 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 219)) (1.32) 2022-09-20 12:36:03.430 | Requirement already satisfied: appdirs===1.4.4 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 86)) (1.4.4) 2022-09-20 12:36:03.433 | Requirement already satisfied: dogpile.cache===1.1.8 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 151)) (1.1.8) 2022-09-20 12:36:03.439 | Requirement already satisfied: ncclient===0.6.13 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 258)) (0.6.13) 2022-09-20 12:36:03.450 | Requirement already satisfied: msgpack===1.0.4 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 253)) (1.0.4) 2022-09-20 12:36:03.453 | Requirement already satisfied: fasteners===0.17.3 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 166)) (0.17.3) 2022-09-20 12:36:03.456 | Requirement already satisfied: cachetools===5.2.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 103)) (5.2.0) 2022-09-20 12:36:03.459 | Requirement already satisfied: kombu===5.2.4 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 229)) (5.2.4) 2022-09-20 12:36:03.504 | Requirement already satisfied: amqp===5.1.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 79)) (5.1.1) 2022-09-20 12:36:03.509 | Requirement already satisfied: bcrypt===4.0.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 95)) (4.0.0) 2022-09-20 12:36:03.516 | Requirement already satisfied: cffi===1.15.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 110)) (1.15.1) 2022-09-20 12:36:03.519 | Requirement already satisfied: fixtures===4.0.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 168)) (4.0.1) 2022-09-20 12:36:03.531 | Requirement already satisfied: logutils===0.3.5 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 239)) (0.3.5) 2022-09-20 12:36:03.533 | Requirement already satisfied: cliff===4.0.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 114)) (4.0.0) 2022-09-20 12:36:03.544 | Requirement already satisfied: jsonschema===4.14.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 223)) (4.14.0) 2022-09-20 12:36:03.587 | Requirement already satisfied: osc-lib===2.6.2 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 300)) (2.6.2) 2022-09-20 12:36:03.602 | Requirement already satisfied: os-client-config===2.1.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 288)) (2.1.0) 2022-09-20 12:36:03.605 | Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3/dist-packages (from requests===2.28.1->-c /opt/stack/requirements/upper-constraints.txt (line 447)) (2019.11.28) 2022-09-20 12:36:03.607 | Requirement already satisfied: idna===3.3 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 200)) (3.3) 2022-09-20 12:36:03.611 | Requirement already satisfied: charset-normalizer===2.1.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 112)) (2.1.1) 2022-09-20 12:36:03.616 | Requirement already satisfied: Tempita===0.5.2 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 29)) (0.5.2) 2022-09-20 12:36:03.619 | Requirement already satisfied: extras===1.0.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 164)) (1.0.0) 2022-09-20 12:36:03.621 | Requirement already satisfied: jsonpointer===2.3 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 222)) (2.3) 2022-09-20 12:36:03.624 | Requirement already satisfied: paramiko===2.11.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 330)) (2.11.0) 2022-09-20 12:36:03.657 | Requirement already satisfied: lxml===4.9.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 240)) (4.9.1) 2022-09-20 12:36:03.667 | Requirement already satisfied: vine===5.0.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 564)) (5.0.0) 2022-09-20 12:36:03.670 | Requirement already satisfied: pycparser===2.21 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 358)) (2.21) 2022-09-20 12:36:03.673 | Requirement already satisfied: autopage===0.5.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 93)) (0.5.1) 2022-09-20 12:36:03.675 | Requirement already satisfied: cmd2===2.4.2 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 115)) (2.4.2) 2022-09-20 12:36:03.724 | Requirement already satisfied: pkgutil-resolve-name===1.3.10 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 338)) (1.3.10) 2022-09-20 12:36:03.727 | Requirement already satisfied: pyrsistent===0.18.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 373)) (0.18.1) 2022-09-20 12:36:03.731 | Requirement already satisfied: attrs===22.1.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 90)) (22.1.0) 2022-09-20 12:36:03.789 | Requirement already satisfied: PyNaCl===1.5.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 21)) (1.5.0) 2022-09-20 12:36:03.800 | Requirement already satisfied: pyperclip===1.8.2 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 370)) (1.8.2) 2022-09-20 12:36:04.776 | Installing collected packages: neutron 2022-09-20 12:36:04.776 | Attempting uninstall: neutron 2022-09-20 12:36:04.776 | Found existing installation: neutron 21.1.0.dev6 2022-09-20 12:36:04.789 | Can't uninstall 'neutron'. No files were found to uninstall. 2022-09-20 12:36:04.790 | Running setup.py develop for neutron 2022-09-20 12:36:07.442 | Successfully installed neutron 2022-09-20 12:36:07.557 | + inc/python:pip_install:196 : result=0 2022-09-20 12:36:07.559 | + inc/python:pip_install:198 : time_stop pip_install 2022-09-20 12:36:07.562 | + functions-common:time_stop:2439 : local name 2022-09-20 12:36:07.564 | + functions-common:time_stop:2440 : local end_time 2022-09-20 12:36:07.566 | + functions-common:time_stop:2441 : local elapsed_time 2022-09-20 12:36:07.569 | + functions-common:time_stop:2442 : local total 2022-09-20 12:36:07.571 | + functions-common:time_stop:2443 : local start_time 2022-09-20 12:36:07.574 | + functions-common:time_stop:2445 : name=pip_install 2022-09-20 12:36:07.576 | + functions-common:time_stop:2446 : start_time=1663677356376 2022-09-20 12:36:07.578 | + functions-common:time_stop:2448 : [[ -z 1663677356376 ]] 2022-09-20 12:36:07.581 | ++ functions-common:time_stop:2451 : date +%s%3N 2022-09-20 12:36:07.585 | + functions-common:time_stop:2451 : end_time=1663677367583 2022-09-20 12:36:07.588 | + functions-common:time_stop:2452 : elapsed_time=11207 2022-09-20 12:36:07.590 | + functions-common:time_stop:2453 : total=97740 2022-09-20 12:36:07.592 | + functions-common:time_stop:2455 : _TIME_START[$name]= 2022-09-20 12:36:07.595 | + functions-common:time_stop:2456 : _TIME_TOTAL[$name]=108947 2022-09-20 12:36:07.597 | + inc/python:pip_install:199 : return 0 2022-09-20 12:36:07.600 | + inc/python:setup_package:444 : [[ -e == \-\e ]] 2022-09-20 12:36:07.603 | + inc/python:setup_package:445 : safe_chown -R ubuntu /opt/stack/neutron/neutron.egg-info 2022-09-20 12:36:07.605 | + functions-common:safe_chown:2340 : _safe_permission_operation chown -R ubuntu /opt/stack/neutron/neutron.egg-info 2022-09-20 12:36:07.625 | + functions-common:_safe_permission_operation:2188 : sudo chown -R ubuntu /opt/stack/neutron/neutron.egg-info 2022-09-20 12:36:07.639 | + inc/python:_setup_package_with_constraints_edit:390 : use_library_from_git /opt/stack/neutron 2022-09-20 12:36:07.642 | + inc/python:use_library_from_git:246 : local name=/opt/stack/neutron 2022-09-20 12:36:07.644 | + inc/python:use_library_from_git:247 : local enabled=1 2022-09-20 12:36:07.647 | + inc/python:use_library_from_git:248 : [[ cinder-tempest-plugin = \A\L\L ]] 2022-09-20 12:36:07.650 | + inc/python:use_library_from_git:248 : [[ ,cinder-tempest-plugin, =~ ,/opt/stack/neutron, ]] 2022-09-20 12:36:07.652 | + inc/python:use_library_from_git:249 : return 1 2022-09-20 12:36:07.655 | + lib/neutron-legacy:install_mutnauq:480 : [[ openvswitch == \o\v\n ]] 2022-09-20 12:36:07.658 | + lib/stack:stack_install_service:33 : [[ False = True ]] 2022-09-20 12:36:07.660 | + ./stack.sh:main:929 : is_service_enabled nova 2022-09-20 12:36:07.679 | + functions-common:is_service_enabled:2095 : return 0 2022-09-20 12:36:07.682 | + ./stack.sh:main:931 : stack_install_service nova 2022-09-20 12:36:07.684 | + lib/stack:stack_install_service:20 : local service=nova 2022-09-20 12:36:07.687 | + lib/stack:stack_install_service:21 : type install_nova 2022-09-20 12:36:07.690 | + lib/stack:stack_install_service:23 : [[ False = True ]] 2022-09-20 12:36:07.692 | + lib/stack:stack_install_service:32 : install_nova 2022-09-20 12:36:07.695 | + lib/nova:install_nova:875 : use_library_from_git os-vif 2022-09-20 12:36:07.697 | + inc/python:use_library_from_git:246 : local name=os-vif 2022-09-20 12:36:07.700 | + inc/python:use_library_from_git:247 : local enabled=1 2022-09-20 12:36:07.702 | + inc/python:use_library_from_git:248 : [[ cinder-tempest-plugin = \A\L\L ]] 2022-09-20 12:36:07.704 | + inc/python:use_library_from_git:248 : [[ ,cinder-tempest-plugin, =~ ,os-vif, ]] 2022-09-20 12:36:07.707 | + inc/python:use_library_from_git:249 : return 1 2022-09-20 12:36:07.709 | + lib/nova:install_nova:880 : is_service_enabled n-cpu 2022-09-20 12:36:07.726 | + functions-common:is_service_enabled:2095 : return 1 2022-09-20 12:36:07.729 | + lib/nova:install_nova:884 : is_service_enabled n-novnc 2022-09-20 12:36:07.746 | + functions-common:is_service_enabled:2095 : return 1 2022-09-20 12:36:07.748 | + lib/nova:install_nova:896 : is_service_enabled n-spice 2022-09-20 12:36:07.766 | + functions-common:is_service_enabled:2095 : return 1 2022-09-20 12:36:07.768 | + lib/nova:install_nova:908 : git_clone https://opendev.org/openstack/nova.git /opt/stack/nova master 2022-09-20 12:36:07.770 | + functions-common:git_clone:596 : local git_remote=https://opendev.org/openstack/nova.git 2022-09-20 12:36:07.773 | + functions-common:git_clone:597 : local git_dest=/opt/stack/nova 2022-09-20 12:36:07.775 | + functions-common:git_clone:598 : local git_ref=master 2022-09-20 12:36:07.777 | + functions-common:git_clone:599 : local orig_dir 2022-09-20 12:36:07.780 | ++ functions-common:git_clone:600 : pwd 2022-09-20 12:36:07.783 | + functions-common:git_clone:600 : orig_dir=/home/ubuntu/devstack 2022-09-20 12:36:07.785 | + functions-common:git_clone:601 : local git_clone_flags= 2022-09-20 12:36:07.789 | ++ functions-common:git_clone:603 : trueorfalse False RECLONE 2022-09-20 12:36:07.806 | + functions-common:git_clone:603 : RECLONE=False 2022-09-20 12:36:07.808 | + functions-common:git_clone:604 : [[ 0 -gt 0 ]] 2022-09-20 12:36:07.810 | + functions-common:git_clone:608 : [[ False = \T\r\u\e ]] 2022-09-20 12:36:07.813 | + functions-common:git_clone:617 : echo master 2022-09-20 12:36:07.814 | + functions-common:git_clone:617 : egrep -q '^refs' 2022-09-20 12:36:07.819 | + functions-common:git_clone:631 : [[ ! -d /opt/stack/nova ]] 2022-09-20 12:36:07.821 | + functions-common:git_clone:639 : [[ False = \T\r\u\e ]] 2022-09-20 12:36:07.824 | + functions-common:git_clone:674 : sudo git config --system --add safe.directory /opt/stack/nova 2022-09-20 12:36:07.837 | + functions-common:git_clone:677 : cd /opt/stack/nova 2022-09-20 12:36:07.839 | + functions-common:git_clone:678 : git show --oneline 2022-09-20 12:36:07.840 | + functions-common:git_clone:678 : head -1 2022-09-20 12:36:07.844 | 1025c98793 Merge "Imported Translations from Zanata" 2022-09-20 12:36:07.847 | + functions-common:git_clone:679 : cd /home/ubuntu/devstack 2022-09-20 12:36:07.850 | + lib/nova:install_nova:909 : setup_develop /opt/stack/nova 2022-09-20 12:36:07.852 | + inc/python:setup_develop:334 : local bindep 2022-09-20 12:36:07.855 | + inc/python:setup_develop:335 : [[ /opt/stack/nova == -bindep* ]] 2022-09-20 12:36:07.858 | + inc/python:setup_develop:339 : local project_dir=/opt/stack/nova 2022-09-20 12:36:07.860 | + inc/python:setup_develop:340 : local extras= 2022-09-20 12:36:07.863 | + inc/python:setup_develop:341 : _setup_package_with_constraints_edit /opt/stack/nova -e 2022-09-20 12:36:07.866 | + inc/python:_setup_package_with_constraints_edit:360 : local bindep 2022-09-20 12:36:07.868 | + inc/python:_setup_package_with_constraints_edit:361 : [[ /opt/stack/nova == -bindep* ]] 2022-09-20 12:36:07.871 | + inc/python:_setup_package_with_constraints_edit:365 : local project_dir=/opt/stack/nova 2022-09-20 12:36:07.873 | + inc/python:_setup_package_with_constraints_edit:366 : local flags=-e 2022-09-20 12:36:07.876 | + inc/python:_setup_package_with_constraints_edit:367 : local extras= 2022-09-20 12:36:07.879 | ++ inc/python:_setup_package_with_constraints_edit:374 : cd /opt/stack/nova 2022-09-20 12:36:07.882 | ++ inc/python:_setup_package_with_constraints_edit:374 : pwd 2022-09-20 12:36:07.885 | + inc/python:_setup_package_with_constraints_edit:374 : project_dir=/opt/stack/nova 2022-09-20 12:36:07.887 | + inc/python:_setup_package_with_constraints_edit:376 : '[' -n /opt/stack/requirements ']' 2022-09-20 12:36:07.890 | + inc/python:_setup_package_with_constraints_edit:380 : local name 2022-09-20 12:36:07.893 | ++ inc/python:_setup_package_with_constraints_edit:381 : awk '/^name.*=/ {print $3}' /opt/stack/nova/setup.cfg 2022-09-20 12:36:07.899 | + inc/python:_setup_package_with_constraints_edit:381 : name=nova 2022-09-20 12:36:07.902 | + inc/python:_setup_package_with_constraints_edit:383 : /opt/stack/requirements/.venv/bin/edit-constraints /opt/stack/requirements/upper-constraints.txt -- nova 2022-09-20 12:36:08.541 | + inc/python:_setup_package_with_constraints_edit:386 : setup_package /opt/stack/nova -e 2022-09-20 12:36:08.544 | + inc/python:setup_package:414 : local bindep=0 2022-09-20 12:36:08.546 | + inc/python:setup_package:415 : local bindep_flag= 2022-09-20 12:36:08.549 | + inc/python:setup_package:416 : local bindep_profiles= 2022-09-20 12:36:08.551 | + inc/python:setup_package:417 : [[ /opt/stack/nova == -bindep* ]] 2022-09-20 12:36:08.554 | + inc/python:setup_package:422 : local project_dir=/opt/stack/nova 2022-09-20 12:36:08.556 | + inc/python:setup_package:423 : local flags=-e 2022-09-20 12:36:08.559 | + inc/python:setup_package:424 : local extras= 2022-09-20 12:36:08.561 | + inc/python:setup_package:428 : [[ -n -e ]] 2022-09-20 12:36:08.564 | + inc/python:setup_package:428 : [[ -z '' ]] 2022-09-20 12:36:08.566 | + inc/python:setup_package:428 : [[ ! -e =~ ^-.* ]] 2022-09-20 12:36:08.569 | + inc/python:setup_package:433 : [[ ! -z '' ]] 2022-09-20 12:36:08.571 | + inc/python:setup_package:438 : [[ 0 == 1 ]] 2022-09-20 12:36:08.573 | + inc/python:setup_package:442 : pip_install -e /opt/stack/nova 2022-09-20 12:36:08.595 | Using python 3.8 to install /opt/stack/nova 2022-09-20 12:36:08.597 | + 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-09-20 12:36:10.712 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-09-20 12:36:10.712 | from cryptography.utils import int_from_bytes 2022-09-20 12:36:10.712 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-09-20 12:36:10.712 | from cryptography.utils import int_from_bytes 2022-09-20 12:36:11.775 | Looking in indexes: http://10.100.0.9:8080/cloudbase/CI/+simple/ 2022-09-20 12:36:11.775 | Obtaining file:///opt/stack/nova 2022-09-20 12:36:15.143 | Requirement already satisfied: Jinja2===3.1.2 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 10)) (3.1.2) 2022-09-20 12:36:15.149 | Requirement already satisfied: MarkupSafe===2.1.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 13)) (2.1.1) 2022-09-20 12:36:15.152 | Requirement already satisfied: Paste===3.5.2 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 14)) (3.5.2) 2022-09-20 12:36:15.160 | Requirement already satisfied: PasteDeploy===2.1.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 15)) (2.1.1) 2022-09-20 12:36:15.169 | Requirement already satisfied: PyYAML===6.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 22)) (6.0) 2022-09-20 12:36:15.172 | Requirement already satisfied: Routes===2.5.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 24)) (2.5.1) 2022-09-20 12:36:15.183 | Requirement already satisfied: SQLAlchemy===1.4.40 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 25)) (1.4.40) 2022-09-20 12:36:15.327 | Requirement already satisfied: WebOb===1.8.7 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 32)) (1.8.7) 2022-09-20 12:36:15.340 | Requirement already satisfied: alembic===1.8.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 78)) (1.8.1) 2022-09-20 12:36:15.354 | Requirement already satisfied: castellan===4.0.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 107)) (4.0.0) 2022-09-20 12:36:15.371 | Requirement already satisfied: cryptography===36.0.2 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 126)) (36.0.2) 2022-09-20 12:36:15.409 | Requirement already satisfied: cursive===0.2.2 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 127)) (0.2.2) 2022-09-20 12:36:15.422 | Requirement already satisfied: decorator===5.1.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 131)) (5.1.1) 2022-09-20 12:36:15.424 | Requirement already satisfied: eventlet===0.33.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 161)) (0.33.1) 2022-09-20 12:36:15.433 | Requirement already satisfied: futurist===2.4.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 173)) (2.4.1) 2022-09-20 12:36:15.435 | Requirement already satisfied: greenlet===1.1.3 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 187)) (1.1.3) 2022-09-20 12:36:15.440 | Requirement already satisfied: importlib-metadata===4.12.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 204)) (4.12.0) 2022-09-20 12:36:15.477 | Requirement already satisfied: importlib-resources===5.9.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 205)) (5.9.0) 2022-09-20 12:36:15.503 | Requirement already satisfied: iso8601===1.0.2 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 212)) (1.0.2) 2022-09-20 12:36:15.507 | Requirement already satisfied: jsonschema===4.14.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 223)) (4.14.0) 2022-09-20 12:36:15.551 | Requirement already satisfied: keystoneauth1===5.0.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 227)) (5.0.0) 2022-09-20 12:36:15.608 | Requirement already satisfied: keystonemiddleware===10.1.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 228)) (10.1.0) 2022-09-20 12:36:15.660 | Requirement already satisfied: lxml===4.9.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 240)) (4.9.1) 2022-09-20 12:36:15.669 | Requirement already satisfied: microversion-parse===1.0.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 244)) (1.0.1) 2022-09-20 12:36:15.674 | Requirement already satisfied: netaddr===0.8.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 260)) (0.8.0) 2022-09-20 12:36:15.678 | Requirement already satisfied: netifaces===0.11.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 261)) (0.11.0) 2022-09-20 12:36:15.681 | Requirement already satisfied: openstacksdk===0.101.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 283)) (0.101.0) 2022-09-20 12:36:15.707 | Requirement already satisfied: os-brick===6.1.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 287)) (6.1.0) 2022-09-20 12:36:15.729 | Requirement already satisfied: os-resource-classes===1.1.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 293)) (1.1.0) 2022-09-20 12:36:15.733 | Requirement already satisfied: os-service-types===1.7.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 294)) (1.7.0) 2022-09-20 12:36:15.738 | Requirement already satisfied: os-traits===2.9.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 296)) (2.9.0) 2022-09-20 12:36:15.743 | Requirement already satisfied: os-vif===2.8.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 297)) (2.8.0) 2022-09-20 12:36:15.765 | Requirement already satisfied: os-win===5.7.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 298)) (5.7.1) 2022-09-20 12:36:15.782 | Requirement already satisfied: oslo.cache===3.1.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 302)) (3.1.0) 2022-09-20 12:36:15.819 | Requirement already satisfied: oslo.concurrency===5.0.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 303)) (5.0.1) 2022-09-20 12:36:15.829 | Requirement already satisfied: oslo.config===9.0.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 304)) (9.0.0) 2022-09-20 12:36:15.868 | Requirement already satisfied: oslo.context===5.0.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 305)) (5.0.0) 2022-09-20 12:36:15.874 | Requirement already satisfied: oslo.db===12.1.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 306)) (12.1.0) 2022-09-20 12:36:15.920 | Requirement already satisfied: oslo.i18n===5.1.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 307)) (5.1.0) 2022-09-20 12:36:15.925 | Requirement already satisfied: oslo.limit===2.0.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 308)) (2.0.1) 2022-09-20 12:36:15.935 | Requirement already satisfied: oslo.log===5.0.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 309)) (5.0.0) 2022-09-20 12:36:15.972 | Requirement already satisfied: oslo.messaging===14.0.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 310)) (14.0.0) 2022-09-20 12:36:16.026 | Requirement already satisfied: oslo.metrics===0.5.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 311)) (0.5.0) 2022-09-20 12:36:16.036 | Requirement already satisfied: oslo.middleware===5.0.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 312)) (5.0.0) 2022-09-20 12:36:16.057 | Requirement already satisfied: oslo.policy===4.0.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 313)) (4.0.0) 2022-09-20 12:36:16.071 | Requirement already satisfied: oslo.privsep===3.0.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 314)) (3.0.1) 2022-09-20 12:36:16.084 | Requirement already satisfied: oslo.reports===2.4.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 315)) (2.4.0) 2022-09-20 12:36:16.096 | Requirement already satisfied: oslo.rootwrap===6.3.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 316)) (6.3.1) 2022-09-20 12:36:16.099 | Requirement already satisfied: oslo.serialization===5.0.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 317)) (5.0.0) 2022-09-20 12:36:16.108 | Requirement already satisfied: oslo.service===3.0.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 318)) (3.0.0) 2022-09-20 12:36:16.130 | Requirement already satisfied: oslo.upgradecheck===2.0.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 319)) (2.0.0) 2022-09-20 12:36:16.140 | Requirement already satisfied: oslo.utils===6.0.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 320)) (6.0.1) 2022-09-20 12:36:16.154 | Requirement already satisfied: oslo.versionedobjects===3.0.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 321)) (3.0.1) 2022-09-20 12:36:16.172 | Requirement already satisfied: ovsdbapp===2.1.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 327)) (2.1.0) 2022-09-20 12:36:16.209 | Requirement already satisfied: packaging===21.3 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 328)) (21.3) 2022-09-20 12:36:16.214 | Requirement already satisfied: paramiko===2.11.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 330)) (2.11.0) 2022-09-20 12:36:16.247 | Requirement already satisfied: pbr===5.10.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 332)) (5.10.0) 2022-09-20 12:36:16.250 | Requirement already satisfied: pkgutil-resolve-name===1.3.10 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 338)) (1.3.10) 2022-09-20 12:36:16.252 | Requirement already satisfied: prettytable===3.4.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 342)) (3.4.1) 2022-09-20 12:36:16.265 | Requirement already satisfied: prometheus-client===0.14.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 344)) (0.14.1) 2022-09-20 12:36:16.271 | Requirement already satisfied: psutil===5.9.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 346)) (5.9.1) 2022-09-20 12:36:16.289 | Requirement already satisfied: pycadf===3.1.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 356)) (3.1.1) 2022-09-20 12:36:16.299 | Requirement already satisfied: pyinotify===0.9.6 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 364)) (0.9.6) 2022-09-20 12:36:16.301 | Requirement already satisfied: pyparsing===3.0.9 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 369)) (3.0.9) 2022-09-20 12:36:16.308 | Requirement already satisfied: pyroute2===0.7.2 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 372)) (0.7.2) 2022-09-20 12:36:16.314 | Requirement already satisfied: pyrsistent===0.18.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 373)) (0.18.1) 2022-09-20 12:36:16.319 | Requirement already satisfied: python-barbicanclient===5.4.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 388)) (5.4.0) 2022-09-20 12:36:16.334 | Requirement already satisfied: python-cinderclient===9.1.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 391)) (9.1.0) 2022-09-20 12:36:16.349 | Requirement already satisfied: python-dateutil===2.8.2 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 396)) (2.8.2) 2022-09-20 12:36:16.354 | Requirement already satisfied: python-glanceclient===4.1.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 399)) (4.1.0) 2022-09-20 12:36:16.370 | Requirement already satisfied: python-keystoneclient===5.0.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 405)) (5.0.1) 2022-09-20 12:36:16.391 | Requirement already satisfied: python-neutronclient===8.1.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 415)) (8.1.0) 2022-09-20 12:36:16.416 | Requirement already satisfied: pytz===2022.2.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 435)) (2022.2.1) 2022-09-20 12:36:16.421 | Requirement already satisfied: repoze.lru===0.7 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 446)) (0.7) 2022-09-20 12:36:16.427 | Requirement already satisfied: requests===2.28.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 447)) (2.28.1) 2022-09-20 12:36:16.440 | Requirement already satisfied: requestsexceptions===1.4.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 455)) (1.4.0) 2022-09-20 12:36:16.443 | Requirement already satisfied: retrying===1.3.3 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 458)) (1.3.3) 2022-09-20 12:36:16.447 | Requirement already satisfied: rfc3986===1.5.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 460)) (1.5.0) 2022-09-20 12:36:16.452 | Requirement already satisfied: simplejson===3.17.6 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 482)) (3.17.6) 2022-09-20 12:36:16.455 | Requirement already satisfied: six===1.16.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 483)) (1.16.0) 2022-09-20 12:36:16.457 | Requirement already satisfied: sqlalchemy-migrate===0.13.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 510)) (0.13.0) 2022-09-20 12:36:16.468 | Requirement already satisfied: sqlparse===0.4.2 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 511)) (0.4.2) 2022-09-20 12:36:16.471 | Requirement already satisfied: statsd===3.3.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 514)) (3.3.0) 2022-09-20 12:36:16.473 | Requirement already satisfied: stevedore===4.0.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 516)) (4.0.0) 2022-09-20 12:36:16.477 | Requirement already satisfied: tenacity===6.3.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 531)) (6.3.1) 2022-09-20 12:36:16.492 | Requirement already satisfied: testresources===2.0.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 534)) (2.0.1) 2022-09-20 12:36:16.500 | Requirement already satisfied: testscenarios===0.5.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 535)) (0.5.0) 2022-09-20 12:36:16.506 | Requirement already satisfied: testtools===2.5.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 536)) (2.5.0) 2022-09-20 12:36:16.517 | Requirement already satisfied: tooz===3.1.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 545)) (3.1.0) 2022-09-20 12:36:16.575 | Requirement already satisfied: urllib3===1.26.12 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 562)) (1.26.12) 2022-09-20 12:36:16.609 | Requirement already satisfied: voluptuous===0.13.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 568)) (0.13.1) 2022-09-20 12:36:16.613 | Requirement already satisfied: warlock===2.0.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 571)) (2.0.1) 2022-09-20 12:36:16.619 | Requirement already satisfied: wcwidth===0.2.5 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 572)) (0.2.5) 2022-09-20 12:36:16.624 | Requirement already satisfied: websockify===0.10.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 575)) (0.10.0) 2022-09-20 12:36:16.628 | Requirement already satisfied: wrapt===1.14.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 577)) (1.14.1) 2022-09-20 12:36:16.632 | Requirement already satisfied: yappi===1.3.6 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 585)) (1.3.6) 2022-09-20 12:36:16.637 | Requirement already satisfied: zipp===3.8.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 590)) (3.8.1) 2022-09-20 12:36:16.663 | Requirement already satisfied: setuptools in /usr/lib/python3/dist-packages (from Paste===3.5.2->-c /opt/stack/requirements/upper-constraints.txt (line 14)) (45.2.0) 2022-09-20 12:36:16.666 | Requirement already satisfied: Mako===1.2.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 12)) (1.2.1) 2022-09-20 12:36:16.676 | Requirement already satisfied: cffi===1.15.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 110)) (1.15.1) 2022-09-20 12:36:16.680 | Requirement already satisfied: dnspython===2.2.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 147)) (2.2.1) 2022-09-20 12:36:16.707 | Requirement already satisfied: attrs===22.1.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 90)) (22.1.0) 2022-09-20 12:36:16.763 | Requirement already satisfied: jsonpatch===1.32 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 219)) (1.32) 2022-09-20 12:36:16.768 | Requirement already satisfied: jmespath===1.0.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 217)) (1.0.1) 2022-09-20 12:36:16.771 | Requirement already satisfied: munch===2.5.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 254)) (2.5.0) 2022-09-20 12:36:16.792 | Requirement already satisfied: dogpile.cache===1.1.8 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 151)) (1.1.8) 2022-09-20 12:36:16.798 | Requirement already satisfied: appdirs===1.4.4 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 86)) (1.4.4) 2022-09-20 12:36:16.801 | Requirement already satisfied: debtcollector===2.5.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 130)) (2.5.0) 2022-09-20 12:36:16.807 | Requirement already satisfied: fasteners===0.17.3 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 166)) (0.17.3) 2022-09-20 12:36:16.810 | Requirement already satisfied: cachetools===5.2.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 103)) (5.2.0) 2022-09-20 12:36:16.813 | Requirement already satisfied: kombu===5.2.4 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 229)) (5.2.4) 2022-09-20 12:36:16.858 | Requirement already satisfied: amqp===5.1.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 79)) (5.1.1) 2022-09-20 12:36:16.863 | Requirement already satisfied: bcrypt===4.0.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 95)) (4.0.0) 2022-09-20 12:36:16.869 | Requirement already satisfied: msgpack===1.0.4 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 253)) (1.0.4) 2022-09-20 12:36:16.872 | Requirement already satisfied: fixtures===4.0.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 168)) (4.0.1) 2022-09-20 12:36:16.884 | Requirement already satisfied: ovs===2.17.1.post1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 326)) (2.17.1.post1) 2022-09-20 12:36:16.889 | Requirement already satisfied: PyNaCl===1.5.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 21)) (1.5.0) 2022-09-20 12:36:16.900 | Requirement already satisfied: cliff===4.0.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 114)) (4.0.0) 2022-09-20 12:36:16.910 | Requirement already satisfied: pyOpenSSL===22.0.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 352)) (22.0.0) 2022-09-20 12:36:16.923 | Requirement already satisfied: osc-lib===2.6.2 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 300)) (2.6.2) 2022-09-20 12:36:16.938 | Requirement already satisfied: os-client-config===2.1.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 288)) (2.1.0) 2022-09-20 12:36:16.941 | Requirement already satisfied: charset-normalizer===2.1.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 112)) (2.1.1) 2022-09-20 12:36:16.946 | Requirement already satisfied: idna===3.3 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 200)) (3.3) 2022-09-20 12:36:16.950 | Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3/dist-packages (from requests===2.28.1->-c /opt/stack/requirements/upper-constraints.txt (line 447)) (2019.11.28) 2022-09-20 12:36:16.952 | Requirement already satisfied: Tempita===0.5.2 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 29)) (0.5.2) 2022-09-20 12:36:16.954 | Requirement already satisfied: extras===1.0.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 164)) (1.0.0) 2022-09-20 12:36:16.956 | Requirement already satisfied: numpy===1.23.2 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 274)) (1.23.2) 2022-09-20 12:36:16.959 | Requirement already satisfied: pycparser===2.21 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 358)) (2.21) 2022-09-20 12:36:16.962 | Requirement already satisfied: jsonpointer===2.3 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 222)) (2.3) 2022-09-20 12:36:16.965 | Requirement already satisfied: vine===5.0.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 564)) (5.0.0) 2022-09-20 12:36:16.967 | Requirement already satisfied: sortedcontainers===2.4.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 487)) (2.4.0) 2022-09-20 12:36:16.970 | Requirement already satisfied: autopage===0.5.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 93)) (0.5.1) 2022-09-20 12:36:16.973 | Requirement already satisfied: cmd2===2.4.2 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 115)) (2.4.2) 2022-09-20 12:36:17.022 | Requirement already satisfied: pyperclip===1.8.2 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 370)) (1.8.2) 2022-09-20 12:36:18.023 | Installing collected packages: nova 2022-09-20 12:36:18.023 | Attempting uninstall: nova 2022-09-20 12:36:18.024 | Found existing installation: nova 26.0.0.0rc2.dev7 2022-09-20 12:36:18.029 | Can't uninstall 'nova'. No files were found to uninstall. 2022-09-20 12:36:18.030 | Running setup.py develop for nova 2022-09-20 12:36:21.686 | Successfully installed nova 2022-09-20 12:36:21.807 | + inc/python:pip_install:196 : result=0 2022-09-20 12:36:21.809 | + inc/python:pip_install:198 : time_stop pip_install 2022-09-20 12:36:21.811 | + functions-common:time_stop:2439 : local name 2022-09-20 12:36:21.814 | + functions-common:time_stop:2440 : local end_time 2022-09-20 12:36:21.816 | + functions-common:time_stop:2441 : local elapsed_time 2022-09-20 12:36:21.819 | + functions-common:time_stop:2442 : local total 2022-09-20 12:36:21.821 | + functions-common:time_stop:2443 : local start_time 2022-09-20 12:36:21.824 | + functions-common:time_stop:2445 : name=pip_install 2022-09-20 12:36:21.826 | + functions-common:time_stop:2446 : start_time=1663677368589 2022-09-20 12:36:21.828 | + functions-common:time_stop:2448 : [[ -z 1663677368589 ]] 2022-09-20 12:36:21.831 | ++ functions-common:time_stop:2451 : date +%s%3N 2022-09-20 12:36:21.836 | + functions-common:time_stop:2451 : end_time=1663677381833 2022-09-20 12:36:21.838 | + functions-common:time_stop:2452 : elapsed_time=13244 2022-09-20 12:36:21.840 | + functions-common:time_stop:2453 : total=108947 2022-09-20 12:36:21.842 | + functions-common:time_stop:2455 : _TIME_START[$name]= 2022-09-20 12:36:21.845 | + functions-common:time_stop:2456 : _TIME_TOTAL[$name]=122191 2022-09-20 12:36:21.847 | + inc/python:pip_install:199 : return 0 2022-09-20 12:36:21.850 | + inc/python:setup_package:444 : [[ -e == \-\e ]] 2022-09-20 12:36:21.852 | + inc/python:setup_package:445 : safe_chown -R ubuntu /opt/stack/nova/nova.egg-info 2022-09-20 12:36:21.855 | + functions-common:safe_chown:2340 : _safe_permission_operation chown -R ubuntu /opt/stack/nova/nova.egg-info 2022-09-20 12:36:21.874 | + functions-common:_safe_permission_operation:2188 : sudo chown -R ubuntu /opt/stack/nova/nova.egg-info 2022-09-20 12:36:21.886 | + inc/python:_setup_package_with_constraints_edit:390 : use_library_from_git /opt/stack/nova 2022-09-20 12:36:21.889 | + inc/python:use_library_from_git:246 : local name=/opt/stack/nova 2022-09-20 12:36:21.892 | + inc/python:use_library_from_git:247 : local enabled=1 2022-09-20 12:36:21.894 | + inc/python:use_library_from_git:248 : [[ cinder-tempest-plugin = \A\L\L ]] 2022-09-20 12:36:21.897 | + inc/python:use_library_from_git:248 : [[ ,cinder-tempest-plugin, =~ ,/opt/stack/nova, ]] 2022-09-20 12:36:21.900 | + inc/python:use_library_from_git:249 : return 1 2022-09-20 12:36:21.902 | + lib/nova:install_nova:910 : sudo install -D -m 0644 -o ubuntu /opt/stack/nova/tools/nova-manage.bash_completion /etc/bash_completion.d/nova-manage.bash_completion 2022-09-20 12:36:21.916 | + lib/stack:stack_install_service:33 : [[ False = True ]] 2022-09-20 12:36:21.918 | + ./stack.sh:main:932 : configure_nova 2022-09-20 12:36:21.921 | + lib/nova:configure_nova:234 : sudo install -d -o ubuntu /etc/nova 2022-09-20 12:36:21.934 | + lib/nova:configure_nova:236 : configure_rootwrap nova 2022-09-20 12:36:21.937 | + inc/rootwrap:configure_rootwrap:43 : local project=nova 2022-09-20 12:36:21.939 | + inc/rootwrap:configure_rootwrap:44 : local project_uc 2022-09-20 12:36:21.943 | ++ inc/rootwrap:configure_rootwrap:45 : echo nova 2022-09-20 12:36:21.943 | ++ inc/rootwrap:configure_rootwrap:45 : tr a-z A-Z 2022-09-20 12:36:21.949 | + inc/rootwrap:configure_rootwrap:45 : project_uc=NOVA 2022-09-20 12:36:21.952 | + inc/rootwrap:configure_rootwrap:46 : local bin_dir=NOVA_BIN_DIR 2022-09-20 12:36:21.955 | + inc/rootwrap:configure_rootwrap:47 : bin_dir=/usr/local/bin 2022-09-20 12:36:21.957 | + inc/rootwrap:configure_rootwrap:48 : local project_dir=NOVA_DIR 2022-09-20 12:36:21.960 | + inc/rootwrap:configure_rootwrap:49 : project_dir=/opt/stack/nova 2022-09-20 12:36:21.962 | + inc/rootwrap:configure_rootwrap:51 : local rootwrap_conf_src_dir=/opt/stack/nova/etc/nova 2022-09-20 12:36:21.965 | + inc/rootwrap:configure_rootwrap:52 : local rootwrap_bin=/usr/local/bin/nova-rootwrap 2022-09-20 12:36:21.967 | + inc/rootwrap:configure_rootwrap:55 : sudo rm -rf /etc/nova/rootwrap.d 2022-09-20 12:36:21.980 | + inc/rootwrap:configure_rootwrap:56 : sudo install -d -o root -g root -m 755 /etc/nova/rootwrap.d 2022-09-20 12:36:21.993 | + 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-09-20 12:36:22.006 | + 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-09-20 12:36:22.018 | + inc/rootwrap:configure_rootwrap:61 : sudo sed -e 's:^filters_path=.*$:filters_path=/etc/nova/rootwrap.d:' -i /etc/nova/rootwrap.conf 2022-09-20 12:36:22.031 | + inc/rootwrap:configure_rootwrap:64 : local tempfile 2022-09-20 12:36:22.034 | ++ inc/rootwrap:configure_rootwrap:65 : mktemp 2022-09-20 12:36:22.039 | + inc/rootwrap:configure_rootwrap:65 : tempfile=/tmp/tmp.Z1wwi3sPIA 2022-09-20 12:36:22.042 | + inc/rootwrap:configure_rootwrap:67 : rootwrap_sudo_cmd='/usr/local/bin/nova-rootwrap /etc/nova/rootwrap.conf *' 2022-09-20 12:36:22.044 | + inc/rootwrap:configure_rootwrap:68 : echo 'ubuntu ALL=(root) NOPASSWD: /usr/local/bin/nova-rootwrap /etc/nova/rootwrap.conf *' 2022-09-20 12:36:22.047 | + inc/rootwrap:configure_rootwrap:69 : '[' -f /usr/local/bin/nova-rootwrap-daemon ']' 2022-09-20 12:36:22.049 | + inc/rootwrap:configure_rootwrap:71 : rootwrap_sudo_cmd='/usr/local/bin/nova-rootwrap-daemon /etc/nova/rootwrap.conf' 2022-09-20 12:36:22.052 | + inc/rootwrap:configure_rootwrap:72 : echo 'ubuntu ALL=(root) NOPASSWD: /usr/local/bin/nova-rootwrap-daemon /etc/nova/rootwrap.conf' 2022-09-20 12:36:22.055 | + inc/rootwrap:configure_rootwrap:74 : chmod 0440 /tmp/tmp.Z1wwi3sPIA 2022-09-20 12:36:22.060 | + inc/rootwrap:configure_rootwrap:75 : sudo chown root:root /tmp/tmp.Z1wwi3sPIA 2022-09-20 12:36:22.073 | + inc/rootwrap:configure_rootwrap:76 : sudo mv /tmp/tmp.Z1wwi3sPIA /etc/sudoers.d/nova-rootwrap 2022-09-20 12:36:22.086 | ++ inc/rootwrap:configure_rootwrap:80 : dirname /usr/local/bin/nova-rootwrap 2022-09-20 12:36:22.091 | + inc/rootwrap:configure_rootwrap:80 : add_sudo_secure_path /usr/local/bin 2022-09-20 12:36:22.093 | + inc/rootwrap:add_sudo_secure_path:21 : local dir=/usr/local/bin 2022-09-20 12:36:22.096 | + inc/rootwrap:add_sudo_secure_path:22 : local line 2022-09-20 12:36:22.099 | + inc/rootwrap:add_sudo_secure_path:25 : [[ -r /etc/sudoers.d/zz-secure-path ]] 2022-09-20 12:36:22.102 | + 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-09-20 12:36:22.104 | + 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-09-20 12:36:22.107 | + lib/nova:configure_nova:238 : [[ key,n-api,n-cond,n-sch,n-api-meta,placement-api,placement-client,g-api,c-sch,c-api,ovn-controller,ovn-northd,ovs-vswitchd,ovsdb-server,q-svc,q-ovn-metadata-agent,rabbit,tempest,mysql,etcd3,dstat,n-crt,n-cauth,q-agt,q-dhcp,q-l3,q-meta,q-metering,q-vpn,g-reg,cinder,s-proxy,s-object,s-container,s-account,heat,h-api,h-api-cfn,h-api-cw,h-eng,ceilometer-acentral,ceilometer-acompute,ceilometer-collector,ceilometer-api,ceilometer-anotification =~ n-api ]] 2022-09-20 12:36:22.110 | + lib/nova:configure_nova:240 : cp /opt/stack/nova/etc/nova/api-paste.ini /etc/nova 2022-09-20 12:36:22.115 | + lib/nova:configure_nova:243 : is_service_enabled n-cpu 2022-09-20 12:36:22.132 | + functions-common:is_service_enabled:2095 : return 1 2022-09-20 12:36:22.134 | + lib/nova:configure_nova:320 : create_nova_conf 2022-09-20 12:36:22.137 | + lib/nova:create_nova_conf:394 : rm -f /opt/stack/nova/bin/nova.conf 2022-09-20 12:36:22.141 | + lib/nova:create_nova_conf:397 : rm -f /etc/nova/nova.conf 2022-09-20 12:36:22.144 | + lib/nova:create_nova_conf:398 : iniset /etc/nova/nova.conf DEFAULT debug True 2022-09-20 12:36:22.179 | + lib/nova:create_nova_conf:399 : '[' True == True ']' 2022-09-20 12:36:22.181 | + lib/nova:create_nova_conf:400 : iniset /etc/nova/nova.conf DEFAULT allow_resize_to_same_host True 2022-09-20 12:36:22.213 | + lib/nova:create_nova_conf:402 : iniset /etc/nova/nova.conf wsgi api_paste_config /etc/nova/api-paste.ini 2022-09-20 12:36:22.247 | + lib/nova:create_nova_conf:403 : iniset /etc/nova/nova.conf DEFAULT rootwrap_config /etc/nova/rootwrap.conf 2022-09-20 12:36:22.280 | + lib/nova:create_nova_conf:404 : iniset /etc/nova/nova.conf filter_scheduler enabled_filters AvailabilityZoneFilter,ComputeFilter,ComputeCapabilitiesFilter,ImagePropertiesFilter,ServerGroupAntiAffinityFilter,ServerGroupAffinityFilter,SameHostFilter,DifferentHostFilter 2022-09-20 12:36:22.315 | + lib/nova:create_nova_conf:405 : iniset /etc/nova/nova.conf scheduler workers 2 2022-09-20 12:36:22.350 | + lib/nova:create_nova_conf:406 : iniset /etc/nova/nova.conf neutron default_floating_pool public 2022-09-20 12:36:22.385 | + lib/nova:create_nova_conf:407 : [[ 4 == 6 ]] 2022-09-20 12:36:22.388 | + lib/nova:create_nova_conf:410 : iniset /etc/nova/nova.conf DEFAULT my_ip 10.222.0.52 2022-09-20 12:36:22.420 | + lib/nova:create_nova_conf:412 : iniset /etc/nova/nova.conf DEFAULT instance_name_template instance-%08x 2022-09-20 12:36:22.452 | + lib/nova:create_nova_conf:413 : iniset /etc/nova/nova.conf DEFAULT osapi_compute_listen 0.0.0.0 2022-09-20 12:36:22.484 | + lib/nova:create_nova_conf:414 : iniset /etc/nova/nova.conf DEFAULT metadata_listen 0.0.0.0 2022-09-20 12:36:22.516 | + lib/nova:create_nova_conf:415 : iniset /etc/nova/nova.conf DEFAULT shutdown_timeout 0 2022-09-20 12:36:22.549 | + lib/nova:create_nova_conf:417 : iniset /etc/nova/nova.conf key_manager backend nova.keymgr.conf_key_mgr.ConfKeyManager 2022-09-20 12:36:22.584 | + lib/nova:create_nova_conf:419 : is_fedora 2022-09-20 12:36:22.587 | + functions-common:is_fedora:519 : [[ -z Ubuntu ]] 2022-09-20 12:36:22.589 | + functions-common:is_fedora:523 : '[' Ubuntu = Fedora ']' 2022-09-20 12:36:22.591 | + functions-common:is_fedora:523 : '[' Ubuntu = 'Red Hat' ']' 2022-09-20 12:36:22.593 | + functions-common:is_fedora:524 : '[' Ubuntu = RedHatEnterpriseServer ']' 2022-09-20 12:36:22.596 | + functions-common:is_fedora:525 : '[' Ubuntu = RedHatEnterprise ']' 2022-09-20 12:36:22.598 | + functions-common:is_fedora:526 : '[' Ubuntu = CentOS ']' 2022-09-20 12:36:22.601 | + functions-common:is_fedora:526 : '[' Ubuntu = CentOSStream ']' 2022-09-20 12:36:22.603 | + functions-common:is_fedora:527 : '[' Ubuntu = AlmaLinux ']' 2022-09-20 12:36:22.606 | + functions-common:is_fedora:528 : '[' Ubuntu = OracleServer ']' 2022-09-20 12:36:22.608 | + functions-common:is_fedora:528 : '[' Ubuntu = Virtuozzo ']' 2022-09-20 12:36:22.610 | + lib/nova:create_nova_conf:419 : is_suse 2022-09-20 12:36:22.612 | + functions-common:is_suse:536 : is_opensuse 2022-09-20 12:36:22.615 | + functions-common:is_opensuse:543 : [[ -z Ubuntu ]] 2022-09-20 12:36:22.618 | + functions-common:is_opensuse:547 : [[ Ubuntu =~ (openSUSE) ]] 2022-09-20 12:36:22.620 | + functions-common:is_suse:536 : is_suse_linux_enterprise 2022-09-20 12:36:22.622 | + functions-common:is_suse_linux_enterprise:555 : [[ -z Ubuntu ]] 2022-09-20 12:36:22.624 | + functions-common:is_suse_linux_enterprise:559 : [[ Ubuntu =~ (^SUSE) ]] 2022-09-20 12:36:22.627 | + lib/nova:create_nova_conf:428 : is_service_enabled n-api n-cond n-sched 2022-09-20 12:36:22.644 | + functions-common:is_service_enabled:2095 : return 0 2022-09-20 12:36:22.646 | + lib/nova:create_nova_conf:432 : [[ superconductor == \s\i\n\g\l\e\c\o\n\d\u\c\t\o\r ]] 2022-09-20 12:36:22.648 | + lib/nova:create_nova_conf:435 : local db=nova_cell0 2022-09-20 12:36:22.651 | + lib/nova:create_nova_conf:438 : iniset /etc/nova/nova.conf filter_scheduler track_instance_changes False 2022-09-20 12:36:22.683 | ++ lib/nova:create_nova_conf:441 : database_connection_url nova_cell0 2022-09-20 12:36:22.685 | ++ lib/database:database_connection_url:134 : local db=nova_cell0 2022-09-20 12:36:22.688 | ++ lib/database:database_connection_url:135 : database_connection_url_mysql nova_cell0 2022-09-20 12:36:22.690 | ++ lib/databases/mysql:database_connection_url_mysql:224 : local db=nova_cell0 2022-09-20 12:36:22.693 | ++ lib/databases/mysql:database_connection_url_mysql:225 : local plugin 2022-09-20 12:36:22.695 | ++ lib/databases/mysql:database_connection_url_mysql:229 : [[ True == \T\r\u\e ]] 2022-09-20 12:36:22.698 | ++ lib/databases/mysql:database_connection_url_mysql:230 : is_service_enabled mysql 2022-09-20 12:36:22.714 | ++ functions-common:is_service_enabled:2095 : return 0 2022-09-20 12:36:22.716 | ++ lib/databases/mysql:database_connection_url_mysql:231 : plugin='&plugin=dbcounter' 2022-09-20 12:36:22.719 | ++ lib/databases/mysql:database_connection_url_mysql:235 : echo 'mysql+pymysql://root:Passw0rd@127.0.0.1/nova_cell0?charset=utf8&plugin=dbcounter' 2022-09-20 12:36:22.721 | + lib/nova:create_nova_conf:441 : iniset /etc/nova/nova.conf database connection 'mysql+pymysql://root:Passw0rd@127.0.0.1/nova_cell0?charset=utf8&plugin=dbcounter' 2022-09-20 12:36:22.756 | ++ lib/nova:create_nova_conf:442 : database_connection_url nova_api 2022-09-20 12:36:22.759 | ++ lib/database:database_connection_url:134 : local db=nova_api 2022-09-20 12:36:22.761 | ++ lib/database:database_connection_url:135 : database_connection_url_mysql nova_api 2022-09-20 12:36:22.764 | ++ lib/databases/mysql:database_connection_url_mysql:224 : local db=nova_api 2022-09-20 12:36:22.766 | ++ lib/databases/mysql:database_connection_url_mysql:225 : local plugin 2022-09-20 12:36:22.768 | ++ lib/databases/mysql:database_connection_url_mysql:229 : [[ True == \T\r\u\e ]] 2022-09-20 12:36:22.771 | ++ lib/databases/mysql:database_connection_url_mysql:230 : is_service_enabled mysql 2022-09-20 12:36:22.787 | ++ functions-common:is_service_enabled:2095 : return 0 2022-09-20 12:36:22.790 | ++ lib/databases/mysql:database_connection_url_mysql:231 : plugin='&plugin=dbcounter' 2022-09-20 12:36:22.792 | ++ lib/databases/mysql:database_connection_url_mysql:235 : echo 'mysql+pymysql://root:Passw0rd@127.0.0.1/nova_api?charset=utf8&plugin=dbcounter' 2022-09-20 12:36:22.795 | + lib/nova:create_nova_conf:442 : iniset /etc/nova/nova.conf api_database connection 'mysql+pymysql://root:Passw0rd@127.0.0.1/nova_api?charset=utf8&plugin=dbcounter' 2022-09-20 12:36:22.829 | + lib/nova:create_nova_conf:447 : iniset /etc/nova/nova.conf cache enabled True 2022-09-20 12:36:22.864 | + lib/nova:create_nova_conf:448 : iniset /etc/nova/nova.conf cache backend dogpile.cache.memcached 2022-09-20 12:36:22.898 | + lib/nova:create_nova_conf:449 : iniset /etc/nova/nova.conf cache memcache_servers localhost:11211 2022-09-20 12:36:22.929 | + lib/nova:create_nova_conf:452 : is_service_enabled n-api 2022-09-20 12:36:22.947 | + functions-common:is_service_enabled:2095 : return 0 2022-09-20 12:36:22.949 | + lib/nova:create_nova_conf:453 : is_service_enabled n-api-meta 2022-09-20 12:36:22.967 | + functions-common:is_service_enabled:2095 : return 0 2022-09-20 12:36:22.970 | ++ lib/nova:create_nova_conf:455 : echo osapi_compute,metadata 2022-09-20 12:36:22.970 | ++ lib/nova:create_nova_conf:455 : sed s/,metadata// 2022-09-20 12:36:22.976 | + lib/nova:create_nova_conf:455 : NOVA_ENABLED_APIS=osapi_compute 2022-09-20 12:36:22.979 | + lib/nova:create_nova_conf:457 : iniset /etc/nova/nova.conf DEFAULT enabled_apis osapi_compute 2022-09-20 12:36:23.012 | + lib/nova:create_nova_conf:458 : is_service_enabled tls-proxy 2022-09-20 12:36:23.028 | + functions-common:is_service_enabled:2095 : return 1 2022-09-20 12:36:23.031 | + lib/nova:create_nova_conf:464 : configure_keystone_authtoken_middleware /etc/nova/nova.conf nova 2022-09-20 12:36:23.033 | + lib/keystone:configure_keystone_authtoken_middleware:447 : local conf_file=/etc/nova/nova.conf 2022-09-20 12:36:23.035 | + lib/keystone:configure_keystone_authtoken_middleware:448 : local admin_user=nova 2022-09-20 12:36:23.038 | + lib/keystone:configure_keystone_authtoken_middleware:449 : local section=keystone_authtoken 2022-09-20 12:36:23.040 | + lib/keystone:configure_keystone_authtoken_middleware:451 : iniset /etc/nova/nova.conf keystone_authtoken auth_type password 2022-09-20 12:36:23.075 | + lib/keystone:configure_keystone_authtoken_middleware:452 : iniset /etc/nova/nova.conf keystone_authtoken interface public 2022-09-20 12:36:23.108 | + lib/keystone:configure_keystone_authtoken_middleware:453 : iniset /etc/nova/nova.conf keystone_authtoken auth_url http://10.222.0.52/identity 2022-09-20 12:36:23.144 | + lib/keystone:configure_keystone_authtoken_middleware:454 : iniset /etc/nova/nova.conf keystone_authtoken username nova 2022-09-20 12:36:23.178 | + lib/keystone:configure_keystone_authtoken_middleware:455 : iniset /etc/nova/nova.conf keystone_authtoken password Passw0rd 2022-09-20 12:36:23.212 | + lib/keystone:configure_keystone_authtoken_middleware:456 : iniset /etc/nova/nova.conf keystone_authtoken user_domain_name Default 2022-09-20 12:36:23.248 | + lib/keystone:configure_keystone_authtoken_middleware:457 : iniset /etc/nova/nova.conf keystone_authtoken project_name service 2022-09-20 12:36:23.284 | + lib/keystone:configure_keystone_authtoken_middleware:458 : iniset /etc/nova/nova.conf keystone_authtoken project_domain_name Default 2022-09-20 12:36:23.318 | + lib/keystone:configure_keystone_authtoken_middleware:460 : iniset /etc/nova/nova.conf keystone_authtoken cafile /opt/stack/data/ca-bundle.pem 2022-09-20 12:36:23.354 | + lib/keystone:configure_keystone_authtoken_middleware:461 : iniset /etc/nova/nova.conf keystone_authtoken memcached_servers localhost:11211 2022-09-20 12:36:23.388 | + lib/nova:create_nova_conf:467 : is_service_enabled cinder 2022-09-20 12:36:23.406 | + functions-common:is_service_enabled:2095 : return 0 2022-09-20 12:36:23.408 | + lib/nova:create_nova_conf:468 : configure_cinder_access 2022-09-20 12:36:23.411 | + lib/nova:configure_cinder_access:595 : iniset /etc/nova/nova.conf cinder os_region_name RegionOne 2022-09-20 12:36:23.448 | + lib/nova:configure_cinder_access:596 : iniset /etc/nova/nova.conf cinder auth_type password 2022-09-20 12:36:23.484 | + lib/nova:configure_cinder_access:597 : iniset /etc/nova/nova.conf cinder auth_url http://10.222.0.52/identity 2022-09-20 12:36:23.517 | + lib/nova:configure_cinder_access:604 : iniset /etc/nova/nova.conf cinder username nova 2022-09-20 12:36:23.552 | + lib/nova:configure_cinder_access:605 : iniset /etc/nova/nova.conf cinder password Passw0rd 2022-09-20 12:36:23.586 | + lib/nova:configure_cinder_access:606 : iniset /etc/nova/nova.conf cinder user_domain_name Default 2022-09-20 12:36:23.624 | + lib/nova:configure_cinder_access:607 : iniset /etc/nova/nova.conf cinder project_name service 2022-09-20 12:36:23.659 | + lib/nova:configure_cinder_access:608 : iniset /etc/nova/nova.conf cinder project_domain_name Default 2022-09-20 12:36:23.693 | + lib/nova:configure_cinder_access:609 : is_service_enabled tls-proxy 2022-09-20 12:36:23.710 | + functions-common:is_service_enabled:2095 : return 1 2022-09-20 12:36:23.713 | + lib/nova:create_nova_conf:471 : '[' -n /opt/stack/data/nova ']' 2022-09-20 12:36:23.715 | + lib/nova:create_nova_conf:472 : iniset /etc/nova/nova.conf DEFAULT state_path /opt/stack/data/nova 2022-09-20 12:36:23.752 | + lib/nova:create_nova_conf:473 : iniset /etc/nova/nova.conf oslo_concurrency lock_path /opt/stack/data/nova 2022-09-20 12:36:23.791 | + lib/nova:create_nova_conf:475 : '[' -n /opt/stack/data/nova/instances ']' 2022-09-20 12:36:23.793 | + lib/nova:create_nova_conf:476 : iniset /etc/nova/nova.conf DEFAULT instances_path /opt/stack/data/nova/instances 2022-09-20 12:36:23.829 | + lib/nova:create_nova_conf:478 : '[' False '!=' False ']' 2022-09-20 12:36:23.831 | + lib/nova:create_nova_conf:481 : '[' False '!=' False ']' 2022-09-20 12:36:23.835 | + lib/nova:create_nova_conf:487 : is_suse 2022-09-20 12:36:23.837 | + functions-common:is_suse:536 : is_opensuse 2022-09-20 12:36:23.840 | + functions-common:is_opensuse:543 : [[ -z Ubuntu ]] 2022-09-20 12:36:23.842 | + functions-common:is_opensuse:547 : [[ Ubuntu =~ (openSUSE) ]] 2022-09-20 12:36:23.844 | + functions-common:is_suse:536 : is_suse_linux_enterprise 2022-09-20 12:36:23.847 | + functions-common:is_suse_linux_enterprise:555 : [[ -z Ubuntu ]] 2022-09-20 12:36:23.850 | + functions-common:is_suse_linux_enterprise:559 : [[ Ubuntu =~ (^SUSE) ]] 2022-09-20 12:36:23.852 | + lib/nova:create_nova_conf:487 : is_fedora 2022-09-20 12:36:23.855 | + functions-common:is_fedora:519 : [[ -z Ubuntu ]] 2022-09-20 12:36:23.857 | + functions-common:is_fedora:523 : '[' Ubuntu = Fedora ']' 2022-09-20 12:36:23.859 | + functions-common:is_fedora:523 : '[' Ubuntu = 'Red Hat' ']' 2022-09-20 12:36:23.862 | + functions-common:is_fedora:524 : '[' Ubuntu = RedHatEnterpriseServer ']' 2022-09-20 12:36:23.864 | + functions-common:is_fedora:525 : '[' Ubuntu = RedHatEnterprise ']' 2022-09-20 12:36:23.867 | + functions-common:is_fedora:526 : '[' Ubuntu = CentOS ']' 2022-09-20 12:36:23.869 | + functions-common:is_fedora:526 : '[' Ubuntu = CentOSStream ']' 2022-09-20 12:36:23.872 | + functions-common:is_fedora:527 : '[' Ubuntu = AlmaLinux ']' 2022-09-20 12:36:23.874 | + functions-common:is_fedora:528 : '[' Ubuntu = OracleServer ']' 2022-09-20 12:36:23.877 | + functions-common:is_fedora:528 : '[' Ubuntu = Virtuozzo ']' 2022-09-20 12:36:23.879 | + lib/nova:create_nova_conf:492 : setup_logging /etc/nova/nova.conf 2022-09-20 12:36:23.882 | + functions:setup_logging:674 : setup_systemd_logging /etc/nova/nova.conf 2022-09-20 12:36:23.884 | + functions:setup_systemd_logging:689 : local conf_file=/etc/nova/nova.conf 2022-09-20 12:36:23.887 | ++ functions:setup_systemd_logging:694 : trueorfalse False USE_JOURNAL 2022-09-20 12:36:23.909 | + functions:setup_systemd_logging:694 : USE_JOURNAL=False 2022-09-20 12:36:23.912 | + functions:setup_systemd_logging:695 : local pidstr= 2022-09-20 12:36:23.915 | + functions:setup_systemd_logging:696 : [[ False == \T\r\u\e ]] 2022-09-20 12:36:23.917 | + functions:setup_systemd_logging:700 : pidstr='(pid=%(process)d) ' 2022-09-20 12:36:23.920 | + 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-09-20 12:36:23.954 | + 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-09-20 12:36:23.988 | + 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-09-20 12:36:24.024 | + functions:setup_systemd_logging:706 : iniset /etc/nova/nova.conf DEFAULT logging_exception_prefix 'ERROR %(name)s %(instance)s' 2022-09-20 12:36:24.057 | + lib/nova:create_nova_conf:494 : iniset /etc/nova/nova.conf upgrade_levels compute auto 2022-09-20 12:36:24.095 | + lib/nova:create_nova_conf:496 : is_service_enabled n-api 2022-09-20 12:36:24.114 | + functions-common:is_service_enabled:2095 : return 0 2022-09-20 12:36:24.117 | + lib/nova:create_nova_conf:497 : write_uwsgi_config /etc/nova/nova-api-uwsgi.ini /usr/local/bin/nova-api-wsgi /compute 2022-09-20 12:36:24.119 | + lib/apache:write_uwsgi_config:254 : local file=/etc/nova/nova-api-uwsgi.ini 2022-09-20 12:36:24.121 | + lib/apache:write_uwsgi_config:255 : local wsgi=/usr/local/bin/nova-api-wsgi 2022-09-20 12:36:24.124 | + lib/apache:write_uwsgi_config:256 : local url=/compute 2022-09-20 12:36:24.126 | + lib/apache:write_uwsgi_config:257 : local http= 2022-09-20 12:36:24.128 | + lib/apache:write_uwsgi_config:258 : local name= 2022-09-20 12:36:24.132 | ++ lib/apache:write_uwsgi_config:259 : basename /usr/local/bin/nova-api-wsgi 2022-09-20 12:36:24.137 | + lib/apache:write_uwsgi_config:259 : name=nova-api-wsgi 2022-09-20 12:36:24.143 | + lib/apache:write_uwsgi_config:263 : local socket_dir=/var/run/uwsgi 2022-09-20 12:36:24.146 | + lib/apache:write_uwsgi_config:267 : sudo mkdir -p /etc/tmpfiles.d/ 2022-09-20 12:36:24.159 | + lib/apache:write_uwsgi_config:268 : echo 'd /var/run/uwsgi 0755 ubuntu root' 2022-09-20 12:36:24.160 | + lib/apache:write_uwsgi_config:268 : sudo tee /etc/tmpfiles.d/uwsgi.conf 2022-09-20 12:36:24.169 | d /var/run/uwsgi 0755 ubuntu root 2022-09-20 12:36:24.173 | + lib/apache:write_uwsgi_config:269 : sudo systemd-tmpfiles --create /etc/tmpfiles.d/uwsgi.conf 2022-09-20 12:36:24.189 | + lib/apache:write_uwsgi_config:271 : local socket=/var/run/uwsgi/nova-api-wsgi.socket 2022-09-20 12:36:24.192 | + lib/apache:write_uwsgi_config:274 : rm -rf /etc/nova/nova-api-uwsgi.ini 2022-09-20 12:36:24.196 | + lib/apache:write_uwsgi_config:275 : iniset /etc/nova/nova-api-uwsgi.ini uwsgi wsgi-file /usr/local/bin/nova-api-wsgi 2022-09-20 12:36:24.232 | + lib/apache:write_uwsgi_config:276 : iniset /etc/nova/nova-api-uwsgi.ini uwsgi processes 2 2022-09-20 12:36:24.266 | + lib/apache:write_uwsgi_config:278 : iniset /etc/nova/nova-api-uwsgi.ini uwsgi master true 2022-09-20 12:36:24.301 | + lib/apache:write_uwsgi_config:280 : iniset /etc/nova/nova-api-uwsgi.ini uwsgi die-on-term true 2022-09-20 12:36:24.334 | + lib/apache:write_uwsgi_config:281 : iniset /etc/nova/nova-api-uwsgi.ini uwsgi exit-on-reload false 2022-09-20 12:36:24.366 | + lib/apache:write_uwsgi_config:284 : iniset /etc/nova/nova-api-uwsgi.ini uwsgi worker-reload-mercy 90 2022-09-20 12:36:24.401 | + lib/apache:write_uwsgi_config:285 : iniset /etc/nova/nova-api-uwsgi.ini uwsgi enable-threads true 2022-09-20 12:36:24.436 | + lib/apache:write_uwsgi_config:286 : iniset /etc/nova/nova-api-uwsgi.ini uwsgi plugins http,python3 2022-09-20 12:36:24.471 | + lib/apache:write_uwsgi_config:288 : iniset /etc/nova/nova-api-uwsgi.ini uwsgi thunder-lock true 2022-09-20 12:36:24.504 | + 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-09-20 12:36:24.539 | + lib/apache:write_uwsgi_config:292 : iniset /etc/nova/nova-api-uwsgi.ini uwsgi buffer-size 65535 2022-09-20 12:36:24.573 | + lib/apache:write_uwsgi_config:294 : iniset /etc/nova/nova-api-uwsgi.ini uwsgi add-header 'Connection: close' 2022-09-20 12:36:24.607 | + lib/apache:write_uwsgi_config:296 : iniset /etc/nova/nova-api-uwsgi.ini uwsgi lazy-apps true 2022-09-20 12:36:24.644 | + lib/apache:write_uwsgi_config:299 : [[ -n '' ]] 2022-09-20 12:36:24.647 | + lib/apache:write_uwsgi_config:302 : local apache_conf= 2022-09-20 12:36:24.650 | ++ lib/apache:write_uwsgi_config:303 : apache_site_config_for nova-api-wsgi 2022-09-20 12:36:24.652 | ++ lib/apache:apache_site_config_for:186 : local site=nova-api-wsgi 2022-09-20 12:36:24.654 | ++ lib/apache:apache_site_config_for:187 : is_ubuntu 2022-09-20 12:36:24.657 | ++ functions-common:is_ubuntu:567 : [[ -z deb ]] 2022-09-20 12:36:24.659 | ++ functions-common:is_ubuntu:570 : '[' deb = deb ']' 2022-09-20 12:36:24.662 | ++ lib/apache:apache_site_config_for:189 : echo /etc/apache2/sites-available/nova-api-wsgi.conf 2022-09-20 12:36:24.665 | + lib/apache:write_uwsgi_config:303 : apache_conf=/etc/apache2/sites-available/nova-api-wsgi.conf 2022-09-20 12:36:24.667 | + lib/apache:write_uwsgi_config:304 : iniset /etc/nova/nova-api-uwsgi.ini uwsgi socket /var/run/uwsgi/nova-api-wsgi.socket 2022-09-20 12:36:24.701 | + lib/apache:write_uwsgi_config:305 : iniset /etc/nova/nova-api-uwsgi.ini uwsgi chmod-socket 666 2022-09-20 12:36:24.739 | + 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-09-20 12:36:24.739 | + lib/apache:write_uwsgi_config:306 : sudo tee -a /etc/apache2/sites-available/nova-api-wsgi.conf 2022-09-20 12:36:24.748 | ProxyPass "/compute" "unix:/var/run/uwsgi/nova-api-wsgi.socket|uwsgi://uwsgi-uds-nova-api-wsgi" retry=0 2022-09-20 12:36:24.752 | + lib/apache:write_uwsgi_config:307 : enable_apache_site nova-api-wsgi 2022-09-20 12:36:24.754 | + lib/apache:enable_apache_site:203 : local site=nova-api-wsgi 2022-09-20 12:36:24.756 | + lib/apache:enable_apache_site:205 : enable_apache_mod version 2022-09-20 12:36:24.759 | + lib/apache:enable_apache_mod:59 : local mod=version 2022-09-20 12:36:24.762 | + lib/apache:enable_apache_mod:61 : is_ubuntu 2022-09-20 12:36:24.764 | + functions-common:is_ubuntu:567 : [[ -z deb ]] 2022-09-20 12:36:24.767 | + functions-common:is_ubuntu:570 : '[' deb = deb ']' 2022-09-20 12:36:24.769 | + lib/apache:enable_apache_mod:64 : [[ version != \v\e\r\s\i\o\n ]] 2022-09-20 12:36:24.772 | + lib/apache:enable_apache_site:206 : is_ubuntu 2022-09-20 12:36:24.774 | + functions-common:is_ubuntu:567 : [[ -z deb ]] 2022-09-20 12:36:24.777 | + functions-common:is_ubuntu:570 : '[' deb = deb ']' 2022-09-20 12:36:24.779 | + lib/apache:enable_apache_site:207 : sudo a2ensite nova-api-wsgi 2022-09-20 12:36:24.842 | Enabling site nova-api-wsgi. 2022-09-20 12:36:24.848 | To activate the new configuration, you need to run: 2022-09-20 12:36:24.848 | systemctl reload apache2 2022-09-20 12:36:24.853 | + lib/apache:write_uwsgi_config:308 : restart_apache_server 2022-09-20 12:36:24.855 | + lib/apache:restart_apache_server:250 : restart_service apache2 2022-09-20 12:36:24.857 | + functions-common:restart_service:2323 : '[' -x /bin/systemctl ']' 2022-09-20 12:36:24.860 | + functions-common:restart_service:2324 : sudo /bin/systemctl restart apache2 2022-09-20 12:36:25.002 | + lib/nova:create_nova_conf:500 : is_service_enabled n-api-meta 2022-09-20 12:36:25.028 | + functions-common:is_service_enabled:2095 : return 0 2022-09-20 12:36:25.033 | + lib/nova:create_nova_conf:501 : write_uwsgi_config /etc/nova/nova-metadata-uwsgi.ini /usr/local/bin/nova-metadata-wsgi '' 0.0.0.0:8775 2022-09-20 12:36:25.037 | + lib/apache:write_uwsgi_config:254 : local file=/etc/nova/nova-metadata-uwsgi.ini 2022-09-20 12:36:25.040 | + lib/apache:write_uwsgi_config:255 : local wsgi=/usr/local/bin/nova-metadata-wsgi 2022-09-20 12:36:25.042 | + lib/apache:write_uwsgi_config:256 : local url= 2022-09-20 12:36:25.045 | + lib/apache:write_uwsgi_config:257 : local http=0.0.0.0:8775 2022-09-20 12:36:25.048 | + lib/apache:write_uwsgi_config:258 : local name= 2022-09-20 12:36:25.052 | ++ lib/apache:write_uwsgi_config:259 : basename /usr/local/bin/nova-metadata-wsgi 2022-09-20 12:36:25.058 | + lib/apache:write_uwsgi_config:259 : name=nova-metadata-wsgi 2022-09-20 12:36:25.061 | + lib/apache:write_uwsgi_config:263 : local socket_dir=/var/run/uwsgi 2022-09-20 12:36:25.063 | + lib/apache:write_uwsgi_config:267 : sudo mkdir -p /etc/tmpfiles.d/ 2022-09-20 12:36:25.077 | + lib/apache:write_uwsgi_config:268 : echo 'd /var/run/uwsgi 0755 ubuntu root' 2022-09-20 12:36:25.078 | + lib/apache:write_uwsgi_config:268 : sudo tee /etc/tmpfiles.d/uwsgi.conf 2022-09-20 12:36:25.087 | d /var/run/uwsgi 0755 ubuntu root 2022-09-20 12:36:25.090 | + lib/apache:write_uwsgi_config:269 : sudo systemd-tmpfiles --create /etc/tmpfiles.d/uwsgi.conf 2022-09-20 12:36:25.109 | + lib/apache:write_uwsgi_config:271 : local socket=/var/run/uwsgi/nova-metadata-wsgi.socket 2022-09-20 12:36:25.112 | + lib/apache:write_uwsgi_config:274 : rm -rf /etc/nova/nova-metadata-uwsgi.ini 2022-09-20 12:36:25.117 | + lib/apache:write_uwsgi_config:275 : iniset /etc/nova/nova-metadata-uwsgi.ini uwsgi wsgi-file /usr/local/bin/nova-metadata-wsgi 2022-09-20 12:36:25.152 | + lib/apache:write_uwsgi_config:276 : iniset /etc/nova/nova-metadata-uwsgi.ini uwsgi processes 2 2022-09-20 12:36:25.186 | + lib/apache:write_uwsgi_config:278 : iniset /etc/nova/nova-metadata-uwsgi.ini uwsgi master true 2022-09-20 12:36:25.219 | + lib/apache:write_uwsgi_config:280 : iniset /etc/nova/nova-metadata-uwsgi.ini uwsgi die-on-term true 2022-09-20 12:36:25.254 | + lib/apache:write_uwsgi_config:281 : iniset /etc/nova/nova-metadata-uwsgi.ini uwsgi exit-on-reload false 2022-09-20 12:36:25.290 | + lib/apache:write_uwsgi_config:284 : iniset /etc/nova/nova-metadata-uwsgi.ini uwsgi worker-reload-mercy 90 2022-09-20 12:36:25.323 | + lib/apache:write_uwsgi_config:285 : iniset /etc/nova/nova-metadata-uwsgi.ini uwsgi enable-threads true 2022-09-20 12:36:25.357 | + lib/apache:write_uwsgi_config:286 : iniset /etc/nova/nova-metadata-uwsgi.ini uwsgi plugins http,python3 2022-09-20 12:36:25.389 | + lib/apache:write_uwsgi_config:288 : iniset /etc/nova/nova-metadata-uwsgi.ini uwsgi thunder-lock true 2022-09-20 12:36:25.425 | + 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-09-20 12:36:25.459 | + lib/apache:write_uwsgi_config:292 : iniset /etc/nova/nova-metadata-uwsgi.ini uwsgi buffer-size 65535 2022-09-20 12:36:25.493 | + lib/apache:write_uwsgi_config:294 : iniset /etc/nova/nova-metadata-uwsgi.ini uwsgi add-header 'Connection: close' 2022-09-20 12:36:25.530 | + lib/apache:write_uwsgi_config:296 : iniset /etc/nova/nova-metadata-uwsgi.ini uwsgi lazy-apps true 2022-09-20 12:36:25.563 | + lib/apache:write_uwsgi_config:299 : [[ -n 0.0.0.0:8775 ]] 2022-09-20 12:36:25.565 | + lib/apache:write_uwsgi_config:300 : iniset /etc/nova/nova-metadata-uwsgi.ini uwsgi http 0.0.0.0:8775 2022-09-20 12:36:25.601 | + lib/nova:create_nova_conf:504 : is_service_enabled ceilometer 2022-09-20 12:36:25.622 | + functions-common:is_service_enabled:2095 : return 1 2022-09-20 12:36:25.624 | + lib/nova:create_nova_conf:512 : iniset /etc/nova/nova.conf oslo_messaging_notifications driver messagingv2 2022-09-20 12:36:25.664 | ++ lib/nova:create_nova_conf:513 : get_notification_url 2022-09-20 12:36:25.667 | ++ lib/rpc_backend:get_notification_url:149 : local virtual_host= 2022-09-20 12:36:25.670 | ++ lib/rpc_backend:get_notification_url:150 : is_service_enabled rabbit 2022-09-20 12:36:25.690 | ++ functions-common:is_service_enabled:2095 : return 0 2022-09-20 12:36:25.694 | ++ lib/rpc_backend:get_notification_url:151 : echo rabbit://stackrabbit:Passw0rd@10.222.0.52:5672/ 2022-09-20 12:36:25.696 | + lib/nova:create_nova_conf:513 : iniset /etc/nova/nova.conf oslo_messaging_notifications transport_url rabbit://stackrabbit:Passw0rd@10.222.0.52:5672/ 2022-09-20 12:36:25.734 | + lib/nova:create_nova_conf:514 : iniset /etc/nova/nova.conf notifications notification_format unversioned 2022-09-20 12:36:25.770 | + lib/nova:create_nova_conf:515 : iniset_rpc_backend nova /etc/nova/nova.conf 2022-09-20 12:36:25.773 | + lib/rpc_backend:iniset_rpc_backend:157 : local package=nova 2022-09-20 12:36:25.775 | + lib/rpc_backend:iniset_rpc_backend:158 : local file=/etc/nova/nova.conf 2022-09-20 12:36:25.777 | + lib/rpc_backend:iniset_rpc_backend:159 : local section=DEFAULT 2022-09-20 12:36:25.780 | + lib/rpc_backend:iniset_rpc_backend:160 : local virtual_host= 2022-09-20 12:36:25.782 | + lib/rpc_backend:iniset_rpc_backend:161 : is_service_enabled rabbit 2022-09-20 12:36:25.800 | + functions-common:is_service_enabled:2095 : return 0 2022-09-20 12:36:25.804 | ++ lib/rpc_backend:iniset_rpc_backend:162 : get_transport_url '' 2022-09-20 12:36:25.806 | ++ lib/rpc_backend:get_transport_url:139 : local virtual_host= 2022-09-20 12:36:25.809 | ++ lib/rpc_backend:get_transport_url:140 : is_service_enabled rabbit 2022-09-20 12:36:25.826 | ++ functions-common:is_service_enabled:2095 : return 0 2022-09-20 12:36:25.828 | ++ lib/rpc_backend:get_transport_url:141 : echo rabbit://stackrabbit:Passw0rd@10.222.0.52:5672/ 2022-09-20 12:36:25.831 | + lib/rpc_backend:iniset_rpc_backend:162 : iniset /etc/nova/nova.conf DEFAULT transport_url rabbit://stackrabbit:Passw0rd@10.222.0.52:5672/ 2022-09-20 12:36:25.867 | + lib/rpc_backend:iniset_rpc_backend:163 : '[' -n '' ']' 2022-09-20 12:36:25.869 | + lib/rpc_backend:iniset_rpc_backend:166 : '[' -n '' ']' 2022-09-20 12:36:25.872 | + lib/nova:create_nova_conf:517 : iniset /etc/nova/nova.conf DEFAULT osapi_compute_workers 2 2022-09-20 12:36:25.910 | + lib/nova:create_nova_conf:518 : iniset /etc/nova/nova.conf DEFAULT metadata_workers 2 2022-09-20 12:36:25.948 | + lib/nova:create_nova_conf:520 : iniset /etc/nova/nova.conf conductor workers 2 2022-09-20 12:36:25.985 | + lib/nova:create_nova_conf:522 : is_service_enabled tls-proxy 2022-09-20 12:36:26.002 | + functions-common:is_service_enabled:2095 : return 1 2022-09-20 12:36:26.005 | + lib/nova:create_nova_conf:527 : iniset /etc/nova/nova.conf DEFAULT graceful_shutdown_timeout 5 2022-09-20 12:36:26.040 | + lib/nova:create_nova_conf:529 : '[' True == True ']' 2022-09-20 12:36:26.042 | + lib/nova:create_nova_conf:530 : init_nova_service_user_conf 2022-09-20 12:36:26.045 | + lib/nova:init_nova_service_user_conf:778 : iniset /etc/nova/nova.conf service_user send_service_user_token True 2022-09-20 12:36:26.081 | + lib/nova:init_nova_service_user_conf:779 : iniset /etc/nova/nova.conf service_user auth_type password 2022-09-20 12:36:26.116 | + lib/nova:init_nova_service_user_conf:780 : iniset /etc/nova/nova.conf service_user auth_url http://10.222.0.52/identity 2022-09-20 12:36:26.151 | + lib/nova:init_nova_service_user_conf:781 : iniset /etc/nova/nova.conf service_user username nova 2022-09-20 12:36:26.187 | + lib/nova:init_nova_service_user_conf:782 : iniset /etc/nova/nova.conf service_user password Passw0rd 2022-09-20 12:36:26.221 | + lib/nova:init_nova_service_user_conf:783 : iniset /etc/nova/nova.conf service_user user_domain_name Default 2022-09-20 12:36:26.260 | + lib/nova:init_nova_service_user_conf:784 : iniset /etc/nova/nova.conf service_user project_name service 2022-09-20 12:36:26.294 | + lib/nova:init_nova_service_user_conf:785 : iniset /etc/nova/nova.conf service_user project_domain_name Default 2022-09-20 12:36:26.328 | + lib/nova:init_nova_service_user_conf:786 : iniset /etc/nova/nova.conf service_user auth_strategy keystone 2022-09-20 12:36:26.368 | + lib/nova:create_nova_conf:533 : is_service_enabled n-cond 2022-09-20 12:36:26.385 | + functions-common:is_service_enabled:2095 : return 0 2022-09-20 12:36:26.388 | ++ lib/nova:create_nova_conf:534 : seq 1 1 2022-09-20 12:36:26.392 | + lib/nova:create_nova_conf:534 : for i in $(seq 1 $NOVA_NUM_CELLS) 2022-09-20 12:36:26.395 | + lib/nova:create_nova_conf:535 : local conf 2022-09-20 12:36:26.398 | + lib/nova:create_nova_conf:536 : local vhost 2022-09-20 12:36:26.401 | ++ lib/nova:create_nova_conf:537 : conductor_conf 1 2022-09-20 12:36:26.403 | ++ lib/nova:conductor_conf:790 : local cell=1 2022-09-20 12:36:26.406 | ++ lib/nova:conductor_conf:791 : echo /etc/nova/nova_cell1.conf 2022-09-20 12:36:26.409 | + lib/nova:create_nova_conf:537 : conf=/etc/nova/nova_cell1.conf 2022-09-20 12:36:26.411 | + lib/nova:create_nova_conf:538 : vhost=nova_cell1 2022-09-20 12:36:26.414 | + lib/nova:create_nova_conf:540 : rm -f /etc/nova/nova_cell1.conf 2022-09-20 12:36:26.419 | ++ lib/nova:create_nova_conf:541 : database_connection_url nova_cell1 2022-09-20 12:36:26.422 | ++ lib/database:database_connection_url:134 : local db=nova_cell1 2022-09-20 12:36:26.424 | ++ lib/database:database_connection_url:135 : database_connection_url_mysql nova_cell1 2022-09-20 12:36:26.426 | ++ lib/databases/mysql:database_connection_url_mysql:224 : local db=nova_cell1 2022-09-20 12:36:26.429 | ++ lib/databases/mysql:database_connection_url_mysql:225 : local plugin 2022-09-20 12:36:26.432 | ++ lib/databases/mysql:database_connection_url_mysql:229 : [[ True == \T\r\u\e ]] 2022-09-20 12:36:26.434 | ++ lib/databases/mysql:database_connection_url_mysql:230 : is_service_enabled mysql 2022-09-20 12:36:26.451 | ++ functions-common:is_service_enabled:2095 : return 0 2022-09-20 12:36:26.454 | ++ lib/databases/mysql:database_connection_url_mysql:231 : plugin='&plugin=dbcounter' 2022-09-20 12:36:26.456 | ++ lib/databases/mysql:database_connection_url_mysql:235 : echo 'mysql+pymysql://root:Passw0rd@127.0.0.1/nova_cell1?charset=utf8&plugin=dbcounter' 2022-09-20 12:36:26.460 | + lib/nova:create_nova_conf:541 : iniset /etc/nova/nova_cell1.conf database connection 'mysql+pymysql://root:Passw0rd@127.0.0.1/nova_cell1?charset=utf8&plugin=dbcounter' 2022-09-20 12:36:26.499 | + lib/nova:create_nova_conf:542 : iniset /etc/nova/nova_cell1.conf conductor workers 2 2022-09-20 12:36:26.542 | + lib/nova:create_nova_conf:543 : iniset /etc/nova/nova_cell1.conf DEFAULT debug True 2022-09-20 12:36:26.582 | + lib/nova:create_nova_conf:545 : [[ superconductor == \s\i\n\g\l\e\c\o\n\d\u\c\t\o\r ]] 2022-09-20 12:36:26.585 | + lib/nova:create_nova_conf:548 : rpc_backend_add_vhost nova_cell1 2022-09-20 12:36:26.587 | + lib/rpc_backend:rpc_backend_add_vhost:125 : local vhost=nova_cell1 2022-09-20 12:36:26.589 | + lib/rpc_backend:rpc_backend_add_vhost:126 : is_service_enabled rabbit 2022-09-20 12:36:26.607 | + functions-common:is_service_enabled:2095 : return 0 2022-09-20 12:36:26.611 | ++ lib/rpc_backend:rpc_backend_add_vhost:127 : sudo rabbitmqctl list_vhosts 2022-09-20 12:36:26.613 | ++ lib/rpc_backend:rpc_backend_add_vhost:127 : grep nova_cell1 2022-09-20 12:36:27.332 | + lib/rpc_backend:rpc_backend_add_vhost:127 : '[' -z nova_cell1 ']' 2022-09-20 12:36:27.334 | + lib/nova:create_nova_conf:549 : iniset_rpc_backend nova /etc/nova/nova_cell1.conf DEFAULT nova_cell1 2022-09-20 12:36:27.337 | + lib/rpc_backend:iniset_rpc_backend:157 : local package=nova 2022-09-20 12:36:27.339 | + lib/rpc_backend:iniset_rpc_backend:158 : local file=/etc/nova/nova_cell1.conf 2022-09-20 12:36:27.342 | + lib/rpc_backend:iniset_rpc_backend:159 : local section=DEFAULT 2022-09-20 12:36:27.344 | + lib/rpc_backend:iniset_rpc_backend:160 : local virtual_host=nova_cell1 2022-09-20 12:36:27.348 | + lib/rpc_backend:iniset_rpc_backend:161 : is_service_enabled rabbit 2022-09-20 12:36:27.368 | + functions-common:is_service_enabled:2095 : return 0 2022-09-20 12:36:27.371 | ++ lib/rpc_backend:iniset_rpc_backend:162 : get_transport_url nova_cell1 2022-09-20 12:36:27.374 | ++ lib/rpc_backend:get_transport_url:139 : local virtual_host=nova_cell1 2022-09-20 12:36:27.376 | ++ lib/rpc_backend:get_transport_url:140 : is_service_enabled rabbit 2022-09-20 12:36:27.397 | ++ functions-common:is_service_enabled:2095 : return 0 2022-09-20 12:36:27.400 | ++ lib/rpc_backend:get_transport_url:141 : echo rabbit://stackrabbit:Passw0rd@10.222.0.52:5672/nova_cell1 2022-09-20 12:36:27.403 | + lib/rpc_backend:iniset_rpc_backend:162 : iniset /etc/nova/nova_cell1.conf DEFAULT transport_url rabbit://stackrabbit:Passw0rd@10.222.0.52:5672/nova_cell1 2022-09-20 12:36:27.440 | + lib/rpc_backend:iniset_rpc_backend:163 : '[' -n '' ']' 2022-09-20 12:36:27.442 | + lib/rpc_backend:iniset_rpc_backend:166 : '[' -n '' ']' 2022-09-20 12:36:27.445 | + lib/nova:create_nova_conf:553 : is_service_enabled placement placement-client 2022-09-20 12:36:27.464 | + functions-common:is_service_enabled:2095 : return 0 2022-09-20 12:36:27.466 | + lib/nova:create_nova_conf:554 : configure_placement_nova_compute /etc/nova/nova_cell1.conf 2022-09-20 12:36:27.468 | + lib/nova:configure_placement_nova_compute:582 : local conf=/etc/nova/nova_cell1.conf 2022-09-20 12:36:27.471 | + lib/nova:configure_placement_nova_compute:583 : iniset /etc/nova/nova_cell1.conf placement auth_type password 2022-09-20 12:36:27.508 | + lib/nova:configure_placement_nova_compute:584 : iniset /etc/nova/nova_cell1.conf placement auth_url http://10.222.0.52/identity 2022-09-20 12:36:27.546 | + lib/nova:configure_placement_nova_compute:585 : iniset /etc/nova/nova_cell1.conf placement username placement 2022-09-20 12:36:27.578 | + lib/nova:configure_placement_nova_compute:586 : iniset /etc/nova/nova_cell1.conf placement password Passw0rd 2022-09-20 12:36:27.613 | + lib/nova:configure_placement_nova_compute:587 : iniset /etc/nova/nova_cell1.conf placement user_domain_name Default 2022-09-20 12:36:27.655 | + lib/nova:configure_placement_nova_compute:588 : iniset /etc/nova/nova_cell1.conf placement project_name service 2022-09-20 12:36:27.689 | + lib/nova:configure_placement_nova_compute:589 : iniset /etc/nova/nova_cell1.conf placement project_domain_name Default 2022-09-20 12:36:27.728 | + lib/nova:configure_placement_nova_compute:590 : iniset /etc/nova/nova_cell1.conf placement region_name RegionOne 2022-09-20 12:36:27.767 | + lib/nova:create_nova_conf:558 : setup_logging /etc/nova/nova_cell1.conf 2022-09-20 12:36:27.769 | + functions:setup_logging:674 : setup_systemd_logging /etc/nova/nova_cell1.conf 2022-09-20 12:36:27.772 | + functions:setup_systemd_logging:689 : local conf_file=/etc/nova/nova_cell1.conf 2022-09-20 12:36:27.775 | ++ functions:setup_systemd_logging:694 : trueorfalse False USE_JOURNAL 2022-09-20 12:36:27.797 | + functions:setup_systemd_logging:694 : USE_JOURNAL=False 2022-09-20 12:36:27.799 | + functions:setup_systemd_logging:695 : local pidstr= 2022-09-20 12:36:27.802 | + functions:setup_systemd_logging:696 : [[ False == \T\r\u\e ]] 2022-09-20 12:36:27.807 | + functions:setup_systemd_logging:700 : pidstr='(pid=%(process)d) ' 2022-09-20 12:36:27.809 | + 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-09-20 12:36:27.847 | + 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-09-20 12:36:27.884 | + 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-09-20 12:36:27.921 | + functions:setup_systemd_logging:706 : iniset /etc/nova/nova_cell1.conf DEFAULT logging_exception_prefix 'ERROR %(name)s %(instance)s' 2022-09-20 12:36:27.956 | + lib/nova:create_nova_conf:565 : [[ superconductor == \s\i\n\g\l\e\c\o\n\d\u\c\t\o\r ]] 2022-09-20 12:36:27.961 | ++ lib/nova:create_nova_conf:568 : seq 1 1 2022-09-20 12:36:27.966 | + lib/nova:create_nova_conf:568 : for i in $(seq 1 $NOVA_NUM_CELLS) 2022-09-20 12:36:27.968 | + lib/nova:create_nova_conf:569 : local conf 2022-09-20 12:36:27.970 | + lib/nova:create_nova_conf:570 : local offset 2022-09-20 12:36:27.974 | ++ lib/nova:create_nova_conf:571 : conductor_conf 1 2022-09-20 12:36:27.976 | ++ lib/nova:conductor_conf:790 : local cell=1 2022-09-20 12:36:27.979 | ++ lib/nova:conductor_conf:791 : echo /etc/nova/nova_cell1.conf 2022-09-20 12:36:27.981 | + lib/nova:create_nova_conf:571 : conf=/etc/nova/nova_cell1.conf 2022-09-20 12:36:27.984 | + lib/nova:create_nova_conf:572 : offset=0 2022-09-20 12:36:27.986 | + lib/nova:create_nova_conf:573 : configure_console_proxies /etc/nova/nova_cell1.conf 0 2022-09-20 12:36:27.989 | + lib/nova:configure_console_proxies:680 : local conf=/etc/nova/nova_cell1.conf 2022-09-20 12:36:27.992 | + lib/nova:configure_console_proxies:681 : local offset=0 2022-09-20 12:36:27.994 | + lib/nova:configure_console_proxies:685 : offset=0 2022-09-20 12:36:27.997 | + lib/nova:configure_console_proxies:687 : is_service_enabled n-novnc 2022-09-20 12:36:28.016 | + functions-common:is_service_enabled:2095 : return 1 2022-09-20 12:36:28.018 | + lib/nova:configure_console_proxies:687 : '[' False '!=' False ']' 2022-09-20 12:36:28.021 | + lib/nova:configure_console_proxies:719 : is_service_enabled n-spice 2022-09-20 12:36:28.043 | + functions-common:is_service_enabled:2095 : return 1 2022-09-20 12:36:28.045 | + lib/nova:configure_console_proxies:724 : is_service_enabled n-sproxy 2022-09-20 12:36:28.062 | + functions-common:is_service_enabled:2095 : return 1 2022-09-20 12:36:28.065 | + lib/nova:configure_nova:322 : is_service_enabled n-cpu 2022-09-20 12:36:28.089 | + functions-common:is_service_enabled:2095 : return 1 2022-09-20 12:36:28.091 | + ./stack.sh:main:935 : is_service_enabled placement 2022-09-20 12:36:28.113 | + functions-common:is_service_enabled:2095 : return 0 2022-09-20 12:36:28.116 | + ./stack.sh:main:937 : stack_install_service placement 2022-09-20 12:36:28.119 | + lib/stack:stack_install_service:20 : local service=placement 2022-09-20 12:36:28.121 | + lib/stack:stack_install_service:21 : type install_placement 2022-09-20 12:36:28.124 | + lib/stack:stack_install_service:23 : [[ False = True ]] 2022-09-20 12:36:28.126 | + lib/stack:stack_install_service:32 : install_placement 2022-09-20 12:36:28.129 | + lib/placement:install_placement:137 : install_apache_wsgi 2022-09-20 12:36:28.132 | + lib/apache:install_apache_wsgi:143 : is_ubuntu 2022-09-20 12:36:28.134 | + functions-common:is_ubuntu:567 : [[ -z deb ]] 2022-09-20 12:36:28.137 | + functions-common:is_ubuntu:570 : '[' deb = deb ']' 2022-09-20 12:36:28.140 | + lib/apache:install_apache_wsgi:145 : install_package apache2 2022-09-20 12:36:28.142 | + functions-common:install_package:1463 : update_package_repo 2022-09-20 12:36:28.145 | + functions-common:update_package_repo:1435 : NO_UPDATE_REPOS=False 2022-09-20 12:36:28.148 | + functions-common:update_package_repo:1436 : REPOS_UPDATED=True 2022-09-20 12:36:28.150 | + functions-common:update_package_repo:1437 : RETRY_UPDATE=False 2022-09-20 12:36:28.153 | + functions-common:update_package_repo:1439 : [[ False = \T\r\u\e ]] 2022-09-20 12:36:28.155 | + functions-common:update_package_repo:1443 : is_ubuntu 2022-09-20 12:36:28.158 | + functions-common:is_ubuntu:567 : [[ -z deb ]] 2022-09-20 12:36:28.161 | + functions-common:is_ubuntu:570 : '[' deb = deb ']' 2022-09-20 12:36:28.164 | + functions-common:update_package_repo:1444 : apt_get_update 2022-09-20 12:36:28.166 | + functions-common:apt_get_update:1189 : [[ True == \T\r\u\e ]] 2022-09-20 12:36:28.169 | + functions-common:apt_get_update:1189 : [[ False != \T\r\u\e ]] 2022-09-20 12:36:28.171 | + functions-common:apt_get_update:1190 : return 2022-09-20 12:36:28.174 | + functions-common:install_package:1464 : real_install_package apache2 2022-09-20 12:36:28.177 | + functions-common:real_install_package:1449 : is_ubuntu 2022-09-20 12:36:28.179 | + functions-common:is_ubuntu:567 : [[ -z deb ]] 2022-09-20 12:36:28.182 | + functions-common:is_ubuntu:570 : '[' deb = deb ']' 2022-09-20 12:36:28.185 | + functions-common:real_install_package:1450 : apt_get install apache2 2022-09-20 12:36:28.210 | + functions-common:apt_get:1230 : sudo DEBIAN_FRONTEND=noninteractive http_proxy= https_proxy= no_proxy= apt-get --option Dpkg::Options::=--force-confold --assume-yes install apache2 2022-09-20 12:36:28.322 | Reading package lists... 2022-09-20 12:36:28.601 | Building dependency tree... 2022-09-20 12:36:28.602 | Reading state information... 2022-09-20 12:36:28.902 | apache2 is already the newest version (2.4.41-4ubuntu3.12). 2022-09-20 12:36:28.903 | The following packages were automatically installed and are no longer required: 2022-09-20 12:36:28.904 | apport-symptoms libnetplan0 python3-automat python3-blinker python3-click 2022-09-20 12:36:28.904 | python3-colorama python3-configobj python3-constantly python3-entrypoints 2022-09-20 12:36:28.904 | python3-hamcrest python3-hyperlink python3-incremental python3-jwt 2022-09-20 12:36:28.904 | python3-keyring python3-lazr.uri python3-oauthlib python3-problem-report 2022-09-20 12:36:28.904 | python3-secretstorage python3-twisted-bin python3-wadllib 2022-09-20 12:36:28.904 | python3-zope.interface 2022-09-20 12:36:28.904 | Use 'sudo apt autoremove' to remove them. 2022-09-20 12:36:29.025 | 0 upgraded, 0 newly installed, 0 to remove and 160 not upgraded. 2022-09-20 12:36:29.030 | + functions-common:apt_get:1234 : result=0 2022-09-20 12:36:29.033 | + functions-common:apt_get:1237 : time_stop apt-get 2022-09-20 12:36:29.035 | + functions-common:time_stop:2439 : local name 2022-09-20 12:36:29.038 | + functions-common:time_stop:2440 : local end_time 2022-09-20 12:36:29.040 | + functions-common:time_stop:2441 : local elapsed_time 2022-09-20 12:36:29.043 | + functions-common:time_stop:2442 : local total 2022-09-20 12:36:29.045 | + functions-common:time_stop:2443 : local start_time 2022-09-20 12:36:29.047 | + functions-common:time_stop:2445 : name=apt-get 2022-09-20 12:36:29.050 | + functions-common:time_stop:2446 : start_time=1663677388206 2022-09-20 12:36:29.053 | + functions-common:time_stop:2448 : [[ -z 1663677388206 ]] 2022-09-20 12:36:29.056 | ++ functions-common:time_stop:2451 : date +%s%3N 2022-09-20 12:36:29.060 | + functions-common:time_stop:2451 : end_time=1663677389058 2022-09-20 12:36:29.063 | + functions-common:time_stop:2452 : elapsed_time=852 2022-09-20 12:36:29.065 | + functions-common:time_stop:2453 : total=6860 2022-09-20 12:36:29.068 | + functions-common:time_stop:2455 : _TIME_START[$name]= 2022-09-20 12:36:29.071 | + functions-common:time_stop:2456 : _TIME_TOTAL[$name]=7712 2022-09-20 12:36:29.073 | + functions-common:apt_get:1238 : return 0 2022-09-20 12:36:29.076 | + lib/apache:install_apache_wsgi:146 : is_package_installed libapache2-mod-wsgi 2022-09-20 12:36:29.078 | + functions-common:is_package_installed:1472 : [[ -z libapache2-mod-wsgi ]] 2022-09-20 12:36:29.081 | + functions-common:is_package_installed:1476 : [[ -z deb ]] 2022-09-20 12:36:29.083 | + functions-common:is_package_installed:1480 : [[ deb = \d\e\b ]] 2022-09-20 12:36:29.086 | + functions-common:is_package_installed:1481 : dpkg -s libapache2-mod-wsgi 2022-09-20 12:36:29.109 | + lib/apache:install_apache_wsgi:149 : install_package libapache2-mod-wsgi-py3 2022-09-20 12:36:29.111 | + functions-common:install_package:1463 : update_package_repo 2022-09-20 12:36:29.114 | + functions-common:update_package_repo:1435 : NO_UPDATE_REPOS=False 2022-09-20 12:36:29.117 | + functions-common:update_package_repo:1436 : REPOS_UPDATED=True 2022-09-20 12:36:29.120 | + functions-common:update_package_repo:1437 : RETRY_UPDATE=False 2022-09-20 12:36:29.122 | + functions-common:update_package_repo:1439 : [[ False = \T\r\u\e ]] 2022-09-20 12:36:29.125 | + functions-common:update_package_repo:1443 : is_ubuntu 2022-09-20 12:36:29.127 | + functions-common:is_ubuntu:567 : [[ -z deb ]] 2022-09-20 12:36:29.131 | + functions-common:is_ubuntu:570 : '[' deb = deb ']' 2022-09-20 12:36:29.133 | + functions-common:update_package_repo:1444 : apt_get_update 2022-09-20 12:36:29.136 | + functions-common:apt_get_update:1189 : [[ True == \T\r\u\e ]] 2022-09-20 12:36:29.139 | + functions-common:apt_get_update:1189 : [[ False != \T\r\u\e ]] 2022-09-20 12:36:29.141 | + functions-common:apt_get_update:1190 : return 2022-09-20 12:36:29.144 | + functions-common:install_package:1464 : real_install_package libapache2-mod-wsgi-py3 2022-09-20 12:36:29.147 | + functions-common:real_install_package:1449 : is_ubuntu 2022-09-20 12:36:29.149 | + functions-common:is_ubuntu:567 : [[ -z deb ]] 2022-09-20 12:36:29.152 | + functions-common:is_ubuntu:570 : '[' deb = deb ']' 2022-09-20 12:36:29.156 | + functions-common:real_install_package:1450 : apt_get install libapache2-mod-wsgi-py3 2022-09-20 12:36:29.180 | + functions-common:apt_get:1230 : sudo DEBIAN_FRONTEND=noninteractive http_proxy= https_proxy= no_proxy= apt-get --option Dpkg::Options::=--force-confold --assume-yes install libapache2-mod-wsgi-py3 2022-09-20 12:36:29.292 | Reading package lists... 2022-09-20 12:36:29.572 | Building dependency tree... 2022-09-20 12:36:29.573 | Reading state information... 2022-09-20 12:36:29.878 | libapache2-mod-wsgi-py3 is already the newest version (4.6.8-1ubuntu3.1). 2022-09-20 12:36:29.878 | The following packages were automatically installed and are no longer required: 2022-09-20 12:36:29.879 | apport-symptoms libnetplan0 python3-automat python3-blinker python3-click 2022-09-20 12:36:29.880 | python3-colorama python3-configobj python3-constantly python3-entrypoints 2022-09-20 12:36:29.880 | python3-hamcrest python3-hyperlink python3-incremental python3-jwt 2022-09-20 12:36:29.880 | python3-keyring python3-lazr.uri python3-oauthlib python3-problem-report 2022-09-20 12:36:29.880 | python3-secretstorage python3-twisted-bin python3-wadllib 2022-09-20 12:36:29.880 | python3-zope.interface 2022-09-20 12:36:29.880 | Use 'sudo apt autoremove' to remove them. 2022-09-20 12:36:30.000 | 0 upgraded, 0 newly installed, 0 to remove and 160 not upgraded. 2022-09-20 12:36:30.005 | + functions-common:apt_get:1234 : result=0 2022-09-20 12:36:30.008 | + functions-common:apt_get:1237 : time_stop apt-get 2022-09-20 12:36:30.010 | + functions-common:time_stop:2439 : local name 2022-09-20 12:36:30.013 | + functions-common:time_stop:2440 : local end_time 2022-09-20 12:36:30.015 | + functions-common:time_stop:2441 : local elapsed_time 2022-09-20 12:36:30.018 | + functions-common:time_stop:2442 : local total 2022-09-20 12:36:30.021 | + functions-common:time_stop:2443 : local start_time 2022-09-20 12:36:30.023 | + functions-common:time_stop:2445 : name=apt-get 2022-09-20 12:36:30.026 | + functions-common:time_stop:2446 : start_time=1663677389177 2022-09-20 12:36:30.028 | + functions-common:time_stop:2448 : [[ -z 1663677389177 ]] 2022-09-20 12:36:30.031 | ++ functions-common:time_stop:2451 : date +%s%3N 2022-09-20 12:36:30.036 | + functions-common:time_stop:2451 : end_time=1663677390033 2022-09-20 12:36:30.039 | + functions-common:time_stop:2452 : elapsed_time=856 2022-09-20 12:36:30.042 | + functions-common:time_stop:2453 : total=7712 2022-09-20 12:36:30.044 | + functions-common:time_stop:2455 : _TIME_START[$name]= 2022-09-20 12:36:30.046 | + functions-common:time_stop:2456 : _TIME_TOTAL[$name]=8568 2022-09-20 12:36:30.049 | + functions-common:apt_get:1238 : return 0 2022-09-20 12:36:30.052 | + lib/apache:install_apache_wsgi:164 : enable_apache_mod wsgi 2022-09-20 12:36:30.054 | + lib/apache:enable_apache_mod:59 : local mod=wsgi 2022-09-20 12:36:30.057 | + lib/apache:enable_apache_mod:61 : is_ubuntu 2022-09-20 12:36:30.060 | + functions-common:is_ubuntu:567 : [[ -z deb ]] 2022-09-20 12:36:30.062 | + functions-common:is_ubuntu:570 : '[' deb = deb ']' 2022-09-20 12:36:30.065 | + lib/apache:enable_apache_mod:64 : [[ wsgi != \v\e\r\s\i\o\n ]] 2022-09-20 12:36:30.068 | + lib/apache:enable_apache_mod:64 : a2query -m wsgi 2022-09-20 12:36:30.126 | wsgi (enabled by maintainer script) 2022-09-20 12:36:30.130 | + lib/placement:install_placement:139 : pip_install_gr osc-placement 2022-09-20 12:36:30.132 | + inc/python:pip_install_gr:76 : local name=osc-placement 2022-09-20 12:36:30.135 | + inc/python:pip_install_gr:77 : local clean_name 2022-09-20 12:36:30.139 | ++ inc/python:pip_install_gr:78 : get_from_global_requirements osc-placement 2022-09-20 12:36:30.141 | ++ inc/python:get_from_global_requirements:221 : local package=osc-placement 2022-09-20 12:36:30.144 | ++ inc/python:get_from_global_requirements:222 : local required_pkg 2022-09-20 12:36:30.149 | +++ inc/python:get_from_global_requirements:223 : grep -i -h '^osc-placement' /opt/stack/requirements/global-requirements.txt 2022-09-20 12:36:30.149 | +++ inc/python:get_from_global_requirements:223 : cut -d# -f1 2022-09-20 12:36:30.154 | ++ inc/python:get_from_global_requirements:223 : required_pkg='osc-placement ' 2022-09-20 12:36:30.157 | ++ inc/python:get_from_global_requirements:224 : [[ osc-placement == '' ]] 2022-09-20 12:36:30.159 | ++ inc/python:get_from_global_requirements:227 : echo osc-placement 2022-09-20 12:36:30.163 | + inc/python:pip_install_gr:78 : clean_name=osc-placement 2022-09-20 12:36:30.165 | + inc/python:pip_install_gr:79 : pip_install osc-placement 2022-09-20 12:36:30.189 | Using python 3.8 to install osc-placement 2022-09-20 12:36:30.192 | + 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-09-20 12:36:32.333 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-09-20 12:36:32.333 | from cryptography.utils import int_from_bytes 2022-09-20 12:36:32.333 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-09-20 12:36:32.333 | from cryptography.utils import int_from_bytes 2022-09-20 12:36:33.396 | Looking in indexes: http://10.100.0.9:8080/cloudbase/CI/+simple/ 2022-09-20 12:36:33.398 | Requirement already satisfied: osc-placement===4.0.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 301)) (4.0.0) 2022-09-20 12:36:33.408 | Requirement already satisfied: oslo.utils===6.0.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 320)) (6.0.1) 2022-09-20 12:36:33.422 | Requirement already satisfied: packaging===21.3 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 328)) (21.3) 2022-09-20 12:36:33.427 | Requirement already satisfied: pbr===5.10.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 332)) (5.10.0) 2022-09-20 12:36:33.430 | Requirement already satisfied: pyparsing===3.0.9 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 369)) (3.0.9) 2022-09-20 12:36:33.436 | Requirement already satisfied: pytz===2022.2.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 435)) (2022.2.1) 2022-09-20 12:36:33.440 | Requirement already satisfied: simplejson===3.17.6 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 482)) (3.17.6) 2022-09-20 12:36:33.444 | Requirement already satisfied: keystoneauth1===5.0.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 227)) (5.0.0) 2022-09-20 12:36:33.503 | Requirement already satisfied: osc-lib===2.6.2 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 300)) (2.6.2) 2022-09-20 12:36:33.518 | Requirement already satisfied: netifaces===0.11.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 261)) (0.11.0) 2022-09-20 12:36:33.521 | Requirement already satisfied: iso8601===1.0.2 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 212)) (1.0.2) 2022-09-20 12:36:33.524 | Requirement already satisfied: debtcollector===2.5.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 130)) (2.5.0) 2022-09-20 12:36:33.530 | Requirement already satisfied: oslo.i18n===5.1.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 307)) (5.1.0) 2022-09-20 12:36:33.534 | Requirement already satisfied: netaddr===0.8.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 260)) (0.8.0) 2022-09-20 12:36:33.539 | Requirement already satisfied: requests===2.28.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 447)) (2.28.1) 2022-09-20 12:36:33.553 | Requirement already satisfied: six===1.16.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 483)) (1.16.0) 2022-09-20 12:36:33.557 | Requirement already satisfied: os-service-types===1.7.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 294)) (1.7.0) 2022-09-20 12:36:33.561 | Requirement already satisfied: stevedore===4.0.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 516)) (4.0.0) 2022-09-20 12:36:33.565 | Requirement already satisfied: openstacksdk===0.101.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 283)) (0.101.0) 2022-09-20 12:36:33.591 | Requirement already satisfied: cliff===4.0.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 114)) (4.0.0) 2022-09-20 12:36:33.602 | Requirement already satisfied: wrapt===1.14.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 577)) (1.14.1) 2022-09-20 12:36:33.605 | Requirement already satisfied: charset-normalizer===2.1.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 112)) (2.1.1) 2022-09-20 12:36:33.610 | Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3/dist-packages (from requests===2.28.1->-c /opt/stack/requirements/upper-constraints.txt (line 447)) (2019.11.28) 2022-09-20 12:36:33.613 | Requirement already satisfied: idna===3.3 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 200)) (3.3) 2022-09-20 12:36:33.616 | Requirement already satisfied: urllib3===1.26.12 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 562)) (1.26.12) 2022-09-20 12:36:33.651 | Requirement already satisfied: jsonpatch===1.32 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 219)) (1.32) 2022-09-20 12:36:33.656 | Requirement already satisfied: munch===2.5.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 254)) (2.5.0) 2022-09-20 12:36:33.677 | Requirement already satisfied: cryptography===36.0.2 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 126)) (36.0.2) 2022-09-20 12:36:33.715 | Requirement already satisfied: appdirs===1.4.4 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 86)) (1.4.4) 2022-09-20 12:36:33.717 | Requirement already satisfied: dogpile.cache===1.1.8 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 151)) (1.1.8) 2022-09-20 12:36:33.723 | Requirement already satisfied: decorator===5.1.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 131)) (5.1.1) 2022-09-20 12:36:33.726 | Requirement already satisfied: requestsexceptions===1.4.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 455)) (1.4.0) 2022-09-20 12:36:33.728 | Requirement already satisfied: jmespath===1.0.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 217)) (1.0.1) 2022-09-20 12:36:33.731 | Requirement already satisfied: PyYAML===6.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 22)) (6.0) 2022-09-20 12:36:33.734 | Requirement already satisfied: cmd2===2.4.2 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 115)) (2.4.2) 2022-09-20 12:36:33.790 | Requirement already satisfied: importlib-metadata===4.12.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 204)) (4.12.0) 2022-09-20 12:36:33.826 | Requirement already satisfied: prettytable===3.4.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 342)) (3.4.1) 2022-09-20 12:36:33.838 | Requirement already satisfied: autopage===0.5.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 93)) (0.5.1) 2022-09-20 12:36:33.841 | Requirement already satisfied: jsonpointer===2.3 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 222)) (2.3) 2022-09-20 12:36:33.844 | Requirement already satisfied: cffi===1.15.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 110)) (1.15.1) 2022-09-20 12:36:33.847 | Requirement already satisfied: wcwidth===0.2.5 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 572)) (0.2.5) 2022-09-20 12:36:33.853 | Requirement already satisfied: pyperclip===1.8.2 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 370)) (1.8.2) 2022-09-20 12:36:33.855 | Requirement already satisfied: attrs===22.1.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 90)) (22.1.0) 2022-09-20 12:36:33.912 | Requirement already satisfied: zipp===3.8.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 590)) (3.8.1) 2022-09-20 12:36:33.938 | Requirement already satisfied: pycparser===2.21 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 358)) (2.21) 2022-09-20 12:36:35.951 | + inc/python:pip_install:196 : result=0 2022-09-20 12:36:35.954 | + inc/python:pip_install:198 : time_stop pip_install 2022-09-20 12:36:35.957 | + functions-common:time_stop:2439 : local name 2022-09-20 12:36:35.960 | + functions-common:time_stop:2440 : local end_time 2022-09-20 12:36:35.962 | + functions-common:time_stop:2441 : local elapsed_time 2022-09-20 12:36:35.965 | + functions-common:time_stop:2442 : local total 2022-09-20 12:36:35.967 | + functions-common:time_stop:2443 : local start_time 2022-09-20 12:36:35.970 | + functions-common:time_stop:2445 : name=pip_install 2022-09-20 12:36:35.972 | + functions-common:time_stop:2446 : start_time=1663677390183 2022-09-20 12:36:35.975 | + functions-common:time_stop:2448 : [[ -z 1663677390183 ]] 2022-09-20 12:36:35.978 | ++ functions-common:time_stop:2451 : date +%s%3N 2022-09-20 12:36:35.983 | + functions-common:time_stop:2451 : end_time=1663677395980 2022-09-20 12:36:35.985 | + functions-common:time_stop:2452 : elapsed_time=5797 2022-09-20 12:36:35.988 | + functions-common:time_stop:2453 : total=122191 2022-09-20 12:36:35.991 | + functions-common:time_stop:2455 : _TIME_START[$name]= 2022-09-20 12:36:35.993 | + functions-common:time_stop:2456 : _TIME_TOTAL[$name]=127988 2022-09-20 12:36:35.996 | + inc/python:pip_install:199 : return 0 2022-09-20 12:36:35.999 | + lib/placement:install_placement:140 : git_clone https://opendev.org/openstack/placement.git /opt/stack/placement master 2022-09-20 12:36:36.001 | + functions-common:git_clone:596 : local git_remote=https://opendev.org/openstack/placement.git 2022-09-20 12:36:36.004 | + functions-common:git_clone:597 : local git_dest=/opt/stack/placement 2022-09-20 12:36:36.007 | + functions-common:git_clone:598 : local git_ref=master 2022-09-20 12:36:36.009 | + functions-common:git_clone:599 : local orig_dir 2022-09-20 12:36:36.013 | ++ functions-common:git_clone:600 : pwd 2022-09-20 12:36:36.016 | + functions-common:git_clone:600 : orig_dir=/home/ubuntu/devstack 2022-09-20 12:36:36.018 | + functions-common:git_clone:601 : local git_clone_flags= 2022-09-20 12:36:36.021 | ++ functions-common:git_clone:603 : trueorfalse False RECLONE 2022-09-20 12:36:36.038 | + functions-common:git_clone:603 : RECLONE=False 2022-09-20 12:36:36.041 | + functions-common:git_clone:604 : [[ 0 -gt 0 ]] 2022-09-20 12:36:36.043 | + functions-common:git_clone:608 : [[ False = \T\r\u\e ]] 2022-09-20 12:36:36.046 | + functions-common:git_clone:617 : echo master 2022-09-20 12:36:36.047 | + functions-common:git_clone:617 : egrep -q '^refs' 2022-09-20 12:36:36.053 | + functions-common:git_clone:631 : [[ ! -d /opt/stack/placement ]] 2022-09-20 12:36:36.056 | + functions-common:git_clone:639 : [[ False = \T\r\u\e ]] 2022-09-20 12:36:36.058 | + functions-common:git_clone:674 : sudo git config --system --add safe.directory /opt/stack/placement 2022-09-20 12:36:36.072 | + functions-common:git_clone:677 : cd /opt/stack/placement 2022-09-20 12:36:36.075 | + functions-common:git_clone:678 : git show --oneline 2022-09-20 12:36:36.075 | + functions-common:git_clone:678 : head -1 2022-09-20 12:36:36.081 | b9c1167f Merge "Fix typos" 2022-09-20 12:36:36.084 | + functions-common:git_clone:679 : cd /home/ubuntu/devstack 2022-09-20 12:36:36.087 | + lib/placement:install_placement:141 : setup_develop /opt/stack/placement 2022-09-20 12:36:36.090 | + inc/python:setup_develop:334 : local bindep 2022-09-20 12:36:36.092 | + inc/python:setup_develop:335 : [[ /opt/stack/placement == -bindep* ]] 2022-09-20 12:36:36.095 | + inc/python:setup_develop:339 : local project_dir=/opt/stack/placement 2022-09-20 12:36:36.097 | + inc/python:setup_develop:340 : local extras= 2022-09-20 12:36:36.100 | + inc/python:setup_develop:341 : _setup_package_with_constraints_edit /opt/stack/placement -e 2022-09-20 12:36:36.103 | + inc/python:_setup_package_with_constraints_edit:360 : local bindep 2022-09-20 12:36:36.106 | + inc/python:_setup_package_with_constraints_edit:361 : [[ /opt/stack/placement == -bindep* ]] 2022-09-20 12:36:36.109 | + inc/python:_setup_package_with_constraints_edit:365 : local project_dir=/opt/stack/placement 2022-09-20 12:36:36.112 | + inc/python:_setup_package_with_constraints_edit:366 : local flags=-e 2022-09-20 12:36:36.115 | + inc/python:_setup_package_with_constraints_edit:367 : local extras= 2022-09-20 12:36:36.118 | ++ inc/python:_setup_package_with_constraints_edit:374 : cd /opt/stack/placement 2022-09-20 12:36:36.121 | ++ inc/python:_setup_package_with_constraints_edit:374 : pwd 2022-09-20 12:36:36.124 | + inc/python:_setup_package_with_constraints_edit:374 : project_dir=/opt/stack/placement 2022-09-20 12:36:36.127 | + inc/python:_setup_package_with_constraints_edit:376 : '[' -n /opt/stack/requirements ']' 2022-09-20 12:36:36.129 | + inc/python:_setup_package_with_constraints_edit:380 : local name 2022-09-20 12:36:36.132 | ++ inc/python:_setup_package_with_constraints_edit:381 : awk '/^name.*=/ {print $3}' /opt/stack/placement/setup.cfg 2022-09-20 12:36:36.139 | + inc/python:_setup_package_with_constraints_edit:381 : name=openstack-placement 2022-09-20 12:36:36.141 | + inc/python:_setup_package_with_constraints_edit:383 : /opt/stack/requirements/.venv/bin/edit-constraints /opt/stack/requirements/upper-constraints.txt -- openstack-placement 2022-09-20 12:36:36.770 | + inc/python:_setup_package_with_constraints_edit:386 : setup_package /opt/stack/placement -e 2022-09-20 12:36:36.773 | + inc/python:setup_package:414 : local bindep=0 2022-09-20 12:36:36.775 | + inc/python:setup_package:415 : local bindep_flag= 2022-09-20 12:36:36.778 | + inc/python:setup_package:416 : local bindep_profiles= 2022-09-20 12:36:36.780 | + inc/python:setup_package:417 : [[ /opt/stack/placement == -bindep* ]] 2022-09-20 12:36:36.783 | + inc/python:setup_package:422 : local project_dir=/opt/stack/placement 2022-09-20 12:36:36.785 | + inc/python:setup_package:423 : local flags=-e 2022-09-20 12:36:36.788 | + inc/python:setup_package:424 : local extras= 2022-09-20 12:36:36.790 | + inc/python:setup_package:428 : [[ -n -e ]] 2022-09-20 12:36:36.793 | + inc/python:setup_package:428 : [[ -z '' ]] 2022-09-20 12:36:36.795 | + inc/python:setup_package:428 : [[ ! -e =~ ^-.* ]] 2022-09-20 12:36:36.798 | + inc/python:setup_package:433 : [[ ! -z '' ]] 2022-09-20 12:36:36.800 | + inc/python:setup_package:438 : [[ 0 == 1 ]] 2022-09-20 12:36:36.803 | + inc/python:setup_package:442 : pip_install -e /opt/stack/placement 2022-09-20 12:36:36.825 | Using python 3.8 to install /opt/stack/placement 2022-09-20 12:36:36.828 | + inc/python:pip_install:190 : sudo -H LC_ALL=en_US.UTF-8 SETUPTOOLS_USE_DISTUTILS=stdlib http_proxy= https_proxy= no_proxy= PIP_FIND_LINKS= python3.8 -m pip install -c /opt/stack/requirements/upper-constraints.txt -e /opt/stack/placement 2022-09-20 12:36:38.958 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-09-20 12:36:38.958 | from cryptography.utils import int_from_bytes 2022-09-20 12:36:38.958 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-09-20 12:36:38.958 | from cryptography.utils import int_from_bytes 2022-09-20 12:36:40.036 | Looking in indexes: http://10.100.0.9:8080/cloudbase/CI/+simple/ 2022-09-20 12:36:40.036 | Obtaining file:///opt/stack/placement 2022-09-20 12:36:41.267 | Requirement already satisfied: Routes===2.5.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 24)) (2.5.1) 2022-09-20 12:36:41.280 | Requirement already satisfied: SQLAlchemy===1.4.40 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 25)) (1.4.40) 2022-09-20 12:36:41.424 | Requirement already satisfied: WebOb===1.8.7 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 32)) (1.8.7) 2022-09-20 12:36:41.437 | Requirement already satisfied: greenlet===1.1.3 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 187)) (1.1.3) 2022-09-20 12:36:41.442 | Requirement already satisfied: jsonschema===4.14.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 223)) (4.14.0) 2022-09-20 12:36:41.485 | Requirement already satisfied: keystonemiddleware===10.1.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 228)) (10.1.0) 2022-09-20 12:36:41.539 | Requirement already satisfied: microversion-parse===1.0.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 244)) (1.0.1) 2022-09-20 12:36:41.544 | Requirement already satisfied: os-resource-classes===1.1.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 293)) (1.1.0) 2022-09-20 12:36:41.548 | Requirement already satisfied: os-traits===2.9.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 296)) (2.9.0) 2022-09-20 12:36:41.553 | Requirement already satisfied: oslo.cache===3.1.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 302)) (3.1.0) 2022-09-20 12:36:41.589 | Requirement already satisfied: oslo.concurrency===5.0.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 303)) (5.0.1) 2022-09-20 12:36:41.600 | Requirement already satisfied: oslo.config===9.0.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 304)) (9.0.0) 2022-09-20 12:36:41.638 | Requirement already satisfied: oslo.context===5.0.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 305)) (5.0.0) 2022-09-20 12:36:41.644 | Requirement already satisfied: oslo.db===12.1.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 306)) (12.1.0) 2022-09-20 12:36:41.690 | Requirement already satisfied: oslo.i18n===5.1.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 307)) (5.1.0) 2022-09-20 12:36:41.695 | Requirement already satisfied: oslo.log===5.0.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 309)) (5.0.0) 2022-09-20 12:36:41.733 | Requirement already satisfied: oslo.middleware===5.0.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 312)) (5.0.0) 2022-09-20 12:36:41.752 | Requirement already satisfied: oslo.policy===4.0.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 313)) (4.0.0) 2022-09-20 12:36:41.767 | Requirement already satisfied: oslo.serialization===5.0.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 317)) (5.0.0) 2022-09-20 12:36:41.776 | Requirement already satisfied: oslo.upgradecheck===2.0.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 319)) (2.0.0) 2022-09-20 12:36:41.786 | Requirement already satisfied: oslo.utils===6.0.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 320)) (6.0.1) 2022-09-20 12:36:41.799 | Requirement already satisfied: packaging===21.3 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 328)) (21.3) 2022-09-20 12:36:41.805 | Requirement already satisfied: pbr===5.10.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 332)) (5.10.0) 2022-09-20 12:36:41.808 | Requirement already satisfied: pkgutil-resolve-name===1.3.10 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 338)) (1.3.10) 2022-09-20 12:36:41.810 | Requirement already satisfied: prettytable===3.4.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 342)) (3.4.1) 2022-09-20 12:36:41.822 | Requirement already satisfied: pycadf===3.1.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 356)) (3.1.1) 2022-09-20 12:36:41.832 | Requirement already satisfied: pyinotify===0.9.6 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 364)) (0.9.6) 2022-09-20 12:36:41.834 | Requirement already satisfied: pyparsing===3.0.9 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 369)) (3.0.9) 2022-09-20 12:36:41.840 | Requirement already satisfied: pyrsistent===0.18.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 373)) (0.18.1) 2022-09-20 12:36:41.844 | Requirement already satisfied: python-dateutil===2.8.2 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 396)) (2.8.2) 2022-09-20 12:36:41.849 | Requirement already satisfied: python-keystoneclient===5.0.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 405)) (5.0.1) 2022-09-20 12:36:41.870 | Requirement already satisfied: pytz===2022.2.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 435)) (2022.2.1) 2022-09-20 12:36:41.874 | Requirement already satisfied: repoze.lru===0.7 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 446)) (0.7) 2022-09-20 12:36:41.881 | Requirement already satisfied: requests===2.28.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 447)) (2.28.1) 2022-09-20 12:36:41.895 | Requirement already satisfied: rfc3986===1.5.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 460)) (1.5.0) 2022-09-20 12:36:41.899 | Requirement already satisfied: six===1.16.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 483)) (1.16.0) 2022-09-20 12:36:41.902 | Requirement already satisfied: sqlalchemy-migrate===0.13.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 510)) (0.13.0) 2022-09-20 12:36:41.912 | Requirement already satisfied: sqlparse===0.4.2 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 511)) (0.4.2) 2022-09-20 12:36:41.914 | Requirement already satisfied: statsd===3.3.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 514)) (3.3.0) 2022-09-20 12:36:41.917 | Requirement already satisfied: stevedore===4.0.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 516)) (4.0.0) 2022-09-20 12:36:41.921 | Requirement already satisfied: testresources===2.0.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 534)) (2.0.1) 2022-09-20 12:36:41.930 | Requirement already satisfied: testscenarios===0.5.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 535)) (0.5.0) 2022-09-20 12:36:41.935 | Requirement already satisfied: testtools===2.5.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 536)) (2.5.0) 2022-09-20 12:36:41.946 | Requirement already satisfied: urllib3===1.26.12 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 562)) (1.26.12) 2022-09-20 12:36:41.979 | Requirement already satisfied: wcwidth===0.2.5 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 572)) (0.2.5) 2022-09-20 12:36:41.990 | Requirement already satisfied: setuptools!=24.0.0,!=34.0.0,!=34.0.1,!=34.0.2,!=34.0.3,!=34.1.0,!=34.1.1,!=34.2.0,!=34.3.0,!=34.3.1,!=34.3.2,!=36.2.0,>=21.0.0 in /usr/lib/python3/dist-packages (from openstack-placement==8.0.0.0rc2.dev1) (45.2.0) 2022-09-20 12:36:41.993 | Requirement already satisfied: importlib-resources===5.9.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 205)) (5.9.0) 2022-09-20 12:36:42.020 | Requirement already satisfied: attrs===22.1.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 90)) (22.1.0) 2022-09-20 12:36:42.077 | Requirement already satisfied: keystoneauth1===5.0.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 227)) (5.0.0) 2022-09-20 12:36:42.141 | Requirement already satisfied: dogpile.cache===1.1.8 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 151)) (1.1.8) 2022-09-20 12:36:42.147 | Requirement already satisfied: fasteners===0.17.3 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 166)) (0.17.3) 2022-09-20 12:36:42.149 | Requirement already satisfied: netaddr===0.8.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 260)) (0.8.0) 2022-09-20 12:36:42.154 | Requirement already satisfied: debtcollector===2.5.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 130)) (2.5.0) 2022-09-20 12:36:42.161 | Requirement already satisfied: PyYAML===6.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 22)) (6.0) 2022-09-20 12:36:42.163 | Requirement already satisfied: alembic===1.8.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 78)) (1.8.1) 2022-09-20 12:36:42.178 | Requirement already satisfied: bcrypt===4.0.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 95)) (4.0.0) 2022-09-20 12:36:42.190 | Requirement already satisfied: Jinja2===3.1.2 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 10)) (3.1.2) 2022-09-20 12:36:42.196 | Requirement already satisfied: msgpack===1.0.4 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 253)) (1.0.4) 2022-09-20 12:36:42.199 | Requirement already satisfied: iso8601===1.0.2 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 212)) (1.0.2) 2022-09-20 12:36:42.202 | Requirement already satisfied: netifaces===0.11.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 261)) (0.11.0) 2022-09-20 12:36:42.205 | Requirement already satisfied: idna===3.3 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 200)) (3.3) 2022-09-20 12:36:42.208 | Requirement already satisfied: charset-normalizer===2.1.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 112)) (2.1.1) 2022-09-20 12:36:42.213 | Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3/dist-packages (from requests===2.28.1->-c /opt/stack/requirements/upper-constraints.txt (line 447)) (2019.11.28) 2022-09-20 12:36:42.215 | Requirement already satisfied: decorator===5.1.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 131)) (5.1.1) 2022-09-20 12:36:42.218 | Requirement already satisfied: Tempita===0.5.2 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 29)) (0.5.2) 2022-09-20 12:36:42.220 | Requirement already satisfied: extras===1.0.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 164)) (1.0.0) 2022-09-20 12:36:42.223 | Requirement already satisfied: fixtures===4.0.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 168)) (4.0.1) 2022-09-20 12:36:42.234 | Requirement already satisfied: zipp===3.8.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 590)) (3.8.1) 2022-09-20 12:36:42.260 | Requirement already satisfied: os-service-types===1.7.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 294)) (1.7.0) 2022-09-20 12:36:42.265 | Requirement already satisfied: wrapt===1.14.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 577)) (1.14.1) 2022-09-20 12:36:42.268 | Requirement already satisfied: importlib-metadata===4.12.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 204)) (4.12.0) 2022-09-20 12:36:42.304 | Requirement already satisfied: Mako===1.2.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 12)) (1.2.1) 2022-09-20 12:36:42.315 | Requirement already satisfied: MarkupSafe===2.1.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 13)) (2.1.1) 2022-09-20 12:36:43.810 | Installing collected packages: openstack-placement 2022-09-20 12:36:43.810 | Attempting uninstall: openstack-placement 2022-09-20 12:36:43.811 | Found existing installation: openstack-placement 8.0.0.0rc2.dev1 2022-09-20 12:36:43.813 | Can't uninstall 'openstack-placement'. No files were found to uninstall. 2022-09-20 12:36:43.814 | Running setup.py develop for openstack-placement 2022-09-20 12:36:45.552 | Successfully installed openstack-placement 2022-09-20 12:36:45.665 | + inc/python:pip_install:196 : result=0 2022-09-20 12:36:45.667 | + inc/python:pip_install:198 : time_stop pip_install 2022-09-20 12:36:45.670 | + functions-common:time_stop:2439 : local name 2022-09-20 12:36:45.672 | + functions-common:time_stop:2440 : local end_time 2022-09-20 12:36:45.674 | + functions-common:time_stop:2441 : local elapsed_time 2022-09-20 12:36:45.677 | + functions-common:time_stop:2442 : local total 2022-09-20 12:36:45.679 | + functions-common:time_stop:2443 : local start_time 2022-09-20 12:36:45.681 | + functions-common:time_stop:2445 : name=pip_install 2022-09-20 12:36:45.683 | + functions-common:time_stop:2446 : start_time=1663677396820 2022-09-20 12:36:45.686 | + functions-common:time_stop:2448 : [[ -z 1663677396820 ]] 2022-09-20 12:36:45.689 | ++ functions-common:time_stop:2451 : date +%s%3N 2022-09-20 12:36:45.693 | + functions-common:time_stop:2451 : end_time=1663677405690 2022-09-20 12:36:45.695 | + functions-common:time_stop:2452 : elapsed_time=8870 2022-09-20 12:36:45.698 | + functions-common:time_stop:2453 : total=127988 2022-09-20 12:36:45.700 | + functions-common:time_stop:2455 : _TIME_START[$name]= 2022-09-20 12:36:45.702 | + functions-common:time_stop:2456 : _TIME_TOTAL[$name]=136858 2022-09-20 12:36:45.705 | + inc/python:pip_install:199 : return 0 2022-09-20 12:36:45.708 | + inc/python:setup_package:444 : [[ -e == \-\e ]] 2022-09-20 12:36:45.711 | + inc/python:setup_package:445 : safe_chown -R ubuntu /opt/stack/placement/openstack_placement.egg-info 2022-09-20 12:36:45.713 | + functions-common:safe_chown:2340 : _safe_permission_operation chown -R ubuntu /opt/stack/placement/openstack_placement.egg-info 2022-09-20 12:36:45.733 | + functions-common:_safe_permission_operation:2188 : sudo chown -R ubuntu /opt/stack/placement/openstack_placement.egg-info 2022-09-20 12:36:45.746 | + inc/python:_setup_package_with_constraints_edit:390 : use_library_from_git /opt/stack/placement 2022-09-20 12:36:45.748 | + inc/python:use_library_from_git:246 : local name=/opt/stack/placement 2022-09-20 12:36:45.751 | + inc/python:use_library_from_git:247 : local enabled=1 2022-09-20 12:36:45.753 | + inc/python:use_library_from_git:248 : [[ cinder-tempest-plugin = \A\L\L ]] 2022-09-20 12:36:45.756 | + inc/python:use_library_from_git:248 : [[ ,cinder-tempest-plugin, =~ ,/opt/stack/placement, ]] 2022-09-20 12:36:45.759 | + inc/python:use_library_from_git:249 : return 1 2022-09-20 12:36:45.762 | + lib/stack:stack_install_service:33 : [[ False = True ]] 2022-09-20 12:36:45.764 | + ./stack.sh:main:938 : configure_placement 2022-09-20 12:36:45.767 | + lib/placement:configure_placement:106 : sudo install -d -o ubuntu /etc/placement 2022-09-20 12:36:45.781 | + lib/placement:configure_placement:107 : create_placement_conf 2022-09-20 12:36:45.784 | + lib/placement:create_placement_conf:96 : rm -f /etc/placement/placement.conf 2022-09-20 12:36:45.789 | ++ lib/placement:create_placement_conf:97 : database_connection_url placement 2022-09-20 12:36:45.792 | ++ lib/database:database_connection_url:134 : local db=placement 2022-09-20 12:36:45.795 | ++ lib/database:database_connection_url:135 : database_connection_url_mysql placement 2022-09-20 12:36:45.797 | ++ lib/databases/mysql:database_connection_url_mysql:224 : local db=placement 2022-09-20 12:36:45.800 | ++ lib/databases/mysql:database_connection_url_mysql:225 : local plugin 2022-09-20 12:36:45.802 | ++ lib/databases/mysql:database_connection_url_mysql:229 : [[ True == \T\r\u\e ]] 2022-09-20 12:36:45.805 | ++ lib/databases/mysql:database_connection_url_mysql:230 : is_service_enabled mysql 2022-09-20 12:36:45.823 | ++ functions-common:is_service_enabled:2095 : return 0 2022-09-20 12:36:45.826 | ++ lib/databases/mysql:database_connection_url_mysql:231 : plugin='&plugin=dbcounter' 2022-09-20 12:36:45.829 | ++ lib/databases/mysql:database_connection_url_mysql:235 : echo 'mysql+pymysql://root:Passw0rd@127.0.0.1/placement?charset=utf8&plugin=dbcounter' 2022-09-20 12:36:45.833 | + 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-09-20 12:36:45.871 | + lib/placement:create_placement_conf:98 : iniset /etc/placement/placement.conf DEFAULT debug True 2022-09-20 12:36:45.913 | + lib/placement:create_placement_conf:99 : iniset /etc/placement/placement.conf api auth_strategy keystone 2022-09-20 12:36:45.951 | + lib/placement:create_placement_conf:100 : configure_keystone_authtoken_middleware /etc/placement/placement.conf placement 2022-09-20 12:36:45.954 | + lib/keystone:configure_keystone_authtoken_middleware:447 : local conf_file=/etc/placement/placement.conf 2022-09-20 12:36:45.957 | + lib/keystone:configure_keystone_authtoken_middleware:448 : local admin_user=placement 2022-09-20 12:36:45.960 | + lib/keystone:configure_keystone_authtoken_middleware:449 : local section=keystone_authtoken 2022-09-20 12:36:45.962 | + lib/keystone:configure_keystone_authtoken_middleware:451 : iniset /etc/placement/placement.conf keystone_authtoken auth_type password 2022-09-20 12:36:45.999 | + lib/keystone:configure_keystone_authtoken_middleware:452 : iniset /etc/placement/placement.conf keystone_authtoken interface public 2022-09-20 12:36:46.035 | + lib/keystone:configure_keystone_authtoken_middleware:453 : iniset /etc/placement/placement.conf keystone_authtoken auth_url http://10.222.0.52/identity 2022-09-20 12:36:46.069 | + lib/keystone:configure_keystone_authtoken_middleware:454 : iniset /etc/placement/placement.conf keystone_authtoken username placement 2022-09-20 12:36:46.104 | + lib/keystone:configure_keystone_authtoken_middleware:455 : iniset /etc/placement/placement.conf keystone_authtoken password Passw0rd 2022-09-20 12:36:46.139 | + lib/keystone:configure_keystone_authtoken_middleware:456 : iniset /etc/placement/placement.conf keystone_authtoken user_domain_name Default 2022-09-20 12:36:46.174 | + lib/keystone:configure_keystone_authtoken_middleware:457 : iniset /etc/placement/placement.conf keystone_authtoken project_name service 2022-09-20 12:36:46.209 | + lib/keystone:configure_keystone_authtoken_middleware:458 : iniset /etc/placement/placement.conf keystone_authtoken project_domain_name Default 2022-09-20 12:36:46.244 | + lib/keystone:configure_keystone_authtoken_middleware:460 : iniset /etc/placement/placement.conf keystone_authtoken cafile /opt/stack/data/ca-bundle.pem 2022-09-20 12:36:46.279 | + lib/keystone:configure_keystone_authtoken_middleware:461 : iniset /etc/placement/placement.conf keystone_authtoken memcached_servers localhost:11211 2022-09-20 12:36:46.314 | + lib/placement:create_placement_conf:101 : setup_logging /etc/placement/placement.conf 2022-09-20 12:36:46.317 | + functions:setup_logging:674 : setup_systemd_logging /etc/placement/placement.conf 2022-09-20 12:36:46.320 | + functions:setup_systemd_logging:689 : local conf_file=/etc/placement/placement.conf 2022-09-20 12:36:46.323 | ++ functions:setup_systemd_logging:694 : trueorfalse False USE_JOURNAL 2022-09-20 12:36:46.342 | + functions:setup_systemd_logging:694 : USE_JOURNAL=False 2022-09-20 12:36:46.344 | + functions:setup_systemd_logging:695 : local pidstr= 2022-09-20 12:36:46.347 | + functions:setup_systemd_logging:696 : [[ False == \T\r\u\e ]] 2022-09-20 12:36:46.350 | + functions:setup_systemd_logging:700 : pidstr='(pid=%(process)d) ' 2022-09-20 12:36:46.353 | + 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-09-20 12:36:46.389 | + 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-09-20 12:36:46.423 | + 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-09-20 12:36:46.458 | + functions:setup_systemd_logging:706 : iniset /etc/placement/placement.conf DEFAULT logging_exception_prefix 'ERROR %(name)s %(instance)s' 2022-09-20 12:36:46.492 | + lib/placement:configure_placement:109 : [[ uwsgi == \u\w\s\g\i ]] 2022-09-20 12:36:46.495 | + lib/placement:configure_placement:110 : write_uwsgi_config /etc/placement/placement-uwsgi.ini /usr/local/bin/placement-api /placement 2022-09-20 12:36:46.498 | + lib/apache:write_uwsgi_config:254 : local file=/etc/placement/placement-uwsgi.ini 2022-09-20 12:36:46.500 | + lib/apache:write_uwsgi_config:255 : local wsgi=/usr/local/bin/placement-api 2022-09-20 12:36:46.503 | + lib/apache:write_uwsgi_config:256 : local url=/placement 2022-09-20 12:36:46.505 | + lib/apache:write_uwsgi_config:257 : local http= 2022-09-20 12:36:46.508 | + lib/apache:write_uwsgi_config:258 : local name= 2022-09-20 12:36:46.511 | ++ lib/apache:write_uwsgi_config:259 : basename /usr/local/bin/placement-api 2022-09-20 12:36:46.516 | + lib/apache:write_uwsgi_config:259 : name=placement-api 2022-09-20 12:36:46.519 | + lib/apache:write_uwsgi_config:263 : local socket_dir=/var/run/uwsgi 2022-09-20 12:36:46.522 | + lib/apache:write_uwsgi_config:267 : sudo mkdir -p /etc/tmpfiles.d/ 2022-09-20 12:36:46.535 | + lib/apache:write_uwsgi_config:268 : echo 'd /var/run/uwsgi 0755 ubuntu root' 2022-09-20 12:36:46.535 | + lib/apache:write_uwsgi_config:268 : sudo tee /etc/tmpfiles.d/uwsgi.conf 2022-09-20 12:36:46.544 | d /var/run/uwsgi 0755 ubuntu root 2022-09-20 12:36:46.547 | + lib/apache:write_uwsgi_config:269 : sudo systemd-tmpfiles --create /etc/tmpfiles.d/uwsgi.conf 2022-09-20 12:36:46.564 | + lib/apache:write_uwsgi_config:271 : local socket=/var/run/uwsgi/placement-api.socket 2022-09-20 12:36:46.567 | + lib/apache:write_uwsgi_config:274 : rm -rf /etc/placement/placement-uwsgi.ini 2022-09-20 12:36:46.571 | + lib/apache:write_uwsgi_config:275 : iniset /etc/placement/placement-uwsgi.ini uwsgi wsgi-file /usr/local/bin/placement-api 2022-09-20 12:36:46.608 | + lib/apache:write_uwsgi_config:276 : iniset /etc/placement/placement-uwsgi.ini uwsgi processes 2 2022-09-20 12:36:46.642 | + lib/apache:write_uwsgi_config:278 : iniset /etc/placement/placement-uwsgi.ini uwsgi master true 2022-09-20 12:36:46.676 | + lib/apache:write_uwsgi_config:280 : iniset /etc/placement/placement-uwsgi.ini uwsgi die-on-term true 2022-09-20 12:36:46.711 | + lib/apache:write_uwsgi_config:281 : iniset /etc/placement/placement-uwsgi.ini uwsgi exit-on-reload false 2022-09-20 12:36:46.746 | + lib/apache:write_uwsgi_config:284 : iniset /etc/placement/placement-uwsgi.ini uwsgi worker-reload-mercy 90 2022-09-20 12:36:46.780 | + lib/apache:write_uwsgi_config:285 : iniset /etc/placement/placement-uwsgi.ini uwsgi enable-threads true 2022-09-20 12:36:46.814 | + lib/apache:write_uwsgi_config:286 : iniset /etc/placement/placement-uwsgi.ini uwsgi plugins http,python3 2022-09-20 12:36:46.850 | + lib/apache:write_uwsgi_config:288 : iniset /etc/placement/placement-uwsgi.ini uwsgi thunder-lock true 2022-09-20 12:36:46.887 | + lib/apache:write_uwsgi_config:290 : iniset /etc/placement/placement-uwsgi.ini uwsgi hook-master-start 'unix_signal:15 gracefully_kill_them_all' 2022-09-20 12:36:46.922 | + lib/apache:write_uwsgi_config:292 : iniset /etc/placement/placement-uwsgi.ini uwsgi buffer-size 65535 2022-09-20 12:36:46.956 | + lib/apache:write_uwsgi_config:294 : iniset /etc/placement/placement-uwsgi.ini uwsgi add-header 'Connection: close' 2022-09-20 12:36:46.991 | + lib/apache:write_uwsgi_config:296 : iniset /etc/placement/placement-uwsgi.ini uwsgi lazy-apps true 2022-09-20 12:36:47.027 | + lib/apache:write_uwsgi_config:299 : [[ -n '' ]] 2022-09-20 12:36:47.029 | + lib/apache:write_uwsgi_config:302 : local apache_conf= 2022-09-20 12:36:47.032 | ++ lib/apache:write_uwsgi_config:303 : apache_site_config_for placement-api 2022-09-20 12:36:47.036 | ++ lib/apache:apache_site_config_for:186 : local site=placement-api 2022-09-20 12:36:47.039 | ++ lib/apache:apache_site_config_for:187 : is_ubuntu 2022-09-20 12:36:47.042 | ++ functions-common:is_ubuntu:567 : [[ -z deb ]] 2022-09-20 12:36:47.044 | ++ functions-common:is_ubuntu:570 : '[' deb = deb ']' 2022-09-20 12:36:47.047 | ++ lib/apache:apache_site_config_for:189 : echo /etc/apache2/sites-available/placement-api.conf 2022-09-20 12:36:47.050 | + lib/apache:write_uwsgi_config:303 : apache_conf=/etc/apache2/sites-available/placement-api.conf 2022-09-20 12:36:47.053 | + lib/apache:write_uwsgi_config:304 : iniset /etc/placement/placement-uwsgi.ini uwsgi socket /var/run/uwsgi/placement-api.socket 2022-09-20 12:36:47.089 | + lib/apache:write_uwsgi_config:305 : iniset /etc/placement/placement-uwsgi.ini uwsgi chmod-socket 666 2022-09-20 12:36:47.126 | + lib/apache:write_uwsgi_config:306 : echo 'ProxyPass "/placement" "unix:/var/run/uwsgi/placement-api.socket|uwsgi://uwsgi-uds-placement-api" retry=0 ' 2022-09-20 12:36:47.127 | + lib/apache:write_uwsgi_config:306 : sudo tee -a /etc/apache2/sites-available/placement-api.conf 2022-09-20 12:36:47.136 | ProxyPass "/placement" "unix:/var/run/uwsgi/placement-api.socket|uwsgi://uwsgi-uds-placement-api" retry=0 2022-09-20 12:36:47.140 | + lib/apache:write_uwsgi_config:307 : enable_apache_site placement-api 2022-09-20 12:36:47.143 | + lib/apache:enable_apache_site:203 : local site=placement-api 2022-09-20 12:36:47.146 | + lib/apache:enable_apache_site:205 : enable_apache_mod version 2022-09-20 12:36:47.149 | + lib/apache:enable_apache_mod:59 : local mod=version 2022-09-20 12:36:47.152 | + lib/apache:enable_apache_mod:61 : is_ubuntu 2022-09-20 12:36:47.154 | + functions-common:is_ubuntu:567 : [[ -z deb ]] 2022-09-20 12:36:47.157 | + functions-common:is_ubuntu:570 : '[' deb = deb ']' 2022-09-20 12:36:47.160 | + lib/apache:enable_apache_mod:64 : [[ version != \v\e\r\s\i\o\n ]] 2022-09-20 12:36:47.162 | + lib/apache:enable_apache_site:206 : is_ubuntu 2022-09-20 12:36:47.165 | + functions-common:is_ubuntu:567 : [[ -z deb ]] 2022-09-20 12:36:47.167 | + functions-common:is_ubuntu:570 : '[' deb = deb ']' 2022-09-20 12:36:47.170 | + lib/apache:enable_apache_site:207 : sudo a2ensite placement-api 2022-09-20 12:36:47.241 | Site placement-api already enabled 2022-09-20 12:36:47.246 | + lib/apache:write_uwsgi_config:308 : restart_apache_server 2022-09-20 12:36:47.249 | + lib/apache:restart_apache_server:250 : restart_service apache2 2022-09-20 12:36:47.252 | + functions-common:restart_service:2323 : '[' -x /bin/systemctl ']' 2022-09-20 12:36:47.256 | + functions-common:restart_service:2324 : sudo /bin/systemctl restart apache2 2022-09-20 12:36:47.401 | + ./stack.sh:main:945 : is_service_enabled placement placement-client 2022-09-20 12:36:47.430 | + functions-common:is_service_enabled:2095 : return 0 2022-09-20 12:36:47.432 | + ./stack.sh:main:946 : is_service_enabled n-cpu 2022-09-20 12:36:47.452 | + functions-common:is_service_enabled:2095 : return 1 2022-09-20 12:36:47.456 | + ./stack.sh:main:946 : is_service_enabled n-sch 2022-09-20 12:36:47.477 | + functions-common:is_service_enabled:2095 : return 0 2022-09-20 12:36:47.479 | + ./stack.sh:main:947 : configure_placement_nova_compute 2022-09-20 12:36:47.482 | + lib/nova:configure_placement_nova_compute:582 : local conf=/etc/nova/nova.conf 2022-09-20 12:36:47.484 | + lib/nova:configure_placement_nova_compute:583 : iniset /etc/nova/nova.conf placement auth_type password 2022-09-20 12:36:47.524 | + lib/nova:configure_placement_nova_compute:584 : iniset /etc/nova/nova.conf placement auth_url http://10.222.0.52/identity 2022-09-20 12:36:47.561 | + lib/nova:configure_placement_nova_compute:585 : iniset /etc/nova/nova.conf placement username placement 2022-09-20 12:36:47.600 | + lib/nova:configure_placement_nova_compute:586 : iniset /etc/nova/nova.conf placement password Passw0rd 2022-09-20 12:36:47.638 | + lib/nova:configure_placement_nova_compute:587 : iniset /etc/nova/nova.conf placement user_domain_name Default 2022-09-20 12:36:47.677 | + lib/nova:configure_placement_nova_compute:588 : iniset /etc/nova/nova.conf placement project_name service 2022-09-20 12:36:47.713 | + lib/nova:configure_placement_nova_compute:589 : iniset /etc/nova/nova.conf placement project_domain_name Default 2022-09-20 12:36:47.750 | + lib/nova:configure_placement_nova_compute:590 : iniset /etc/nova/nova.conf placement region_name RegionOne 2022-09-20 12:36:47.789 | + ./stack.sh:main:951 : is_service_enabled horizon 2022-09-20 12:36:47.808 | + functions-common:is_service_enabled:2095 : return 1 2022-09-20 12:36:47.811 | + ./stack.sh:main:956 : is_service_enabled tls-proxy 2022-09-20 12:36:47.831 | + functions-common:is_service_enabled:2095 : return 1 2022-09-20 12:36:47.833 | + ./stack.sh:main:964 : run_phase stack install 2022-09-20 12:36:47.836 | + functions-common:run_phase:1867 : local mode=stack 2022-09-20 12:36:47.839 | + functions-common:run_phase:1868 : local phase=install 2022-09-20 12:36:47.841 | + functions-common:run_phase:1869 : [[ -d /home/ubuntu/devstack/extras.d ]] 2022-09-20 12:36:47.844 | + functions-common:run_phase:1870 : local extra_plugin_file_name 2022-09-20 12:36:47.846 | + functions-common:run_phase:1871 : for extra_plugin_file_name in $TOP_DIR/extras.d/*.sh 2022-09-20 12:36:47.849 | + functions-common:run_phase:1876 : local exceptions=80-tempest.sh 2022-09-20 12:36:47.852 | + functions-common:run_phase:1877 : local extra 2022-09-20 12:36:47.855 | ++ functions-common:run_phase:1878 : basename /home/ubuntu/devstack/extras.d/80-tempest.sh 2022-09-20 12:36:47.859 | + functions-common:run_phase:1878 : extra=80-tempest.sh 2022-09-20 12:36:47.862 | + functions-common:run_phase:1879 : [[ 80-tempest.sh =~ 80-tempest\.sh ]] 2022-09-20 12:36:47.865 | + functions-common:run_phase:1883 : [[ -r /home/ubuntu/devstack/extras.d/80-tempest.sh ]] 2022-09-20 12:36:47.868 | + functions-common:run_phase:1883 : source /home/ubuntu/devstack/extras.d/80-tempest.sh stack install 2022-09-20 12:36:47.871 | ++ extras.d/80-tempest.sh:source:3 : is_service_enabled tempest 2022-09-20 12:36:47.891 | ++ functions-common:is_service_enabled:2095 : return 0 2022-09-20 12:36:47.894 | ++ extras.d/80-tempest.sh:source:4 : [[ stack == \s\o\u\r\c\e ]] 2022-09-20 12:36:47.897 | ++ extras.d/80-tempest.sh:source:7 : [[ stack == \s\t\a\c\k ]] 2022-09-20 12:36:47.899 | ++ extras.d/80-tempest.sh:source:7 : [[ install == \i\n\s\t\a\l\l ]] 2022-09-20 12:36:47.902 | ++ extras.d/80-tempest.sh:source:8 : echo_summary 'Installing Tempest' 2022-09-20 12:36:47.904 | ++ ./stack.sh:echo_summary:435 : [[ -t 3 ]] 2022-09-20 12:36:47.907 | ++ ./stack.sh:echo_summary:441 : echo -e Installing Tempest 2022-09-20 12:36:47.909 | ++ extras.d/80-tempest.sh:source:9 : async_runfunc install_tempest 2022-09-20 12:36:47.912 | ++ inc/async:async_runfunc:116 : async_run install_tempest install_tempest 2022-09-20 12:36:47.983 | ++ inc/async:async_inner:63 : install_tempest 2022-09-20 12:36:48.028 | [263205 Async install_tempest:294785]: running: install_tempest 2022-09-20 12:36:48.031 | ++ extras.d/80-tempest.sh:source:27 : [[ stack == \u\n\s\t\a\c\k ]] 2022-09-20 12:36:48.034 | ++ extras.d/80-tempest.sh:source:32 : [[ stack == \c\l\e\a\n ]] 2022-09-20 12:36:48.039 | + functions-common:run_phase:1888 : [[ stack == \s\o\u\r\c\e ]] 2022-09-20 12:36:48.042 | + functions-common:run_phase:1891 : [[ stack == \o\v\e\r\r\i\d\e\_\d\e\f\a\u\l\t\s ]] 2022-09-20 12:36:48.047 | + functions-common:run_phase:1894 : run_plugins stack install 2022-09-20 12:36:48.050 | + functions-common:run_plugins:1853 : local mode=stack 2022-09-20 12:36:48.053 | + functions-common:run_plugins:1854 : local phase=install 2022-09-20 12:36:48.056 | + functions-common:run_plugins:1856 : local plugins= 2022-09-20 12:36:48.061 | + functions-common:run_plugins:1857 : local plugin 2022-09-20 12:36:48.064 | + ./stack.sh:main:967 : use_library_from_git python-openstackclient 2022-09-20 12:36:48.068 | + inc/python:use_library_from_git:246 : local name=python-openstackclient 2022-09-20 12:36:48.071 | + inc/python:use_library_from_git:247 : local enabled=1 2022-09-20 12:36:48.074 | + inc/python:use_library_from_git:248 : [[ cinder-tempest-plugin = \A\L\L ]] 2022-09-20 12:36:48.078 | + inc/python:use_library_from_git:248 : [[ ,cinder-tempest-plugin, =~ ,python-openstackclient, ]] 2022-09-20 12:36:48.083 | + inc/python:use_library_from_git:249 : return 1 2022-09-20 12:36:48.088 | + ./stack.sh:main:971 : pip_install_gr python-openstackclient 2022-09-20 12:36:48.090 | + inc/python:pip_install_gr:76 : local name=python-openstackclient 2022-09-20 12:36:48.093 | + inc/python:pip_install_gr:77 : local clean_name 2022-09-20 12:36:48.100 | ++ inc/python:pip_install_gr:78 : get_from_global_requirements python-openstackclient 2022-09-20 12:36:48.103 | ++ inc/python:get_from_global_requirements:221 : local package=python-openstackclient 2022-09-20 12:36:48.106 | ++ inc/python:get_from_global_requirements:222 : local required_pkg 2022-09-20 12:36:48.111 | +++ inc/python:get_from_global_requirements:223 : grep -i -h '^python-openstackclient' /opt/stack/requirements/global-requirements.txt 2022-09-20 12:36:48.111 | +++ inc/python:get_from_global_requirements:223 : cut -d# -f1 2022-09-20 12:36:48.117 | ++ inc/python:get_from_global_requirements:223 : required_pkg='python-openstackclient ' 2022-09-20 12:36:48.121 | ++ inc/python:get_from_global_requirements:224 : [[ python-openstackclient == '' ]] 2022-09-20 12:36:48.124 | ++ inc/python:get_from_global_requirements:227 : echo python-openstackclient 2022-09-20 12:36:48.127 | + inc/python:pip_install_gr:78 : clean_name=python-openstackclient 2022-09-20 12:36:48.130 | + inc/python:pip_install_gr:79 : pip_install python-openstackclient 2022-09-20 12:36:48.155 | Using python 3.8 to install python-openstackclient 2022-09-20 12:36:48.158 | + 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-09-20 12:36:50.379 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-09-20 12:36:50.379 | from cryptography.utils import int_from_bytes 2022-09-20 12:36:50.379 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-09-20 12:36:50.379 | from cryptography.utils import int_from_bytes 2022-09-20 12:36:51.437 | Looking in indexes: http://10.100.0.9:8080/cloudbase/CI/+simple/ 2022-09-20 12:36:51.439 | Requirement already satisfied: python-openstackclient===6.0.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 419)) (6.0.0) 2022-09-20 12:36:51.460 | Requirement already satisfied: stevedore===4.0.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 516)) (4.0.0) 2022-09-20 12:36:51.465 | Requirement already satisfied: python-keystoneclient===5.0.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 405)) (5.0.1) 2022-09-20 12:36:51.486 | Requirement already satisfied: iso8601===1.0.2 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 212)) (1.0.2) 2022-09-20 12:36:51.490 | Requirement already satisfied: pbr===5.10.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 332)) (5.10.0) 2022-09-20 12:36:51.493 | Requirement already satisfied: cliff===4.0.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 114)) (4.0.0) 2022-09-20 12:36:51.505 | Requirement already satisfied: python-cinderclient===9.1.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 391)) (9.1.0) 2022-09-20 12:36:51.526 | Requirement already satisfied: oslo.utils===6.0.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 320)) (6.0.1) 2022-09-20 12:36:51.540 | Requirement already satisfied: oslo.i18n===5.1.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 307)) (5.1.0) 2022-09-20 12:36:51.545 | Requirement already satisfied: python-novaclient===18.1.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 416)) (18.1.0) 2022-09-20 12:36:51.559 | Requirement already satisfied: osc-lib===2.6.2 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 300)) (2.6.2) 2022-09-20 12:36:51.574 | Requirement already satisfied: openstacksdk===0.101.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 283)) (0.101.0) 2022-09-20 12:36:51.601 | Requirement already satisfied: six===1.16.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 483)) (1.16.0) 2022-09-20 12:36:51.604 | Requirement already satisfied: keystoneauth1===5.0.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 227)) (5.0.0) 2022-09-20 12:36:51.664 | Requirement already satisfied: requests===2.28.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 447)) (2.28.1) 2022-09-20 12:36:51.681 | Requirement already satisfied: oslo.serialization===5.0.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 317)) (5.0.0) 2022-09-20 12:36:51.690 | Requirement already satisfied: packaging===21.3 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 328)) (21.3) 2022-09-20 12:36:51.696 | Requirement already satisfied: debtcollector===2.5.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 130)) (2.5.0) 2022-09-20 12:36:51.702 | Requirement already satisfied: oslo.config===9.0.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 304)) (9.0.0) 2022-09-20 12:36:51.742 | Requirement already satisfied: cmd2===2.4.2 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 115)) (2.4.2) 2022-09-20 12:36:51.792 | Requirement already satisfied: autopage===0.5.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 93)) (0.5.1) 2022-09-20 12:36:51.795 | Requirement already satisfied: prettytable===3.4.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 342)) (3.4.1) 2022-09-20 12:36:51.808 | Requirement already satisfied: PyYAML===6.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 22)) (6.0) 2022-09-20 12:36:51.810 | Requirement already satisfied: importlib-metadata===4.12.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 204)) (4.12.0) 2022-09-20 12:36:51.846 | Requirement already satisfied: simplejson===3.17.6 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 482)) (3.17.6) 2022-09-20 12:36:51.850 | Requirement already satisfied: netaddr===0.8.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 260)) (0.8.0) 2022-09-20 12:36:51.854 | Requirement already satisfied: pyparsing===3.0.9 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 369)) (3.0.9) 2022-09-20 12:36:51.861 | Requirement already satisfied: pytz===2022.2.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 435)) (2022.2.1) 2022-09-20 12:36:51.865 | Requirement already satisfied: netifaces===0.11.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 261)) (0.11.0) 2022-09-20 12:36:51.868 | Requirement already satisfied: decorator===5.1.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 131)) (5.1.1) 2022-09-20 12:36:51.871 | Requirement already satisfied: munch===2.5.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 254)) (2.5.0) 2022-09-20 12:36:51.895 | Requirement already satisfied: appdirs===1.4.4 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 86)) (1.4.4) 2022-09-20 12:36:51.899 | Requirement already satisfied: jmespath===1.0.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 217)) (1.0.1) 2022-09-20 12:36:51.902 | Requirement already satisfied: jsonpatch===1.32 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 219)) (1.32) 2022-09-20 12:36:51.906 | Requirement already satisfied: requestsexceptions===1.4.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 455)) (1.4.0) 2022-09-20 12:36:51.910 | Requirement already satisfied: os-service-types===1.7.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 294)) (1.7.0) 2022-09-20 12:36:51.914 | Requirement already satisfied: dogpile.cache===1.1.8 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 151)) (1.1.8) 2022-09-20 12:36:51.919 | Requirement already satisfied: cryptography===36.0.2 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 126)) (36.0.2) 2022-09-20 12:36:51.958 | Requirement already satisfied: urllib3===1.26.12 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 562)) (1.26.12) 2022-09-20 12:36:51.997 | Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3/dist-packages (from requests===2.28.1->-c /opt/stack/requirements/upper-constraints.txt (line 447)) (2019.11.28) 2022-09-20 12:36:51.999 | Requirement already satisfied: idna===3.3 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 200)) (3.3) 2022-09-20 12:36:52.003 | Requirement already satisfied: charset-normalizer===2.1.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 112)) (2.1.1) 2022-09-20 12:36:52.007 | Requirement already satisfied: msgpack===1.0.4 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 253)) (1.0.4) 2022-09-20 12:36:52.010 | Requirement already satisfied: wrapt===1.14.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 577)) (1.14.1) 2022-09-20 12:36:52.014 | Requirement already satisfied: rfc3986===1.5.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 460)) (1.5.0) 2022-09-20 12:36:52.018 | Requirement already satisfied: wcwidth===0.2.5 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 572)) (0.2.5) 2022-09-20 12:36:52.023 | Requirement already satisfied: attrs===22.1.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 90)) (22.1.0) 2022-09-20 12:36:52.080 | Requirement already satisfied: pyperclip===1.8.2 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 370)) (1.8.2) 2022-09-20 12:36:52.083 | Requirement already satisfied: zipp===3.8.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 590)) (3.8.1) 2022-09-20 12:36:52.110 | Requirement already satisfied: jsonpointer===2.3 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 222)) (2.3) 2022-09-20 12:36:52.113 | Requirement already satisfied: cffi===1.15.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 110)) (1.15.1) 2022-09-20 12:36:52.116 | Requirement already satisfied: pycparser===2.21 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 358)) (2.21) 2022-09-20 12:36:54.125 | + inc/python:pip_install:196 : result=0 2022-09-20 12:36:54.127 | + inc/python:pip_install:198 : time_stop pip_install 2022-09-20 12:36:54.130 | + functions-common:time_stop:2439 : local name 2022-09-20 12:36:54.133 | + functions-common:time_stop:2440 : local end_time 2022-09-20 12:36:54.135 | + functions-common:time_stop:2441 : local elapsed_time 2022-09-20 12:36:54.138 | + functions-common:time_stop:2442 : local total 2022-09-20 12:36:54.140 | + functions-common:time_stop:2443 : local start_time 2022-09-20 12:36:54.143 | + functions-common:time_stop:2445 : name=pip_install 2022-09-20 12:36:54.145 | + functions-common:time_stop:2446 : start_time=1663677408148 2022-09-20 12:36:54.148 | + functions-common:time_stop:2448 : [[ -z 1663677408148 ]] 2022-09-20 12:36:54.151 | ++ functions-common:time_stop:2451 : date +%s%3N 2022-09-20 12:36:54.155 | + functions-common:time_stop:2451 : end_time=1663677414152 2022-09-20 12:36:54.158 | + functions-common:time_stop:2452 : elapsed_time=6004 2022-09-20 12:36:54.161 | + functions-common:time_stop:2453 : total=136858 2022-09-20 12:36:54.163 | + functions-common:time_stop:2455 : _TIME_START[$name]= 2022-09-20 12:36:54.165 | + functions-common:time_stop:2456 : _TIME_TOTAL[$name]=142862 2022-09-20 12:36:54.168 | + inc/python:pip_install:199 : return 0 2022-09-20 12:36:54.171 | + ./stack.sh:main:976 : install_oscwrap 2022-09-20 12:36:54.174 | ++ functions-common:install_oscwrap:2484 : mktemp 2022-09-20 12:36:54.180 | + functions-common:install_oscwrap:2484 : OSCWRAP_TIMER_FILE=/tmp/tmp.98cMBywrp6 2022-09-20 12:36:54.183 | + functions-common:install_oscwrap:2487 : shopt -s expand_aliases 2022-09-20 12:36:54.185 | + functions-common:install_oscwrap:2490 : unalias -a 2022-09-20 12:36:54.188 | + functions-common:install_oscwrap:2492 : alias openstack=oscwrap 2022-09-20 12:36:54.191 | + ./stack.sh:main:981 : [[ False != \F\a\l\s\e ]] 2022-09-20 12:36:54.193 | + ./stack.sh:main:1021 : '[' -f /opt/stack/data/ca-bundle.pem ']' 2022-09-20 12:36:54.196 | + ./stack.sh:main:1029 : is_service_enabled mysql postgresql 2022-09-20 12:36:54.215 | + functions-common:is_service_enabled:2095 : return 0 2022-09-20 12:36:54.217 | + ./stack.sh:main:1030 : configure_database 2022-09-20 12:36:54.220 | + lib/database:configure_database:128 : configure_database_mysql 2022-09-20 12:36:54.223 | + lib/databases/mysql:configure_database_mysql:72 : local my_conf mysql slow_log 2022-09-20 12:36:54.225 | + lib/databases/mysql:configure_database_mysql:73 : echo_summary 'Configuring and starting MySQL' 2022-09-20 12:36:54.228 | + ./stack.sh:echo_summary:435 : [[ -t 3 ]] 2022-09-20 12:36:54.230 | + ./stack.sh:echo_summary:441 : echo -e Configuring and starting MySQL 2022-09-20 12:36:54.232 | + lib/databases/mysql:configure_database_mysql:75 : is_ubuntu 2022-09-20 12:36:54.234 | + functions-common:is_ubuntu:567 : [[ -z deb ]] 2022-09-20 12:36:54.237 | + functions-common:is_ubuntu:570 : '[' deb = deb ']' 2022-09-20 12:36:54.240 | + lib/databases/mysql:configure_database_mysql:76 : my_conf=/etc/mysql/my.cnf 2022-09-20 12:36:54.243 | ++ lib/databases/mysql:configure_database_mysql:90 : ipv6_unquote 0.0.0.0 2022-09-20 12:36:54.246 | ++ functions-common:ipv6_unquote:2237 : echo 0.0.0.0 2022-09-20 12:36:54.248 | ++ functions-common:ipv6_unquote:2237 : tr -d '[]' 2022-09-20 12:36:54.251 | + lib/databases/mysql:configure_database_mysql:90 : iniset -sudo /etc/mysql/my.cnf mysqld bind-address 0.0.0.0 2022-09-20 12:36:54.309 | + lib/databases/mysql:configure_database_mysql:93 : is_fedora 2022-09-20 12:36:54.311 | + functions-common:is_fedora:519 : [[ -z Ubuntu ]] 2022-09-20 12:36:54.314 | + functions-common:is_fedora:523 : '[' Ubuntu = Fedora ']' 2022-09-20 12:36:54.316 | + functions-common:is_fedora:523 : '[' Ubuntu = 'Red Hat' ']' 2022-09-20 12:36:54.319 | + functions-common:is_fedora:524 : '[' Ubuntu = RedHatEnterpriseServer ']' 2022-09-20 12:36:54.321 | + functions-common:is_fedora:525 : '[' Ubuntu = RedHatEnterprise ']' 2022-09-20 12:36:54.324 | + functions-common:is_fedora:526 : '[' Ubuntu = CentOS ']' 2022-09-20 12:36:54.326 | + functions-common:is_fedora:526 : '[' Ubuntu = CentOSStream ']' 2022-09-20 12:36:54.328 | + functions-common:is_fedora:527 : '[' Ubuntu = AlmaLinux ']' 2022-09-20 12:36:54.331 | + functions-common:is_fedora:528 : '[' Ubuntu = OracleServer ']' 2022-09-20 12:36:54.333 | + functions-common:is_fedora:528 : '[' Ubuntu = Virtuozzo ']' 2022-09-20 12:36:54.336 | + lib/databases/mysql:configure_database_mysql:93 : is_suse 2022-09-20 12:36:54.338 | + functions-common:is_suse:536 : is_opensuse 2022-09-20 12:36:54.340 | + functions-common:is_opensuse:543 : [[ -z Ubuntu ]] 2022-09-20 12:36:54.343 | + functions-common:is_opensuse:547 : [[ Ubuntu =~ (openSUSE) ]] 2022-09-20 12:36:54.345 | + functions-common:is_suse:536 : is_suse_linux_enterprise 2022-09-20 12:36:54.348 | + functions-common:is_suse_linux_enterprise:555 : [[ -z Ubuntu ]] 2022-09-20 12:36:54.351 | + functions-common:is_suse_linux_enterprise:559 : [[ Ubuntu =~ (^SUSE) ]] 2022-09-20 12:36:54.353 | + lib/databases/mysql:configure_database_mysql:96 : is_ubuntu 2022-09-20 12:36:54.355 | + functions-common:is_ubuntu:567 : [[ -z deb ]] 2022-09-20 12:36:54.358 | + functions-common:is_ubuntu:570 : '[' deb = deb ']' 2022-09-20 12:36:54.360 | + lib/databases/mysql:configure_database_mysql:98 : restart_service mysql 2022-09-20 12:36:54.364 | + functions-common:restart_service:2323 : '[' -x /bin/systemctl ']' 2022-09-20 12:36:54.366 | + functions-common:restart_service:2324 : sudo /bin/systemctl restart mysql 2022-09-20 12:36:57.228 | + lib/databases/mysql:configure_database_mysql:104 : sudo mysqladmin -u root password Passw0rd 2022-09-20 12:36:57.245 | mysqladmin: connect to server at 'localhost' failed 2022-09-20 12:36:57.245 | error: 'Access denied for user 'root'@'localhost' (using password: NO)' 2022-09-20 12:36:57.249 | + lib/databases/mysql:configure_database_mysql:104 : true 2022-09-20 12:36:57.255 | + lib/databases/mysql:configure_database_mysql:108 : is_ubuntu 2022-09-20 12:36:57.258 | + functions-common:is_ubuntu:567 : [[ -z deb ]] 2022-09-20 12:36:57.261 | + functions-common:is_ubuntu:570 : '[' deb = deb ']' 2022-09-20 12:36:57.264 | + lib/databases/mysql:configure_database_mysql:108 : '[' mysql == mariadb ']' 2022-09-20 12:36:57.266 | + lib/databases/mysql:configure_database_mysql:111 : local 'cmd_args=-uroot -pPassw0rd -h127.0.0.1 ' 2022-09-20 12:36:57.268 | + lib/databases/mysql:configure_database_mysql:117 : is_ubuntu 2022-09-20 12:36:57.271 | + functions-common:is_ubuntu:567 : [[ -z deb ]] 2022-09-20 12:36:57.274 | + functions-common:is_ubuntu:570 : '[' deb = deb ']' 2022-09-20 12:36:57.276 | + lib/databases/mysql:configure_database_mysql:117 : [[ focal != \b\u\l\l\s\e\y\e ]] 2022-09-20 12:36:57.279 | + lib/databases/mysql:configure_database_mysql:117 : '[' mysql == mariadb ']' 2022-09-20 12:36:57.281 | + 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-09-20 12:36:57.294 | mysql: [Warning] Using a password on the command line interface can be insecure. 2022-09-20 12:36:57.332 | + lib/databases/mysql:configure_database_mysql:124 : sudo mysql -uroot -pPassw0rd -h127.0.0.1 -e 'GRANT ALL PRIVILEGES ON *.* TO '\''root'\''@'\''%'\'';' 2022-09-20 12:36:57.344 | mysql: [Warning] Using a password on the command line interface can be insecure. 2022-09-20 12:36:57.364 | + lib/databases/mysql:configure_database_mysql:129 : iniset -sudo /etc/mysql/my.cnf mysqld sql_mode TRADITIONAL 2022-09-20 12:36:57.427 | + lib/databases/mysql:configure_database_mysql:130 : iniset -sudo /etc/mysql/my.cnf mysqld default-storage-engine InnoDB 2022-09-20 12:36:57.490 | + lib/databases/mysql:configure_database_mysql:131 : iniset -sudo /etc/mysql/my.cnf mysqld max_connections 1024 2022-09-20 12:36:57.556 | + lib/databases/mysql:configure_database_mysql:133 : [[ False == \T\r\u\e ]] 2022-09-20 12:36:57.558 | + lib/databases/mysql:configure_database_mysql:153 : [[ True == \T\r\u\e ]] 2022-09-20 12:36:57.561 | + lib/databases/mysql:configure_database_mysql:154 : echo 'enabling MySQL performance counting' 2022-09-20 12:36:57.561 | enabling MySQL performance counting 2022-09-20 12:36:57.563 | + lib/databases/mysql:configure_database_mysql:157 : pip_install /home/ubuntu/devstack/tools/dbcounter 2022-09-20 12:36:57.587 | Using python 3.8 to install /home/ubuntu/devstack/tools/dbcounter 2022-09-20 12:36:57.590 | + 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-09-20 12:36:59.761 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-09-20 12:36:59.761 | from cryptography.utils import int_from_bytes 2022-09-20 12:36:59.761 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-09-20 12:36:59.761 | from cryptography.utils import int_from_bytes 2022-09-20 12:37:00.881 | Looking in indexes: http://10.100.0.9:8080/cloudbase/CI/+simple/ 2022-09-20 12:37:00.884 | Processing ./tools/dbcounter 2022-09-20 12:37:00.889 | Installing build dependencies: started 2022-09-20 12:37:10.941 | Installing build dependencies: finished with status 'done' 2022-09-20 12:37:10.943 | Getting requirements to build wheel: started 2022-09-20 12:37:12.043 | Getting requirements to build wheel: finished with status 'done' 2022-09-20 12:37:12.047 | Installing backend dependencies: started 2022-09-20 12:37:17.028 | Installing backend dependencies: finished with status 'done' 2022-09-20 12:37:17.030 | Preparing wheel metadata: started 2022-09-20 12:37:18.237 | Preparing wheel metadata: finished with status 'done' 2022-09-20 12:37:18.245 | Building wheels for collected packages: dbcounter 2022-09-20 12:37:18.247 | Building wheel for dbcounter (PEP 517): started 2022-09-20 12:37:19.749 | Building wheel for dbcounter (PEP 517): finished with status 'done' 2022-09-20 12:37:19.750 | Created wheel for dbcounter: filename=dbcounter-0.1-py3-none-any.whl size=3220 sha256=ea1e662f549b41af5f9d79ab82c866258107167087fbcb5e86dd74582c670027 2022-09-20 12:37:19.751 | Stored in directory: /tmp/pip-ephem-wheel-cache-erb36lvz/wheels/47/ec/8f/c05696fe4840718acd6e24d52f1870611cf630271d38314447 2022-09-20 12:37:19.752 | Successfully built dbcounter 2022-09-20 12:37:22.026 | Installing collected packages: dbcounter 2022-09-20 12:37:22.026 | Attempting uninstall: dbcounter 2022-09-20 12:37:22.027 | Found existing installation: dbcounter 0.1 2022-09-20 12:37:22.037 | Uninstalling dbcounter-0.1: 2022-09-20 12:37:22.374 | Successfully uninstalled dbcounter-0.1 2022-09-20 12:37:22.478 | Successfully installed dbcounter-0.1 2022-09-20 12:37:22.652 | + inc/python:pip_install:196 : result=0 2022-09-20 12:37:22.654 | + inc/python:pip_install:198 : time_stop pip_install 2022-09-20 12:37:22.657 | + functions-common:time_stop:2439 : local name 2022-09-20 12:37:22.660 | + functions-common:time_stop:2440 : local end_time 2022-09-20 12:37:22.662 | + functions-common:time_stop:2441 : local elapsed_time 2022-09-20 12:37:22.665 | + functions-common:time_stop:2442 : local total 2022-09-20 12:37:22.667 | + functions-common:time_stop:2443 : local start_time 2022-09-20 12:37:22.669 | + functions-common:time_stop:2445 : name=pip_install 2022-09-20 12:37:22.672 | + functions-common:time_stop:2446 : start_time=1663677417580 2022-09-20 12:37:22.675 | + functions-common:time_stop:2448 : [[ -z 1663677417580 ]] 2022-09-20 12:37:22.678 | ++ functions-common:time_stop:2451 : date +%s%3N 2022-09-20 12:37:22.682 | + functions-common:time_stop:2451 : end_time=1663677442679 2022-09-20 12:37:22.684 | + functions-common:time_stop:2452 : elapsed_time=25099 2022-09-20 12:37:22.687 | + functions-common:time_stop:2453 : total=142862 2022-09-20 12:37:22.690 | + functions-common:time_stop:2455 : _TIME_START[$name]= 2022-09-20 12:37:22.693 | + functions-common:time_stop:2456 : _TIME_TOTAL[$name]=167961 2022-09-20 12:37:22.695 | + inc/python:pip_install:199 : return 0 2022-09-20 12:37:22.698 | + lib/databases/mysql:configure_database_mysql:160 : recreate_database stats 2022-09-20 12:37:22.701 | + lib/database:recreate_database:112 : local db=stats 2022-09-20 12:37:22.703 | + lib/database:recreate_database:113 : recreate_database_mysql stats 2022-09-20 12:37:22.707 | + lib/databases/mysql:recreate_database_mysql:66 : local db=stats 2022-09-20 12:37:22.709 | + lib/databases/mysql:recreate_database_mysql:67 : mysql -uroot -pPassw0rd -h127.0.0.1 -e 'DROP DATABASE IF EXISTS stats;' 2022-09-20 12:37:22.714 | mysql: [Warning] Using a password on the command line interface can be insecure. 2022-09-20 12:37:22.741 | + lib/databases/mysql:recreate_database_mysql:68 : mysql -uroot -pPassw0rd -h127.0.0.1 -e 'CREATE DATABASE stats CHARACTER SET utf8;' 2022-09-20 12:37:22.746 | mysql: [Warning] Using a password on the command line interface can be insecure. 2022-09-20 12:37:22.764 | + 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-09-20 12:37:22.764 | count INT, PRIMARY KEY (db, op)) ENGINE MEMORY' stats 2022-09-20 12:37:22.769 | mysql: [Warning] Using a password on the command line interface can be insecure. 2022-09-20 12:37:22.790 | + lib/databases/mysql:configure_database_mysql:166 : restart_service mysql 2022-09-20 12:37:22.792 | + functions-common:restart_service:2323 : '[' -x /bin/systemctl ']' 2022-09-20 12:37:22.795 | + functions-common:restart_service:2324 : sudo /bin/systemctl restart mysql 2022-09-20 12:37:25.355 | ++ inc/async:async_inner:64 : rc=0 2022-09-20 12:37:25.384 | [294785 Async install_tempest:294785]: finished successfully 2022-09-20 12:37:25.422 | + ./stack.sh:main:1034 : save_stackenv 1034 2022-09-20 12:37:25.426 | + functions-common:save_stackenv:60 : local tag=1034 2022-09-20 12:37:25.429 | ++ functions-common:save_stackenv:62 : date +%F-%H%M%S 2022-09-20 12:37:25.434 | + functions-common:save_stackenv:62 : time_stamp=2022-09-20-123725 2022-09-20 12:37:25.437 | + functions-common:save_stackenv:63 : echo '# 2022-09-20-123725 1034' 2022-09-20 12:37:25.440 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2022-09-20 12:37:25.443 | + functions-common:save_stackenv:65 : echo BASE_SQL_CONN=mysql+pymysql://root:Passw0rd@127.0.0.1 2022-09-20 12:37:25.445 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2022-09-20 12:37:25.448 | + functions-common:save_stackenv:65 : echo DATA_DIR=/opt/stack/data 2022-09-20 12:37:25.450 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2022-09-20 12:37:25.453 | + functions-common:save_stackenv:65 : echo DEST=/opt/stack 2022-09-20 12:37:25.455 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2022-09-20 12:37:25.458 | + functions-common:save_stackenv:65 : echo ENABLED_SERVICES=key,n-api,n-cond,n-sch,n-api-meta,placement-api,placement-client,g-api,c-sch,c-api,ovn-controller,ovn-northd,ovs-vswitchd,ovsdb-server,q-svc,q-ovn-metadata-agent,rabbit,tempest,mysql,etcd3,dstat,n-crt,n-cauth,q-agt,q-dhcp,q-l3,q-meta,q-metering,q-vpn,g-reg,cinder,s-proxy,s-object,s-container,s-account,heat,h-api,h-api-cfn,h-api-cw,h-eng,ceilometer-acentral,ceilometer-acompute,ceilometer-collector,ceilometer-api,ceilometer-anotification 2022-09-20 12:37:25.460 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2022-09-20 12:37:25.463 | + functions-common:save_stackenv:65 : echo HOST_IP=10.222.0.52 2022-09-20 12:37:25.466 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2022-09-20 12:37:25.468 | + functions-common:save_stackenv:65 : echo KEYSTONE_SERVICE_URI=http://10.222.0.52/identity 2022-09-20 12:37:25.471 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2022-09-20 12:37:25.474 | + functions-common:save_stackenv:65 : echo LOGFILE=/opt/stack/logs/stack.sh.log.2022-09-20-123331 2022-09-20 12:37:25.476 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2022-09-20 12:37:25.479 | + functions-common:save_stackenv:65 : echo OS_CACERT= 2022-09-20 12:37:25.481 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2022-09-20 12:37:25.484 | + functions-common:save_stackenv:65 : echo SERVICE_HOST=10.222.0.52 2022-09-20 12:37:25.487 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2022-09-20 12:37:25.490 | + functions-common:save_stackenv:65 : echo STACK_USER=ubuntu 2022-09-20 12:37:25.492 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2022-09-20 12:37:25.495 | + functions-common:save_stackenv:65 : echo TLS_IP= 2022-09-20 12:37:25.497 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2022-09-20 12:37:25.500 | + functions-common:save_stackenv:65 : echo HOST_IPV6=::1 2022-09-20 12:37:25.503 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2022-09-20 12:37:25.506 | + functions-common:save_stackenv:65 : echo SERVICE_IP_VERSION=4 2022-09-20 12:37:25.508 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2022-09-20 12:37:25.511 | + functions-common:save_stackenv:65 : echo TUNNEL_ENDPOINT_IP=10.222.0.52 2022-09-20 12:37:25.514 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2022-09-20 12:37:25.516 | + functions-common:save_stackenv:65 : echo TUNNEL_IP_VERSION=4 2022-09-20 12:37:25.519 | + ./stack.sh:main:1046 : [[ True == \T\r\u\e ]] 2022-09-20 12:37:25.522 | + ./stack.sh:main:1047 : [[ -f /sys/kernel/mm/ksm/run ]] 2022-09-20 12:37:25.524 | + ./stack.sh:main:1048 : sudo sh -c 'echo 1 > /sys/kernel/mm/ksm/run' 2022-09-20 12:37:25.537 | + ./stack.sh:main:1060 : start_dstat 2022-09-20 12:37:25.539 | + lib/dstat:start_dstat:31 : run_process dstat '/home/ubuntu/devstack/tools/dstat.sh /opt/stack/logs' 2022-09-20 12:37:25.542 | + functions-common:run_process:1693 : local service=dstat 2022-09-20 12:37:25.544 | + functions-common:run_process:1694 : local 'command=/home/ubuntu/devstack/tools/dstat.sh /opt/stack/logs' 2022-09-20 12:37:25.547 | + functions-common:run_process:1695 : local group= 2022-09-20 12:37:25.550 | + functions-common:run_process:1696 : local user= 2022-09-20 12:37:25.553 | + functions-common:run_process:1697 : local env_vars= 2022-09-20 12:37:25.555 | + functions-common:run_process:1699 : local name=dstat 2022-09-20 12:37:25.558 | + functions-common:run_process:1701 : time_start run_process 2022-09-20 12:37:25.560 | + functions-common:time_start:2425 : local name=run_process 2022-09-20 12:37:25.563 | + functions-common:time_start:2426 : local start_time= 2022-09-20 12:37:25.566 | + functions-common:time_start:2427 : [[ -n '' ]] 2022-09-20 12:37:25.569 | ++ functions-common:time_start:2430 : date +%s%3N 2022-09-20 12:37:25.574 | + functions-common:time_start:2430 : _TIME_START[$name]=1663677445571 2022-09-20 12:37:25.576 | + functions-common:run_process:1702 : is_service_enabled dstat 2022-09-20 12:37:25.594 | + functions-common:is_service_enabled:2095 : return 0 2022-09-20 12:37:25.598 | + functions-common:run_process:1703 : _run_under_systemd dstat '/home/ubuntu/devstack/tools/dstat.sh /opt/stack/logs' '' '' '' 2022-09-20 12:37:25.601 | + functions-common:_run_under_systemd:1653 : local service=dstat 2022-09-20 12:37:25.604 | + functions-common:_run_under_systemd:1654 : local 'command=/home/ubuntu/devstack/tools/dstat.sh /opt/stack/logs' 2022-09-20 12:37:25.606 | + functions-common:_run_under_systemd:1655 : local 'cmd=/home/ubuntu/devstack/tools/dstat.sh /opt/stack/logs' 2022-09-20 12:37:25.609 | + functions-common:_run_under_systemd:1657 : _common_systemd_pitfalls '/home/ubuntu/devstack/tools/dstat.sh /opt/stack/logs' 2022-09-20 12:37:25.612 | + functions-common:_common_systemd_pitfalls:1625 : local 'cmd=/home/ubuntu/devstack/tools/dstat.sh /opt/stack/logs' 2022-09-20 12:37:25.614 | + functions-common:_common_systemd_pitfalls:1628 : [[ /home/ubuntu/devstack/tools/dstat.sh /opt/stack/logs =~ sudo ]] 2022-09-20 12:37:25.618 | + functions-common:_common_systemd_pitfalls:1639 : [[ ! /home/ubuntu/devstack/tools/dstat.sh /opt/stack/logs =~ ^/ ]] 2022-09-20 12:37:25.621 | + functions-common:_run_under_systemd:1659 : local systemd_service=devstack@dstat.service 2022-09-20 12:37:25.623 | + functions-common:_run_under_systemd:1660 : local group= 2022-09-20 12:37:25.626 | + functions-common:_run_under_systemd:1661 : local user=ubuntu 2022-09-20 12:37:25.628 | + functions-common:_run_under_systemd:1662 : [[ -z ubuntu ]] 2022-09-20 12:37:25.631 | + functions-common:_run_under_systemd:1665 : local env_vars= 2022-09-20 12:37:25.635 | + functions-common:_run_under_systemd:1666 : [[ /home/ubuntu/devstack/tools/dstat.sh /opt/stack/logs =~ uwsgi ]] 2022-09-20 12:37:25.638 | + functions-common:_run_under_systemd:1669 : write_user_unit_file devstack@dstat.service '/home/ubuntu/devstack/tools/dstat.sh /opt/stack/logs' '' ubuntu '' 2022-09-20 12:37:25.641 | + functions-common:write_user_unit_file:1562 : local service=devstack@dstat.service 2022-09-20 12:37:25.644 | + functions-common:write_user_unit_file:1563 : local 'command=/home/ubuntu/devstack/tools/dstat.sh /opt/stack/logs' 2022-09-20 12:37:25.646 | + functions-common:write_user_unit_file:1564 : local group= 2022-09-20 12:37:25.648 | + functions-common:write_user_unit_file:1565 : local user=ubuntu 2022-09-20 12:37:25.651 | + functions-common:write_user_unit_file:1566 : local env_vars= 2022-09-20 12:37:25.653 | + functions-common:write_user_unit_file:1567 : local extra= 2022-09-20 12:37:25.655 | + functions-common:write_user_unit_file:1568 : [[ -n '' ]] 2022-09-20 12:37:25.659 | + functions-common:write_user_unit_file:1571 : local unitfile=/etc/systemd/system/devstack@dstat.service 2022-09-20 12:37:25.661 | + functions-common:write_user_unit_file:1572 : mkdir -p /etc/systemd/system 2022-09-20 12:37:25.666 | + functions-common:write_user_unit_file:1574 : iniset -sudo /etc/systemd/system/devstack@dstat.service Unit Description 'Devstack devstack@dstat.service' 2022-09-20 12:37:25.726 | + functions-common:write_user_unit_file:1575 : iniset -sudo /etc/systemd/system/devstack@dstat.service Service User ubuntu 2022-09-20 12:37:25.797 | + 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-09-20 12:37:25.872 | + functions-common:write_user_unit_file:1577 : iniset -sudo /etc/systemd/system/devstack@dstat.service Service KillMode process 2022-09-20 12:37:25.939 | + functions-common:write_user_unit_file:1578 : iniset -sudo /etc/systemd/system/devstack@dstat.service Service TimeoutStopSec 300 2022-09-20 12:37:26.000 | + functions-common:write_user_unit_file:1579 : iniset -sudo /etc/systemd/system/devstack@dstat.service Service ExecReload '/usr/bin/kill -HUP $MAINPID' 2022-09-20 12:37:26.063 | + functions-common:write_user_unit_file:1580 : [[ -n '' ]] 2022-09-20 12:37:26.065 | + functions-common:write_user_unit_file:1583 : [[ -n '' ]] 2022-09-20 12:37:26.068 | + functions-common:write_user_unit_file:1586 : iniset -sudo /etc/systemd/system/devstack@dstat.service Install WantedBy multi-user.target 2022-09-20 12:37:26.129 | + functions-common:write_user_unit_file:1589 : sudo systemctl daemon-reload 2022-09-20 12:37:26.564 | + functions-common:_run_under_systemd:1672 : sudo systemctl enable devstack@dstat.service 2022-09-20 12:37:26.578 | Created symlink /etc/systemd/system/multi-user.target.wants/devstack@dstat.service → /etc/systemd/system/devstack@dstat.service. 2022-09-20 12:37:26.996 | + functions-common:_run_under_systemd:1673 : sudo systemctl start devstack@dstat.service 2022-09-20 12:37:27.018 | + functions-common:run_process:1705 : time_stop run_process 2022-09-20 12:37:27.021 | + functions-common:time_stop:2439 : local name 2022-09-20 12:37:27.023 | + functions-common:time_stop:2440 : local end_time 2022-09-20 12:37:27.026 | + functions-common:time_stop:2441 : local elapsed_time 2022-09-20 12:37:27.029 | + functions-common:time_stop:2442 : local total 2022-09-20 12:37:27.031 | + functions-common:time_stop:2443 : local start_time 2022-09-20 12:37:27.034 | + functions-common:time_stop:2445 : name=run_process 2022-09-20 12:37:27.037 | + functions-common:time_stop:2446 : start_time=1663677445571 2022-09-20 12:37:27.039 | + functions-common:time_stop:2448 : [[ -z 1663677445571 ]] 2022-09-20 12:37:27.043 | ++ functions-common:time_stop:2451 : date +%s%3N 2022-09-20 12:37:27.048 | + functions-common:time_stop:2451 : end_time=1663677447044 2022-09-20 12:37:27.052 | + functions-common:time_stop:2452 : elapsed_time=1473 2022-09-20 12:37:27.055 | + functions-common:time_stop:2453 : total=0 2022-09-20 12:37:27.058 | + functions-common:time_stop:2455 : _TIME_START[$name]= 2022-09-20 12:37:27.061 | + functions-common:time_stop:2456 : _TIME_TOTAL[$name]=1473 2022-09-20 12:37:27.065 | + lib/dstat:start_dstat:36 : run_process memory_tracker /home/ubuntu/devstack/tools/memory_tracker.sh '' root 2022-09-20 12:37:27.068 | + functions-common:run_process:1693 : local service=memory_tracker 2022-09-20 12:37:27.071 | + functions-common:run_process:1694 : local command=/home/ubuntu/devstack/tools/memory_tracker.sh 2022-09-20 12:37:27.074 | + functions-common:run_process:1695 : local group= 2022-09-20 12:37:27.077 | + functions-common:run_process:1696 : local user=root 2022-09-20 12:37:27.080 | + functions-common:run_process:1697 : local env_vars= 2022-09-20 12:37:27.083 | + functions-common:run_process:1699 : local name=memory_tracker 2022-09-20 12:37:27.086 | + functions-common:run_process:1701 : time_start run_process 2022-09-20 12:37:27.088 | + functions-common:time_start:2425 : local name=run_process 2022-09-20 12:37:27.091 | + functions-common:time_start:2426 : local start_time= 2022-09-20 12:37:27.093 | + functions-common:time_start:2427 : [[ -n '' ]] 2022-09-20 12:37:27.097 | ++ functions-common:time_start:2430 : date +%s%3N 2022-09-20 12:37:27.102 | + functions-common:time_start:2430 : _TIME_START[$name]=1663677447099 2022-09-20 12:37:27.104 | + functions-common:run_process:1702 : is_service_enabled memory_tracker 2022-09-20 12:37:27.125 | + functions-common:is_service_enabled:2095 : return 1 2022-09-20 12:37:27.128 | + functions-common:run_process:1705 : time_stop run_process 2022-09-20 12:37:27.136 | + functions-common:time_stop:2439 : local name 2022-09-20 12:37:27.139 | + functions-common:time_stop:2440 : local end_time 2022-09-20 12:37:27.141 | + functions-common:time_stop:2441 : local elapsed_time 2022-09-20 12:37:27.144 | + functions-common:time_stop:2442 : local total 2022-09-20 12:37:27.147 | + functions-common:time_stop:2443 : local start_time 2022-09-20 12:37:27.150 | + functions-common:time_stop:2445 : name=run_process 2022-09-20 12:37:27.152 | + functions-common:time_stop:2446 : start_time=1663677447099 2022-09-20 12:37:27.155 | + functions-common:time_stop:2448 : [[ -z 1663677447099 ]] 2022-09-20 12:37:27.158 | ++ functions-common:time_stop:2451 : date +%s%3N 2022-09-20 12:37:27.163 | + functions-common:time_stop:2451 : end_time=1663677447160 2022-09-20 12:37:27.165 | + functions-common:time_stop:2452 : elapsed_time=61 2022-09-20 12:37:27.168 | + functions-common:time_stop:2453 : total=1473 2022-09-20 12:37:27.170 | + functions-common:time_stop:2455 : _TIME_START[$name]= 2022-09-20 12:37:27.173 | + functions-common:time_stop:2456 : _TIME_TOTAL[$name]=1534 2022-09-20 12:37:27.175 | + lib/dstat:start_dstat:40 : is_service_enabled peakmem_tracker 2022-09-20 12:37:27.194 | + functions-common:is_service_enabled:2095 : return 1 2022-09-20 12:37:27.196 | + ./stack.sh:main:1064 : is_service_enabled tcpdump 2022-09-20 12:37:27.216 | + functions-common:is_service_enabled:2095 : return 1 2022-09-20 12:37:27.218 | + ./stack.sh:main:1072 : is_service_enabled etcd3 2022-09-20 12:37:27.237 | + functions-common:is_service_enabled:2095 : return 0 2022-09-20 12:37:27.240 | + ./stack.sh:main:1073 : start_etcd3 2022-09-20 12:37:27.242 | + lib/etcd3:start_etcd3:41 : local cmd=/opt/stack/bin/etcd 2022-09-20 12:37:27.245 | + lib/etcd3:start_etcd3:42 : cmd+=' --name dv-cinder-851351-4-smb --data-dir /opt/stack/data/etcd' 2022-09-20 12:37:27.247 | + lib/etcd3:start_etcd3:43 : cmd+=' --initial-cluster-state new --initial-cluster-token etcd-cluster-01' 2022-09-20 12:37:27.250 | + lib/etcd3:start_etcd3:44 : cmd+=' --initial-cluster dv-cinder-851351-4-smb=http://10.222.0.52:2380' 2022-09-20 12:37:27.254 | + lib/etcd3:start_etcd3:45 : cmd+=' --initial-advertise-peer-urls http://10.222.0.52:2380' 2022-09-20 12:37:27.256 | + lib/etcd3:start_etcd3:46 : cmd+=' --advertise-client-urls http://10.222.0.52:2379' 2022-09-20 12:37:27.259 | + lib/etcd3:start_etcd3:47 : '[' 0.0.0.0 == :: ']' 2022-09-20 12:37:27.262 | + lib/etcd3:start_etcd3:50 : cmd+=' --listen-peer-urls http://0.0.0.0:2380 ' 2022-09-20 12:37:27.265 | + lib/etcd3:start_etcd3:52 : cmd+=' --listen-client-urls http://10.222.0.52:2379' 2022-09-20 12:37:27.268 | + lib/etcd3:start_etcd3:53 : '[' True == True ']' 2022-09-20 12:37:27.271 | + lib/etcd3:start_etcd3:54 : cmd+=' --debug' 2022-09-20 12:37:27.274 | + lib/etcd3:start_etcd3:57 : local unitfile=/etc/systemd/system/devstack@etcd.service 2022-09-20 12:37:27.277 | + lib/etcd3:start_etcd3:58 : write_user_unit_file devstack@etcd.service '/opt/stack/bin/etcd --name dv-cinder-851351-4-smb --data-dir /opt/stack/data/etcd --initial-cluster-state new --initial-cluster-token etcd-cluster-01 --initial-cluster dv-cinder-851351-4-smb=http://10.222.0.52:2380 --initial-advertise-peer-urls http://10.222.0.52:2380 --advertise-client-urls http://10.222.0.52:2379 --listen-peer-urls http://0.0.0.0:2380 --listen-client-urls http://10.222.0.52:2379 --debug' '' root 2022-09-20 12:37:27.279 | + functions-common:write_user_unit_file:1562 : local service=devstack@etcd.service 2022-09-20 12:37:27.282 | + functions-common:write_user_unit_file:1563 : local 'command=/opt/stack/bin/etcd --name dv-cinder-851351-4-smb --data-dir /opt/stack/data/etcd --initial-cluster-state new --initial-cluster-token etcd-cluster-01 --initial-cluster dv-cinder-851351-4-smb=http://10.222.0.52:2380 --initial-advertise-peer-urls http://10.222.0.52:2380 --advertise-client-urls http://10.222.0.52:2379 --listen-peer-urls http://0.0.0.0:2380 --listen-client-urls http://10.222.0.52:2379 --debug' 2022-09-20 12:37:27.285 | + functions-common:write_user_unit_file:1564 : local group= 2022-09-20 12:37:27.287 | + functions-common:write_user_unit_file:1565 : local user=root 2022-09-20 12:37:27.290 | + functions-common:write_user_unit_file:1566 : local env_vars= 2022-09-20 12:37:27.293 | + functions-common:write_user_unit_file:1567 : local extra= 2022-09-20 12:37:27.295 | + functions-common:write_user_unit_file:1568 : [[ -n '' ]] 2022-09-20 12:37:27.298 | + functions-common:write_user_unit_file:1571 : local unitfile=/etc/systemd/system/devstack@etcd.service 2022-09-20 12:37:27.300 | + functions-common:write_user_unit_file:1572 : mkdir -p /etc/systemd/system 2022-09-20 12:37:27.305 | + functions-common:write_user_unit_file:1574 : iniset -sudo /etc/systemd/system/devstack@etcd.service Unit Description 'Devstack devstack@etcd.service' 2022-09-20 12:37:27.381 | + functions-common:write_user_unit_file:1575 : iniset -sudo /etc/systemd/system/devstack@etcd.service Service User root 2022-09-20 12:37:27.464 | + functions-common:write_user_unit_file:1576 : iniset -sudo /etc/systemd/system/devstack@etcd.service Service ExecStart '/opt/stack/bin/etcd --name dv-cinder-851351-4-smb --data-dir /opt/stack/data/etcd --initial-cluster-state new --initial-cluster-token etcd-cluster-01 --initial-cluster dv-cinder-851351-4-smb=http://10.222.0.52:2380 --initial-advertise-peer-urls http://10.222.0.52:2380 --advertise-client-urls http://10.222.0.52:2379 --listen-peer-urls http://0.0.0.0:2380 --listen-client-urls http://10.222.0.52:2379 --debug' 2022-09-20 12:37:27.528 | + functions-common:write_user_unit_file:1577 : iniset -sudo /etc/systemd/system/devstack@etcd.service Service KillMode process 2022-09-20 12:37:27.586 | + functions-common:write_user_unit_file:1578 : iniset -sudo /etc/systemd/system/devstack@etcd.service Service TimeoutStopSec 300 2022-09-20 12:37:27.643 | + functions-common:write_user_unit_file:1579 : iniset -sudo /etc/systemd/system/devstack@etcd.service Service ExecReload '/usr/bin/kill -HUP $MAINPID' 2022-09-20 12:37:27.698 | + functions-common:write_user_unit_file:1580 : [[ -n '' ]] 2022-09-20 12:37:27.700 | + functions-common:write_user_unit_file:1583 : [[ -n '' ]] 2022-09-20 12:37:27.703 | + functions-common:write_user_unit_file:1586 : iniset -sudo /etc/systemd/system/devstack@etcd.service Install WantedBy multi-user.target 2022-09-20 12:37:27.772 | + functions-common:write_user_unit_file:1589 : sudo systemctl daemon-reload 2022-09-20 12:37:28.210 | + lib/etcd3:start_etcd3:60 : iniset -sudo /etc/systemd/system/devstack@etcd.service Unit After network.target 2022-09-20 12:37:28.276 | + lib/etcd3:start_etcd3:61 : iniset -sudo /etc/systemd/system/devstack@etcd.service Service Type notify 2022-09-20 12:37:28.339 | + lib/etcd3:start_etcd3:62 : iniset -sudo /etc/systemd/system/devstack@etcd.service Service Restart on-failure 2022-09-20 12:37:28.400 | + lib/etcd3:start_etcd3:63 : iniset -sudo /etc/systemd/system/devstack@etcd.service Service LimitNOFILE 65536 2022-09-20 12:37:28.463 | + lib/etcd3:start_etcd3:64 : is_arch aarch64 2022-09-20 12:37:28.466 | ++ functions-common:is_arch:501 : uname -m 2022-09-20 12:37:28.472 | + functions-common:is_arch:501 : [[ x86_64 == \a\a\r\c\h\6\4 ]] 2022-09-20 12:37:28.475 | + lib/etcd3:start_etcd3:68 : sudo systemctl daemon-reload 2022-09-20 12:37:28.926 | + lib/etcd3:start_etcd3:69 : sudo systemctl enable devstack@etcd.service 2022-09-20 12:37:28.939 | Created symlink /etc/systemd/system/multi-user.target.wants/devstack@etcd.service → /etc/systemd/system/devstack@etcd.service. 2022-09-20 12:37:29.377 | + lib/etcd3:start_etcd3:70 : sudo systemctl start devstack@etcd.service 2022-09-20 12:37:29.652 | + ./stack.sh:main:1079 : is_service_enabled tls-proxy 2022-09-20 12:37:29.672 | + functions-common:is_service_enabled:2095 : return 1 2022-09-20 12:37:29.675 | + ./stack.sh:main:1084 : write_clouds_yaml 2022-09-20 12:37:29.678 | + functions-common:write_clouds_yaml:79 : CLOUDS_YAML=/etc/openstack/clouds.yaml 2022-09-20 12:37:29.681 | ++ functions-common:write_clouds_yaml:81 : dirname /etc/openstack/clouds.yaml 2022-09-20 12:37:29.685 | + functions-common:write_clouds_yaml:81 : sudo mkdir -p /etc/openstack 2022-09-20 12:37:29.698 | + functions-common:write_clouds_yaml:82 : sudo chown -R ubuntu /etc/openstack 2022-09-20 12:37:29.710 | + functions-common:write_clouds_yaml:84 : CA_CERT_ARG= 2022-09-20 12:37:29.713 | + functions-common:write_clouds_yaml:85 : '[' -f /opt/stack/data/ca-bundle.pem ']' 2022-09-20 12:37:29.716 | + 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.52/identity --os-username demo --os-password Passw0rd --os-project-name demo 2022-09-20 12:37:29.849 | + 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.52/identity --os-username admin --os-password Passw0rd --os-project-name admin 2022-09-20 12:37:29.989 | + 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.52/identity --os-username admin --os-password Passw0rd --os-project-name demo 2022-09-20 12:37:30.119 | + 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.52/identity --os-username alt_demo --os-password Passw0rd --os-project-name alt_demo 2022-09-20 12:37:30.251 | + 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.52/identity --os-username alt_demo_member --os-password Passw0rd --os-project-name alt_demo 2022-09-20 12:37:30.386 | + 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.52/identity --os-username alt_demo_reader --os-password Passw0rd --os-project-name alt_demo 2022-09-20 12:37:30.516 | + 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.52/identity --os-username demo_reader --os-password Passw0rd --os-project-name demo 2022-09-20 12:37:30.645 | + 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.52/identity --os-username admin --os-password Passw0rd --os-system-scope all 2022-09-20 12:37:30.774 | + 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.52/identity --os-username system_member --os-password Passw0rd --os-system-scope all 2022-09-20 12:37:30.909 | + 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.52/identity --os-username system_reader --os-password Passw0rd --os-system-scope all 2022-09-20 12:37:31.040 | + functions-common:write_clouds_yaml:198 : cat 2022-09-20 12:37:31.046 | ++ functions-common:write_clouds_yaml:204 : eval echo '~ubuntu' 2022-09-20 12:37:31.050 | +++ functions-common:write_clouds_yaml:204 : echo /home/ubuntu 2022-09-20 12:37:31.053 | + functions-common:write_clouds_yaml:204 : rm -f /home/ubuntu/.config/openstack/clouds.yaml 2022-09-20 12:37:31.057 | + ./stack.sh:main:1085 : export OS_CLOUD=devstack-admin 2022-09-20 12:37:31.060 | + ./stack.sh:main:1085 : OS_CLOUD=devstack-admin 2022-09-20 12:37:31.063 | + ./stack.sh:main:1087 : is_service_enabled keystone 2022-09-20 12:37:31.079 | + functions-common:is_service_enabled:2095 : return 0 2022-09-20 12:37:31.082 | + ./stack.sh:main:1088 : echo_summary 'Starting Keystone' 2022-09-20 12:37:31.085 | + ./stack.sh:echo_summary:435 : [[ -t 3 ]] 2022-09-20 12:37:31.087 | + ./stack.sh:echo_summary:441 : echo -e Starting Keystone 2022-09-20 12:37:31.090 | + ./stack.sh:main:1090 : '[' 10.222.0.52 == 10.222.0.52 ']' 2022-09-20 12:37:31.092 | + ./stack.sh:main:1091 : init_keystone 2022-09-20 12:37:31.095 | + lib/keystone:init_keystone:473 : is_service_enabled ldap 2022-09-20 12:37:31.112 | + functions-common:is_service_enabled:2095 : return 1 2022-09-20 12:37:31.115 | + lib/keystone:init_keystone:477 : [[ True == True ]] 2022-09-20 12:37:31.117 | + lib/keystone:init_keystone:479 : recreate_database keystone 2022-09-20 12:37:31.119 | + lib/database:recreate_database:112 : local db=keystone 2022-09-20 12:37:31.122 | + lib/database:recreate_database:113 : recreate_database_mysql keystone 2022-09-20 12:37:31.124 | + lib/databases/mysql:recreate_database_mysql:66 : local db=keystone 2022-09-20 12:37:31.127 | + lib/databases/mysql:recreate_database_mysql:67 : mysql -uroot -pPassw0rd -h127.0.0.1 -e 'DROP DATABASE IF EXISTS keystone;' 2022-09-20 12:37:31.132 | mysql: [Warning] Using a password on the command line interface can be insecure. 2022-09-20 12:37:31.602 | + lib/databases/mysql:recreate_database_mysql:68 : mysql -uroot -pPassw0rd -h127.0.0.1 -e 'CREATE DATABASE keystone CHARACTER SET utf8;' 2022-09-20 12:37:31.607 | mysql: [Warning] Using a password on the command line interface can be insecure. 2022-09-20 12:37:31.624 | + lib/keystone:init_keystone:482 : time_start dbsync 2022-09-20 12:37:31.626 | + functions-common:time_start:2425 : local name=dbsync 2022-09-20 12:37:31.629 | + functions-common:time_start:2426 : local start_time= 2022-09-20 12:37:31.631 | + functions-common:time_start:2427 : [[ -n '' ]] 2022-09-20 12:37:31.634 | ++ functions-common:time_start:2430 : date +%s%3N 2022-09-20 12:37:31.639 | + functions-common:time_start:2430 : _TIME_START[$name]=1663677451637 2022-09-20 12:37:31.642 | + lib/keystone:init_keystone:484 : /usr/local/bin/keystone-manage --config-file /etc/keystone/keystone.conf db_sync 2022-09-20 12:37:35.227 | INFO dbcounter [-] Registered counter for database keystone 2022-09-20 12:37:35.251 | 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=297049) _check_effective_sql_mode /usr/local/lib/python3.8/dist-packages/oslo_db/sqlalchemy/engines.py:314}} 2022-09-20 12:37:35.257 | DEBUG dbcounter [-] [297049] Writer thread running {{(pid=297049) stat_writer /usr/local/lib/python3.8/dist-packages/dbcounter.py:99}} 2022-09-20 12:37:35.260 | INFO alembic.runtime.migration [-] Context impl MySQLImpl. 2022-09-20 12:37:35.260 | INFO alembic.runtime.migration [-] Will assume non-transactional DDL. 2022-09-20 12:37:35.266 | DEBUG migrate.versioning.repository [-] Loading repository /opt/stack/keystone/keystone/common/sql/legacy_migrations/expand_repo... {{(pid=297049) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/repository.py:76}} 2022-09-20 12:37:35.267 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/legacy_migrations/expand_repo/versions/075_placeholder.py... {{(pid=297049) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-09-20 12:37:35.267 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/legacy_migrations/expand_repo/versions/075_placeholder.py loaded successfully {{(pid=297049) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-09-20 12:37:35.267 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/legacy_migrations/expand_repo/versions/077_placeholder.py... {{(pid=297049) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-09-20 12:37:35.267 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/legacy_migrations/expand_repo/versions/077_placeholder.py loaded successfully {{(pid=297049) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-09-20 12:37:35.268 | 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=297049) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-09-20 12:37:35.268 | 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=297049) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-09-20 12:37:35.268 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/legacy_migrations/expand_repo/versions/073_expand_initial_migration.py... {{(pid=297049) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-09-20 12:37:35.268 | 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=297049) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-09-20 12:37:35.268 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/legacy_migrations/expand_repo/versions/074_placeholder.py... {{(pid=297049) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-09-20 12:37:35.268 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/legacy_migrations/expand_repo/versions/074_placeholder.py loaded successfully {{(pid=297049) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-09-20 12:37:35.269 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/legacy_migrations/expand_repo/versions/078_placeholder.py... {{(pid=297049) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-09-20 12:37:35.269 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/legacy_migrations/expand_repo/versions/078_placeholder.py loaded successfully {{(pid=297049) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-09-20 12:37:35.269 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/legacy_migrations/expand_repo/versions/076_placeholder.py... {{(pid=297049) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-09-20 12:37:35.269 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/legacy_migrations/expand_repo/versions/076_placeholder.py loaded successfully {{(pid=297049) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-09-20 12:37:35.269 | DEBUG migrate.versioning.repository [-] Repository /opt/stack/keystone/keystone/common/sql/legacy_migrations/expand_repo loaded successfully {{(pid=297049) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/repository.py:82}} 2022-09-20 12:37:35.269 | DEBUG migrate.versioning.repository [-] Config: {'db_settings': {'repository_id': 'keystone_expand', 'version_table': 'migrate_version', 'required_dbs': '[]', 'use_timestamp_numbering': 'False'}} {{(pid=297049) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/repository.py:83}} 2022-09-20 12:37:35.294 | INFO alembic.runtime.migration [-] Context impl MySQLImpl. 2022-09-20 12:37:35.294 | INFO alembic.runtime.migration [-] Will assume non-transactional DDL. 2022-09-20 12:37:35.348 | INFO alembic.runtime.migration [-] Running upgrade -> 27e647c0fad4, Initial version 2022-09-20 12:37:37.196 | DEBUG alembic.runtime.migration [-] new branch insert 27e647c0fad4 {{(pid=297049) update_to_step /usr/local/lib/python3.8/dist-packages/alembic/runtime/migration.py:818}} 2022-09-20 12:37:37.197 | INFO alembic.runtime.migration [-] Running upgrade 27e647c0fad4 -> e25ffa003242, Initial no-op Yoga contract migration. 2022-09-20 12:37:37.197 | DEBUG alembic.runtime.migration [-] update 27e647c0fad4 to e25ffa003242 {{(pid=297049) update_to_step /usr/local/lib/python3.8/dist-packages/alembic/runtime/migration.py:853}} 2022-09-20 12:37:37.200 | INFO alembic.runtime.migration [-] Running upgrade 27e647c0fad4 -> 29e87d24a316, Initial no-op Yoga expand migration. 2022-09-20 12:37:37.201 | DEBUG alembic.runtime.migration [-] new branch insert 29e87d24a316 {{(pid=297049) update_to_step /usr/local/lib/python3.8/dist-packages/alembic/runtime/migration.py:818}} 2022-09-20 12:37:37.564 | + lib/keystone:init_keystone:485 : time_stop dbsync 2022-09-20 12:37:37.566 | + functions-common:time_stop:2439 : local name 2022-09-20 12:37:37.569 | + functions-common:time_stop:2440 : local end_time 2022-09-20 12:37:37.571 | + functions-common:time_stop:2441 : local elapsed_time 2022-09-20 12:37:37.574 | + functions-common:time_stop:2442 : local total 2022-09-20 12:37:37.577 | + functions-common:time_stop:2443 : local start_time 2022-09-20 12:37:37.579 | + functions-common:time_stop:2445 : name=dbsync 2022-09-20 12:37:37.582 | + functions-common:time_stop:2446 : start_time=1663677451637 2022-09-20 12:37:37.585 | + functions-common:time_stop:2448 : [[ -z 1663677451637 ]] 2022-09-20 12:37:37.588 | ++ functions-common:time_stop:2451 : date +%s%3N 2022-09-20 12:37:37.593 | + functions-common:time_stop:2451 : end_time=1663677457590 2022-09-20 12:37:37.596 | + functions-common:time_stop:2452 : elapsed_time=5953 2022-09-20 12:37:37.599 | + functions-common:time_stop:2453 : total=0 2022-09-20 12:37:37.602 | + functions-common:time_stop:2455 : _TIME_START[$name]= 2022-09-20 12:37:37.604 | + functions-common:time_stop:2456 : _TIME_TOTAL[$name]=5953 2022-09-20 12:37:37.607 | + lib/keystone:init_keystone:487 : [[ fernet == \f\e\r\n\e\t ]] 2022-09-20 12:37:37.609 | + lib/keystone:init_keystone:488 : rm -rf /etc/keystone/fernet-keys/ 2022-09-20 12:37:37.615 | + lib/keystone:init_keystone:489 : /usr/local/bin/keystone-manage --config-file /etc/keystone/keystone.conf fernet_setup 2022-09-20 12:37:40.987 | INFO keystone.common.utils [-] /etc/keystone/fernet-keys/ does not appear to exist; attempting to create it 2022-09-20 12:37:40.987 | INFO keystone.common.fernet_utils [-] Created a new temporary key: /etc/keystone/fernet-keys/0.tmp 2022-09-20 12:37:40.988 | INFO keystone.common.fernet_utils [-] Become a valid new key: /etc/keystone/fernet-keys/0 2022-09-20 12:37:40.988 | INFO keystone.common.fernet_utils [-] Starting key rotation with 1 key files: ['/etc/keystone/fernet-keys/0'] 2022-09-20 12:37:40.988 | INFO keystone.common.fernet_utils [-] Created a new temporary key: /etc/keystone/fernet-keys/0.tmp 2022-09-20 12:37:40.988 | INFO keystone.common.fernet_utils [-] Current primary key is: 0 2022-09-20 12:37:40.989 | INFO keystone.common.fernet_utils [-] Next primary key will be: 1 2022-09-20 12:37:40.989 | INFO keystone.common.fernet_utils [-] Promoted key 0 to be the primary: 1 2022-09-20 12:37:40.989 | INFO keystone.common.fernet_utils [-] Become a valid new key: /etc/keystone/fernet-keys/0 2022-09-20 12:37:41.323 | + lib/keystone:init_keystone:491 : rm -rf /etc/keystone/credential-keys/ 2022-09-20 12:37:41.327 | + lib/keystone:init_keystone:492 : /usr/local/bin/keystone-manage --config-file /etc/keystone/keystone.conf credential_setup 2022-09-20 12:37:44.684 | INFO keystone.common.utils [-] /etc/keystone/credential-keys/ does not appear to exist; attempting to create it 2022-09-20 12:37:44.684 | INFO keystone.common.fernet_utils [-] Created a new temporary key: /etc/keystone/credential-keys/0.tmp 2022-09-20 12:37:44.684 | INFO keystone.common.fernet_utils [-] Become a valid new key: /etc/keystone/credential-keys/0 2022-09-20 12:37:44.685 | INFO keystone.common.fernet_utils [-] Starting key rotation with 1 key files: ['/etc/keystone/credential-keys/0'] 2022-09-20 12:37:44.685 | INFO keystone.common.fernet_utils [-] Created a new temporary key: /etc/keystone/credential-keys/0.tmp 2022-09-20 12:37:44.685 | INFO keystone.common.fernet_utils [-] Current primary key is: 0 2022-09-20 12:37:44.686 | INFO keystone.common.fernet_utils [-] Next primary key will be: 1 2022-09-20 12:37:44.686 | INFO keystone.common.fernet_utils [-] Promoted key 0 to be the primary: 1 2022-09-20 12:37:44.686 | INFO keystone.common.fernet_utils [-] Become a valid new key: /etc/keystone/credential-keys/0 2022-09-20 12:37:45.023 | + ./stack.sh:main:1092 : start_keystone 2022-09-20 12:37:45.025 | + lib/keystone:start_keystone:550 : local service_port=5000 2022-09-20 12:37:45.028 | + lib/keystone:start_keystone:551 : local auth_protocol=http 2022-09-20 12:37:45.030 | + lib/keystone:start_keystone:552 : is_service_enabled tls-proxy 2022-09-20 12:37:45.047 | + functions-common:is_service_enabled:2095 : return 1 2022-09-20 12:37:45.050 | + lib/keystone:start_keystone:557 : '[' uwsgi == mod_wsgi ']' 2022-09-20 12:37:45.053 | ++ lib/keystone:start_keystone:561 : which uwsgi 2022-09-20 12:37:45.058 | + lib/keystone:start_keystone:561 : run_process keystone '/usr/bin/uwsgi --procname-prefix keystone --ini /etc/keystone/keystone-uwsgi-public.ini' '' 2022-09-20 12:37:45.060 | + functions-common:run_process:1693 : local service=keystone 2022-09-20 12:37:45.063 | + functions-common:run_process:1694 : local 'command=/usr/bin/uwsgi --procname-prefix keystone --ini /etc/keystone/keystone-uwsgi-public.ini' 2022-09-20 12:37:45.066 | + functions-common:run_process:1695 : local group= 2022-09-20 12:37:45.068 | + functions-common:run_process:1696 : local user= 2022-09-20 12:37:45.071 | + functions-common:run_process:1697 : local env_vars= 2022-09-20 12:37:45.073 | + functions-common:run_process:1699 : local name=keystone 2022-09-20 12:37:45.076 | + functions-common:run_process:1701 : time_start run_process 2022-09-20 12:37:45.078 | + functions-common:time_start:2425 : local name=run_process 2022-09-20 12:37:45.081 | + functions-common:time_start:2426 : local start_time= 2022-09-20 12:37:45.083 | + functions-common:time_start:2427 : [[ -n '' ]] 2022-09-20 12:37:45.086 | ++ functions-common:time_start:2430 : date +%s%3N 2022-09-20 12:37:45.090 | + functions-common:time_start:2430 : _TIME_START[$name]=1663677465088 2022-09-20 12:37:45.093 | + functions-common:run_process:1702 : is_service_enabled keystone 2022-09-20 12:37:45.110 | + functions-common:is_service_enabled:2095 : return 0 2022-09-20 12:37:45.112 | + functions-common:run_process:1703 : _run_under_systemd keystone '/usr/bin/uwsgi --procname-prefix keystone --ini /etc/keystone/keystone-uwsgi-public.ini' '' '' '' 2022-09-20 12:37:45.115 | + functions-common:_run_under_systemd:1653 : local service=keystone 2022-09-20 12:37:45.117 | + functions-common:_run_under_systemd:1654 : local 'command=/usr/bin/uwsgi --procname-prefix keystone --ini /etc/keystone/keystone-uwsgi-public.ini' 2022-09-20 12:37:45.120 | + functions-common:_run_under_systemd:1655 : local 'cmd=/usr/bin/uwsgi --procname-prefix keystone --ini /etc/keystone/keystone-uwsgi-public.ini' 2022-09-20 12:37:45.122 | + functions-common:_run_under_systemd:1657 : _common_systemd_pitfalls '/usr/bin/uwsgi --procname-prefix keystone --ini /etc/keystone/keystone-uwsgi-public.ini' 2022-09-20 12:37:45.125 | + functions-common:_common_systemd_pitfalls:1625 : local 'cmd=/usr/bin/uwsgi --procname-prefix keystone --ini /etc/keystone/keystone-uwsgi-public.ini' 2022-09-20 12:37:45.127 | + functions-common:_common_systemd_pitfalls:1628 : [[ /usr/bin/uwsgi --procname-prefix keystone --ini /etc/keystone/keystone-uwsgi-public.ini =~ sudo ]] 2022-09-20 12:37:45.129 | + functions-common:_common_systemd_pitfalls:1639 : [[ ! /usr/bin/uwsgi --procname-prefix keystone --ini /etc/keystone/keystone-uwsgi-public.ini =~ ^/ ]] 2022-09-20 12:37:45.132 | + functions-common:_run_under_systemd:1659 : local systemd_service=devstack@keystone.service 2022-09-20 12:37:45.134 | + functions-common:_run_under_systemd:1660 : local group= 2022-09-20 12:37:45.137 | + functions-common:_run_under_systemd:1661 : local user=ubuntu 2022-09-20 12:37:45.139 | + functions-common:_run_under_systemd:1662 : [[ -z ubuntu ]] 2022-09-20 12:37:45.142 | + functions-common:_run_under_systemd:1665 : local env_vars= 2022-09-20 12:37:45.144 | + functions-common:_run_under_systemd:1666 : [[ /usr/bin/uwsgi --procname-prefix keystone --ini /etc/keystone/keystone-uwsgi-public.ini =~ uwsgi ]] 2022-09-20 12:37:45.147 | + functions-common:_run_under_systemd:1667 : write_uwsgi_user_unit_file devstack@keystone.service '/usr/bin/uwsgi --procname-prefix keystone --ini /etc/keystone/keystone-uwsgi-public.ini' '' ubuntu '' 2022-09-20 12:37:45.149 | + functions-common:write_uwsgi_user_unit_file:1593 : local service=devstack@keystone.service 2022-09-20 12:37:45.151 | + functions-common:write_uwsgi_user_unit_file:1594 : local 'command=/usr/bin/uwsgi --procname-prefix keystone --ini /etc/keystone/keystone-uwsgi-public.ini' 2022-09-20 12:37:45.153 | + functions-common:write_uwsgi_user_unit_file:1595 : local group= 2022-09-20 12:37:45.156 | + functions-common:write_uwsgi_user_unit_file:1596 : local user=ubuntu 2022-09-20 12:37:45.158 | + functions-common:write_uwsgi_user_unit_file:1597 : local env_vars= 2022-09-20 12:37:45.161 | + functions-common:write_uwsgi_user_unit_file:1598 : local unitfile=/etc/systemd/system/devstack@keystone.service 2022-09-20 12:37:45.163 | + functions-common:write_uwsgi_user_unit_file:1599 : mkdir -p /etc/systemd/system 2022-09-20 12:37:45.167 | + functions-common:write_uwsgi_user_unit_file:1601 : iniset -sudo /etc/systemd/system/devstack@keystone.service Unit Description 'Devstack devstack@keystone.service' 2022-09-20 12:37:45.223 | + functions-common:write_uwsgi_user_unit_file:1602 : iniset -sudo /etc/systemd/system/devstack@keystone.service Service SyslogIdentifier devstack@keystone.service 2022-09-20 12:37:45.280 | + functions-common:write_uwsgi_user_unit_file:1603 : iniset -sudo /etc/systemd/system/devstack@keystone.service Service User ubuntu 2022-09-20 12:37:45.337 | + functions-common:write_uwsgi_user_unit_file:1604 : iniset -sudo /etc/systemd/system/devstack@keystone.service Service ExecStart '/usr/bin/uwsgi --procname-prefix keystone --ini /etc/keystone/keystone-uwsgi-public.ini' 2022-09-20 12:37:45.394 | + functions-common:write_uwsgi_user_unit_file:1605 : iniset -sudo /etc/systemd/system/devstack@keystone.service Service ExecReload '/usr/bin/kill -HUP $MAINPID' 2022-09-20 12:37:45.451 | + functions-common:write_uwsgi_user_unit_file:1606 : iniset -sudo /etc/systemd/system/devstack@keystone.service Service Type notify 2022-09-20 12:37:45.508 | + functions-common:write_uwsgi_user_unit_file:1607 : iniset -sudo /etc/systemd/system/devstack@keystone.service Service KillMode process 2022-09-20 12:37:45.566 | + functions-common:write_uwsgi_user_unit_file:1608 : iniset -sudo /etc/systemd/system/devstack@keystone.service Service Restart always 2022-09-20 12:37:45.622 | + functions-common:write_uwsgi_user_unit_file:1609 : iniset -sudo /etc/systemd/system/devstack@keystone.service Service NotifyAccess all 2022-09-20 12:37:45.679 | + functions-common:write_uwsgi_user_unit_file:1610 : iniset -sudo /etc/systemd/system/devstack@keystone.service Service RestartForceExitStatus 100 2022-09-20 12:37:45.737 | + functions-common:write_uwsgi_user_unit_file:1612 : [[ -n '' ]] 2022-09-20 12:37:45.739 | + functions-common:write_uwsgi_user_unit_file:1615 : [[ -n '' ]] 2022-09-20 12:37:45.741 | + functions-common:write_uwsgi_user_unit_file:1618 : iniset -sudo /etc/systemd/system/devstack@keystone.service Install WantedBy multi-user.target 2022-09-20 12:37:45.798 | + functions-common:write_uwsgi_user_unit_file:1621 : sudo systemctl daemon-reload 2022-09-20 12:37:46.228 | + functions-common:_run_under_systemd:1672 : sudo systemctl enable devstack@keystone.service 2022-09-20 12:37:46.244 | Created symlink /etc/systemd/system/multi-user.target.wants/devstack@keystone.service → /etc/systemd/system/devstack@keystone.service. 2022-09-20 12:37:46.661 | + functions-common:_run_under_systemd:1673 : sudo systemctl start devstack@keystone.service 2022-09-20 12:37:46.738 | + functions-common:run_process:1705 : time_stop run_process 2022-09-20 12:37:46.740 | + functions-common:time_stop:2439 : local name 2022-09-20 12:37:46.746 | + functions-common:time_stop:2440 : local end_time 2022-09-20 12:37:46.750 | + functions-common:time_stop:2441 : local elapsed_time 2022-09-20 12:37:46.753 | + functions-common:time_stop:2442 : local total 2022-09-20 12:37:46.756 | + functions-common:time_stop:2443 : local start_time 2022-09-20 12:37:46.759 | + functions-common:time_stop:2445 : name=run_process 2022-09-20 12:37:46.762 | + functions-common:time_stop:2446 : start_time=1663677465088 2022-09-20 12:37:46.764 | + functions-common:time_stop:2448 : [[ -z 1663677465088 ]] 2022-09-20 12:37:46.768 | ++ functions-common:time_stop:2451 : date +%s%3N 2022-09-20 12:37:46.772 | + functions-common:time_stop:2451 : end_time=1663677466769 2022-09-20 12:37:46.774 | + functions-common:time_stop:2452 : elapsed_time=1681 2022-09-20 12:37:46.779 | + functions-common:time_stop:2453 : total=1534 2022-09-20 12:37:46.784 | + functions-common:time_stop:2455 : _TIME_START[$name]= 2022-09-20 12:37:46.787 | + functions-common:time_stop:2456 : _TIME_TOTAL[$name]=3215 2022-09-20 12:37:46.789 | + lib/keystone:start_keystone:564 : echo 'Waiting for keystone to start...' 2022-09-20 12:37:46.789 | Waiting for keystone to start... 2022-09-20 12:37:46.792 | + lib/keystone:start_keystone:570 : local service_uri=http://10.222.0.52/identity/v3/ 2022-09-20 12:37:46.795 | + lib/keystone:start_keystone:572 : wait_for_service 60 http://10.222.0.52/identity/v3/ 2022-09-20 12:37:46.799 | + functions:wait_for_service:457 : local timeout=60 2022-09-20 12:37:46.801 | + functions:wait_for_service:458 : local url=http://10.222.0.52/identity/v3/ 2022-09-20 12:37:46.804 | + functions:wait_for_service:459 : local rval=0 2022-09-20 12:37:46.810 | + functions:wait_for_service:460 : time_start wait_for_service 2022-09-20 12:37:46.812 | + functions-common:time_start:2425 : local name=wait_for_service 2022-09-20 12:37:46.817 | + functions-common:time_start:2426 : local start_time= 2022-09-20 12:37:46.820 | + functions-common:time_start:2427 : [[ -n '' ]] 2022-09-20 12:37:46.823 | ++ functions-common:time_start:2430 : date +%s%3N 2022-09-20 12:37:46.828 | + functions-common:time_start:2430 : _TIME_START[$name]=1663677466825 2022-09-20 12:37:46.831 | + functions:wait_for_service:461 : timeout 60 bash -x 2022-09-20 12:37:46.837 | ++ :: : curl -g -k --noproxy '*' -s -o /dev/null -w '%{http_code}' http://10.222.0.52/identity/v3/ 2022-09-20 12:37:51.944 | + :: : [[ 200 == 503 ]] 2022-09-20 12:37:51.945 | + :: : [[ 0 -eq 7 ]] 2022-09-20 12:37:51.949 | + functions:wait_for_service:466 : time_stop wait_for_service 2022-09-20 12:37:51.951 | + functions-common:time_stop:2439 : local name 2022-09-20 12:37:51.953 | + functions-common:time_stop:2440 : local end_time 2022-09-20 12:37:51.956 | + functions-common:time_stop:2441 : local elapsed_time 2022-09-20 12:37:51.958 | + functions-common:time_stop:2442 : local total 2022-09-20 12:37:51.960 | + functions-common:time_stop:2443 : local start_time 2022-09-20 12:37:51.963 | + functions-common:time_stop:2445 : name=wait_for_service 2022-09-20 12:37:51.965 | + functions-common:time_stop:2446 : start_time=1663677466825 2022-09-20 12:37:51.967 | + functions-common:time_stop:2448 : [[ -z 1663677466825 ]] 2022-09-20 12:37:51.971 | ++ functions-common:time_stop:2451 : date +%s%3N 2022-09-20 12:37:51.976 | + functions-common:time_stop:2451 : end_time=1663677471973 2022-09-20 12:37:51.978 | + functions-common:time_stop:2452 : elapsed_time=5148 2022-09-20 12:37:51.981 | + functions-common:time_stop:2453 : total=0 2022-09-20 12:37:51.983 | + functions-common:time_stop:2455 : _TIME_START[$name]= 2022-09-20 12:37:51.986 | + functions-common:time_stop:2456 : _TIME_TOTAL[$name]=5148 2022-09-20 12:37:51.989 | + functions:wait_for_service:467 : return 0 2022-09-20 12:37:51.991 | + lib/keystone:start_keystone:577 : is_service_enabled tls-proxy 2022-09-20 12:37:52.008 | + functions-common:is_service_enabled:2095 : return 1 2022-09-20 12:37:52.011 | + lib/keystone:start_keystone:582 : restart_service memcached 2022-09-20 12:37:52.014 | + functions-common:restart_service:2323 : '[' -x /bin/systemctl ']' 2022-09-20 12:37:52.016 | + functions-common:restart_service:2324 : sudo /bin/systemctl restart memcached 2022-09-20 12:37:52.044 | + ./stack.sh:main:1093 : bootstrap_keystone 2022-09-20 12:37:52.047 | + 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.52/identity 2022-09-20 12:37:55.553 | DEBUG keystone.notifications [-] Callback: `keystone.application_credential.core.Manager._delete_app_creds_on_user_delete_callback` subscribed to event `identity.user.deleted`. {{(pid=297806) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2022-09-20 12:37:55.554 | DEBUG keystone.notifications [-] Callback: `keystone.application_credential.core.Manager._delete_app_creds_on_user_delete_callback` subscribed to event `identity.user.disabled`. {{(pid=297806) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2022-09-20 12:37:55.554 | 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=297806) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2022-09-20 12:37:55.561 | DEBUG keystone.notifications [-] Callback: `keystone.assignment.core.Manager._delete_domain_assignments` subscribed to event `identity.domain.deleted`. {{(pid=297806) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2022-09-20 12:37:55.579 | DEBUG keystone.notifications [-] Callback: `keystone.catalog.core.Manager._on_project_or_endpoint_delete` subscribed to event `identity.project.deleted`. {{(pid=297806) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2022-09-20 12:37:55.579 | DEBUG keystone.notifications [-] Callback: `keystone.catalog.core.Manager._on_project_or_endpoint_delete` subscribed to event `identity.endpoint.deleted`. {{(pid=297806) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2022-09-20 12:37:55.610 | DEBUG keystone.notifications [-] Callback: `keystone.federation.core.Manager._cleanup_identity_provider` subscribed to event `identity.domain_deleted.internal`. {{(pid=297806) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2022-09-20 12:37:55.645 | DEBUG keystone.notifications [-] Callback: `keystone.identity.core.Manager._domain_deleted` subscribed to event `identity.domain_deleted.internal`. {{(pid=297806) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2022-09-20 12:37:55.645 | DEBUG keystone.notifications [-] Callback: `keystone.identity.core.Manager._unset_default_project` subscribed to event `identity.project.deleted`. {{(pid=297806) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2022-09-20 12:37:55.740 | DEBUG keystone.notifications [-] Callback: `keystone.revoke.core.Manager._trust_callback` subscribed to event `identity.OS-TRUST:trust.deleted`. {{(pid=297806) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2022-09-20 12:37:55.741 | DEBUG keystone.notifications [-] Callback: `keystone.revoke.core.Manager._consumer_callback` subscribed to event `identity.OS-OAUTH1:consumer.deleted`. {{(pid=297806) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2022-09-20 12:37:55.741 | DEBUG keystone.notifications [-] Callback: `keystone.revoke.core.Manager._user_callback` subscribed to event `identity.user.deleted`. {{(pid=297806) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2022-09-20 12:37:55.741 | DEBUG keystone.notifications [-] Callback: `keystone.revoke.core.Manager._project_callback` subscribed to event `identity.project.deleted`. {{(pid=297806) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2022-09-20 12:37:55.741 | DEBUG keystone.notifications [-] Callback: `keystone.revoke.core.Manager._user_callback` subscribed to event `identity.user.disabled`. {{(pid=297806) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2022-09-20 12:37:55.741 | DEBUG keystone.notifications [-] Callback: `keystone.revoke.core.Manager._user_callback` subscribed to event `identity.persist_revocation_event_for_user.internal`. {{(pid=297806) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2022-09-20 12:37:55.754 | DEBUG keystone.notifications [-] Callback: `keystone.receipt.provider.Manager._drop_receipt_cache` subscribed to event `identity.OS-TRUST:trust.deleted`. {{(pid=297806) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2022-09-20 12:37:55.755 | DEBUG keystone.notifications [-] Callback: `keystone.receipt.provider.Manager._drop_receipt_cache` subscribed to event `identity.user.deleted`. {{(pid=297806) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2022-09-20 12:37:55.755 | DEBUG keystone.notifications [-] Callback: `keystone.receipt.provider.Manager._drop_receipt_cache` subscribed to event `identity.domain.deleted`. {{(pid=297806) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2022-09-20 12:37:55.755 | DEBUG keystone.notifications [-] Callback: `keystone.receipt.provider.Manager._drop_receipt_cache` subscribed to event `identity.user.disabled`. {{(pid=297806) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2022-09-20 12:37:55.755 | DEBUG keystone.notifications [-] Callback: `keystone.receipt.provider.Manager._drop_receipt_cache` subscribed to event `identity.domain.disabled`. {{(pid=297806) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2022-09-20 12:37:55.755 | DEBUG keystone.notifications [-] Callback: `keystone.receipt.provider.Manager._drop_receipt_cache` subscribed to event `identity.project.disabled`. {{(pid=297806) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2022-09-20 12:37:55.756 | DEBUG keystone.notifications [-] Callback: `keystone.receipt.provider.Manager._drop_receipt_cache` subscribed to event `identity.invalidate_token_cache.internal`. {{(pid=297806) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2022-09-20 12:37:55.763 | DEBUG keystone.notifications [-] Callback: `keystone.trust.core.Manager._on_user_delete` subscribed to event `identity.user.deleted`. {{(pid=297806) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2022-09-20 12:37:55.766 | DEBUG keystone.notifications [-] Callback: `keystone.token.provider.Manager._drop_token_cache` subscribed to event `identity.OS-TRUST:trust.deleted`. {{(pid=297806) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2022-09-20 12:37:55.766 | DEBUG keystone.notifications [-] Callback: `keystone.token.provider.Manager._drop_token_cache` subscribed to event `identity.user.deleted`. {{(pid=297806) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2022-09-20 12:37:55.766 | DEBUG keystone.notifications [-] Callback: `keystone.token.provider.Manager._drop_token_cache` subscribed to event `identity.domain.deleted`. {{(pid=297806) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2022-09-20 12:37:55.766 | DEBUG keystone.notifications [-] Callback: `keystone.token.provider.Manager._drop_token_cache` subscribed to event `identity.user.disabled`. {{(pid=297806) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2022-09-20 12:37:55.767 | DEBUG keystone.notifications [-] Callback: `keystone.token.provider.Manager._drop_token_cache` subscribed to event `identity.domain.disabled`. {{(pid=297806) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2022-09-20 12:37:55.767 | DEBUG keystone.notifications [-] Callback: `keystone.token.provider.Manager._drop_token_cache` subscribed to event `identity.project.disabled`. {{(pid=297806) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2022-09-20 12:37:55.767 | DEBUG keystone.notifications [-] Callback: `keystone.token.provider.Manager._drop_token_cache` subscribed to event `identity.invalidate_token_cache.internal`. {{(pid=297806) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2022-09-20 12:37:55.919 | INFO dbcounter [-] Registered counter for database keystone 2022-09-20 12:37:55.937 | 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=297806) _check_effective_sql_mode /usr/local/lib/python3.8/dist-packages/oslo_db/sqlalchemy/engines.py:314}} 2022-09-20 12:37:55.943 | DEBUG dbcounter [-] [297806] Writer thread running {{(pid=297806) stat_writer /usr/local/lib/python3.8/dist-packages/dbcounter.py:99}} 2022-09-20 12:37:56.147 | INFO keystone.cmd.bootstrap [None req-01d4502e-e37b-41f5-814c-6cf1624d0f02 None None] Created domain default 2022-09-20 12:37:56.193 | INFO keystone.cmd.bootstrap [None req-01d4502e-e37b-41f5-814c-6cf1624d0f02 None None] Created project admin 2022-09-20 12:37:56.228 | DEBUG passlib.handlers.bcrypt [None req-01d4502e-e37b-41f5-814c-6cf1624d0f02 None None] detected 'bcrypt' backend, version '4.0.0' {{(pid=297806) _load_backend_mixin /usr/local/lib/python3.8/dist-packages/passlib/handlers/bcrypt.py:625}} 2022-09-20 12:37:56.228 | DEBUG passlib.handlers.bcrypt [None req-01d4502e-e37b-41f5-814c-6cf1624d0f02 None None] 'bcrypt' backend lacks $2$ support, enabling workaround {{(pid=297806) _finalize_backend_mixin /usr/local/lib/python3.8/dist-packages/passlib/handlers/bcrypt.py:406}} 2022-09-20 12:37:56.294 | INFO keystone.cmd.bootstrap [None req-01d4502e-e37b-41f5-814c-6cf1624d0f02 None None] Created user admin 2022-09-20 12:37:56.309 | INFO keystone.cmd.bootstrap [None req-01d4502e-e37b-41f5-814c-6cf1624d0f02 None None] Created role reader 2022-09-20 12:37:56.320 | INFO keystone.cmd.bootstrap [None req-01d4502e-e37b-41f5-814c-6cf1624d0f02 None None] Created role member 2022-09-20 12:37:56.347 | INFO keystone.cmd.bootstrap [None req-01d4502e-e37b-41f5-814c-6cf1624d0f02 None None] Created implied role where 4431acb54edc485590ba4545fb98dbd9 implies 4ef92a8e15a84e38823392c2941c1c1a 2022-09-20 12:37:56.356 | INFO keystone.cmd.bootstrap [None req-01d4502e-e37b-41f5-814c-6cf1624d0f02 None None] Created role admin 2022-09-20 12:37:56.374 | INFO keystone.cmd.bootstrap [None req-01d4502e-e37b-41f5-814c-6cf1624d0f02 None None] Created implied role where 1ae028a25c4e4346954b6a1ce8e48269 implies 4431acb54edc485590ba4545fb98dbd9 2022-09-20 12:37:56.386 | INFO keystone.cmd.bootstrap [None req-01d4502e-e37b-41f5-814c-6cf1624d0f02 None None] Granted role admin on project admin to user admin. 2022-09-20 12:37:56.394 | INFO keystone.cmd.bootstrap [None req-01d4502e-e37b-41f5-814c-6cf1624d0f02 None None] Granted role admin on the system to user admin. 2022-09-20 12:37:56.407 | WARNING py.warnings [None req-01d4502e-e37b-41f5-814c-6cf1624d0f02 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-09-20 12:37:56.408 | warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2022-09-20 12:37:56.408 |  2022-09-20 12:37:56.411 | INFO keystone.cmd.bootstrap [None req-01d4502e-e37b-41f5-814c-6cf1624d0f02 None None] Created region RegionOne 2022-09-20 12:37:56.447 | INFO keystone.cmd.bootstrap [None req-01d4502e-e37b-41f5-814c-6cf1624d0f02 None None] Created public endpoint http://10.222.0.52/identity 2022-09-20 12:37:56.874 | + lib/keystone:bootstrap_keystone:610 : '[' False == True ']' 2022-09-20 12:37:56.877 | + ./stack.sh:main:1096 : create_keystone_accounts 2022-09-20 12:37:56.879 | + lib/keystone:create_keystone_accounts:309 : local admin_project 2022-09-20 12:37:56.883 | ++ lib/keystone:create_keystone_accounts:310 : oscwrap project show admin -f value -c id 2022-09-20 12:38:00.115 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-09-20 12:38:00.115 | from cryptography.utils import int_from_bytes 2022-09-20 12:38:00.115 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-09-20 12:38:00.115 | from cryptography.utils import int_from_bytes 2022-09-20 12:38:00.278 | ++ functions-common:oscwrap:2479 : return 0 2022-09-20 12:38:00.282 | + lib/keystone:create_keystone_accounts:310 : admin_project=df2f19ab66ec478d87f7673ebbd496f4 2022-09-20 12:38:00.284 | + lib/keystone:create_keystone_accounts:311 : local admin_user 2022-09-20 12:38:00.287 | ++ lib/keystone:create_keystone_accounts:312 : oscwrap user show admin -f value -c id 2022-09-20 12:38:02.698 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-09-20 12:38:02.698 | from cryptography.utils import int_from_bytes 2022-09-20 12:38:02.699 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-09-20 12:38:02.699 | from cryptography.utils import int_from_bytes 2022-09-20 12:38:02.859 | ++ functions-common:oscwrap:2479 : return 0 2022-09-20 12:38:02.862 | + lib/keystone:create_keystone_accounts:312 : admin_user=69bd568251c4463ea310d91e1bb19e0f 2022-09-20 12:38:02.865 | + lib/keystone:create_keystone_accounts:314 : local admin_role=admin 2022-09-20 12:38:02.867 | + lib/keystone:create_keystone_accounts:315 : local member_role=member 2022-09-20 12:38:02.870 | + lib/keystone:create_keystone_accounts:316 : local reader_role=reader 2022-09-20 12:38:02.872 | + lib/keystone:create_keystone_accounts:318 : async_run ks-domain-role get_or_add_user_domain_role admin 69bd568251c4463ea310d91e1bb19e0f default 2022-09-20 12:38:02.938 | + inc/async:async_inner:63 : get_or_add_user_domain_role admin 69bd568251c4463ea310d91e1bb19e0f default 2022-09-20 12:38:02.980 | [263205 Async ks-domain-role:297934]: running: get_or_add_user_domain_role admin 69bd568251c4463ea310d91e1bb19e0f default 2022-09-20 12:38:02.982 | + lib/keystone:create_keystone_accounts:321 : get_or_create_domain Default 2022-09-20 12:38:02.985 | + functions-common:get_or_create_domain:877 : local domain_id 2022-09-20 12:38:02.988 | ++ functions-common:get_or_create_domain:889 : oscwrap --os-cloud devstack-system-admin domain show Default -f value -c id 2022-09-20 12:38:06.386 | + functions-common:get_or_create_domain:887 : domain_id=default 2022-09-20 12:38:06.388 | + functions-common:get_or_create_domain:888 : echo default 2022-09-20 12:38:06.388 | default 2022-09-20 12:38:06.391 | + lib/keystone:create_keystone_accounts:322 : async_run ks-project get_or_create_project service Default 2022-09-20 12:38:06.466 | + inc/async:async_inner:63 : get_or_create_project service Default 2022-09-20 12:38:06.517 | [263205 Async ks-project:298085]: running: get_or_create_project service Default 2022-09-20 12:38:06.520 | + lib/keystone:create_keystone_accounts:325 : async_run ks-service get_or_create_role service 2022-09-20 12:38:06.610 | + inc/async:async_inner:63 : get_or_create_role service 2022-09-20 12:38:06.663 | [263205 Async ks-service:298180]: running: get_or_create_role service 2022-09-20 12:38:06.666 | + lib/keystone:create_keystone_accounts:331 : async_run ks-reseller get_or_create_role ResellerAdmin 2022-09-20 12:38:06.768 | + inc/async:async_inner:63 : get_or_create_role ResellerAdmin 2022-09-20 12:38:06.834 | [263205 Async ks-reseller:298276]: running: get_or_create_role ResellerAdmin 2022-09-20 12:38:06.838 | + lib/keystone:create_keystone_accounts:335 : local another_role=anotherrole 2022-09-20 12:38:06.842 | + lib/keystone:create_keystone_accounts:336 : async_run ks-anotherrole get_or_create_role anotherrole 2022-09-20 12:38:07.239 | + inc/async:async_inner:63 : get_or_create_role anotherrole 2022-09-20 12:38:07.533 | [263205 Async ks-anotherrole:298376]: running: get_or_create_role anotherrole 2022-09-20 12:38:07.555 | + lib/keystone:create_keystone_accounts:339 : local invis_project 2022-09-20 12:38:07.583 | ++ lib/keystone:create_keystone_accounts:340 : get_or_create_project invisible_to_admin default 2022-09-20 12:38:07.603 | ++ functions-common:get_or_create_project:932 : local project_id 2022-09-20 12:38:07.648 | +++ functions-common:get_or_create_project:940 : oscwrap --os-cloud devstack-system-admin project create invisible_to_admin --domain=default --or-show -f value -c id 2022-09-20 12:38:12.072 | + inc/async:async_inner:64 : rc=0 2022-09-20 12:38:12.201 | [298085 Async ks-project:298085]: finished successfully 2022-09-20 12:38:12.485 | + inc/async:async_inner:64 : rc=0 2022-09-20 12:38:12.544 | [298180 Async ks-service:298180]: finished successfully 2022-09-20 12:38:13.021 | + inc/async:async_inner:64 : rc=0 2022-09-20 12:38:13.057 | [298276 Async ks-reseller:298276]: finished successfully 2022-09-20 12:38:13.528 | + inc/async:async_inner:64 : rc=0 2022-09-20 12:38:13.568 | [298376 Async ks-anotherrole:298376]: finished successfully 2022-09-20 12:38:13.869 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-09-20 12:38:13.869 | from cryptography.utils import int_from_bytes 2022-09-20 12:38:13.869 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-09-20 12:38:13.869 | from cryptography.utils import int_from_bytes 2022-09-20 12:38:14.069 | +++ functions-common:oscwrap:2479 : return 0 2022-09-20 12:38:14.073 | ++ functions-common:get_or_create_project:938 : project_id=ee8b38c2273442ad8fd295f0dff89ce5 2022-09-20 12:38:14.077 | ++ functions-common:get_or_create_project:939 : echo ee8b38c2273442ad8fd295f0dff89ce5 2022-09-20 12:38:14.080 | + lib/keystone:create_keystone_accounts:340 : invis_project=ee8b38c2273442ad8fd295f0dff89ce5 2022-09-20 12:38:14.083 | + lib/keystone:create_keystone_accounts:343 : local demo_project 2022-09-20 12:38:14.087 | ++ lib/keystone:create_keystone_accounts:344 : get_or_create_project demo default 2022-09-20 12:38:14.089 | ++ functions-common:get_or_create_project:932 : local project_id 2022-09-20 12:38:14.093 | +++ functions-common:get_or_create_project:940 : oscwrap --os-cloud devstack-system-admin project create demo --domain=default --or-show -f value -c id 2022-09-20 12:38:16.966 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-09-20 12:38:16.966 | from cryptography.utils import int_from_bytes 2022-09-20 12:38:16.966 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-09-20 12:38:16.966 | from cryptography.utils import int_from_bytes 2022-09-20 12:38:17.127 | + inc/async:async_inner:64 : rc=0 2022-09-20 12:38:17.163 | [297934 Async ks-domain-role:297934]: finished successfully 2022-09-20 12:38:17.176 | +++ functions-common:oscwrap:2479 : return 0 2022-09-20 12:38:17.179 | ++ functions-common:get_or_create_project:938 : project_id=9c1284fc2a1d4118b9dbe763e639417c 2022-09-20 12:38:17.181 | ++ functions-common:get_or_create_project:939 : echo 9c1284fc2a1d4118b9dbe763e639417c 2022-09-20 12:38:17.184 | + lib/keystone:create_keystone_accounts:344 : demo_project=9c1284fc2a1d4118b9dbe763e639417c 2022-09-20 12:38:17.187 | + lib/keystone:create_keystone_accounts:345 : local demo_user 2022-09-20 12:38:17.191 | ++ lib/keystone:create_keystone_accounts:347 : get_or_create_user demo Passw0rd default demo@example.com 2022-09-20 12:38:17.196 | ++ functions-common:get_or_create_user:909 : local user_id 2022-09-20 12:38:17.198 | ++ functions-common:get_or_create_user:910 : [[ ! -z demo@example.com ]] 2022-09-20 12:38:17.202 | ++ functions-common:get_or_create_user:911 : local email=--email=demo@example.com 2022-09-20 12:38:17.206 | +++ functions-common:get_or_create_user:927 : oscwrap --os-cloud devstack-system-admin user create demo --password Passw0rd --domain=default --email=demo@example.com --or-show -f value -c id 2022-09-20 12:38:19.927 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-09-20 12:38:19.927 | from cryptography.utils import int_from_bytes 2022-09-20 12:38:19.927 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-09-20 12:38:19.927 | from cryptography.utils import int_from_bytes 2022-09-20 12:38:20.099 | +++ functions-common:oscwrap:2479 : return 0 2022-09-20 12:38:20.102 | ++ functions-common:get_or_create_user:925 : user_id=ef5b3c2f0a8949ad813d18775aef3ef1 2022-09-20 12:38:20.105 | ++ functions-common:get_or_create_user:926 : echo ef5b3c2f0a8949ad813d18775aef3ef1 2022-09-20 12:38:20.109 | + lib/keystone:create_keystone_accounts:347 : demo_user=ef5b3c2f0a8949ad813d18775aef3ef1 2022-09-20 12:38:20.112 | + lib/keystone:create_keystone_accounts:349 : async_wait ks-domain-role ks-domain ks-project ks-service ks-reseller ks-anotherrole 2022-09-20 12:38:20.166 | [263205 Async ks-domain-role:297934]: Waiting for completion of get_or_add_user_domain_role admin 69bd568251c4463ea310d91e1bb19e0f default running on PID 297934 (6 other jobs running) 2022-09-20 12:38:20.194 | [263205 Async ks-domain-role:297934]: Signaling child to exit 2022-09-20 12:38:20.194 | WAKEUP 2022-09-20 12:38:20.218 | [263205 Async ks-domain-role:297934]: Signaled 2022-09-20 12:38:20.220 | + functions-common:get_or_add_user_domain_role:1003 : local user_role_id 2022-09-20 12:38:20.220 | ++ functions-common:get_or_add_user_domain_role:1009 : oscwrap --os-cloud devstack-system-admin role assignment list --role admin --user 69bd568251c4463ea310d91e1bb19e0f --domain default 2022-09-20 12:38:20.220 | ++ functions-common:get_or_add_user_domain_role:1009 : get_field 1 2022-09-20 12:38:20.220 | ++ functions-common:get_or_add_user_domain_role:1009 : grep '^|\s[a-f0-9]\+' 2022-09-20 12:38:20.220 | ++ functions-common:get_field:811 : local data field 2022-09-20 12:38:20.220 | ++ functions-common:get_field:812 : read data 2022-09-20 12:38:20.221 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-09-20 12:38:20.221 | from cryptography.utils import int_from_bytes 2022-09-20 12:38:20.221 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-09-20 12:38:20.221 | from cryptography.utils import int_from_bytes 2022-09-20 12:38:20.221 | ++ functions-common:oscwrap:2479 : return 0 2022-09-20 12:38:20.221 | + functions-common:get_or_add_user_domain_role:1009 : user_role_id= 2022-09-20 12:38:20.221 | + functions-common:get_or_add_user_domain_role:1010 : [[ -z '' ]] 2022-09-20 12:38:20.221 | + functions-common:get_or_add_user_domain_role:1012 : openstack --os-cloud devstack-system-admin role add admin --user 69bd568251c4463ea310d91e1bb19e0f --domain default 2022-09-20 12:38:20.221 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-09-20 12:38:20.221 | from cryptography.utils import int_from_bytes 2022-09-20 12:38:20.221 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-09-20 12:38:20.221 | from cryptography.utils import int_from_bytes 2022-09-20 12:38:20.221 | ++ functions-common:get_or_add_user_domain_role:1019 : grep '^|\s[a-f0-9]\+' 2022-09-20 12:38:20.221 | ++ functions-common:get_or_add_user_domain_role:1019 : oscwrap --os-cloud devstack-system-admin role assignment list --role admin --user 69bd568251c4463ea310d91e1bb19e0f --domain default 2022-09-20 12:38:20.221 | ++ functions-common:get_or_add_user_domain_role:1019 : get_field 1 2022-09-20 12:38:20.221 | ++ functions-common:get_field:811 : local data field 2022-09-20 12:38:20.221 | ++ functions-common:get_field:812 : read data 2022-09-20 12:38:20.221 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-09-20 12:38:20.221 | from cryptography.utils import int_from_bytes 2022-09-20 12:38:20.221 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-09-20 12:38:20.221 | from cryptography.utils import int_from_bytes 2022-09-20 12:38:20.221 | ++ functions-common:oscwrap:2479 : return 0 2022-09-20 12:38:20.221 | ++ functions-common:get_field:813 : '[' 1 -lt 0 ']' 2022-09-20 12:38:20.221 | ++ functions-common:get_field:816 : field='$2' 2022-09-20 12:38:20.221 | ++ functions-common:get_field:818 : echo '| 1ae028a25c4e4346954b6a1ce8e48269 | 69bd568251c4463ea310d91e1bb19e0f | | | default | | False |' 2022-09-20 12:38:20.221 | ++ functions-common:get_field:818 : awk '-F[ \t]*\\|[ \t]*' '{print $2}' 2022-09-20 12:38:20.221 | ++ functions-common:get_field:812 : read data 2022-09-20 12:38:20.221 | + functions-common:get_or_add_user_domain_role:1019 : user_role_id=1ae028a25c4e4346954b6a1ce8e48269 2022-09-20 12:38:20.221 | + functions-common:get_or_add_user_domain_role:1021 : echo 1ae028a25c4e4346954b6a1ce8e48269 2022-09-20 12:38:20.221 | 1ae028a25c4e4346954b6a1ce8e48269 2022-09-20 12:38:20.268 | [263205 Async ks-domain-role:297934]: finished get_or_add_user_domain_role admin 69bd568251c4463ea310d91e1bb19e0f default with result 0 in 14 seconds 2022-09-20 12:38:20.275 | Not waiting for async task ks-domain that we never started or has already been waited for 2022-09-20 12:38:20.315 | [263205 Async ks-project:298085]: Waiting for completion of get_or_create_project service Default running on PID 298085 (5 other jobs running) 2022-09-20 12:38:20.340 | [263205 Async ks-project:298085]: Signaling child to exit 2022-09-20 12:38:20.340 | WAKEUP 2022-09-20 12:38:20.364 | [263205 Async ks-project:298085]: Signaled 2022-09-20 12:38:20.366 | + functions-common:get_or_create_project:932 : local project_id 2022-09-20 12:38:20.366 | ++ functions-common:get_or_create_project:940 : oscwrap --os-cloud devstack-system-admin project create service --domain=Default --or-show -f value -c id 2022-09-20 12:38:20.366 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-09-20 12:38:20.366 | from cryptography.utils import int_from_bytes 2022-09-20 12:38:20.366 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-09-20 12:38:20.366 | from cryptography.utils import int_from_bytes 2022-09-20 12:38:20.366 | ++ functions-common:oscwrap:2479 : return 0 2022-09-20 12:38:20.366 | + functions-common:get_or_create_project:938 : project_id=4a248ba4de6a40dd9ca539aa74885772 2022-09-20 12:38:20.366 | + functions-common:get_or_create_project:939 : echo 4a248ba4de6a40dd9ca539aa74885772 2022-09-20 12:38:20.366 | 4a248ba4de6a40dd9ca539aa74885772 2022-09-20 12:38:20.413 | [263205 Async ks-project:298085]: finished get_or_create_project service Default with result 0 in 5 seconds 2022-09-20 12:38:20.453 | [263205 Async ks-service:298180]: Waiting for completion of get_or_create_role service running on PID 298180 (4 other jobs running) 2022-09-20 12:38:20.479 | [263205 Async ks-service:298180]: Signaling child to exit 2022-09-20 12:38:20.480 | WAKEUP 2022-09-20 12:38:20.503 | [263205 Async ks-service:298180]: Signaled 2022-09-20 12:38:20.505 | + functions-common:get_or_create_role:945 : local role_id 2022-09-20 12:38:20.505 | ++ functions-common:get_or_create_role:952 : oscwrap --os-cloud devstack-system-admin role create service --or-show -f value -c id 2022-09-20 12:38:20.505 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-09-20 12:38:20.505 | from cryptography.utils import int_from_bytes 2022-09-20 12:38:20.505 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-09-20 12:38:20.505 | from cryptography.utils import int_from_bytes 2022-09-20 12:38:20.505 | ++ functions-common:oscwrap:2479 : return 0 2022-09-20 12:38:20.505 | + functions-common:get_or_create_role:950 : role_id=cf6d9abf17af4b55907726fe7a93d23e 2022-09-20 12:38:20.505 | + functions-common:get_or_create_role:951 : echo cf6d9abf17af4b55907726fe7a93d23e 2022-09-20 12:38:20.505 | cf6d9abf17af4b55907726fe7a93d23e 2022-09-20 12:38:20.553 | [263205 Async ks-service:298180]: finished get_or_create_role service with result 0 in 5 seconds 2022-09-20 12:38:20.590 | [263205 Async ks-reseller:298276]: Waiting for completion of get_or_create_role ResellerAdmin running on PID 298276 (3 other jobs running) 2022-09-20 12:38:20.619 | [263205 Async ks-reseller:298276]: Signaling child to exit 2022-09-20 12:38:20.619 | WAKEUP 2022-09-20 12:38:20.643 | [263205 Async ks-reseller:298276]: Signaled 2022-09-20 12:38:20.644 | + functions-common:get_or_create_role:945 : local role_id 2022-09-20 12:38:20.644 | ++ functions-common:get_or_create_role:952 : oscwrap --os-cloud devstack-system-admin role create ResellerAdmin --or-show -f value -c id 2022-09-20 12:38:20.644 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-09-20 12:38:20.644 | from cryptography.utils import int_from_bytes 2022-09-20 12:38:20.644 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-09-20 12:38:20.645 | from cryptography.utils import int_from_bytes 2022-09-20 12:38:20.645 | ++ functions-common:oscwrap:2479 : return 0 2022-09-20 12:38:20.645 | + functions-common:get_or_create_role:950 : role_id=f010fe815a324f0f8e7c7e35c2a3952d 2022-09-20 12:38:20.645 | + functions-common:get_or_create_role:951 : echo f010fe815a324f0f8e7c7e35c2a3952d 2022-09-20 12:38:20.645 | f010fe815a324f0f8e7c7e35c2a3952d 2022-09-20 12:38:20.690 | [263205 Async ks-reseller:298276]: finished get_or_create_role ResellerAdmin with result 0 in 6 seconds 2022-09-20 12:38:20.728 | [263205 Async ks-anotherrole:298376]: Waiting for completion of get_or_create_role anotherrole running on PID 298376 (2 other jobs running) 2022-09-20 12:38:20.755 | [263205 Async ks-anotherrole:298376]: Signaling child to exit 2022-09-20 12:38:20.755 | WAKEUP 2022-09-20 12:38:20.779 | [263205 Async ks-anotherrole:298376]: Signaled 2022-09-20 12:38:20.780 | + functions-common:get_or_create_role:945 : local role_id 2022-09-20 12:38:20.780 | ++ functions-common:get_or_create_role:952 : oscwrap --os-cloud devstack-system-admin role create anotherrole --or-show -f value -c id 2022-09-20 12:38:20.780 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-09-20 12:38:20.780 | from cryptography.utils import int_from_bytes 2022-09-20 12:38:20.780 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-09-20 12:38:20.780 | from cryptography.utils import int_from_bytes 2022-09-20 12:38:20.780 | ++ functions-common:oscwrap:2479 : return 0 2022-09-20 12:38:20.780 | + functions-common:get_or_create_role:950 : role_id=4c79fe7555594f728ecbab0b50a03cbb 2022-09-20 12:38:20.780 | + functions-common:get_or_create_role:951 : echo 4c79fe7555594f728ecbab0b50a03cbb 2022-09-20 12:38:20.780 | 4c79fe7555594f728ecbab0b50a03cbb 2022-09-20 12:38:20.830 | [263205 Async ks-anotherrole:298376]: finished get_or_create_role anotherrole with result 0 in 6 seconds 2022-09-20 12:38:20.834 | + inc/async:async_wait:197 : return 0 2022-09-20 12:38:20.837 | + lib/keystone:create_keystone_accounts:351 : async_run ks-demo-member get_or_add_user_project_role member ef5b3c2f0a8949ad813d18775aef3ef1 9c1284fc2a1d4118b9dbe763e639417c 2022-09-20 12:38:20.906 | + inc/async:async_inner:63 : get_or_add_user_project_role member ef5b3c2f0a8949ad813d18775aef3ef1 9c1284fc2a1d4118b9dbe763e639417c 2022-09-20 12:38:20.958 | [263205 Async ks-demo-member:299301]: running: get_or_add_user_project_role member ef5b3c2f0a8949ad813d18775aef3ef1 9c1284fc2a1d4118b9dbe763e639417c 2022-09-20 12:38:20.961 | + lib/keystone:create_keystone_accounts:353 : async_run ks-demo-admin get_or_add_user_project_role admin 69bd568251c4463ea310d91e1bb19e0f 9c1284fc2a1d4118b9dbe763e639417c 2022-09-20 12:38:21.037 | + inc/async:async_inner:63 : get_or_add_user_project_role admin 69bd568251c4463ea310d91e1bb19e0f 9c1284fc2a1d4118b9dbe763e639417c 2022-09-20 12:38:21.090 | [263205 Async ks-demo-admin:299422]: running: get_or_add_user_project_role admin 69bd568251c4463ea310d91e1bb19e0f 9c1284fc2a1d4118b9dbe763e639417c 2022-09-20 12:38:21.094 | + lib/keystone:create_keystone_accounts:354 : async_run ks-demo-another get_or_add_user_project_role anotherrole ef5b3c2f0a8949ad813d18775aef3ef1 9c1284fc2a1d4118b9dbe763e639417c 2022-09-20 12:38:21.190 | + inc/async:async_inner:63 : get_or_add_user_project_role anotherrole ef5b3c2f0a8949ad813d18775aef3ef1 9c1284fc2a1d4118b9dbe763e639417c 2022-09-20 12:38:21.253 | [263205 Async ks-demo-another:299543]: running: get_or_add_user_project_role anotherrole ef5b3c2f0a8949ad813d18775aef3ef1 9c1284fc2a1d4118b9dbe763e639417c 2022-09-20 12:38:21.256 | + lib/keystone:create_keystone_accounts:355 : async_run ks-demo-invis get_or_add_user_project_role member ef5b3c2f0a8949ad813d18775aef3ef1 ee8b38c2273442ad8fd295f0dff89ce5 2022-09-20 12:38:21.340 | + inc/async:async_inner:63 : get_or_add_user_project_role member ef5b3c2f0a8949ad813d18775aef3ef1 ee8b38c2273442ad8fd295f0dff89ce5 2022-09-20 12:38:21.442 | [263205 Async ks-demo-invis:299665]: running: get_or_add_user_project_role member ef5b3c2f0a8949ad813d18775aef3ef1 ee8b38c2273442ad8fd295f0dff89ce5 2022-09-20 12:38:21.449 | + lib/keystone:create_keystone_accounts:358 : local demo_reader 2022-09-20 12:38:21.472 | ++ lib/keystone:create_keystone_accounts:360 : get_or_create_user demo_reader Passw0rd default demo_reader@example.com 2022-09-20 12:38:21.477 | ++ functions-common:get_or_create_user:909 : local user_id 2022-09-20 12:38:21.484 | ++ functions-common:get_or_create_user:910 : [[ ! -z demo_reader@example.com ]] 2022-09-20 12:38:21.490 | ++ functions-common:get_or_create_user:911 : local email=--email=demo_reader@example.com 2022-09-20 12:38:21.518 | +++ functions-common:get_or_create_user:927 : oscwrap --os-cloud devstack-system-admin user create demo_reader --password Passw0rd --domain=default --email=demo_reader@example.com --or-show -f value -c id 2022-09-20 12:38:26.239 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-09-20 12:38:26.239 | from cryptography.utils import int_from_bytes 2022-09-20 12:38:26.239 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-09-20 12:38:26.239 | from cryptography.utils import int_from_bytes 2022-09-20 12:38:26.431 | +++ functions-common:oscwrap:2479 : return 0 2022-09-20 12:38:26.434 | ++ functions-common:get_or_create_user:925 : user_id=619d8f8a9fd84e238c88e5540c45a222 2022-09-20 12:38:26.437 | ++ functions-common:get_or_create_user:926 : echo 619d8f8a9fd84e238c88e5540c45a222 2022-09-20 12:38:26.440 | + lib/keystone:create_keystone_accounts:360 : demo_reader=619d8f8a9fd84e238c88e5540c45a222 2022-09-20 12:38:26.444 | + lib/keystone:create_keystone_accounts:362 : async_run ks-demo-reader get_or_add_user_project_role reader 619d8f8a9fd84e238c88e5540c45a222 9c1284fc2a1d4118b9dbe763e639417c 2022-09-20 12:38:26.540 | + inc/async:async_inner:63 : get_or_add_user_project_role reader 619d8f8a9fd84e238c88e5540c45a222 9c1284fc2a1d4118b9dbe763e639417c 2022-09-20 12:38:26.617 | [263205 Async ks-demo-reader:299830]: running: get_or_add_user_project_role reader 619d8f8a9fd84e238c88e5540c45a222 9c1284fc2a1d4118b9dbe763e639417c 2022-09-20 12:38:26.621 | + lib/keystone:create_keystone_accounts:365 : local alt_demo_project 2022-09-20 12:38:26.626 | ++ lib/keystone:create_keystone_accounts:366 : get_or_create_project alt_demo default 2022-09-20 12:38:26.630 | ++ functions-common:get_or_create_project:932 : local project_id 2022-09-20 12:38:26.648 | +++ functions-common:get_or_create_project:940 : oscwrap --os-cloud devstack-system-admin project create alt_demo --domain=default --or-show -f value -c id 2022-09-20 12:38:30.287 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-09-20 12:38:30.287 | from cryptography.utils import int_from_bytes 2022-09-20 12:38:30.287 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-09-20 12:38:30.287 | from cryptography.utils import int_from_bytes 2022-09-20 12:38:30.732 | +++ functions-common:oscwrap:2479 : return 0 2022-09-20 12:38:30.744 | ++ functions-common:get_or_create_project:938 : project_id=cfad6831b9294816bb7a114468b017af 2022-09-20 12:38:30.750 | ++ functions-common:get_or_create_project:939 : echo cfad6831b9294816bb7a114468b017af 2022-09-20 12:38:30.759 | + lib/keystone:create_keystone_accounts:366 : alt_demo_project=cfad6831b9294816bb7a114468b017af 2022-09-20 12:38:30.770 | + lib/keystone:create_keystone_accounts:368 : local alt_demo_user 2022-09-20 12:38:30.793 | ++ lib/keystone:create_keystone_accounts:370 : get_or_create_user alt_demo Passw0rd default alt_demo@example.com 2022-09-20 12:38:30.802 | ++ functions-common:get_or_create_user:909 : local user_id 2022-09-20 12:38:30.815 | ++ functions-common:get_or_create_user:910 : [[ ! -z alt_demo@example.com ]] 2022-09-20 12:38:30.851 | ++ functions-common:get_or_create_user:911 : local email=--email=alt_demo@example.com 2022-09-20 12:38:30.883 | +++ functions-common:get_or_create_user:927 : oscwrap --os-cloud devstack-system-admin user create alt_demo --password Passw0rd --domain=default --email=alt_demo@example.com --or-show -f value -c id 2022-09-20 12:38:35.933 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-09-20 12:38:35.933 | from cryptography.utils import int_from_bytes 2022-09-20 12:38:35.933 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-09-20 12:38:35.933 | from cryptography.utils import int_from_bytes 2022-09-20 12:38:36.342 | +++ functions-common:oscwrap:2479 : return 0 2022-09-20 12:38:36.363 | ++ functions-common:get_or_create_user:925 : user_id=01b51d95c278487885e380a34ad3b8fd 2022-09-20 12:38:36.391 | ++ functions-common:get_or_create_user:926 : echo 01b51d95c278487885e380a34ad3b8fd 2022-09-20 12:38:36.414 | + lib/keystone:create_keystone_accounts:370 : alt_demo_user=01b51d95c278487885e380a34ad3b8fd 2022-09-20 12:38:36.440 | + lib/keystone:create_keystone_accounts:372 : async_run ks-alt-admin get_or_add_user_project_role admin 01b51d95c278487885e380a34ad3b8fd cfad6831b9294816bb7a114468b017af 2022-09-20 12:38:36.999 | + inc/async:async_inner:63 : get_or_add_user_project_role admin 01b51d95c278487885e380a34ad3b8fd cfad6831b9294816bb7a114468b017af 2022-09-20 12:38:37.270 | [263205 Async ks-alt-admin:300208]: running: get_or_add_user_project_role admin 01b51d95c278487885e380a34ad3b8fd cfad6831b9294816bb7a114468b017af 2022-09-20 12:38:37.292 | + lib/keystone:create_keystone_accounts:373 : async_run ks-alt-another get_or_add_user_project_role anotherrole 01b51d95c278487885e380a34ad3b8fd cfad6831b9294816bb7a114468b017af 2022-09-20 12:38:37.860 | + inc/async:async_inner:63 : get_or_add_user_project_role anotherrole 01b51d95c278487885e380a34ad3b8fd cfad6831b9294816bb7a114468b017af 2022-09-20 12:38:38.195 | [263205 Async ks-alt-another:300330]: running: get_or_add_user_project_role anotherrole 01b51d95c278487885e380a34ad3b8fd cfad6831b9294816bb7a114468b017af 2022-09-20 12:38:38.220 | + lib/keystone:create_keystone_accounts:376 : local alt_demo_member 2022-09-20 12:38:38.256 | ++ lib/keystone:create_keystone_accounts:378 : get_or_create_user alt_demo_member Passw0rd default alt_demo_member@example.com 2022-09-20 12:38:38.276 | ++ functions-common:get_or_create_user:909 : local user_id 2022-09-20 12:38:38.306 | ++ functions-common:get_or_create_user:910 : [[ ! -z alt_demo_member@example.com ]] 2022-09-20 12:38:38.335 | ++ functions-common:get_or_create_user:911 : local email=--email=alt_demo_member@example.com 2022-09-20 12:38:38.367 | +++ functions-common:get_or_create_user:927 : oscwrap --os-cloud devstack-system-admin user create alt_demo_member --password Passw0rd --domain=default --email=alt_demo_member@example.com --or-show -f value -c id 2022-09-20 12:38:43.221 | + inc/async:async_inner:64 : rc=0 2022-09-20 12:38:43.389 | [299301 Async ks-demo-member:299301]: finished successfully 2022-09-20 12:38:45.264 | + inc/async:async_inner:64 : rc=0 2022-09-20 12:38:45.303 | [299422 Async ks-demo-admin:299422]: finished successfully 2022-09-20 12:38:45.800 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-09-20 12:38:45.801 | from cryptography.utils import int_from_bytes 2022-09-20 12:38:45.801 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-09-20 12:38:45.801 | from cryptography.utils import int_from_bytes 2022-09-20 12:38:46.080 | +++ functions-common:oscwrap:2479 : return 0 2022-09-20 12:38:46.083 | ++ functions-common:get_or_create_user:925 : user_id=941ad41ecbb54d389f80b5473dc7fe2a 2022-09-20 12:38:46.088 | ++ functions-common:get_or_create_user:926 : echo 941ad41ecbb54d389f80b5473dc7fe2a 2022-09-20 12:38:46.092 | + lib/keystone:create_keystone_accounts:378 : alt_demo_member=941ad41ecbb54d389f80b5473dc7fe2a 2022-09-20 12:38:46.096 | + lib/keystone:create_keystone_accounts:379 : async_run ks-alt-member-user get_or_add_user_project_role member 941ad41ecbb54d389f80b5473dc7fe2a cfad6831b9294816bb7a114468b017af 2022-09-20 12:38:46.205 | + inc/async:async_inner:63 : get_or_add_user_project_role member 941ad41ecbb54d389f80b5473dc7fe2a cfad6831b9294816bb7a114468b017af 2022-09-20 12:38:46.278 | [263205 Async ks-alt-member-user:300643]: running: get_or_add_user_project_role member 941ad41ecbb54d389f80b5473dc7fe2a cfad6831b9294816bb7a114468b017af 2022-09-20 12:38:46.284 | + lib/keystone:create_keystone_accounts:382 : local alt_demo_reader 2022-09-20 12:38:46.289 | ++ lib/keystone:create_keystone_accounts:384 : get_or_create_user alt_demo_reader Passw0rd default alt_demo_reader@example.com 2022-09-20 12:38:46.308 | ++ functions-common:get_or_create_user:909 : local user_id 2022-09-20 12:38:46.337 | ++ functions-common:get_or_create_user:910 : [[ ! -z alt_demo_reader@example.com ]] 2022-09-20 12:38:46.350 | ++ functions-common:get_or_create_user:911 : local email=--email=alt_demo_reader@example.com 2022-09-20 12:38:46.381 | +++ functions-common:get_or_create_user:927 : oscwrap --os-cloud devstack-system-admin user create alt_demo_reader --password Passw0rd --domain=default --email=alt_demo_reader@example.com --or-show -f value -c id 2022-09-20 12:38:47.199 | + inc/async:async_inner:64 : rc=0 2022-09-20 12:38:47.339 | [299665 Async ks-demo-invis:299665]: finished successfully 2022-09-20 12:38:47.386 | + inc/async:async_inner:64 : rc=0 2022-09-20 12:38:47.461 | [299543 Async ks-demo-another:299543]: finished successfully 2022-09-20 12:38:50.462 | + inc/async:async_inner:64 : rc=0 2022-09-20 12:38:50.578 | [299830 Async ks-demo-reader:299830]: finished successfully 2022-09-20 12:38:50.618 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-09-20 12:38:50.619 | from cryptography.utils import int_from_bytes 2022-09-20 12:38:50.619 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-09-20 12:38:50.619 | from cryptography.utils import int_from_bytes 2022-09-20 12:38:50.831 | +++ functions-common:oscwrap:2479 : return 0 2022-09-20 12:38:50.834 | ++ functions-common:get_or_create_user:925 : user_id=da6532d1686f43ef81765d32aced9aff 2022-09-20 12:38:50.838 | ++ functions-common:get_or_create_user:926 : echo da6532d1686f43ef81765d32aced9aff 2022-09-20 12:38:50.851 | + lib/keystone:create_keystone_accounts:384 : alt_demo_reader=da6532d1686f43ef81765d32aced9aff 2022-09-20 12:38:50.855 | + lib/keystone:create_keystone_accounts:385 : async_run ks-alt-reader-user get_or_add_user_project_role reader da6532d1686f43ef81765d32aced9aff cfad6831b9294816bb7a114468b017af 2022-09-20 12:38:50.982 | + inc/async:async_inner:63 : get_or_add_user_project_role reader da6532d1686f43ef81765d32aced9aff cfad6831b9294816bb7a114468b017af 2022-09-20 12:38:51.069 | [263205 Async ks-alt-reader-user:300987]: running: get_or_add_user_project_role reader da6532d1686f43ef81765d32aced9aff cfad6831b9294816bb7a114468b017af 2022-09-20 12:38:51.073 | ++ lib/keystone:create_keystone_accounts:392 : get_or_create_user system_member Passw0rd default system_member@example.com 2022-09-20 12:38:51.086 | ++ functions-common:get_or_create_user:909 : local user_id 2022-09-20 12:38:51.092 | ++ functions-common:get_or_create_user:910 : [[ ! -z system_member@example.com ]] 2022-09-20 12:38:51.111 | ++ functions-common:get_or_create_user:911 : local email=--email=system_member@example.com 2022-09-20 12:38:51.143 | +++ functions-common:get_or_create_user:927 : oscwrap --os-cloud devstack-system-admin user create system_member --password Passw0rd --domain=default --email=system_member@example.com --or-show -f value -c id 2022-09-20 12:38:55.511 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-09-20 12:38:55.511 | from cryptography.utils import int_from_bytes 2022-09-20 12:38:55.511 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-09-20 12:38:55.511 | from cryptography.utils import int_from_bytes 2022-09-20 12:38:55.829 | +++ functions-common:oscwrap:2479 : return 0 2022-09-20 12:38:55.834 | ++ functions-common:get_or_create_user:925 : user_id=892d17f1bee140ec8b75abeda451c7a4 2022-09-20 12:38:55.838 | ++ functions-common:get_or_create_user:926 : echo 892d17f1bee140ec8b75abeda451c7a4 2022-09-20 12:38:55.848 | + lib/keystone:create_keystone_accounts:392 : system_member_user=892d17f1bee140ec8b75abeda451c7a4 2022-09-20 12:38:55.860 | + lib/keystone:create_keystone_accounts:393 : async_run ks-system-member get_or_add_user_system_role member 892d17f1bee140ec8b75abeda451c7a4 all 2022-09-20 12:38:56.194 | + inc/async:async_inner:63 : get_or_add_user_system_role member 892d17f1bee140ec8b75abeda451c7a4 all 2022-09-20 12:38:56.394 | [263205 Async ks-system-member:301220]: running: get_or_add_user_system_role member 892d17f1bee140ec8b75abeda451c7a4 all 2022-09-20 12:38:56.425 | ++ lib/keystone:create_keystone_accounts:396 : get_or_create_user system_reader Passw0rd default system_reader@example.com 2022-09-20 12:38:56.432 | ++ functions-common:get_or_create_user:909 : local user_id 2022-09-20 12:38:56.440 | ++ functions-common:get_or_create_user:910 : [[ ! -z system_reader@example.com ]] 2022-09-20 12:38:56.451 | ++ functions-common:get_or_create_user:911 : local email=--email=system_reader@example.com 2022-09-20 12:38:56.455 | +++ functions-common:get_or_create_user:927 : oscwrap --os-cloud devstack-system-admin user create system_reader --password Passw0rd --domain=default --email=system_reader@example.com --or-show -f value -c id 2022-09-20 12:39:01.603 | + inc/async:async_inner:64 : rc=0 2022-09-20 12:39:01.685 | [300208 Async ks-alt-admin:300208]: finished successfully 2022-09-20 12:39:02.055 | + inc/async:async_inner:64 : rc=0 2022-09-20 12:39:02.145 | [300330 Async ks-alt-another:300330]: finished successfully 2022-09-20 12:39:02.434 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-09-20 12:39:02.434 | from cryptography.utils import int_from_bytes 2022-09-20 12:39:02.434 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-09-20 12:39:02.434 | from cryptography.utils import int_from_bytes 2022-09-20 12:39:02.681 | +++ functions-common:oscwrap:2479 : return 0 2022-09-20 12:39:02.686 | ++ functions-common:get_or_create_user:925 : user_id=1685a31d553a4a0692b31fe5fa1410bd 2022-09-20 12:39:02.689 | ++ functions-common:get_or_create_user:926 : echo 1685a31d553a4a0692b31fe5fa1410bd 2022-09-20 12:39:02.693 | + lib/keystone:create_keystone_accounts:396 : system_reader_user=1685a31d553a4a0692b31fe5fa1410bd 2022-09-20 12:39:02.697 | + lib/keystone:create_keystone_accounts:397 : async_run ks-system-reader get_or_add_user_system_role reader 1685a31d553a4a0692b31fe5fa1410bd all 2022-09-20 12:39:02.857 | + inc/async:async_inner:63 : get_or_add_user_system_role reader 1685a31d553a4a0692b31fe5fa1410bd all 2022-09-20 12:39:02.952 | [263205 Async ks-system-reader:301519]: running: get_or_add_user_system_role reader 1685a31d553a4a0692b31fe5fa1410bd all 2022-09-20 12:39:02.955 | + lib/keystone:create_keystone_accounts:400 : local admin_group 2022-09-20 12:39:02.963 | ++ lib/keystone:create_keystone_accounts:402 : get_or_create_group admins default 'openstack admin group' 2022-09-20 12:39:02.971 | ++ functions-common:get_or_create_group:894 : local 'desc=openstack admin group' 2022-09-20 12:39:02.976 | ++ functions-common:get_or_create_group:895 : local group_id 2022-09-20 12:39:02.979 | +++ functions-common:get_or_create_group:904 : oscwrap --os-cloud devstack-system-admin group create admins --domain default --description 'openstack admin group' --or-show -f value -c id 2022-09-20 12:39:04.934 | + inc/async:async_inner:64 : rc=0 2022-09-20 12:39:05.143 | [300643 Async ks-alt-member-user:300643]: finished successfully 2022-09-20 12:39:07.639 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-09-20 12:39:07.639 | from cryptography.utils import int_from_bytes 2022-09-20 12:39:07.640 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-09-20 12:39:07.640 | from cryptography.utils import int_from_bytes 2022-09-20 12:39:07.960 | +++ functions-common:oscwrap:2479 : return 0 2022-09-20 12:39:07.968 | ++ functions-common:get_or_create_group:902 : group_id=e3f9a787aa27463b8c293b443d5f61a6 2022-09-20 12:39:07.972 | ++ functions-common:get_or_create_group:903 : echo e3f9a787aa27463b8c293b443d5f61a6 2022-09-20 12:39:07.982 | + lib/keystone:create_keystone_accounts:402 : admin_group=e3f9a787aa27463b8c293b443d5f61a6 2022-09-20 12:39:07.986 | + lib/keystone:create_keystone_accounts:403 : local non_admin_group 2022-09-20 12:39:07.993 | ++ lib/keystone:create_keystone_accounts:405 : get_or_create_group nonadmins default 'non-admin group' 2022-09-20 12:39:08.000 | ++ functions-common:get_or_create_group:894 : local 'desc=non-admin group' 2022-09-20 12:39:08.006 | ++ functions-common:get_or_create_group:895 : local group_id 2022-09-20 12:39:08.013 | +++ functions-common:get_or_create_group:904 : oscwrap --os-cloud devstack-system-admin group create nonadmins --domain default --description 'non-admin group' --or-show -f value -c id 2022-09-20 12:39:09.847 | + inc/async:async_inner:64 : rc=0 2022-09-20 12:39:09.888 | [300987 Async ks-alt-reader-user:300987]: finished successfully 2022-09-20 12:39:11.033 | + inc/async:async_inner:64 : rc=0 2022-09-20 12:39:11.071 | [301220 Async ks-system-member:301220]: finished successfully 2022-09-20 12:39:11.197 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-09-20 12:39:11.197 | from cryptography.utils import int_from_bytes 2022-09-20 12:39:11.197 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-09-20 12:39:11.197 | from cryptography.utils import int_from_bytes 2022-09-20 12:39:11.468 | +++ functions-common:oscwrap:2479 : return 0 2022-09-20 12:39:11.472 | ++ functions-common:get_or_create_group:902 : group_id=4f5cb6c6ab894340a31dec8b351d1c08 2022-09-20 12:39:11.475 | ++ functions-common:get_or_create_group:903 : echo 4f5cb6c6ab894340a31dec8b351d1c08 2022-09-20 12:39:11.479 | + lib/keystone:create_keystone_accounts:405 : non_admin_group=4f5cb6c6ab894340a31dec8b351d1c08 2022-09-20 12:39:11.482 | + lib/keystone:create_keystone_accounts:407 : async_run ks-group-memberdemo get_or_add_group_project_role member 4f5cb6c6ab894340a31dec8b351d1c08 9c1284fc2a1d4118b9dbe763e639417c 2022-09-20 12:39:11.572 | + inc/async:async_inner:63 : get_or_add_group_project_role member 4f5cb6c6ab894340a31dec8b351d1c08 9c1284fc2a1d4118b9dbe763e639417c 2022-09-20 12:39:11.641 | [263205 Async ks-group-memberdemo:301927]: running: get_or_add_group_project_role member 4f5cb6c6ab894340a31dec8b351d1c08 9c1284fc2a1d4118b9dbe763e639417c 2022-09-20 12:39:11.646 | + lib/keystone:create_keystone_accounts:408 : async_run ks-group-anotherdemo get_or_add_group_project_role anotherrole 4f5cb6c6ab894340a31dec8b351d1c08 9c1284fc2a1d4118b9dbe763e639417c 2022-09-20 12:39:11.761 | + inc/async:async_inner:63 : get_or_add_group_project_role anotherrole 4f5cb6c6ab894340a31dec8b351d1c08 9c1284fc2a1d4118b9dbe763e639417c 2022-09-20 12:39:11.853 | [263205 Async ks-group-anotherdemo:302022]: running: get_or_add_group_project_role anotherrole 4f5cb6c6ab894340a31dec8b351d1c08 9c1284fc2a1d4118b9dbe763e639417c 2022-09-20 12:39:11.859 | + lib/keystone:create_keystone_accounts:409 : async_run ks-group-memberalt get_or_add_group_project_role member 4f5cb6c6ab894340a31dec8b351d1c08 cfad6831b9294816bb7a114468b017af 2022-09-20 12:39:12.015 | + inc/async:async_inner:63 : get_or_add_group_project_role member 4f5cb6c6ab894340a31dec8b351d1c08 cfad6831b9294816bb7a114468b017af 2022-09-20 12:39:12.123 | [263205 Async ks-group-memberalt:302117]: running: get_or_add_group_project_role member 4f5cb6c6ab894340a31dec8b351d1c08 cfad6831b9294816bb7a114468b017af 2022-09-20 12:39:12.138 | + lib/keystone:create_keystone_accounts:410 : async_run ks-group-anotheralt get_or_add_group_project_role anotherrole 4f5cb6c6ab894340a31dec8b351d1c08 cfad6831b9294816bb7a114468b017af 2022-09-20 12:39:12.479 | + inc/async:async_inner:63 : get_or_add_group_project_role anotherrole 4f5cb6c6ab894340a31dec8b351d1c08 cfad6831b9294816bb7a114468b017af 2022-09-20 12:39:12.667 | [263205 Async ks-group-anotheralt:302215]: running: get_or_add_group_project_role anotherrole 4f5cb6c6ab894340a31dec8b351d1c08 cfad6831b9294816bb7a114468b017af 2022-09-20 12:39:12.687 | + lib/keystone:create_keystone_accounts:411 : async_run ks-group-admin get_or_add_group_project_role admin e3f9a787aa27463b8c293b443d5f61a6 df2f19ab66ec478d87f7673ebbd496f4 2022-09-20 12:39:13.227 | + inc/async:async_inner:63 : get_or_add_group_project_role admin e3f9a787aa27463b8c293b443d5f61a6 df2f19ab66ec478d87f7673ebbd496f4 2022-09-20 12:39:13.515 | [263205 Async ks-group-admin:302310]: running: get_or_add_group_project_role admin e3f9a787aa27463b8c293b443d5f61a6 df2f19ab66ec478d87f7673ebbd496f4 2022-09-20 12:39:13.537 | + lib/keystone:create_keystone_accounts:413 : async_wait ks-demo-member ks-demo-admin ks-demo-another ks-demo-invis ks-demo-reader 2022-09-20 12:39:13.947 | [263205 Async ks-demo-member:299301]: Waiting for completion of get_or_add_user_project_role member ef5b3c2f0a8949ad813d18775aef3ef1 9c1284fc2a1d4118b9dbe763e639417c running on PID 299301 (17 other jobs running) 2022-09-20 12:39:14.110 | [263205 Async ks-demo-member:299301]: Signaling child to exit 2022-09-20 12:39:14.111 | WAKEUP 2022-09-20 12:39:14.289 | [263205 Async ks-demo-member:299301]: Signaled 2022-09-20 12:39:14.306 | + functions-common:get_or_add_user_project_role:973 : local user_role_id 2022-09-20 12:39:14.306 | ++ functions-common:get_or_add_user_project_role:975 : _get_domain_args 2022-09-20 12:39:14.306 | ++ functions-common:_get_domain_args:957 : local domain 2022-09-20 12:39:14.306 | ++ functions-common:_get_domain_args:958 : domain= 2022-09-20 12:39:14.306 | ++ functions-common:_get_domain_args:960 : [[ -n '' ]] 2022-09-20 12:39:14.306 | ++ functions-common:_get_domain_args:963 : [[ -n '' ]] 2022-09-20 12:39:14.306 | ++ functions-common:_get_domain_args:967 : echo 2022-09-20 12:39:14.306 | + functions-common:get_or_add_user_project_role:975 : domain_args= 2022-09-20 12:39:14.306 | ++ functions-common:get_or_add_user_project_role:983 : oscwrap --os-cloud devstack-system-admin role assignment list --role member --user ef5b3c2f0a8949ad813d18775aef3ef1 --project 9c1284fc2a1d4118b9dbe763e639417c 2022-09-20 12:39:14.306 | ++ functions-common:get_or_add_user_project_role:983 : get_field 1 2022-09-20 12:39:14.306 | ++ functions-common:get_or_add_user_project_role:983 : grep '^|\s[a-f0-9]\+' 2022-09-20 12:39:14.306 | ++ functions-common:get_field:811 : local data field 2022-09-20 12:39:14.306 | ++ functions-common:get_field:812 : read data 2022-09-20 12:39:14.307 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-09-20 12:39:14.307 | from cryptography.utils import int_from_bytes 2022-09-20 12:39:14.307 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-09-20 12:39:14.307 | from cryptography.utils import int_from_bytes 2022-09-20 12:39:14.307 | ++ functions-common:oscwrap:2479 : return 0 2022-09-20 12:39:14.307 | + functions-common:get_or_add_user_project_role:983 : user_role_id= 2022-09-20 12:39:14.307 | + functions-common:get_or_add_user_project_role:984 : [[ -z '' ]] 2022-09-20 12:39:14.307 | + functions-common:get_or_add_user_project_role:986 : openstack --os-cloud devstack-system-admin role add member --user ef5b3c2f0a8949ad813d18775aef3ef1 --project 9c1284fc2a1d4118b9dbe763e639417c 2022-09-20 12:39:14.307 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-09-20 12:39:14.307 | from cryptography.utils import int_from_bytes 2022-09-20 12:39:14.307 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-09-20 12:39:14.307 | from cryptography.utils import int_from_bytes 2022-09-20 12:39:14.307 | ++ functions-common:get_or_add_user_project_role:995 : oscwrap --os-cloud devstack-system-admin role assignment list --role member --user ef5b3c2f0a8949ad813d18775aef3ef1 --project 9c1284fc2a1d4118b9dbe763e639417c 2022-09-20 12:39:14.307 | ++ functions-common:get_or_add_user_project_role:995 : grep '^|\s[a-f0-9]\+' 2022-09-20 12:39:14.307 | ++ functions-common:get_or_add_user_project_role:995 : get_field 1 2022-09-20 12:39:14.307 | ++ functions-common:get_field:811 : local data field 2022-09-20 12:39:14.307 | ++ functions-common:get_field:812 : read data 2022-09-20 12:39:14.307 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-09-20 12:39:14.307 | from cryptography.utils import int_from_bytes 2022-09-20 12:39:14.307 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-09-20 12:39:14.307 | from cryptography.utils import int_from_bytes 2022-09-20 12:39:14.307 | ++ functions-common:oscwrap:2479 : return 0 2022-09-20 12:39:14.307 | ++ functions-common:get_field:813 : '[' 1 -lt 0 ']' 2022-09-20 12:39:14.307 | ++ functions-common:get_field:816 : field='$2' 2022-09-20 12:39:14.307 | ++ functions-common:get_field:818 : awk '-F[ \t]*\\|[ \t]*' '{print $2}' 2022-09-20 12:39:14.308 | ++ functions-common:get_field:818 : echo '| 4431acb54edc485590ba4545fb98dbd9 | ef5b3c2f0a8949ad813d18775aef3ef1 | | 9c1284fc2a1d4118b9dbe763e639417c | | | False |' 2022-09-20 12:39:14.308 | ++ functions-common:get_field:812 : read data 2022-09-20 12:39:14.308 | + functions-common:get_or_add_user_project_role:995 : user_role_id=4431acb54edc485590ba4545fb98dbd9 2022-09-20 12:39:14.308 | + functions-common:get_or_add_user_project_role:997 : echo 4431acb54edc485590ba4545fb98dbd9 2022-09-20 12:39:14.308 | 4431acb54edc485590ba4545fb98dbd9 2022-09-20 12:39:14.645 | [263205 Async ks-demo-member:299301]: finished get_or_add_user_project_role member ef5b3c2f0a8949ad813d18775aef3ef1 9c1284fc2a1d4118b9dbe763e639417c with result 0 in 22 seconds 2022-09-20 12:39:14.956 | [263205 Async ks-demo-admin:299422]: Waiting for completion of get_or_add_user_project_role admin 69bd568251c4463ea310d91e1bb19e0f 9c1284fc2a1d4118b9dbe763e639417c running on PID 299422 (16 other jobs running) 2022-09-20 12:39:15.170 | [263205 Async ks-demo-admin:299422]: Signaling child to exit 2022-09-20 12:39:15.170 | WAKEUP 2022-09-20 12:39:15.326 | [263205 Async ks-demo-admin:299422]: Signaled 2022-09-20 12:39:15.335 | + functions-common:get_or_add_user_project_role:973 : local user_role_id 2022-09-20 12:39:15.335 | ++ functions-common:get_or_add_user_project_role:975 : _get_domain_args 2022-09-20 12:39:15.335 | ++ functions-common:_get_domain_args:957 : local domain 2022-09-20 12:39:15.335 | ++ functions-common:_get_domain_args:958 : domain= 2022-09-20 12:39:15.335 | ++ functions-common:_get_domain_args:960 : [[ -n '' ]] 2022-09-20 12:39:15.335 | ++ functions-common:_get_domain_args:963 : [[ -n '' ]] 2022-09-20 12:39:15.335 | ++ functions-common:_get_domain_args:967 : echo 2022-09-20 12:39:15.335 | + functions-common:get_or_add_user_project_role:975 : domain_args= 2022-09-20 12:39:15.335 | ++ functions-common:get_or_add_user_project_role:983 : grep '^|\s[a-f0-9]\+' 2022-09-20 12:39:15.335 | ++ functions-common:get_or_add_user_project_role:983 : oscwrap --os-cloud devstack-system-admin role assignment list --role admin --user 69bd568251c4463ea310d91e1bb19e0f --project 9c1284fc2a1d4118b9dbe763e639417c 2022-09-20 12:39:15.336 | ++ functions-common:get_or_add_user_project_role:983 : get_field 1 2022-09-20 12:39:15.336 | ++ functions-common:get_field:811 : local data field 2022-09-20 12:39:15.336 | ++ functions-common:get_field:812 : read data 2022-09-20 12:39:15.336 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-09-20 12:39:15.336 | from cryptography.utils import int_from_bytes 2022-09-20 12:39:15.336 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-09-20 12:39:15.336 | from cryptography.utils import int_from_bytes 2022-09-20 12:39:15.336 | ++ functions-common:oscwrap:2479 : return 0 2022-09-20 12:39:15.336 | + functions-common:get_or_add_user_project_role:983 : user_role_id= 2022-09-20 12:39:15.336 | + functions-common:get_or_add_user_project_role:984 : [[ -z '' ]] 2022-09-20 12:39:15.336 | + functions-common:get_or_add_user_project_role:986 : openstack --os-cloud devstack-system-admin role add admin --user 69bd568251c4463ea310d91e1bb19e0f --project 9c1284fc2a1d4118b9dbe763e639417c 2022-09-20 12:39:15.336 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-09-20 12:39:15.336 | from cryptography.utils import int_from_bytes 2022-09-20 12:39:15.336 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-09-20 12:39:15.336 | from cryptography.utils import int_from_bytes 2022-09-20 12:39:15.336 | ++ functions-common:get_or_add_user_project_role:995 : grep '^|\s[a-f0-9]\+' 2022-09-20 12:39:15.336 | ++ functions-common:get_or_add_user_project_role:995 : oscwrap --os-cloud devstack-system-admin role assignment list --role admin --user 69bd568251c4463ea310d91e1bb19e0f --project 9c1284fc2a1d4118b9dbe763e639417c 2022-09-20 12:39:15.336 | ++ functions-common:get_or_add_user_project_role:995 : get_field 1 2022-09-20 12:39:15.336 | ++ functions-common:get_field:811 : local data field 2022-09-20 12:39:15.336 | ++ functions-common:get_field:812 : read data 2022-09-20 12:39:15.336 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-09-20 12:39:15.336 | from cryptography.utils import int_from_bytes 2022-09-20 12:39:15.336 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-09-20 12:39:15.336 | from cryptography.utils import int_from_bytes 2022-09-20 12:39:15.336 | ++ functions-common:oscwrap:2479 : return 0 2022-09-20 12:39:15.336 | ++ functions-common:get_field:813 : '[' 1 -lt 0 ']' 2022-09-20 12:39:15.336 | ++ functions-common:get_field:816 : field='$2' 2022-09-20 12:39:15.336 | ++ functions-common:get_field:818 : awk '-F[ \t]*\\|[ \t]*' '{print $2}' 2022-09-20 12:39:15.336 | ++ functions-common:get_field:818 : echo '| 1ae028a25c4e4346954b6a1ce8e48269 | 69bd568251c4463ea310d91e1bb19e0f | | 9c1284fc2a1d4118b9dbe763e639417c | | | False |' 2022-09-20 12:39:15.336 | ++ functions-common:get_field:812 : read data 2022-09-20 12:39:15.336 | + functions-common:get_or_add_user_project_role:995 : user_role_id=1ae028a25c4e4346954b6a1ce8e48269 2022-09-20 12:39:15.336 | + functions-common:get_or_add_user_project_role:997 : echo 1ae028a25c4e4346954b6a1ce8e48269 2022-09-20 12:39:15.336 | 1ae028a25c4e4346954b6a1ce8e48269 2022-09-20 12:39:15.671 | [263205 Async ks-demo-admin:299422]: finished get_or_add_user_project_role admin 69bd568251c4463ea310d91e1bb19e0f 9c1284fc2a1d4118b9dbe763e639417c with result 0 in 24 seconds 2022-09-20 12:39:16.049 | [263205 Async ks-demo-another:299543]: Waiting for completion of get_or_add_user_project_role anotherrole ef5b3c2f0a8949ad813d18775aef3ef1 9c1284fc2a1d4118b9dbe763e639417c running on PID 299543 (15 other jobs running) 2022-09-20 12:39:16.198 | [263205 Async ks-demo-another:299543]: Signaling child to exit 2022-09-20 12:39:16.198 | WAKEUP 2022-09-20 12:39:16.368 | [263205 Async ks-demo-another:299543]: Signaled 2022-09-20 12:39:16.381 | + functions-common:get_or_add_user_project_role:973 : local user_role_id 2022-09-20 12:39:16.382 | ++ functions-common:get_or_add_user_project_role:975 : _get_domain_args 2022-09-20 12:39:16.382 | ++ functions-common:_get_domain_args:957 : local domain 2022-09-20 12:39:16.382 | ++ functions-common:_get_domain_args:958 : domain= 2022-09-20 12:39:16.382 | ++ functions-common:_get_domain_args:960 : [[ -n '' ]] 2022-09-20 12:39:16.382 | ++ functions-common:_get_domain_args:963 : [[ -n '' ]] 2022-09-20 12:39:16.382 | ++ functions-common:_get_domain_args:967 : echo 2022-09-20 12:39:16.382 | + functions-common:get_or_add_user_project_role:975 : domain_args= 2022-09-20 12:39:16.382 | ++ functions-common:get_or_add_user_project_role:983 : oscwrap --os-cloud devstack-system-admin role assignment list --role anotherrole --user ef5b3c2f0a8949ad813d18775aef3ef1 --project 9c1284fc2a1d4118b9dbe763e639417c 2022-09-20 12:39:16.382 | ++ functions-common:get_or_add_user_project_role:983 : get_field 1 2022-09-20 12:39:16.382 | ++ functions-common:get_or_add_user_project_role:983 : grep '^|\s[a-f0-9]\+' 2022-09-20 12:39:16.382 | ++ functions-common:get_field:811 : local data field 2022-09-20 12:39:16.384 | ++ functions-common:get_field:812 : read data 2022-09-20 12:39:16.384 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-09-20 12:39:16.384 | from cryptography.utils import int_from_bytes 2022-09-20 12:39:16.384 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-09-20 12:39:16.384 | from cryptography.utils import int_from_bytes 2022-09-20 12:39:16.384 | ++ functions-common:oscwrap:2479 : return 0 2022-09-20 12:39:16.384 | + functions-common:get_or_add_user_project_role:983 : user_role_id= 2022-09-20 12:39:16.385 | + functions-common:get_or_add_user_project_role:984 : [[ -z '' ]] 2022-09-20 12:39:16.385 | + functions-common:get_or_add_user_project_role:986 : openstack --os-cloud devstack-system-admin role add anotherrole --user ef5b3c2f0a8949ad813d18775aef3ef1 --project 9c1284fc2a1d4118b9dbe763e639417c 2022-09-20 12:39:16.385 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-09-20 12:39:16.385 | from cryptography.utils import int_from_bytes 2022-09-20 12:39:16.385 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-09-20 12:39:16.385 | from cryptography.utils import int_from_bytes 2022-09-20 12:39:16.385 | ++ functions-common:get_or_add_user_project_role:995 : oscwrap --os-cloud devstack-system-admin role assignment list --role anotherrole --user ef5b3c2f0a8949ad813d18775aef3ef1 --project 9c1284fc2a1d4118b9dbe763e639417c 2022-09-20 12:39:16.385 | ++ functions-common:get_or_add_user_project_role:995 : get_field 1 2022-09-20 12:39:16.385 | ++ functions-common:get_or_add_user_project_role:995 : grep '^|\s[a-f0-9]\+' 2022-09-20 12:39:16.385 | ++ functions-common:get_field:811 : local data field 2022-09-20 12:39:16.386 | ++ functions-common:get_field:812 : read data 2022-09-20 12:39:16.386 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-09-20 12:39:16.386 | from cryptography.utils import int_from_bytes 2022-09-20 12:39:16.386 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-09-20 12:39:16.386 | from cryptography.utils import int_from_bytes 2022-09-20 12:39:16.386 | ++ functions-common:oscwrap:2479 : return 0 2022-09-20 12:39:16.386 | ++ functions-common:get_field:813 : '[' 1 -lt 0 ']' 2022-09-20 12:39:16.386 | ++ functions-common:get_field:816 : field='$2' 2022-09-20 12:39:16.386 | ++ functions-common:get_field:818 : echo '| 4c79fe7555594f728ecbab0b50a03cbb | ef5b3c2f0a8949ad813d18775aef3ef1 | | 9c1284fc2a1d4118b9dbe763e639417c | | | False |' 2022-09-20 12:39:16.386 | ++ functions-common:get_field:818 : awk '-F[ \t]*\\|[ \t]*' '{print $2}' 2022-09-20 12:39:16.386 | ++ functions-common:get_field:812 : read data 2022-09-20 12:39:16.386 | + functions-common:get_or_add_user_project_role:995 : user_role_id=4c79fe7555594f728ecbab0b50a03cbb 2022-09-20 12:39:16.386 | + functions-common:get_or_add_user_project_role:997 : echo 4c79fe7555594f728ecbab0b50a03cbb 2022-09-20 12:39:16.386 | 4c79fe7555594f728ecbab0b50a03cbb 2022-09-20 12:39:16.714 | [263205 Async ks-demo-another:299543]: finished get_or_add_user_project_role anotherrole ef5b3c2f0a8949ad813d18775aef3ef1 9c1284fc2a1d4118b9dbe763e639417c with result 0 in 26 seconds 2022-09-20 12:39:16.902 | [263205 Async ks-demo-invis:299665]: Waiting for completion of get_or_add_user_project_role member ef5b3c2f0a8949ad813d18775aef3ef1 ee8b38c2273442ad8fd295f0dff89ce5 running on PID 299665 (14 other jobs running) 2022-09-20 12:39:17.078 | [263205 Async ks-demo-invis:299665]: Signaling child to exit 2022-09-20 12:39:17.079 | WAKEUP 2022-09-20 12:39:17.207 | [263205 Async ks-demo-invis:299665]: Signaled 2022-09-20 12:39:17.227 | + functions-common:get_or_add_user_project_role:973 : local user_role_id 2022-09-20 12:39:17.227 | ++ functions-common:get_or_add_user_project_role:975 : _get_domain_args 2022-09-20 12:39:17.227 | ++ functions-common:_get_domain_args:957 : local domain 2022-09-20 12:39:17.227 | ++ functions-common:_get_domain_args:958 : domain= 2022-09-20 12:39:17.227 | ++ functions-common:_get_domain_args:960 : [[ -n '' ]] 2022-09-20 12:39:17.227 | ++ functions-common:_get_domain_args:963 : [[ -n '' ]] 2022-09-20 12:39:17.227 | ++ functions-common:_get_domain_args:967 : echo 2022-09-20 12:39:17.227 | + functions-common:get_or_add_user_project_role:975 : domain_args= 2022-09-20 12:39:17.227 | ++ functions-common:get_or_add_user_project_role:983 : oscwrap --os-cloud devstack-system-admin role assignment list --role member --user ef5b3c2f0a8949ad813d18775aef3ef1 --project ee8b38c2273442ad8fd295f0dff89ce5 2022-09-20 12:39:17.227 | ++ functions-common:get_or_add_user_project_role:983 : get_field 1 2022-09-20 12:39:17.227 | ++ functions-common:get_or_add_user_project_role:983 : grep '^|\s[a-f0-9]\+' 2022-09-20 12:39:17.227 | ++ functions-common:get_field:811 : local data field 2022-09-20 12:39:17.227 | ++ functions-common:get_field:812 : read data 2022-09-20 12:39:17.228 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-09-20 12:39:17.228 | from cryptography.utils import int_from_bytes 2022-09-20 12:39:17.228 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-09-20 12:39:17.228 | from cryptography.utils import int_from_bytes 2022-09-20 12:39:17.228 | ++ functions-common:oscwrap:2479 : return 0 2022-09-20 12:39:17.228 | + functions-common:get_or_add_user_project_role:983 : user_role_id= 2022-09-20 12:39:17.228 | + functions-common:get_or_add_user_project_role:984 : [[ -z '' ]] 2022-09-20 12:39:17.228 | + functions-common:get_or_add_user_project_role:986 : openstack --os-cloud devstack-system-admin role add member --user ef5b3c2f0a8949ad813d18775aef3ef1 --project ee8b38c2273442ad8fd295f0dff89ce5 2022-09-20 12:39:17.228 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-09-20 12:39:17.228 | from cryptography.utils import int_from_bytes 2022-09-20 12:39:17.228 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-09-20 12:39:17.228 | from cryptography.utils import int_from_bytes 2022-09-20 12:39:17.228 | ++ functions-common:get_or_add_user_project_role:995 : oscwrap --os-cloud devstack-system-admin role assignment list --role member --user ef5b3c2f0a8949ad813d18775aef3ef1 --project ee8b38c2273442ad8fd295f0dff89ce5 2022-09-20 12:39:17.228 | ++ functions-common:get_or_add_user_project_role:995 : grep '^|\s[a-f0-9]\+' 2022-09-20 12:39:17.228 | ++ functions-common:get_or_add_user_project_role:995 : get_field 1 2022-09-20 12:39:17.229 | ++ functions-common:get_field:811 : local data field 2022-09-20 12:39:17.229 | ++ functions-common:get_field:812 : read data 2022-09-20 12:39:17.229 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-09-20 12:39:17.229 | from cryptography.utils import int_from_bytes 2022-09-20 12:39:17.229 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-09-20 12:39:17.229 | from cryptography.utils import int_from_bytes 2022-09-20 12:39:17.229 | ++ functions-common:oscwrap:2479 : return 0 2022-09-20 12:39:17.229 | ++ functions-common:get_field:813 : '[' 1 -lt 0 ']' 2022-09-20 12:39:17.229 | ++ functions-common:get_field:816 : field='$2' 2022-09-20 12:39:17.229 | ++ functions-common:get_field:818 : echo '| 4431acb54edc485590ba4545fb98dbd9 | ef5b3c2f0a8949ad813d18775aef3ef1 | | ee8b38c2273442ad8fd295f0dff89ce5 | | | False |' 2022-09-20 12:39:17.229 | ++ functions-common:get_field:818 : awk '-F[ \t]*\\|[ \t]*' '{print $2}' 2022-09-20 12:39:17.230 | ++ functions-common:get_field:812 : read data 2022-09-20 12:39:17.230 | + functions-common:get_or_add_user_project_role:995 : user_role_id=4431acb54edc485590ba4545fb98dbd9 2022-09-20 12:39:17.230 | + functions-common:get_or_add_user_project_role:997 : echo 4431acb54edc485590ba4545fb98dbd9 2022-09-20 12:39:17.230 | 4431acb54edc485590ba4545fb98dbd9 2022-09-20 12:39:17.535 | [263205 Async ks-demo-invis:299665]: finished get_or_add_user_project_role member ef5b3c2f0a8949ad813d18775aef3ef1 ee8b38c2273442ad8fd295f0dff89ce5 with result 0 in 26 seconds 2022-09-20 12:39:17.651 | [263205 Async ks-demo-reader:299830]: Waiting for completion of get_or_add_user_project_role reader 619d8f8a9fd84e238c88e5540c45a222 9c1284fc2a1d4118b9dbe763e639417c running on PID 299830 (13 other jobs running) 2022-09-20 12:39:17.714 | [263205 Async ks-demo-reader:299830]: Signaling child to exit 2022-09-20 12:39:17.715 | WAKEUP 2022-09-20 12:39:17.765 | [263205 Async ks-demo-reader:299830]: Signaled 2022-09-20 12:39:17.766 | + functions-common:get_or_add_user_project_role:973 : local user_role_id 2022-09-20 12:39:17.766 | ++ functions-common:get_or_add_user_project_role:975 : _get_domain_args 2022-09-20 12:39:17.766 | ++ functions-common:_get_domain_args:957 : local domain 2022-09-20 12:39:17.767 | ++ functions-common:_get_domain_args:958 : domain= 2022-09-20 12:39:17.767 | ++ functions-common:_get_domain_args:960 : [[ -n '' ]] 2022-09-20 12:39:17.767 | ++ functions-common:_get_domain_args:963 : [[ -n '' ]] 2022-09-20 12:39:17.767 | ++ functions-common:_get_domain_args:967 : echo 2022-09-20 12:39:17.767 | + functions-common:get_or_add_user_project_role:975 : domain_args= 2022-09-20 12:39:17.767 | ++ functions-common:get_or_add_user_project_role:983 : oscwrap --os-cloud devstack-system-admin role assignment list --role reader --user 619d8f8a9fd84e238c88e5540c45a222 --project 9c1284fc2a1d4118b9dbe763e639417c 2022-09-20 12:39:17.767 | ++ functions-common:get_or_add_user_project_role:983 : get_field 1 2022-09-20 12:39:17.767 | ++ functions-common:get_or_add_user_project_role:983 : grep '^|\s[a-f0-9]\+' 2022-09-20 12:39:17.767 | ++ functions-common:get_field:811 : local data field 2022-09-20 12:39:17.767 | ++ functions-common:get_field:812 : read data 2022-09-20 12:39:17.767 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-09-20 12:39:17.767 | from cryptography.utils import int_from_bytes 2022-09-20 12:39:17.767 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-09-20 12:39:17.767 | from cryptography.utils import int_from_bytes 2022-09-20 12:39:17.767 | ++ functions-common:oscwrap:2479 : return 0 2022-09-20 12:39:17.767 | + functions-common:get_or_add_user_project_role:983 : user_role_id= 2022-09-20 12:39:17.767 | + functions-common:get_or_add_user_project_role:984 : [[ -z '' ]] 2022-09-20 12:39:17.768 | + functions-common:get_or_add_user_project_role:986 : openstack --os-cloud devstack-system-admin role add reader --user 619d8f8a9fd84e238c88e5540c45a222 --project 9c1284fc2a1d4118b9dbe763e639417c 2022-09-20 12:39:17.768 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-09-20 12:39:17.768 | from cryptography.utils import int_from_bytes 2022-09-20 12:39:17.768 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-09-20 12:39:17.768 | from cryptography.utils import int_from_bytes 2022-09-20 12:39:17.768 | ++ functions-common:get_or_add_user_project_role:995 : oscwrap --os-cloud devstack-system-admin role assignment list --role reader --user 619d8f8a9fd84e238c88e5540c45a222 --project 9c1284fc2a1d4118b9dbe763e639417c 2022-09-20 12:39:17.768 | ++ functions-common:get_or_add_user_project_role:995 : grep '^|\s[a-f0-9]\+' 2022-09-20 12:39:17.768 | ++ functions-common:get_or_add_user_project_role:995 : get_field 1 2022-09-20 12:39:17.768 | ++ functions-common:get_field:811 : local data field 2022-09-20 12:39:17.768 | ++ functions-common:get_field:812 : read data 2022-09-20 12:39:17.768 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-09-20 12:39:17.768 | from cryptography.utils import int_from_bytes 2022-09-20 12:39:17.768 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-09-20 12:39:17.768 | from cryptography.utils import int_from_bytes 2022-09-20 12:39:17.768 | ++ functions-common:oscwrap:2479 : return 0 2022-09-20 12:39:17.768 | ++ functions-common:get_field:813 : '[' 1 -lt 0 ']' 2022-09-20 12:39:17.769 | ++ functions-common:get_field:816 : field='$2' 2022-09-20 12:39:17.769 | ++ functions-common:get_field:818 : awk '-F[ \t]*\\|[ \t]*' '{print $2}' 2022-09-20 12:39:17.769 | ++ functions-common:get_field:818 : echo '| 4ef92a8e15a84e38823392c2941c1c1a | 619d8f8a9fd84e238c88e5540c45a222 | | 9c1284fc2a1d4118b9dbe763e639417c | | | False |' 2022-09-20 12:39:17.769 | ++ functions-common:get_field:812 : read data 2022-09-20 12:39:17.769 | + functions-common:get_or_add_user_project_role:995 : user_role_id=4ef92a8e15a84e38823392c2941c1c1a 2022-09-20 12:39:17.769 | + functions-common:get_or_add_user_project_role:997 : echo 4ef92a8e15a84e38823392c2941c1c1a 2022-09-20 12:39:17.769 | 4ef92a8e15a84e38823392c2941c1c1a 2022-09-20 12:39:17.894 | [263205 Async ks-demo-reader:299830]: finished get_or_add_user_project_role reader 619d8f8a9fd84e238c88e5540c45a222 9c1284fc2a1d4118b9dbe763e639417c with result 0 in 24 seconds 2022-09-20 12:39:17.909 | + inc/async:async_wait:197 : return 0 2022-09-20 12:39:17.921 | + lib/keystone:create_keystone_accounts:414 : async_wait ks-alt-admin ks-alt-another ks-alt-member-user ks-alt-reader-user 2022-09-20 12:39:18.020 | [263205 Async ks-alt-admin:300208]: Waiting for completion of get_or_add_user_project_role admin 01b51d95c278487885e380a34ad3b8fd cfad6831b9294816bb7a114468b017af running on PID 300208 (12 other jobs running) 2022-09-20 12:39:18.058 | [263205 Async ks-alt-admin:300208]: Signaling child to exit 2022-09-20 12:39:18.058 | WAKEUP 2022-09-20 12:39:18.099 | [263205 Async ks-alt-admin:300208]: Signaled 2022-09-20 12:39:18.102 | + functions-common:get_or_add_user_project_role:973 : local user_role_id 2022-09-20 12:39:18.102 | ++ functions-common:get_or_add_user_project_role:975 : _get_domain_args 2022-09-20 12:39:18.102 | ++ functions-common:_get_domain_args:957 : local domain 2022-09-20 12:39:18.102 | ++ functions-common:_get_domain_args:958 : domain= 2022-09-20 12:39:18.102 | ++ functions-common:_get_domain_args:960 : [[ -n '' ]] 2022-09-20 12:39:18.102 | ++ functions-common:_get_domain_args:963 : [[ -n '' ]] 2022-09-20 12:39:18.102 | ++ functions-common:_get_domain_args:967 : echo 2022-09-20 12:39:18.102 | + functions-common:get_or_add_user_project_role:975 : domain_args= 2022-09-20 12:39:18.102 | ++ functions-common:get_or_add_user_project_role:983 : grep '^|\s[a-f0-9]\+' 2022-09-20 12:39:18.102 | ++ functions-common:get_or_add_user_project_role:983 : oscwrap --os-cloud devstack-system-admin role assignment list --role admin --user 01b51d95c278487885e380a34ad3b8fd --project cfad6831b9294816bb7a114468b017af 2022-09-20 12:39:18.102 | ++ functions-common:get_or_add_user_project_role:983 : get_field 1 2022-09-20 12:39:18.102 | ++ functions-common:get_field:811 : local data field 2022-09-20 12:39:18.102 | ++ functions-common:get_field:812 : read data 2022-09-20 12:39:18.103 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-09-20 12:39:18.103 | from cryptography.utils import int_from_bytes 2022-09-20 12:39:18.103 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-09-20 12:39:18.103 | from cryptography.utils import int_from_bytes 2022-09-20 12:39:18.103 | ++ functions-common:oscwrap:2479 : return 0 2022-09-20 12:39:18.103 | + functions-common:get_or_add_user_project_role:983 : user_role_id= 2022-09-20 12:39:18.103 | + functions-common:get_or_add_user_project_role:984 : [[ -z '' ]] 2022-09-20 12:39:18.103 | + functions-common:get_or_add_user_project_role:986 : openstack --os-cloud devstack-system-admin role add admin --user 01b51d95c278487885e380a34ad3b8fd --project cfad6831b9294816bb7a114468b017af 2022-09-20 12:39:18.103 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-09-20 12:39:18.103 | from cryptography.utils import int_from_bytes 2022-09-20 12:39:18.103 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-09-20 12:39:18.103 | from cryptography.utils import int_from_bytes 2022-09-20 12:39:18.103 | ++ functions-common:get_or_add_user_project_role:995 : oscwrap --os-cloud devstack-system-admin role assignment list --role admin --user 01b51d95c278487885e380a34ad3b8fd --project cfad6831b9294816bb7a114468b017af 2022-09-20 12:39:18.103 | ++ functions-common:get_or_add_user_project_role:995 : get_field 1 2022-09-20 12:39:18.103 | ++ functions-common:get_or_add_user_project_role:995 : grep '^|\s[a-f0-9]\+' 2022-09-20 12:39:18.103 | ++ functions-common:get_field:811 : local data field 2022-09-20 12:39:18.103 | ++ functions-common:get_field:812 : read data 2022-09-20 12:39:18.103 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-09-20 12:39:18.103 | from cryptography.utils import int_from_bytes 2022-09-20 12:39:18.103 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-09-20 12:39:18.103 | from cryptography.utils import int_from_bytes 2022-09-20 12:39:18.103 | ++ functions-common:oscwrap:2479 : return 0 2022-09-20 12:39:18.103 | ++ functions-common:get_field:813 : '[' 1 -lt 0 ']' 2022-09-20 12:39:18.103 | ++ functions-common:get_field:816 : field='$2' 2022-09-20 12:39:18.103 | ++ functions-common:get_field:818 : awk '-F[ \t]*\\|[ \t]*' '{print $2}' 2022-09-20 12:39:18.103 | ++ functions-common:get_field:818 : echo '| 1ae028a25c4e4346954b6a1ce8e48269 | 01b51d95c278487885e380a34ad3b8fd | | cfad6831b9294816bb7a114468b017af | | | False |' 2022-09-20 12:39:18.103 | ++ functions-common:get_field:812 : read data 2022-09-20 12:39:18.103 | + functions-common:get_or_add_user_project_role:995 : user_role_id=1ae028a25c4e4346954b6a1ce8e48269 2022-09-20 12:39:18.103 | + functions-common:get_or_add_user_project_role:997 : echo 1ae028a25c4e4346954b6a1ce8e48269 2022-09-20 12:39:18.103 | 1ae028a25c4e4346954b6a1ce8e48269 2022-09-20 12:39:18.189 | [263205 Async ks-alt-admin:300208]: finished get_or_add_user_project_role admin 01b51d95c278487885e380a34ad3b8fd cfad6831b9294816bb7a114468b017af with result 0 in 24 seconds 2022-09-20 12:39:18.255 | [263205 Async ks-alt-another:300330]: Waiting for completion of get_or_add_user_project_role anotherrole 01b51d95c278487885e380a34ad3b8fd cfad6831b9294816bb7a114468b017af running on PID 300330 (11 other jobs running) 2022-09-20 12:39:18.318 | [263205 Async ks-alt-another:300330]: Signaling child to exit 2022-09-20 12:39:18.319 | WAKEUP 2022-09-20 12:39:18.383 | [263205 Async ks-alt-another:300330]: Signaled 2022-09-20 12:39:18.401 | + functions-common:get_or_add_user_project_role:973 : local user_role_id 2022-09-20 12:39:18.401 | ++ functions-common:get_or_add_user_project_role:975 : _get_domain_args 2022-09-20 12:39:18.401 | ++ functions-common:_get_domain_args:957 : local domain 2022-09-20 12:39:18.401 | ++ functions-common:_get_domain_args:958 : domain= 2022-09-20 12:39:18.401 | ++ functions-common:_get_domain_args:960 : [[ -n '' ]] 2022-09-20 12:39:18.402 | ++ functions-common:_get_domain_args:963 : [[ -n '' ]] 2022-09-20 12:39:18.402 | ++ functions-common:_get_domain_args:967 : echo 2022-09-20 12:39:18.402 | + functions-common:get_or_add_user_project_role:975 : domain_args= 2022-09-20 12:39:18.402 | ++ functions-common:get_or_add_user_project_role:983 : grep '^|\s[a-f0-9]\+' 2022-09-20 12:39:18.402 | ++ functions-common:get_or_add_user_project_role:983 : get_field 1 2022-09-20 12:39:18.402 | ++ functions-common:get_or_add_user_project_role:983 : oscwrap --os-cloud devstack-system-admin role assignment list --role anotherrole --user 01b51d95c278487885e380a34ad3b8fd --project cfad6831b9294816bb7a114468b017af 2022-09-20 12:39:18.402 | ++ functions-common:get_field:811 : local data field 2022-09-20 12:39:18.402 | ++ functions-common:get_field:812 : read data 2022-09-20 12:39:18.402 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-09-20 12:39:18.402 | from cryptography.utils import int_from_bytes 2022-09-20 12:39:18.402 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-09-20 12:39:18.402 | from cryptography.utils import int_from_bytes 2022-09-20 12:39:18.402 | ++ functions-common:oscwrap:2479 : return 0 2022-09-20 12:39:18.402 | + functions-common:get_or_add_user_project_role:983 : user_role_id= 2022-09-20 12:39:18.402 | + functions-common:get_or_add_user_project_role:984 : [[ -z '' ]] 2022-09-20 12:39:18.402 | + functions-common:get_or_add_user_project_role:986 : openstack --os-cloud devstack-system-admin role add anotherrole --user 01b51d95c278487885e380a34ad3b8fd --project cfad6831b9294816bb7a114468b017af 2022-09-20 12:39:18.402 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-09-20 12:39:18.402 | from cryptography.utils import int_from_bytes 2022-09-20 12:39:18.402 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-09-20 12:39:18.402 | from cryptography.utils import int_from_bytes 2022-09-20 12:39:18.402 | ++ functions-common:get_or_add_user_project_role:995 : grep '^|\s[a-f0-9]\+' 2022-09-20 12:39:18.402 | ++ functions-common:get_or_add_user_project_role:995 : oscwrap --os-cloud devstack-system-admin role assignment list --role anotherrole --user 01b51d95c278487885e380a34ad3b8fd --project cfad6831b9294816bb7a114468b017af 2022-09-20 12:39:18.403 | ++ functions-common:get_or_add_user_project_role:995 : get_field 1 2022-09-20 12:39:18.403 | ++ functions-common:get_field:811 : local data field 2022-09-20 12:39:18.403 | ++ functions-common:get_field:812 : read data 2022-09-20 12:39:18.403 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-09-20 12:39:18.403 | from cryptography.utils import int_from_bytes 2022-09-20 12:39:18.403 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-09-20 12:39:18.403 | from cryptography.utils import int_from_bytes 2022-09-20 12:39:18.403 | ++ functions-common:oscwrap:2479 : return 0 2022-09-20 12:39:18.403 | ++ functions-common:get_field:813 : '[' 1 -lt 0 ']' 2022-09-20 12:39:18.403 | ++ functions-common:get_field:816 : field='$2' 2022-09-20 12:39:18.403 | ++ functions-common:get_field:818 : echo '| 4c79fe7555594f728ecbab0b50a03cbb | 01b51d95c278487885e380a34ad3b8fd | | cfad6831b9294816bb7a114468b017af | | | False |' 2022-09-20 12:39:18.403 | ++ functions-common:get_field:818 : awk '-F[ \t]*\\|[ \t]*' '{print $2}' 2022-09-20 12:39:18.403 | ++ functions-common:get_field:812 : read data 2022-09-20 12:39:18.403 | + functions-common:get_or_add_user_project_role:995 : user_role_id=4c79fe7555594f728ecbab0b50a03cbb 2022-09-20 12:39:18.403 | + functions-common:get_or_add_user_project_role:997 : echo 4c79fe7555594f728ecbab0b50a03cbb 2022-09-20 12:39:18.403 | 4c79fe7555594f728ecbab0b50a03cbb 2022-09-20 12:39:18.609 | [263205 Async ks-alt-another:300330]: finished get_or_add_user_project_role anotherrole 01b51d95c278487885e380a34ad3b8fd cfad6831b9294816bb7a114468b017af with result 0 in 24 seconds 2022-09-20 12:39:18.827 | [263205 Async ks-alt-member-user:300643]: Waiting for completion of get_or_add_user_project_role member 941ad41ecbb54d389f80b5473dc7fe2a cfad6831b9294816bb7a114468b017af running on PID 300643 (10 other jobs running) 2022-09-20 12:39:18.936 | [263205 Async ks-alt-member-user:300643]: Signaling child to exit 2022-09-20 12:39:18.937 | WAKEUP 2022-09-20 12:39:19.063 | [263205 Async ks-alt-member-user:300643]: Signaled 2022-09-20 12:39:19.064 | + functions-common:get_or_add_user_project_role:973 : local user_role_id 2022-09-20 12:39:19.064 | ++ functions-common:get_or_add_user_project_role:975 : _get_domain_args 2022-09-20 12:39:19.064 | ++ functions-common:_get_domain_args:957 : local domain 2022-09-20 12:39:19.064 | ++ functions-common:_get_domain_args:958 : domain= 2022-09-20 12:39:19.064 | ++ functions-common:_get_domain_args:960 : [[ -n '' ]] 2022-09-20 12:39:19.064 | ++ functions-common:_get_domain_args:963 : [[ -n '' ]] 2022-09-20 12:39:19.064 | ++ functions-common:_get_domain_args:967 : echo 2022-09-20 12:39:19.065 | + functions-common:get_or_add_user_project_role:975 : domain_args= 2022-09-20 12:39:19.065 | ++ functions-common:get_or_add_user_project_role:983 : get_field 1 2022-09-20 12:39:19.065 | ++ functions-common:get_or_add_user_project_role:983 : oscwrap --os-cloud devstack-system-admin role assignment list --role member --user 941ad41ecbb54d389f80b5473dc7fe2a --project cfad6831b9294816bb7a114468b017af 2022-09-20 12:39:19.065 | ++ functions-common:get_or_add_user_project_role:983 : grep '^|\s[a-f0-9]\+' 2022-09-20 12:39:19.065 | ++ functions-common:get_field:811 : local data field 2022-09-20 12:39:19.065 | ++ functions-common:get_field:812 : read data 2022-09-20 12:39:19.065 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-09-20 12:39:19.065 | from cryptography.utils import int_from_bytes 2022-09-20 12:39:19.065 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-09-20 12:39:19.065 | from cryptography.utils import int_from_bytes 2022-09-20 12:39:19.065 | ++ functions-common:oscwrap:2479 : return 0 2022-09-20 12:39:19.065 | + functions-common:get_or_add_user_project_role:983 : user_role_id= 2022-09-20 12:39:19.065 | + functions-common:get_or_add_user_project_role:984 : [[ -z '' ]] 2022-09-20 12:39:19.065 | + functions-common:get_or_add_user_project_role:986 : openstack --os-cloud devstack-system-admin role add member --user 941ad41ecbb54d389f80b5473dc7fe2a --project cfad6831b9294816bb7a114468b017af 2022-09-20 12:39:19.065 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-09-20 12:39:19.065 | from cryptography.utils import int_from_bytes 2022-09-20 12:39:19.065 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-09-20 12:39:19.065 | from cryptography.utils import int_from_bytes 2022-09-20 12:39:19.065 | ++ functions-common:get_or_add_user_project_role:995 : get_field 1 2022-09-20 12:39:19.065 | ++ functions-common:get_or_add_user_project_role:995 : oscwrap --os-cloud devstack-system-admin role assignment list --role member --user 941ad41ecbb54d389f80b5473dc7fe2a --project cfad6831b9294816bb7a114468b017af 2022-09-20 12:39:19.065 | ++ functions-common:get_or_add_user_project_role:995 : grep '^|\s[a-f0-9]\+' 2022-09-20 12:39:19.065 | ++ functions-common:get_field:811 : local data field 2022-09-20 12:39:19.065 | ++ functions-common:get_field:812 : read data 2022-09-20 12:39:19.065 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-09-20 12:39:19.065 | from cryptography.utils import int_from_bytes 2022-09-20 12:39:19.065 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-09-20 12:39:19.065 | from cryptography.utils import int_from_bytes 2022-09-20 12:39:19.065 | ++ functions-common:oscwrap:2479 : return 0 2022-09-20 12:39:19.065 | ++ functions-common:get_field:813 : '[' 1 -lt 0 ']' 2022-09-20 12:39:19.065 | ++ functions-common:get_field:816 : field='$2' 2022-09-20 12:39:19.065 | ++ functions-common:get_field:818 : awk '-F[ \t]*\\|[ \t]*' '{print $2}' 2022-09-20 12:39:19.066 | ++ functions-common:get_field:818 : echo '| 4431acb54edc485590ba4545fb98dbd9 | 941ad41ecbb54d389f80b5473dc7fe2a | | cfad6831b9294816bb7a114468b017af | | | False |' 2022-09-20 12:39:19.066 | ++ functions-common:get_field:812 : read data 2022-09-20 12:39:19.066 | + functions-common:get_or_add_user_project_role:995 : user_role_id=4431acb54edc485590ba4545fb98dbd9 2022-09-20 12:39:19.066 | + functions-common:get_or_add_user_project_role:997 : echo 4431acb54edc485590ba4545fb98dbd9 2022-09-20 12:39:19.066 | 4431acb54edc485590ba4545fb98dbd9 2022-09-20 12:39:19.215 | [263205 Async ks-alt-member-user:300643]: finished get_or_add_user_project_role member 941ad41ecbb54d389f80b5473dc7fe2a cfad6831b9294816bb7a114468b017af with result 0 in 18 seconds 2022-09-20 12:39:19.325 | [263205 Async ks-alt-reader-user:300987]: Waiting for completion of get_or_add_user_project_role reader da6532d1686f43ef81765d32aced9aff cfad6831b9294816bb7a114468b017af running on PID 300987 (9 other jobs running) 2022-09-20 12:39:19.373 | [263205 Async ks-alt-reader-user:300987]: Signaling child to exit 2022-09-20 12:39:19.373 | WAKEUP 2022-09-20 12:39:19.427 | [263205 Async ks-alt-reader-user:300987]: Signaled 2022-09-20 12:39:19.429 | + functions-common:get_or_add_user_project_role:973 : local user_role_id 2022-09-20 12:39:19.429 | ++ functions-common:get_or_add_user_project_role:975 : _get_domain_args 2022-09-20 12:39:19.429 | ++ functions-common:_get_domain_args:957 : local domain 2022-09-20 12:39:19.429 | ++ functions-common:_get_domain_args:958 : domain= 2022-09-20 12:39:19.429 | ++ functions-common:_get_domain_args:960 : [[ -n '' ]] 2022-09-20 12:39:19.429 | ++ functions-common:_get_domain_args:963 : [[ -n '' ]] 2022-09-20 12:39:19.429 | ++ functions-common:_get_domain_args:967 : echo 2022-09-20 12:39:19.429 | + functions-common:get_or_add_user_project_role:975 : domain_args= 2022-09-20 12:39:19.429 | ++ functions-common:get_or_add_user_project_role:983 : get_field 1 2022-09-20 12:39:19.429 | ++ functions-common:get_or_add_user_project_role:983 : oscwrap --os-cloud devstack-system-admin role assignment list --role reader --user da6532d1686f43ef81765d32aced9aff --project cfad6831b9294816bb7a114468b017af 2022-09-20 12:39:19.429 | ++ functions-common:get_field:811 : local data field 2022-09-20 12:39:19.429 | ++ functions-common:get_field:812 : read data 2022-09-20 12:39:19.429 | ++ functions-common:get_or_add_user_project_role:983 : grep '^|\s[a-f0-9]\+' 2022-09-20 12:39:19.429 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-09-20 12:39:19.429 | from cryptography.utils import int_from_bytes 2022-09-20 12:39:19.429 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-09-20 12:39:19.429 | from cryptography.utils import int_from_bytes 2022-09-20 12:39:19.429 | ++ functions-common:oscwrap:2479 : return 0 2022-09-20 12:39:19.430 | + functions-common:get_or_add_user_project_role:983 : user_role_id= 2022-09-20 12:39:19.430 | + functions-common:get_or_add_user_project_role:984 : [[ -z '' ]] 2022-09-20 12:39:19.430 | + functions-common:get_or_add_user_project_role:986 : openstack --os-cloud devstack-system-admin role add reader --user da6532d1686f43ef81765d32aced9aff --project cfad6831b9294816bb7a114468b017af 2022-09-20 12:39:19.430 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-09-20 12:39:19.430 | from cryptography.utils import int_from_bytes 2022-09-20 12:39:19.430 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-09-20 12:39:19.430 | from cryptography.utils import int_from_bytes 2022-09-20 12:39:19.430 | ++ functions-common:get_or_add_user_project_role:995 : oscwrap --os-cloud devstack-system-admin role assignment list --role reader --user da6532d1686f43ef81765d32aced9aff --project cfad6831b9294816bb7a114468b017af 2022-09-20 12:39:19.430 | ++ functions-common:get_or_add_user_project_role:995 : get_field 1 2022-09-20 12:39:19.430 | ++ functions-common:get_or_add_user_project_role:995 : grep '^|\s[a-f0-9]\+' 2022-09-20 12:39:19.430 | ++ functions-common:get_field:811 : local data field 2022-09-20 12:39:19.430 | ++ functions-common:get_field:812 : read data 2022-09-20 12:39:19.430 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-09-20 12:39:19.430 | from cryptography.utils import int_from_bytes 2022-09-20 12:39:19.430 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-09-20 12:39:19.430 | from cryptography.utils import int_from_bytes 2022-09-20 12:39:19.430 | ++ functions-common:oscwrap:2479 : return 0 2022-09-20 12:39:19.430 | ++ functions-common:get_field:813 : '[' 1 -lt 0 ']' 2022-09-20 12:39:19.430 | ++ functions-common:get_field:816 : field='$2' 2022-09-20 12:39:19.430 | ++ functions-common:get_field:818 : awk '-F[ \t]*\\|[ \t]*' '{print $2}' 2022-09-20 12:39:19.430 | ++ functions-common:get_field:818 : echo '| 4ef92a8e15a84e38823392c2941c1c1a | da6532d1686f43ef81765d32aced9aff | | cfad6831b9294816bb7a114468b017af | | | False |' 2022-09-20 12:39:19.430 | ++ functions-common:get_field:812 : read data 2022-09-20 12:39:19.430 | + functions-common:get_or_add_user_project_role:995 : user_role_id=4ef92a8e15a84e38823392c2941c1c1a 2022-09-20 12:39:19.430 | + functions-common:get_or_add_user_project_role:997 : echo 4ef92a8e15a84e38823392c2941c1c1a 2022-09-20 12:39:19.430 | 4ef92a8e15a84e38823392c2941c1c1a 2022-09-20 12:39:19.528 | [263205 Async ks-alt-reader-user:300987]: finished get_or_add_user_project_role reader da6532d1686f43ef81765d32aced9aff cfad6831b9294816bb7a114468b017af with result 0 in 18 seconds 2022-09-20 12:39:19.540 | + inc/async:async_wait:197 : return 0 2022-09-20 12:39:19.543 | + lib/keystone:create_keystone_accounts:415 : async_wait ks-system-member ks-system-reader 2022-09-20 12:39:19.700 | [263205 Async ks-system-member:301220]: Waiting for completion of get_or_add_user_system_role member 892d17f1bee140ec8b75abeda451c7a4 all running on PID 301220 (8 other jobs running) 2022-09-20 12:39:19.833 | [263205 Async ks-system-member:301220]: Signaling child to exit 2022-09-20 12:39:19.834 | WAKEUP 2022-09-20 12:39:19.888 | [263205 Async ks-system-member:301220]: Signaled 2022-09-20 12:39:19.891 | + functions-common:get_or_add_user_system_role:1027 : local user_role_id 2022-09-20 12:39:19.891 | + functions-common:get_or_add_user_system_role:1028 : local domain_args 2022-09-20 12:39:19.891 | ++ functions-common:get_or_add_user_system_role:1030 : _get_domain_args 2022-09-20 12:39:19.891 | ++ functions-common:_get_domain_args:957 : local domain 2022-09-20 12:39:19.891 | ++ functions-common:_get_domain_args:958 : domain= 2022-09-20 12:39:19.891 | ++ functions-common:_get_domain_args:960 : [[ -n '' ]] 2022-09-20 12:39:19.891 | ++ functions-common:_get_domain_args:963 : [[ -n '' ]] 2022-09-20 12:39:19.892 | ++ functions-common:_get_domain_args:967 : echo 2022-09-20 12:39:19.892 | + functions-common:get_or_add_user_system_role:1030 : domain_args= 2022-09-20 12:39:19.892 | ++ functions-common:get_or_add_user_system_role:1038 : oscwrap --os-cloud devstack-system-admin role assignment list --role member --user 892d17f1bee140ec8b75abeda451c7a4 --system all -f value -c Role 2022-09-20 12:39:19.892 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-09-20 12:39:19.892 | from cryptography.utils import int_from_bytes 2022-09-20 12:39:19.892 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-09-20 12:39:19.892 | from cryptography.utils import int_from_bytes 2022-09-20 12:39:19.892 | ++ functions-common:oscwrap:2479 : return 0 2022-09-20 12:39:19.892 | + functions-common:get_or_add_user_system_role:1038 : user_role_id= 2022-09-20 12:39:19.892 | + functions-common:get_or_add_user_system_role:1039 : [[ -z '' ]] 2022-09-20 12:39:19.892 | + functions-common:get_or_add_user_system_role:1041 : openstack --os-cloud devstack-system-admin role add member --user 892d17f1bee140ec8b75abeda451c7a4 --system all 2022-09-20 12:39:19.892 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-09-20 12:39:19.892 | from cryptography.utils import int_from_bytes 2022-09-20 12:39:19.892 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-09-20 12:39:19.892 | from cryptography.utils import int_from_bytes 2022-09-20 12:39:19.892 | ++ functions-common:get_or_add_user_system_role:1050 : oscwrap --os-cloud devstack-system-admin role assignment list --role member --user 892d17f1bee140ec8b75abeda451c7a4 --system all -f value -c Role 2022-09-20 12:39:19.892 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-09-20 12:39:19.892 | from cryptography.utils import int_from_bytes 2022-09-20 12:39:19.892 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-09-20 12:39:19.892 | from cryptography.utils import int_from_bytes 2022-09-20 12:39:19.892 | ++ functions-common:oscwrap:2479 : return 0 2022-09-20 12:39:19.892 | + functions-common:get_or_add_user_system_role:1050 : user_role_id=4431acb54edc485590ba4545fb98dbd9 2022-09-20 12:39:19.893 | + functions-common:get_or_add_user_system_role:1052 : echo 4431acb54edc485590ba4545fb98dbd9 2022-09-20 12:39:19.893 | 4431acb54edc485590ba4545fb98dbd9 2022-09-20 12:39:20.085 | [263205 Async ks-system-member:301220]: finished get_or_add_user_system_role member 892d17f1bee140ec8b75abeda451c7a4 all with result 0 in 14 seconds 2022-09-20 12:39:20.283 | [263205 Async ks-system-reader:301519]: Waiting for completion of get_or_add_user_system_role reader 1685a31d553a4a0692b31fe5fa1410bd all running on PID 301519 (7 other jobs running) 2022-09-20 12:39:20.438 | [263205 Async ks-system-reader:301519]: Signaling child to exit 2022-09-20 12:39:22.450 | + inc/async:async_inner:64 : rc=0 2022-09-20 12:39:22.553 | [301519 Async ks-system-reader:301519]: finished successfully 2022-09-20 12:39:22.736 | WAKEUP 2022-09-20 12:39:22.888 | [263205 Async ks-system-reader:301519]: Signaled 2022-09-20 12:39:22.902 | + functions-common:get_or_add_user_system_role:1027 : local user_role_id 2022-09-20 12:39:22.902 | + functions-common:get_or_add_user_system_role:1028 : local domain_args 2022-09-20 12:39:22.902 | ++ functions-common:get_or_add_user_system_role:1030 : _get_domain_args 2022-09-20 12:39:22.902 | ++ functions-common:_get_domain_args:957 : local domain 2022-09-20 12:39:22.902 | ++ functions-common:_get_domain_args:958 : domain= 2022-09-20 12:39:22.902 | ++ functions-common:_get_domain_args:960 : [[ -n '' ]] 2022-09-20 12:39:22.902 | ++ functions-common:_get_domain_args:963 : [[ -n '' ]] 2022-09-20 12:39:22.902 | ++ functions-common:_get_domain_args:967 : echo 2022-09-20 12:39:22.902 | + functions-common:get_or_add_user_system_role:1030 : domain_args= 2022-09-20 12:39:22.902 | ++ functions-common:get_or_add_user_system_role:1038 : oscwrap --os-cloud devstack-system-admin role assignment list --role reader --user 1685a31d553a4a0692b31fe5fa1410bd --system all -f value -c Role 2022-09-20 12:39:22.902 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-09-20 12:39:22.903 | from cryptography.utils import int_from_bytes 2022-09-20 12:39:22.903 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-09-20 12:39:22.903 | from cryptography.utils import int_from_bytes 2022-09-20 12:39:22.903 | ++ functions-common:oscwrap:2479 : return 0 2022-09-20 12:39:22.903 | + functions-common:get_or_add_user_system_role:1038 : user_role_id= 2022-09-20 12:39:22.903 | + functions-common:get_or_add_user_system_role:1039 : [[ -z '' ]] 2022-09-20 12:39:22.903 | + functions-common:get_or_add_user_system_role:1041 : openstack --os-cloud devstack-system-admin role add reader --user 1685a31d553a4a0692b31fe5fa1410bd --system all 2022-09-20 12:39:22.903 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-09-20 12:39:22.903 | from cryptography.utils import int_from_bytes 2022-09-20 12:39:22.903 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-09-20 12:39:22.903 | from cryptography.utils import int_from_bytes 2022-09-20 12:39:22.903 | ++ functions-common:get_or_add_user_system_role:1050 : oscwrap --os-cloud devstack-system-admin role assignment list --role reader --user 1685a31d553a4a0692b31fe5fa1410bd --system all -f value -c Role 2022-09-20 12:39:22.903 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-09-20 12:39:22.903 | from cryptography.utils import int_from_bytes 2022-09-20 12:39:22.903 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-09-20 12:39:22.903 | from cryptography.utils import int_from_bytes 2022-09-20 12:39:22.903 | ++ functions-common:oscwrap:2479 : return 0 2022-09-20 12:39:22.903 | + functions-common:get_or_add_user_system_role:1050 : user_role_id=4ef92a8e15a84e38823392c2941c1c1a 2022-09-20 12:39:22.903 | + functions-common:get_or_add_user_system_role:1052 : echo 4ef92a8e15a84e38823392c2941c1c1a 2022-09-20 12:39:22.903 | 4ef92a8e15a84e38823392c2941c1c1a 2022-09-20 12:39:23.278 | [263205 Async ks-system-reader:301519]: finished get_or_add_user_system_role reader 1685a31d553a4a0692b31fe5fa1410bd all with result 0 in 19 seconds 2022-09-20 12:39:23.323 | + inc/async:async_wait:197 : return 0 2022-09-20 12:39:23.339 | + lib/keystone:create_keystone_accounts:416 : async_wait ks-group-memberdemo ks-group-anotherdemo ks-group-memberalt ks-group-anotheralt ks-group-admin 2022-09-20 12:39:23.642 | [263205 Async ks-group-memberdemo:301927]: Waiting for completion of get_or_add_group_project_role member 4f5cb6c6ab894340a31dec8b351d1c08 9c1284fc2a1d4118b9dbe763e639417c running on PID 301927 (6 other jobs running) 2022-09-20 12:39:23.805 | [263205 Async ks-group-memberdemo:301927]: Signaling child to exit 2022-09-20 12:39:32.320 | + inc/async:async_inner:64 : rc=0 2022-09-20 12:39:32.461 | [301927 Async ks-group-memberdemo:301927]: finished successfully 2022-09-20 12:39:32.559 | WAKEUP 2022-09-20 12:39:32.643 | [263205 Async ks-group-memberdemo:301927]: Signaled 2022-09-20 12:39:32.645 | + functions-common:get_or_add_group_project_role:1058 : local group_role_id 2022-09-20 12:39:32.647 | ++ functions-common:get_or_add_group_project_role:1064 : oscwrap --os-cloud devstack-system-admin role assignment list --role member --group 4f5cb6c6ab894340a31dec8b351d1c08 --project 9c1284fc2a1d4118b9dbe763e639417c -f value 2022-09-20 12:39:32.647 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-09-20 12:39:32.647 | from cryptography.utils import int_from_bytes 2022-09-20 12:39:32.647 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-09-20 12:39:32.647 | from cryptography.utils import int_from_bytes 2022-09-20 12:39:32.647 | ++ functions-common:oscwrap:2479 : return 0 2022-09-20 12:39:32.647 | + functions-common:get_or_add_group_project_role:1064 : group_role_id= 2022-09-20 12:39:32.647 | + functions-common:get_or_add_group_project_role:1065 : [[ -z '' ]] 2022-09-20 12:39:32.647 | + functions-common:get_or_add_group_project_role:1067 : openstack --os-cloud devstack-system-admin role add member --group 4f5cb6c6ab894340a31dec8b351d1c08 --project 9c1284fc2a1d4118b9dbe763e639417c 2022-09-20 12:39:32.647 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-09-20 12:39:32.647 | from cryptography.utils import int_from_bytes 2022-09-20 12:39:32.647 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-09-20 12:39:32.647 | from cryptography.utils import int_from_bytes 2022-09-20 12:39:32.648 | ++ functions-common:get_or_add_group_project_role:1074 : oscwrap --os-cloud devstack-system-admin role assignment list --role member --group 4f5cb6c6ab894340a31dec8b351d1c08 --project 9c1284fc2a1d4118b9dbe763e639417c -f value 2022-09-20 12:39:32.648 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-09-20 12:39:32.648 | from cryptography.utils import int_from_bytes 2022-09-20 12:39:32.648 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-09-20 12:39:32.648 | from cryptography.utils import int_from_bytes 2022-09-20 12:39:32.648 | ++ functions-common:oscwrap:2479 : return 0 2022-09-20 12:39:32.648 | + functions-common:get_or_add_group_project_role:1074 : group_role_id='4431acb54edc485590ba4545fb98dbd9 4f5cb6c6ab894340a31dec8b351d1c08 9c1284fc2a1d4118b9dbe763e639417c False' 2022-09-20 12:39:32.648 | + functions-common:get_or_add_group_project_role:1076 : echo 4431acb54edc485590ba4545fb98dbd9 4f5cb6c6ab894340a31dec8b351d1c08 9c1284fc2a1d4118b9dbe763e639417c False 2022-09-20 12:39:32.648 | 4431acb54edc485590ba4545fb98dbd9 4f5cb6c6ab894340a31dec8b351d1c08 9c1284fc2a1d4118b9dbe763e639417c False 2022-09-20 12:39:32.723 | + inc/async:async_inner:64 : rc=0 2022-09-20 12:39:32.755 | [263205 Async ks-group-memberdemo:301927]: finished get_or_add_group_project_role member 4f5cb6c6ab894340a31dec8b351d1c08 9c1284fc2a1d4118b9dbe763e639417c with result 0 in 20 seconds 2022-09-20 12:39:32.767 | [302117 Async ks-group-memberalt:302117]: finished successfully 2022-09-20 12:39:32.856 | [263205 Async ks-group-anotherdemo:302022]: Waiting for completion of get_or_add_group_project_role anotherrole 4f5cb6c6ab894340a31dec8b351d1c08 9c1284fc2a1d4118b9dbe763e639417c running on PID 302022 (5 other jobs running) 2022-09-20 12:39:32.917 | [263205 Async ks-group-anotherdemo:302022]: Signaling child to exit 2022-09-20 12:39:33.902 | + inc/async:async_inner:64 : rc=0 2022-09-20 12:39:33.938 | [302022 Async ks-group-anotherdemo:302022]: finished successfully 2022-09-20 12:39:33.975 | WAKEUP 2022-09-20 12:39:34.006 | [263205 Async ks-group-anotherdemo:302022]: Signaled 2022-09-20 12:39:34.007 | + functions-common:get_or_add_group_project_role:1058 : local group_role_id 2022-09-20 12:39:34.007 | ++ functions-common:get_or_add_group_project_role:1064 : oscwrap --os-cloud devstack-system-admin role assignment list --role anotherrole --group 4f5cb6c6ab894340a31dec8b351d1c08 --project 9c1284fc2a1d4118b9dbe763e639417c -f value 2022-09-20 12:39:34.007 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-09-20 12:39:34.007 | from cryptography.utils import int_from_bytes 2022-09-20 12:39:34.007 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-09-20 12:39:34.007 | from cryptography.utils import int_from_bytes 2022-09-20 12:39:34.007 | ++ functions-common:oscwrap:2479 : return 0 2022-09-20 12:39:34.007 | + functions-common:get_or_add_group_project_role:1064 : group_role_id= 2022-09-20 12:39:34.007 | + functions-common:get_or_add_group_project_role:1065 : [[ -z '' ]] 2022-09-20 12:39:34.007 | + functions-common:get_or_add_group_project_role:1067 : openstack --os-cloud devstack-system-admin role add anotherrole --group 4f5cb6c6ab894340a31dec8b351d1c08 --project 9c1284fc2a1d4118b9dbe763e639417c 2022-09-20 12:39:34.008 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-09-20 12:39:34.008 | from cryptography.utils import int_from_bytes 2022-09-20 12:39:34.008 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-09-20 12:39:34.008 | from cryptography.utils import int_from_bytes 2022-09-20 12:39:34.008 | ++ functions-common:get_or_add_group_project_role:1074 : oscwrap --os-cloud devstack-system-admin role assignment list --role anotherrole --group 4f5cb6c6ab894340a31dec8b351d1c08 --project 9c1284fc2a1d4118b9dbe763e639417c -f value 2022-09-20 12:39:34.008 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-09-20 12:39:34.008 | from cryptography.utils import int_from_bytes 2022-09-20 12:39:34.008 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-09-20 12:39:34.008 | from cryptography.utils import int_from_bytes 2022-09-20 12:39:34.008 | ++ functions-common:oscwrap:2479 : return 0 2022-09-20 12:39:34.008 | + functions-common:get_or_add_group_project_role:1074 : group_role_id='4c79fe7555594f728ecbab0b50a03cbb 4f5cb6c6ab894340a31dec8b351d1c08 9c1284fc2a1d4118b9dbe763e639417c False' 2022-09-20 12:39:34.008 | + functions-common:get_or_add_group_project_role:1076 : echo 4c79fe7555594f728ecbab0b50a03cbb 4f5cb6c6ab894340a31dec8b351d1c08 9c1284fc2a1d4118b9dbe763e639417c False 2022-09-20 12:39:34.008 | 4c79fe7555594f728ecbab0b50a03cbb 4f5cb6c6ab894340a31dec8b351d1c08 9c1284fc2a1d4118b9dbe763e639417c False 2022-09-20 12:39:34.071 | [263205 Async ks-group-anotherdemo:302022]: finished get_or_add_group_project_role anotherrole 4f5cb6c6ab894340a31dec8b351d1c08 9c1284fc2a1d4118b9dbe763e639417c with result 0 in 22 seconds 2022-09-20 12:39:34.128 | [263205 Async ks-group-memberalt:302117]: Waiting for completion of get_or_add_group_project_role member 4f5cb6c6ab894340a31dec8b351d1c08 cfad6831b9294816bb7a114468b017af running on PID 302117 (4 other jobs running) 2022-09-20 12:39:34.164 | [263205 Async ks-group-memberalt:302117]: Signaling child to exit 2022-09-20 12:39:34.166 | WAKEUP 2022-09-20 12:39:34.204 | [263205 Async ks-group-memberalt:302117]: Signaled 2022-09-20 12:39:34.205 | + functions-common:get_or_add_group_project_role:1058 : local group_role_id 2022-09-20 12:39:34.205 | ++ functions-common:get_or_add_group_project_role:1064 : oscwrap --os-cloud devstack-system-admin role assignment list --role member --group 4f5cb6c6ab894340a31dec8b351d1c08 --project cfad6831b9294816bb7a114468b017af -f value 2022-09-20 12:39:34.205 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-09-20 12:39:34.206 | from cryptography.utils import int_from_bytes 2022-09-20 12:39:34.206 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-09-20 12:39:34.206 | from cryptography.utils import int_from_bytes 2022-09-20 12:39:34.206 | ++ functions-common:oscwrap:2479 : return 0 2022-09-20 12:39:34.206 | + functions-common:get_or_add_group_project_role:1064 : group_role_id= 2022-09-20 12:39:34.206 | + functions-common:get_or_add_group_project_role:1065 : [[ -z '' ]] 2022-09-20 12:39:34.206 | + functions-common:get_or_add_group_project_role:1067 : openstack --os-cloud devstack-system-admin role add member --group 4f5cb6c6ab894340a31dec8b351d1c08 --project cfad6831b9294816bb7a114468b017af 2022-09-20 12:39:34.206 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-09-20 12:39:34.206 | from cryptography.utils import int_from_bytes 2022-09-20 12:39:34.206 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-09-20 12:39:34.206 | from cryptography.utils import int_from_bytes 2022-09-20 12:39:34.206 | ++ functions-common:get_or_add_group_project_role:1074 : oscwrap --os-cloud devstack-system-admin role assignment list --role member --group 4f5cb6c6ab894340a31dec8b351d1c08 --project cfad6831b9294816bb7a114468b017af -f value 2022-09-20 12:39:34.206 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-09-20 12:39:34.206 | from cryptography.utils import int_from_bytes 2022-09-20 12:39:34.206 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-09-20 12:39:34.207 | from cryptography.utils import int_from_bytes 2022-09-20 12:39:34.207 | ++ functions-common:oscwrap:2479 : return 0 2022-09-20 12:39:34.207 | + functions-common:get_or_add_group_project_role:1074 : group_role_id='4431acb54edc485590ba4545fb98dbd9 4f5cb6c6ab894340a31dec8b351d1c08 cfad6831b9294816bb7a114468b017af False' 2022-09-20 12:39:34.207 | + functions-common:get_or_add_group_project_role:1076 : echo 4431acb54edc485590ba4545fb98dbd9 4f5cb6c6ab894340a31dec8b351d1c08 cfad6831b9294816bb7a114468b017af False 2022-09-20 12:39:34.207 | 4431acb54edc485590ba4545fb98dbd9 4f5cb6c6ab894340a31dec8b351d1c08 cfad6831b9294816bb7a114468b017af False 2022-09-20 12:39:34.278 | [263205 Async ks-group-memberalt:302117]: finished get_or_add_group_project_role member 4f5cb6c6ab894340a31dec8b351d1c08 cfad6831b9294816bb7a114468b017af with result 0 in 20 seconds 2022-09-20 12:39:34.335 | [263205 Async ks-group-anotheralt:302215]: Waiting for completion of get_or_add_group_project_role anotherrole 4f5cb6c6ab894340a31dec8b351d1c08 cfad6831b9294816bb7a114468b017af running on PID 302215 (3 other jobs running) 2022-09-20 12:39:34.382 | [263205 Async ks-group-anotheralt:302215]: Signaling child to exit 2022-09-20 12:39:35.012 | + inc/async:async_inner:64 : rc=0 2022-09-20 12:39:35.051 | [302310 Async ks-group-admin:302310]: finished successfully 2022-09-20 12:39:35.225 | + inc/async:async_inner:64 : rc=0 2022-09-20 12:39:35.254 | [302215 Async ks-group-anotheralt:302215]: finished successfully 2022-09-20 12:39:35.281 | WAKEUP 2022-09-20 12:39:35.305 | [263205 Async ks-group-anotheralt:302215]: Signaled 2022-09-20 12:39:35.307 | + functions-common:get_or_add_group_project_role:1058 : local group_role_id 2022-09-20 12:39:35.307 | ++ functions-common:get_or_add_group_project_role:1064 : oscwrap --os-cloud devstack-system-admin role assignment list --role anotherrole --group 4f5cb6c6ab894340a31dec8b351d1c08 --project cfad6831b9294816bb7a114468b017af -f value 2022-09-20 12:39:35.307 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-09-20 12:39:35.307 | from cryptography.utils import int_from_bytes 2022-09-20 12:39:35.307 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-09-20 12:39:35.307 | from cryptography.utils import int_from_bytes 2022-09-20 12:39:35.308 | ++ functions-common:oscwrap:2479 : return 0 2022-09-20 12:39:35.308 | + functions-common:get_or_add_group_project_role:1064 : group_role_id= 2022-09-20 12:39:35.308 | + functions-common:get_or_add_group_project_role:1065 : [[ -z '' ]] 2022-09-20 12:39:35.308 | + functions-common:get_or_add_group_project_role:1067 : openstack --os-cloud devstack-system-admin role add anotherrole --group 4f5cb6c6ab894340a31dec8b351d1c08 --project cfad6831b9294816bb7a114468b017af 2022-09-20 12:39:35.308 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-09-20 12:39:35.308 | from cryptography.utils import int_from_bytes 2022-09-20 12:39:35.308 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-09-20 12:39:35.308 | from cryptography.utils import int_from_bytes 2022-09-20 12:39:35.308 | ++ functions-common:get_or_add_group_project_role:1074 : oscwrap --os-cloud devstack-system-admin role assignment list --role anotherrole --group 4f5cb6c6ab894340a31dec8b351d1c08 --project cfad6831b9294816bb7a114468b017af -f value 2022-09-20 12:39:35.308 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-09-20 12:39:35.308 | from cryptography.utils import int_from_bytes 2022-09-20 12:39:35.308 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-09-20 12:39:35.308 | from cryptography.utils import int_from_bytes 2022-09-20 12:39:35.308 | ++ functions-common:oscwrap:2479 : return 0 2022-09-20 12:39:35.308 | + functions-common:get_or_add_group_project_role:1074 : group_role_id='4c79fe7555594f728ecbab0b50a03cbb 4f5cb6c6ab894340a31dec8b351d1c08 cfad6831b9294816bb7a114468b017af False' 2022-09-20 12:39:35.308 | + functions-common:get_or_add_group_project_role:1076 : echo 4c79fe7555594f728ecbab0b50a03cbb 4f5cb6c6ab894340a31dec8b351d1c08 cfad6831b9294816bb7a114468b017af False 2022-09-20 12:39:35.308 | 4c79fe7555594f728ecbab0b50a03cbb 4f5cb6c6ab894340a31dec8b351d1c08 cfad6831b9294816bb7a114468b017af False 2022-09-20 12:39:35.355 | [263205 Async ks-group-anotheralt:302215]: finished get_or_add_group_project_role anotherrole 4f5cb6c6ab894340a31dec8b351d1c08 cfad6831b9294816bb7a114468b017af with result 0 in 22 seconds 2022-09-20 12:39:35.397 | [263205 Async ks-group-admin:302310]: Waiting for completion of get_or_add_group_project_role admin e3f9a787aa27463b8c293b443d5f61a6 df2f19ab66ec478d87f7673ebbd496f4 running on PID 302310 (2 other jobs running) 2022-09-20 12:39:35.427 | [263205 Async ks-group-admin:302310]: Signaling child to exit 2022-09-20 12:39:35.427 | WAKEUP 2022-09-20 12:39:35.456 | [263205 Async ks-group-admin:302310]: Signaled 2022-09-20 12:39:35.457 | + functions-common:get_or_add_group_project_role:1058 : local group_role_id 2022-09-20 12:39:35.457 | ++ functions-common:get_or_add_group_project_role:1064 : oscwrap --os-cloud devstack-system-admin role assignment list --role admin --group e3f9a787aa27463b8c293b443d5f61a6 --project df2f19ab66ec478d87f7673ebbd496f4 -f value 2022-09-20 12:39:35.458 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-09-20 12:39:35.458 | from cryptography.utils import int_from_bytes 2022-09-20 12:39:35.458 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-09-20 12:39:35.458 | from cryptography.utils import int_from_bytes 2022-09-20 12:39:35.458 | ++ functions-common:oscwrap:2479 : return 0 2022-09-20 12:39:35.458 | + functions-common:get_or_add_group_project_role:1064 : group_role_id= 2022-09-20 12:39:35.458 | + functions-common:get_or_add_group_project_role:1065 : [[ -z '' ]] 2022-09-20 12:39:35.458 | + functions-common:get_or_add_group_project_role:1067 : openstack --os-cloud devstack-system-admin role add admin --group e3f9a787aa27463b8c293b443d5f61a6 --project df2f19ab66ec478d87f7673ebbd496f4 2022-09-20 12:39:35.458 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-09-20 12:39:35.458 | from cryptography.utils import int_from_bytes 2022-09-20 12:39:35.458 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-09-20 12:39:35.458 | from cryptography.utils import int_from_bytes 2022-09-20 12:39:35.458 | ++ functions-common:get_or_add_group_project_role:1074 : oscwrap --os-cloud devstack-system-admin role assignment list --role admin --group e3f9a787aa27463b8c293b443d5f61a6 --project df2f19ab66ec478d87f7673ebbd496f4 -f value 2022-09-20 12:39:35.458 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-09-20 12:39:35.458 | from cryptography.utils import int_from_bytes 2022-09-20 12:39:35.458 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-09-20 12:39:35.458 | from cryptography.utils import int_from_bytes 2022-09-20 12:39:35.458 | ++ functions-common:oscwrap:2479 : return 0 2022-09-20 12:39:35.458 | + functions-common:get_or_add_group_project_role:1074 : group_role_id='1ae028a25c4e4346954b6a1ce8e48269 e3f9a787aa27463b8c293b443d5f61a6 df2f19ab66ec478d87f7673ebbd496f4 False' 2022-09-20 12:39:35.458 | + functions-common:get_or_add_group_project_role:1076 : echo 1ae028a25c4e4346954b6a1ce8e48269 e3f9a787aa27463b8c293b443d5f61a6 df2f19ab66ec478d87f7673ebbd496f4 False 2022-09-20 12:39:35.458 | 1ae028a25c4e4346954b6a1ce8e48269 e3f9a787aa27463b8c293b443d5f61a6 df2f19ab66ec478d87f7673ebbd496f4 False 2022-09-20 12:39:35.511 | [263205 Async ks-group-admin:302310]: finished get_or_add_group_project_role admin e3f9a787aa27463b8c293b443d5f61a6 df2f19ab66ec478d87f7673ebbd496f4 with result 0 in 22 seconds 2022-09-20 12:39:35.516 | + inc/async:async_wait:197 : return 0 2022-09-20 12:39:35.519 | + lib/keystone:create_keystone_accounts:418 : is_service_enabled ldap 2022-09-20 12:39:35.537 | + functions-common:is_service_enabled:2095 : return 1 2022-09-20 12:39:35.539 | + ./stack.sh:main:1097 : is_service_enabled nova 2022-09-20 12:39:35.559 | + functions-common:is_service_enabled:2095 : return 0 2022-09-20 12:39:35.561 | + ./stack.sh:main:1098 : async_runfunc create_nova_accounts 2022-09-20 12:39:35.564 | + inc/async:async_runfunc:116 : async_run create_nova_accounts create_nova_accounts 2022-09-20 12:39:35.644 | + inc/async:async_inner:63 : create_nova_accounts 2022-09-20 12:39:35.695 | [263205 Async create_nova_accounts:304293]: running: create_nova_accounts 2022-09-20 12:39:35.699 | + ./stack.sh:main:1100 : is_service_enabled glance 2022-09-20 12:39:35.719 | + functions-common:is_service_enabled:2095 : return 0 2022-09-20 12:39:35.722 | + ./stack.sh:main:1101 : async_runfunc create_glance_accounts 2022-09-20 12:39:35.725 | + inc/async:async_runfunc:116 : async_run create_glance_accounts create_glance_accounts 2022-09-20 12:39:35.804 | + inc/async:async_inner:63 : create_glance_accounts 2022-09-20 12:39:35.862 | [263205 Async create_glance_accounts:304417]: running: create_glance_accounts 2022-09-20 12:39:35.865 | + ./stack.sh:main:1103 : is_service_enabled cinder 2022-09-20 12:39:35.891 | + functions-common:is_service_enabled:2095 : return 0 2022-09-20 12:39:35.895 | + ./stack.sh:main:1104 : async_runfunc create_cinder_accounts 2022-09-20 12:39:35.899 | + inc/async:async_runfunc:116 : async_run create_cinder_accounts create_cinder_accounts 2022-09-20 12:39:36.007 | + inc/async:async_inner:63 : create_cinder_accounts 2022-09-20 12:39:36.064 | [263205 Async create_cinder_accounts:304557]: running: create_cinder_accounts 2022-09-20 12:39:36.067 | + ./stack.sh:main:1106 : is_service_enabled neutron 2022-09-20 12:39:36.091 | + functions-common:is_service_enabled:2095 : return 0 2022-09-20 12:39:36.094 | + ./stack.sh:main:1107 : async_runfunc create_neutron_accounts 2022-09-20 12:39:36.097 | + inc/async:async_runfunc:116 : async_run create_neutron_accounts create_neutron_accounts 2022-09-20 12:39:36.178 | + inc/async:async_inner:63 : create_neutron_accounts 2022-09-20 12:39:36.275 | [263205 Async create_neutron_accounts:304700]: running: create_neutron_accounts 2022-09-20 12:39:36.278 | + ./stack.sh:main:1109 : is_service_enabled swift 2022-09-20 12:39:36.313 | + functions-common:is_service_enabled:2095 : return 0 2022-09-20 12:39:36.318 | + ./stack.sh:main:1110 : async_runfunc create_swift_accounts 2022-09-20 12:39:36.322 | + inc/async:async_runfunc:116 : async_run create_swift_accounts create_swift_accounts 2022-09-20 12:39:36.717 | + inc/async:async_inner:63 : create_swift_accounts 2022-09-20 12:39:36.920 | [263205 Async create_swift_accounts:304855]: running: create_swift_accounts 2022-09-20 12:39:36.942 | + ./stack.sh:main:1118 : is_service_enabled horizon 2022-09-20 12:39:37.088 | + functions-common:is_service_enabled:2095 : return 1 2022-09-20 12:39:37.111 | + ./stack.sh:main:1123 : async_wait create_nova_accounts create_glance_accounts create_cinder_accounts 2022-09-20 12:39:37.460 | [263205 Async create_nova_accounts:304293]: Waiting for completion of create_nova_accounts running on PID 304293 (6 other jobs running) 2022-09-20 12:39:37.636 | [263205 Async create_nova_accounts:304293]: Signaling child to exit 2022-09-20 12:40:32.080 | + inc/async:async_inner:64 : rc=0 2022-09-20 12:40:32.278 | [304700 Async create_neutron_accounts:304700]: finished successfully 2022-09-20 12:40:54.033 | + inc/async:async_inner:64 : rc=0 2022-09-20 12:40:54.104 | [304557 Async create_cinder_accounts:304557]: finished successfully 2022-09-20 12:41:22.497 | + inc/async:async_inner:64 : rc=0 2022-09-20 12:41:22.532 | [304417 Async create_glance_accounts:304417]: finished successfully 2022-09-20 12:41:29.239 | + inc/async:async_inner:64 : rc=0 2022-09-20 12:41:29.266 | [304293 Async create_nova_accounts:304293]: finished successfully 2022-09-20 12:41:29.291 | WAKEUP 2022-09-20 12:41:29.317 | [263205 Async create_nova_accounts:304293]: Signaled 2022-09-20 12:41:29.319 | + lib/nova:create_nova_accounts:337 : [[ key,n-api,n-cond,n-sch,n-api-meta,placement-api,placement-client,g-api,c-sch,c-api,ovn-controller,ovn-northd,ovs-vswitchd,ovsdb-server,q-svc,q-ovn-metadata-agent,rabbit,tempest,mysql,etcd3,dstat,n-crt,n-cauth,q-agt,q-dhcp,q-l3,q-meta,q-metering,q-vpn,g-reg,cinder,s-proxy,s-object,s-container,s-account,heat,h-api,h-api-cfn,h-api-cw,h-eng,ceilometer-acentral,ceilometer-acompute,ceilometer-collector,ceilometer-api,ceilometer-anotification =~ n-api ]] 2022-09-20 12:41:29.319 | + lib/nova:create_nova_accounts:341 : create_service_user nova admin 2022-09-20 12:41:29.319 | + lib/keystone:create_service_user:431 : get_or_create_user nova Passw0rd Default 2022-09-20 12:41:29.319 | + functions-common:get_or_create_user:909 : local user_id 2022-09-20 12:41:29.319 | + functions-common:get_or_create_user:910 : [[ ! -z '' ]] 2022-09-20 12:41:29.319 | + functions-common:get_or_create_user:913 : local email= 2022-09-20 12:41:29.319 | ++ functions-common:get_or_create_user:927 : oscwrap --os-cloud devstack-system-admin user create nova --password Passw0rd --domain=Default --or-show -f value -c id 2022-09-20 12:41:29.319 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-09-20 12:41:29.319 | from cryptography.utils import int_from_bytes 2022-09-20 12:41:29.319 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-09-20 12:41:29.319 | from cryptography.utils import int_from_bytes 2022-09-20 12:41:29.319 | ++ functions-common:oscwrap:2479 : return 0 2022-09-20 12:41:29.319 | + functions-common:get_or_create_user:925 : user_id=221559832628442cb245cecbcb9e94e8 2022-09-20 12:41:29.319 | + functions-common:get_or_create_user:926 : echo 221559832628442cb245cecbcb9e94e8 2022-09-20 12:41:29.319 | 221559832628442cb245cecbcb9e94e8 2022-09-20 12:41:29.319 | + lib/keystone:create_service_user:432 : get_or_add_user_project_role service nova service Default Default 2022-09-20 12:41:29.319 | + functions-common:get_or_add_user_project_role:973 : local user_role_id 2022-09-20 12:41:29.319 | ++ functions-common:get_or_add_user_project_role:975 : _get_domain_args Default Default 2022-09-20 12:41:29.319 | ++ functions-common:_get_domain_args:957 : local domain 2022-09-20 12:41:29.319 | ++ functions-common:_get_domain_args:958 : domain= 2022-09-20 12:41:29.319 | ++ functions-common:_get_domain_args:960 : [[ -n Default ]] 2022-09-20 12:41:29.319 | ++ functions-common:_get_domain_args:961 : domain=' --user-domain Default' 2022-09-20 12:41:29.319 | ++ functions-common:_get_domain_args:963 : [[ -n Default ]] 2022-09-20 12:41:29.319 | ++ functions-common:_get_domain_args:964 : domain=' --user-domain Default --project-domain Default' 2022-09-20 12:41:29.319 | ++ functions-common:_get_domain_args:967 : echo --user-domain Default --project-domain Default 2022-09-20 12:41:29.319 | + functions-common:get_or_add_user_project_role:975 : domain_args='--user-domain Default --project-domain Default' 2022-09-20 12:41:29.319 | ++ functions-common:get_or_add_user_project_role:983 : grep '^|\s[a-f0-9]\+' 2022-09-20 12:41:29.319 | ++ functions-common:get_or_add_user_project_role:983 : oscwrap --os-cloud devstack-system-admin role assignment list --role service --user nova --project service --user-domain Default --project-domain Default 2022-09-20 12:41:29.319 | ++ functions-common:get_or_add_user_project_role:983 : get_field 1 2022-09-20 12:41:29.319 | ++ functions-common:get_field:811 : local data field 2022-09-20 12:41:29.319 | ++ functions-common:get_field:812 : read data 2022-09-20 12:41:29.320 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-09-20 12:41:29.320 | from cryptography.utils import int_from_bytes 2022-09-20 12:41:29.320 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-09-20 12:41:29.320 | from cryptography.utils import int_from_bytes 2022-09-20 12:41:29.320 | ++ functions-common:oscwrap:2479 : return 0 2022-09-20 12:41:29.320 | + functions-common:get_or_add_user_project_role:983 : user_role_id= 2022-09-20 12:41:29.320 | + functions-common:get_or_add_user_project_role:984 : [[ -z '' ]] 2022-09-20 12:41:29.320 | + functions-common:get_or_add_user_project_role:986 : openstack --os-cloud devstack-system-admin role add service --user nova --project service --user-domain Default --project-domain Default 2022-09-20 12:41:29.320 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-09-20 12:41:29.320 | from cryptography.utils import int_from_bytes 2022-09-20 12:41:29.320 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-09-20 12:41:29.320 | from cryptography.utils import int_from_bytes 2022-09-20 12:41:29.320 | ++ functions-common:get_or_add_user_project_role:995 : grep '^|\s[a-f0-9]\+' 2022-09-20 12:41:29.320 | ++ functions-common:get_or_add_user_project_role:995 : oscwrap --os-cloud devstack-system-admin role assignment list --role service --user nova --project service --user-domain Default --project-domain Default 2022-09-20 12:41:29.320 | ++ functions-common:get_or_add_user_project_role:995 : get_field 1 2022-09-20 12:41:29.320 | ++ functions-common:get_field:811 : local data field 2022-09-20 12:41:29.320 | ++ functions-common:get_field:812 : read data 2022-09-20 12:41:29.320 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-09-20 12:41:29.320 | from cryptography.utils import int_from_bytes 2022-09-20 12:41:29.320 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-09-20 12:41:29.320 | from cryptography.utils import int_from_bytes 2022-09-20 12:41:29.320 | ++ functions-common:oscwrap:2479 : return 0 2022-09-20 12:41:29.320 | ++ functions-common:get_field:813 : '[' 1 -lt 0 ']' 2022-09-20 12:41:29.320 | ++ functions-common:get_field:816 : field='$2' 2022-09-20 12:41:29.320 | ++ functions-common:get_field:818 : echo '| cf6d9abf17af4b55907726fe7a93d23e | 221559832628442cb245cecbcb9e94e8 | | 4a248ba4de6a40dd9ca539aa74885772 | | | False |' 2022-09-20 12:41:29.320 | ++ functions-common:get_field:818 : awk '-F[ \t]*\\|[ \t]*' '{print $2}' 2022-09-20 12:41:29.320 | ++ functions-common:get_field:812 : read data 2022-09-20 12:41:29.320 | + functions-common:get_or_add_user_project_role:995 : user_role_id=cf6d9abf17af4b55907726fe7a93d23e 2022-09-20 12:41:29.320 | + functions-common:get_or_add_user_project_role:997 : echo cf6d9abf17af4b55907726fe7a93d23e 2022-09-20 12:41:29.320 | cf6d9abf17af4b55907726fe7a93d23e 2022-09-20 12:41:29.320 | + lib/keystone:create_service_user:434 : [[ -n admin ]] 2022-09-20 12:41:29.320 | + lib/keystone:create_service_user:435 : get_or_add_user_project_role admin nova service Default Default 2022-09-20 12:41:29.320 | + functions-common:get_or_add_user_project_role:973 : local user_role_id 2022-09-20 12:41:29.321 | ++ functions-common:get_or_add_user_project_role:975 : _get_domain_args Default Default 2022-09-20 12:41:29.321 | ++ functions-common:_get_domain_args:957 : local domain 2022-09-20 12:41:29.321 | ++ functions-common:_get_domain_args:958 : domain= 2022-09-20 12:41:29.321 | ++ functions-common:_get_domain_args:960 : [[ -n Default ]] 2022-09-20 12:41:29.321 | ++ functions-common:_get_domain_args:961 : domain=' --user-domain Default' 2022-09-20 12:41:29.321 | ++ functions-common:_get_domain_args:963 : [[ -n Default ]] 2022-09-20 12:41:29.321 | ++ functions-common:_get_domain_args:964 : domain=' --user-domain Default --project-domain Default' 2022-09-20 12:41:29.321 | ++ functions-common:_get_domain_args:967 : echo --user-domain Default --project-domain Default 2022-09-20 12:41:29.321 | + functions-common:get_or_add_user_project_role:975 : domain_args='--user-domain Default --project-domain Default' 2022-09-20 12:41:29.321 | ++ functions-common:get_or_add_user_project_role:983 : grep '^|\s[a-f0-9]\+' 2022-09-20 12:41:29.321 | ++ functions-common:get_or_add_user_project_role:983 : get_field 1 2022-09-20 12:41:29.321 | ++ functions-common:get_or_add_user_project_role:983 : oscwrap --os-cloud devstack-system-admin role assignment list --role admin --user nova --project service --user-domain Default --project-domain Default 2022-09-20 12:41:29.321 | ++ functions-common:get_field:811 : local data field 2022-09-20 12:41:29.321 | ++ functions-common:get_field:812 : read data 2022-09-20 12:41:29.321 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-09-20 12:41:29.321 | from cryptography.utils import int_from_bytes 2022-09-20 12:41:29.321 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-09-20 12:41:29.321 | from cryptography.utils import int_from_bytes 2022-09-20 12:41:29.321 | ++ functions-common:oscwrap:2479 : return 0 2022-09-20 12:41:29.321 | + functions-common:get_or_add_user_project_role:983 : user_role_id= 2022-09-20 12:41:29.321 | + functions-common:get_or_add_user_project_role:984 : [[ -z '' ]] 2022-09-20 12:41:29.321 | + functions-common:get_or_add_user_project_role:986 : openstack --os-cloud devstack-system-admin role add admin --user nova --project service --user-domain Default --project-domain Default 2022-09-20 12:41:29.321 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-09-20 12:41:29.321 | from cryptography.utils import int_from_bytes 2022-09-20 12:41:29.321 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-09-20 12:41:29.321 | from cryptography.utils import int_from_bytes 2022-09-20 12:41:29.321 | ++ functions-common:get_or_add_user_project_role:995 : grep '^|\s[a-f0-9]\+' 2022-09-20 12:41:29.321 | ++ functions-common:get_or_add_user_project_role:995 : get_field 1 2022-09-20 12:41:29.321 | ++ functions-common:get_or_add_user_project_role:995 : oscwrap --os-cloud devstack-system-admin role assignment list --role admin --user nova --project service --user-domain Default --project-domain Default 2022-09-20 12:41:29.321 | ++ functions-common:get_field:811 : local data field 2022-09-20 12:41:29.321 | ++ functions-common:get_field:812 : read data 2022-09-20 12:41:29.321 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-09-20 12:41:29.322 | from cryptography.utils import int_from_bytes 2022-09-20 12:41:29.322 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-09-20 12:41:29.322 | from cryptography.utils import int_from_bytes 2022-09-20 12:41:29.322 | ++ functions-common:oscwrap:2479 : return 0 2022-09-20 12:41:29.322 | ++ functions-common:get_field:813 : '[' 1 -lt 0 ']' 2022-09-20 12:41:29.322 | ++ functions-common:get_field:816 : field='$2' 2022-09-20 12:41:29.322 | ++ functions-common:get_field:818 : echo '| 1ae028a25c4e4346954b6a1ce8e48269 | 221559832628442cb245cecbcb9e94e8 | | 4a248ba4de6a40dd9ca539aa74885772 | | | False |' 2022-09-20 12:41:29.322 | ++ functions-common:get_field:818 : awk '-F[ \t]*\\|[ \t]*' '{print $2}' 2022-09-20 12:41:29.322 | ++ functions-common:get_field:812 : read data 2022-09-20 12:41:29.322 | + functions-common:get_or_add_user_project_role:995 : user_role_id=1ae028a25c4e4346954b6a1ce8e48269 2022-09-20 12:41:29.322 | + functions-common:get_or_add_user_project_role:997 : echo 1ae028a25c4e4346954b6a1ce8e48269 2022-09-20 12:41:29.322 | 1ae028a25c4e4346954b6a1ce8e48269 2022-09-20 12:41:29.322 | + lib/nova:create_nova_accounts:343 : local nova_api_url 2022-09-20 12:41:29.322 | + lib/nova:create_nova_accounts:344 : [[ True == \F\a\l\s\e ]] 2022-09-20 12:41:29.322 | + lib/nova:create_nova_accounts:347 : nova_api_url=http://10.222.0.52/compute 2022-09-20 12:41:29.322 | + lib/nova:create_nova_accounts:350 : get_or_create_service nova_legacy compute_legacy 'Nova Compute Service (Legacy 2.0)' 2022-09-20 12:41:29.322 | + functions-common:get_or_create_service:1082 : local service_id 2022-09-20 12:41:29.322 | ++ functions-common:get_or_create_service:1095 : oscwrap --os-cloud devstack-system-admin service show compute_legacy -f value -c id 2022-09-20 12:41:29.322 | ++ functions-common:get_or_create_service:1097 : oscwrap --os-cloud devstack-system-admin service create compute_legacy --name nova_legacy '--description=Nova Compute Service (Legacy 2.0)' -f value -c id 2022-09-20 12:41:29.322 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-09-20 12:41:29.322 | from cryptography.utils import int_from_bytes 2022-09-20 12:41:29.322 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-09-20 12:41:29.322 | from cryptography.utils import int_from_bytes 2022-09-20 12:41:29.322 | ++ functions-common:oscwrap:2479 : return 0 2022-09-20 12:41:29.322 | + functions-common:get_or_create_service:1093 : service_id=' 2022-09-20 12:41:29.322 | a8303e67b4b7451784d92723d88adf91' 2022-09-20 12:41:29.322 | + functions-common:get_or_create_service:1094 : echo a8303e67b4b7451784d92723d88adf91 2022-09-20 12:41:29.322 | a8303e67b4b7451784d92723d88adf91 2022-09-20 12:41:29.322 | + lib/nova:create_nova_accounts:352 : get_or_create_endpoint compute_legacy RegionOne 'http://10.222.0.52/compute/v2/$(project_id)s' 2022-09-20 12:41:29.322 | + functions-common:get_or_create_endpoint:1126 : local public_id 2022-09-20 12:41:29.322 | ++ functions-common:get_or_create_endpoint:1127 : _get_or_create_endpoint_with_interface compute_legacy public 'http://10.222.0.52/compute/v2/$(project_id)s' RegionOne 2022-09-20 12:41:29.322 | ++ functions-common:_get_or_create_endpoint_with_interface:1100 : local endpoint_id 2022-09-20 12:41:29.322 | +++ functions-common:_get_or_create_endpoint_with_interface:1105 : oscwrap --os-cloud devstack-system-admin endpoint list --service compute_legacy --interface public --region RegionOne -c ID -f value 2022-09-20 12:41:29.323 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-09-20 12:41:29.323 | from cryptography.utils import int_from_bytes 2022-09-20 12:41:29.323 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-09-20 12:41:29.323 | from cryptography.utils import int_from_bytes 2022-09-20 12:41:29.323 | +++ functions-common:oscwrap:2479 : return 0 2022-09-20 12:41:29.323 | ++ functions-common:_get_or_create_endpoint_with_interface:1105 : endpoint_id= 2022-09-20 12:41:29.323 | ++ functions-common:_get_or_create_endpoint_with_interface:1106 : [[ -z '' ]] 2022-09-20 12:41:29.323 | +++ functions-common:_get_or_create_endpoint_with_interface:1109 : oscwrap --os-cloud devstack-system-admin endpoint create compute_legacy public 'http://10.222.0.52/compute/v2/$(project_id)s' --region RegionOne -f value -c id 2022-09-20 12:41:29.323 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-09-20 12:41:29.323 | from cryptography.utils import int_from_bytes 2022-09-20 12:41:29.323 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-09-20 12:41:29.323 | from cryptography.utils import int_from_bytes 2022-09-20 12:41:29.323 | +++ functions-common:oscwrap:2479 : return 0 2022-09-20 12:41:29.323 | ++ functions-common:_get_or_create_endpoint_with_interface:1109 : endpoint_id=f0394fe9baf74f709bc77e54804a0bb7 2022-09-20 12:41:29.323 | ++ functions-common:_get_or_create_endpoint_with_interface:1112 : echo f0394fe9baf74f709bc77e54804a0bb7 2022-09-20 12:41:29.323 | + functions-common:get_or_create_endpoint:1127 : public_id=f0394fe9baf74f709bc77e54804a0bb7 2022-09-20 12:41:29.323 | + functions-common:get_or_create_endpoint:1129 : [[ -n '' ]] 2022-09-20 12:41:29.323 | + functions-common:get_or_create_endpoint:1132 : [[ -n '' ]] 2022-09-20 12:41:29.323 | + functions-common:get_or_create_endpoint:1136 : echo f0394fe9baf74f709bc77e54804a0bb7 2022-09-20 12:41:29.323 | f0394fe9baf74f709bc77e54804a0bb7 2022-09-20 12:41:29.323 | + lib/nova:create_nova_accounts:356 : get_or_create_service nova compute 'Nova Compute Service' 2022-09-20 12:41:29.323 | + functions-common:get_or_create_service:1082 : local service_id 2022-09-20 12:41:29.323 | ++ functions-common:get_or_create_service:1095 : oscwrap --os-cloud devstack-system-admin service show compute -f value -c id 2022-09-20 12:41:29.323 | ++ functions-common:get_or_create_service:1097 : oscwrap --os-cloud devstack-system-admin service create compute --name nova '--description=Nova Compute Service' -f value -c id 2022-09-20 12:41:29.323 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-09-20 12:41:29.323 | from cryptography.utils import int_from_bytes 2022-09-20 12:41:29.323 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-09-20 12:41:29.323 | from cryptography.utils import int_from_bytes 2022-09-20 12:41:29.323 | ++ functions-common:oscwrap:2479 : return 0 2022-09-20 12:41:29.323 | + functions-common:get_or_create_service:1093 : service_id=' 2022-09-20 12:41:29.323 | ec4cbd6ef13447f1b8b922877e8d30e0' 2022-09-20 12:41:29.323 | + functions-common:get_or_create_service:1094 : echo ec4cbd6ef13447f1b8b922877e8d30e0 2022-09-20 12:41:29.323 | ec4cbd6ef13447f1b8b922877e8d30e0 2022-09-20 12:41:29.324 | + lib/nova:create_nova_accounts:358 : get_or_create_endpoint compute RegionOne http://10.222.0.52/compute/v2.1 2022-09-20 12:41:29.324 | + functions-common:get_or_create_endpoint:1126 : local public_id 2022-09-20 12:41:29.324 | ++ functions-common:get_or_create_endpoint:1127 : _get_or_create_endpoint_with_interface compute public http://10.222.0.52/compute/v2.1 RegionOne 2022-09-20 12:41:29.324 | ++ functions-common:_get_or_create_endpoint_with_interface:1100 : local endpoint_id 2022-09-20 12:41:29.324 | +++ functions-common:_get_or_create_endpoint_with_interface:1105 : oscwrap --os-cloud devstack-system-admin endpoint list --service compute --interface public --region RegionOne -c ID -f value 2022-09-20 12:41:29.324 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-09-20 12:41:29.324 | from cryptography.utils import int_from_bytes 2022-09-20 12:41:29.324 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-09-20 12:41:29.324 | from cryptography.utils import int_from_bytes 2022-09-20 12:41:29.324 | +++ functions-common:oscwrap:2479 : return 0 2022-09-20 12:41:29.324 | ++ functions-common:_get_or_create_endpoint_with_interface:1105 : endpoint_id= 2022-09-20 12:41:29.324 | ++ functions-common:_get_or_create_endpoint_with_interface:1106 : [[ -z '' ]] 2022-09-20 12:41:29.324 | +++ functions-common:_get_or_create_endpoint_with_interface:1109 : oscwrap --os-cloud devstack-system-admin endpoint create compute public http://10.222.0.52/compute/v2.1 --region RegionOne -f value -c id 2022-09-20 12:41:29.324 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-09-20 12:41:29.324 | from cryptography.utils import int_from_bytes 2022-09-20 12:41:29.324 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-09-20 12:41:29.324 | from cryptography.utils import int_from_bytes 2022-09-20 12:41:29.324 | +++ functions-common:oscwrap:2479 : return 0 2022-09-20 12:41:29.324 | ++ functions-common:_get_or_create_endpoint_with_interface:1109 : endpoint_id=028351031dbf4445bf0038f6f0d94938 2022-09-20 12:41:29.324 | ++ functions-common:_get_or_create_endpoint_with_interface:1112 : echo 028351031dbf4445bf0038f6f0d94938 2022-09-20 12:41:29.324 | + functions-common:get_or_create_endpoint:1127 : public_id=028351031dbf4445bf0038f6f0d94938 2022-09-20 12:41:29.324 | + functions-common:get_or_create_endpoint:1129 : [[ -n '' ]] 2022-09-20 12:41:29.324 | + functions-common:get_or_create_endpoint:1132 : [[ -n '' ]] 2022-09-20 12:41:29.324 | + functions-common:get_or_create_endpoint:1136 : echo 028351031dbf4445bf0038f6f0d94938 2022-09-20 12:41:29.324 | 028351031dbf4445bf0038f6f0d94938 2022-09-20 12:41:29.324 | + lib/nova:create_nova_accounts:363 : is_service_enabled n-api 2022-09-20 12:41:29.324 | + functions-common:is_service_enabled:2095 : return 0 2022-09-20 12:41:29.324 | + lib/nova:create_nova_accounts:365 : is_service_enabled swift 2022-09-20 12:41:29.324 | + functions-common:is_service_enabled:2095 : return 0 2022-09-20 12:41:29.324 | + lib/nova:create_nova_accounts:368 : get_or_add_user_project_role ResellerAdmin nova service Default Default 2022-09-20 12:41:29.324 | + functions-common:get_or_add_user_project_role:973 : local user_role_id 2022-09-20 12:41:29.325 | ++ functions-common:get_or_add_user_project_role:975 : _get_domain_args Default Default 2022-09-20 12:41:29.325 | ++ functions-common:_get_domain_args:957 : local domain 2022-09-20 12:41:29.325 | ++ functions-common:_get_domain_args:958 : domain= 2022-09-20 12:41:29.325 | ++ functions-common:_get_domain_args:960 : [[ -n Default ]] 2022-09-20 12:41:29.325 | ++ functions-common:_get_domain_args:961 : domain=' --user-domain Default' 2022-09-20 12:41:29.325 | ++ functions-common:_get_domain_args:963 : [[ -n Default ]] 2022-09-20 12:41:29.325 | ++ functions-common:_get_domain_args:964 : domain=' --user-domain Default --project-domain Default' 2022-09-20 12:41:29.325 | ++ functions-common:_get_domain_args:967 : echo --user-domain Default --project-domain Default 2022-09-20 12:41:29.325 | + functions-common:get_or_add_user_project_role:975 : domain_args='--user-domain Default --project-domain Default' 2022-09-20 12:41:29.325 | ++ functions-common:get_or_add_user_project_role:983 : grep '^|\s[a-f0-9]\+' 2022-09-20 12:41:29.325 | ++ functions-common:get_or_add_user_project_role:983 : get_field 1 2022-09-20 12:41:29.325 | ++ functions-common:get_field:811 : local data field 2022-09-20 12:41:29.325 | ++ functions-common:get_or_add_user_project_role:983 : oscwrap --os-cloud devstack-system-admin role assignment list --role ResellerAdmin --user nova --project service --user-domain Default --project-domain Default 2022-09-20 12:41:29.325 | ++ functions-common:get_field:812 : read data 2022-09-20 12:41:29.325 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-09-20 12:41:29.325 | from cryptography.utils import int_from_bytes 2022-09-20 12:41:29.325 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-09-20 12:41:29.325 | from cryptography.utils import int_from_bytes 2022-09-20 12:41:29.325 | ++ functions-common:oscwrap:2479 : return 0 2022-09-20 12:41:29.325 | + functions-common:get_or_add_user_project_role:983 : user_role_id= 2022-09-20 12:41:29.325 | + functions-common:get_or_add_user_project_role:984 : [[ -z '' ]] 2022-09-20 12:41:29.325 | + functions-common:get_or_add_user_project_role:986 : openstack --os-cloud devstack-system-admin role add ResellerAdmin --user nova --project service --user-domain Default --project-domain Default 2022-09-20 12:41:29.325 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-09-20 12:41:29.325 | from cryptography.utils import int_from_bytes 2022-09-20 12:41:29.325 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-09-20 12:41:29.325 | from cryptography.utils import int_from_bytes 2022-09-20 12:41:29.325 | ++ functions-common:get_or_add_user_project_role:995 : oscwrap --os-cloud devstack-system-admin role assignment list --role ResellerAdmin --user nova --project service --user-domain Default --project-domain Default 2022-09-20 12:41:29.326 | ++ functions-common:get_or_add_user_project_role:995 : grep '^|\s[a-f0-9]\+' 2022-09-20 12:41:29.326 | ++ functions-common:get_or_add_user_project_role:995 : get_field 1 2022-09-20 12:41:29.326 | ++ functions-common:get_field:811 : local data field 2022-09-20 12:41:29.326 | ++ functions-common:get_field:812 : read data 2022-09-20 12:41:29.326 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-09-20 12:41:29.326 | from cryptography.utils import int_from_bytes 2022-09-20 12:41:29.326 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-09-20 12:41:29.326 | from cryptography.utils import int_from_bytes 2022-09-20 12:41:29.326 | ++ functions-common:oscwrap:2479 : return 0 2022-09-20 12:41:29.326 | ++ functions-common:get_field:813 : '[' 1 -lt 0 ']' 2022-09-20 12:41:29.326 | ++ functions-common:get_field:816 : field='$2' 2022-09-20 12:41:29.326 | ++ functions-common:get_field:818 : echo '| f010fe815a324f0f8e7c7e35c2a3952d | 221559832628442cb245cecbcb9e94e8 | | 4a248ba4de6a40dd9ca539aa74885772 | | | False |' 2022-09-20 12:41:29.326 | ++ functions-common:get_field:818 : awk '-F[ \t]*\\|[ \t]*' '{print $2}' 2022-09-20 12:41:29.326 | ++ functions-common:get_field:812 : read data 2022-09-20 12:41:29.326 | + functions-common:get_or_add_user_project_role:995 : user_role_id=f010fe815a324f0f8e7c7e35c2a3952d 2022-09-20 12:41:29.326 | + functions-common:get_or_add_user_project_role:997 : echo f010fe815a324f0f8e7c7e35c2a3952d 2022-09-20 12:41:29.326 | f010fe815a324f0f8e7c7e35c2a3952d 2022-09-20 12:41:29.326 | + lib/nova:create_nova_accounts:373 : is_service_enabled s3api 2022-09-20 12:41:29.326 | + functions-common:is_service_enabled:2095 : return 1 2022-09-20 12:41:29.326 | + lib/nova:create_nova_accounts:384 : is_service_enabled n-api 2022-09-20 12:41:29.326 | + functions-common:is_service_enabled:2095 : return 0 2022-09-20 12:41:29.326 | + lib/nova:create_nova_accounts:385 : [[ False = True ]] 2022-09-20 12:41:29.365 | [263205 Async create_nova_accounts:304293]: finished create_nova_accounts with result 0 in 113 seconds 2022-09-20 12:41:29.404 | [263205 Async create_glance_accounts:304417]: Waiting for completion of create_glance_accounts running on PID 304417 (5 other jobs running) 2022-09-20 12:41:29.432 | [263205 Async create_glance_accounts:304417]: Signaling child to exit 2022-09-20 12:41:29.432 | WAKEUP 2022-09-20 12:41:29.456 | [263205 Async create_glance_accounts:304417]: Signaled 2022-09-20 12:41:29.457 | + lib/glance:create_glance_accounts:451 : is_service_enabled g-api 2022-09-20 12:41:29.457 | + functions-common:is_service_enabled:2095 : return 0 2022-09-20 12:41:29.457 | + lib/glance:create_glance_accounts:453 : create_service_user glance 2022-09-20 12:41:29.457 | + lib/keystone:create_service_user:431 : get_or_create_user glance Passw0rd Default 2022-09-20 12:41:29.457 | + functions-common:get_or_create_user:909 : local user_id 2022-09-20 12:41:29.457 | + functions-common:get_or_create_user:910 : [[ ! -z '' ]] 2022-09-20 12:41:29.457 | + functions-common:get_or_create_user:913 : local email= 2022-09-20 12:41:29.457 | ++ functions-common:get_or_create_user:927 : oscwrap --os-cloud devstack-system-admin user create glance --password Passw0rd --domain=Default --or-show -f value -c id 2022-09-20 12:41:29.457 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-09-20 12:41:29.457 | from cryptography.utils import int_from_bytes 2022-09-20 12:41:29.457 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-09-20 12:41:29.458 | from cryptography.utils import int_from_bytes 2022-09-20 12:41:29.458 | ++ functions-common:oscwrap:2479 : return 0 2022-09-20 12:41:29.458 | + functions-common:get_or_create_user:925 : user_id=8d794f02f6374b5c8ca87183e4d10197 2022-09-20 12:41:29.458 | + functions-common:get_or_create_user:926 : echo 8d794f02f6374b5c8ca87183e4d10197 2022-09-20 12:41:29.458 | 8d794f02f6374b5c8ca87183e4d10197 2022-09-20 12:41:29.458 | + lib/keystone:create_service_user:432 : get_or_add_user_project_role service glance service Default Default 2022-09-20 12:41:29.458 | + functions-common:get_or_add_user_project_role:973 : local user_role_id 2022-09-20 12:41:29.458 | ++ functions-common:get_or_add_user_project_role:975 : _get_domain_args Default Default 2022-09-20 12:41:29.458 | ++ functions-common:_get_domain_args:957 : local domain 2022-09-20 12:41:29.458 | ++ functions-common:_get_domain_args:958 : domain= 2022-09-20 12:41:29.458 | ++ functions-common:_get_domain_args:960 : [[ -n Default ]] 2022-09-20 12:41:29.458 | ++ functions-common:_get_domain_args:961 : domain=' --user-domain Default' 2022-09-20 12:41:29.458 | ++ functions-common:_get_domain_args:963 : [[ -n Default ]] 2022-09-20 12:41:29.458 | ++ functions-common:_get_domain_args:964 : domain=' --user-domain Default --project-domain Default' 2022-09-20 12:41:29.458 | ++ functions-common:_get_domain_args:967 : echo --user-domain Default --project-domain Default 2022-09-20 12:41:29.458 | + functions-common:get_or_add_user_project_role:975 : domain_args='--user-domain Default --project-domain Default' 2022-09-20 12:41:29.458 | ++ functions-common:get_or_add_user_project_role:983 : get_field 1 2022-09-20 12:41:29.458 | ++ functions-common:get_or_add_user_project_role:983 : grep '^|\s[a-f0-9]\+' 2022-09-20 12:41:29.458 | ++ functions-common:get_or_add_user_project_role:983 : oscwrap --os-cloud devstack-system-admin role assignment list --role service --user glance --project service --user-domain Default --project-domain Default 2022-09-20 12:41:29.458 | ++ functions-common:get_field:811 : local data field 2022-09-20 12:41:29.458 | ++ functions-common:get_field:812 : read data 2022-09-20 12:41:29.458 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-09-20 12:41:29.458 | from cryptography.utils import int_from_bytes 2022-09-20 12:41:29.458 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-09-20 12:41:29.458 | from cryptography.utils import int_from_bytes 2022-09-20 12:41:29.458 | ++ functions-common:oscwrap:2479 : return 0 2022-09-20 12:41:29.458 | + functions-common:get_or_add_user_project_role:983 : user_role_id= 2022-09-20 12:41:29.458 | + functions-common:get_or_add_user_project_role:984 : [[ -z '' ]] 2022-09-20 12:41:29.458 | + functions-common:get_or_add_user_project_role:986 : openstack --os-cloud devstack-system-admin role add service --user glance --project service --user-domain Default --project-domain Default 2022-09-20 12:41:29.458 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-09-20 12:41:29.458 | from cryptography.utils import int_from_bytes 2022-09-20 12:41:29.458 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-09-20 12:41:29.458 | from cryptography.utils import int_from_bytes 2022-09-20 12:41:29.458 | ++ functions-common:get_or_add_user_project_role:995 : grep '^|\s[a-f0-9]\+' 2022-09-20 12:41:29.459 | ++ functions-common:get_or_add_user_project_role:995 : oscwrap --os-cloud devstack-system-admin role assignment list --role service --user glance --project service --user-domain Default --project-domain Default 2022-09-20 12:41:29.459 | ++ functions-common:get_or_add_user_project_role:995 : get_field 1 2022-09-20 12:41:29.459 | ++ functions-common:get_field:811 : local data field 2022-09-20 12:41:29.459 | ++ functions-common:get_field:812 : read data 2022-09-20 12:41:29.459 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-09-20 12:41:29.459 | from cryptography.utils import int_from_bytes 2022-09-20 12:41:29.459 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-09-20 12:41:29.459 | from cryptography.utils import int_from_bytes 2022-09-20 12:41:29.459 | ++ functions-common:oscwrap:2479 : return 0 2022-09-20 12:41:29.459 | ++ functions-common:get_field:813 : '[' 1 -lt 0 ']' 2022-09-20 12:41:29.459 | ++ functions-common:get_field:816 : field='$2' 2022-09-20 12:41:29.459 | ++ functions-common:get_field:818 : echo '| cf6d9abf17af4b55907726fe7a93d23e | 8d794f02f6374b5c8ca87183e4d10197 | | 4a248ba4de6a40dd9ca539aa74885772 | | | False |' 2022-09-20 12:41:29.459 | ++ functions-common:get_field:818 : awk '-F[ \t]*\\|[ \t]*' '{print $2}' 2022-09-20 12:41:29.459 | ++ functions-common:get_field:812 : read data 2022-09-20 12:41:29.459 | + functions-common:get_or_add_user_project_role:995 : user_role_id=cf6d9abf17af4b55907726fe7a93d23e 2022-09-20 12:41:29.459 | + functions-common:get_or_add_user_project_role:997 : echo cf6d9abf17af4b55907726fe7a93d23e 2022-09-20 12:41:29.459 | cf6d9abf17af4b55907726fe7a93d23e 2022-09-20 12:41:29.459 | + lib/keystone:create_service_user:434 : [[ -n '' ]] 2022-09-20 12:41:29.459 | + lib/glance:create_glance_accounts:456 : is_service_enabled s-proxy 2022-09-20 12:41:29.459 | + functions-common:is_service_enabled:2095 : return 0 2022-09-20 12:41:29.459 | + lib/glance:create_glance_accounts:457 : create_service_user glance-swift ResellerAdmin 2022-09-20 12:41:29.459 | + lib/keystone:create_service_user:431 : get_or_create_user glance-swift Passw0rd Default 2022-09-20 12:41:29.459 | + functions-common:get_or_create_user:909 : local user_id 2022-09-20 12:41:29.459 | + functions-common:get_or_create_user:910 : [[ ! -z '' ]] 2022-09-20 12:41:29.459 | + functions-common:get_or_create_user:913 : local email= 2022-09-20 12:41:29.459 | ++ functions-common:get_or_create_user:927 : oscwrap --os-cloud devstack-system-admin user create glance-swift --password Passw0rd --domain=Default --or-show -f value -c id 2022-09-20 12:41:29.459 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-09-20 12:41:29.459 | from cryptography.utils import int_from_bytes 2022-09-20 12:41:29.459 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-09-20 12:41:29.459 | from cryptography.utils import int_from_bytes 2022-09-20 12:41:29.459 | ++ functions-common:oscwrap:2479 : return 0 2022-09-20 12:41:29.459 | + functions-common:get_or_create_user:925 : user_id=94c7a583e4e3482697fa4dd16bd239d0 2022-09-20 12:41:29.460 | + functions-common:get_or_create_user:926 : echo 94c7a583e4e3482697fa4dd16bd239d0 2022-09-20 12:41:29.460 | 94c7a583e4e3482697fa4dd16bd239d0 2022-09-20 12:41:29.460 | + lib/keystone:create_service_user:432 : get_or_add_user_project_role service glance-swift service Default Default 2022-09-20 12:41:29.460 | + functions-common:get_or_add_user_project_role:973 : local user_role_id 2022-09-20 12:41:29.460 | ++ functions-common:get_or_add_user_project_role:975 : _get_domain_args Default Default 2022-09-20 12:41:29.460 | ++ functions-common:_get_domain_args:957 : local domain 2022-09-20 12:41:29.460 | ++ functions-common:_get_domain_args:958 : domain= 2022-09-20 12:41:29.460 | ++ functions-common:_get_domain_args:960 : [[ -n Default ]] 2022-09-20 12:41:29.460 | ++ functions-common:_get_domain_args:961 : domain=' --user-domain Default' 2022-09-20 12:41:29.460 | ++ functions-common:_get_domain_args:963 : [[ -n Default ]] 2022-09-20 12:41:29.460 | ++ functions-common:_get_domain_args:964 : domain=' --user-domain Default --project-domain Default' 2022-09-20 12:41:29.460 | ++ functions-common:_get_domain_args:967 : echo --user-domain Default --project-domain Default 2022-09-20 12:41:29.460 | + functions-common:get_or_add_user_project_role:975 : domain_args='--user-domain Default --project-domain Default' 2022-09-20 12:41:29.460 | ++ functions-common:get_or_add_user_project_role:983 : oscwrap --os-cloud devstack-system-admin role assignment list --role service --user glance-swift --project service --user-domain Default --project-domain Default 2022-09-20 12:41:29.460 | ++ functions-common:get_or_add_user_project_role:983 : grep '^|\s[a-f0-9]\+' 2022-09-20 12:41:29.460 | ++ functions-common:get_or_add_user_project_role:983 : get_field 1 2022-09-20 12:41:29.460 | ++ functions-common:get_field:811 : local data field 2022-09-20 12:41:29.460 | ++ functions-common:get_field:812 : read data 2022-09-20 12:41:29.460 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-09-20 12:41:29.460 | from cryptography.utils import int_from_bytes 2022-09-20 12:41:29.460 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-09-20 12:41:29.460 | from cryptography.utils import int_from_bytes 2022-09-20 12:41:29.460 | ++ functions-common:oscwrap:2479 : return 0 2022-09-20 12:41:29.460 | + functions-common:get_or_add_user_project_role:983 : user_role_id= 2022-09-20 12:41:29.460 | + functions-common:get_or_add_user_project_role:984 : [[ -z '' ]] 2022-09-20 12:41:29.460 | + functions-common:get_or_add_user_project_role:986 : openstack --os-cloud devstack-system-admin role add service --user glance-swift --project service --user-domain Default --project-domain Default 2022-09-20 12:41:29.460 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-09-20 12:41:29.460 | from cryptography.utils import int_from_bytes 2022-09-20 12:41:29.460 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-09-20 12:41:29.460 | from cryptography.utils import int_from_bytes 2022-09-20 12:41:29.460 | ++ functions-common:get_or_add_user_project_role:995 : oscwrap --os-cloud devstack-system-admin role assignment list --role service --user glance-swift --project service --user-domain Default --project-domain Default 2022-09-20 12:41:29.460 | ++ functions-common:get_or_add_user_project_role:995 : get_field 1 2022-09-20 12:41:29.460 | ++ functions-common:get_or_add_user_project_role:995 : grep '^|\s[a-f0-9]\+' 2022-09-20 12:41:29.461 | ++ functions-common:get_field:811 : local data field 2022-09-20 12:41:29.461 | ++ functions-common:get_field:812 : read data 2022-09-20 12:41:29.461 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-09-20 12:41:29.461 | from cryptography.utils import int_from_bytes 2022-09-20 12:41:29.461 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-09-20 12:41:29.461 | from cryptography.utils import int_from_bytes 2022-09-20 12:41:29.461 | ++ functions-common:oscwrap:2479 : return 0 2022-09-20 12:41:29.461 | ++ functions-common:get_field:813 : '[' 1 -lt 0 ']' 2022-09-20 12:41:29.461 | ++ functions-common:get_field:816 : field='$2' 2022-09-20 12:41:29.461 | ++ functions-common:get_field:818 : awk '-F[ \t]*\\|[ \t]*' '{print $2}' 2022-09-20 12:41:29.461 | ++ functions-common:get_field:818 : echo '| cf6d9abf17af4b55907726fe7a93d23e | 94c7a583e4e3482697fa4dd16bd239d0 | | 4a248ba4de6a40dd9ca539aa74885772 | | | False |' 2022-09-20 12:41:29.461 | ++ functions-common:get_field:812 : read data 2022-09-20 12:41:29.461 | + functions-common:get_or_add_user_project_role:995 : user_role_id=cf6d9abf17af4b55907726fe7a93d23e 2022-09-20 12:41:29.461 | + functions-common:get_or_add_user_project_role:997 : echo cf6d9abf17af4b55907726fe7a93d23e 2022-09-20 12:41:29.461 | cf6d9abf17af4b55907726fe7a93d23e 2022-09-20 12:41:29.461 | + lib/keystone:create_service_user:434 : [[ -n ResellerAdmin ]] 2022-09-20 12:41:29.461 | + lib/keystone:create_service_user:435 : get_or_add_user_project_role ResellerAdmin glance-swift service Default Default 2022-09-20 12:41:29.461 | + functions-common:get_or_add_user_project_role:973 : local user_role_id 2022-09-20 12:41:29.461 | ++ functions-common:get_or_add_user_project_role:975 : _get_domain_args Default Default 2022-09-20 12:41:29.461 | ++ functions-common:_get_domain_args:957 : local domain 2022-09-20 12:41:29.461 | ++ functions-common:_get_domain_args:958 : domain= 2022-09-20 12:41:29.461 | ++ functions-common:_get_domain_args:960 : [[ -n Default ]] 2022-09-20 12:41:29.461 | ++ functions-common:_get_domain_args:961 : domain=' --user-domain Default' 2022-09-20 12:41:29.461 | ++ functions-common:_get_domain_args:963 : [[ -n Default ]] 2022-09-20 12:41:29.461 | ++ functions-common:_get_domain_args:964 : domain=' --user-domain Default --project-domain Default' 2022-09-20 12:41:29.461 | ++ functions-common:_get_domain_args:967 : echo --user-domain Default --project-domain Default 2022-09-20 12:41:29.461 | + functions-common:get_or_add_user_project_role:975 : domain_args='--user-domain Default --project-domain Default' 2022-09-20 12:41:29.461 | ++ functions-common:get_or_add_user_project_role:983 : get_field 1 2022-09-20 12:41:29.461 | ++ functions-common:get_or_add_user_project_role:983 : grep '^|\s[a-f0-9]\+' 2022-09-20 12:41:29.461 | ++ functions-common:get_or_add_user_project_role:983 : oscwrap --os-cloud devstack-system-admin role assignment list --role ResellerAdmin --user glance-swift --project service --user-domain Default --project-domain Default 2022-09-20 12:41:29.461 | ++ functions-common:get_field:811 : local data field 2022-09-20 12:41:29.461 | ++ functions-common:get_field:812 : read data 2022-09-20 12:41:29.462 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-09-20 12:41:29.462 | from cryptography.utils import int_from_bytes 2022-09-20 12:41:29.462 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-09-20 12:41:29.462 | from cryptography.utils import int_from_bytes 2022-09-20 12:41:29.462 | ++ functions-common:oscwrap:2479 : return 0 2022-09-20 12:41:29.462 | + functions-common:get_or_add_user_project_role:983 : user_role_id= 2022-09-20 12:41:29.462 | + functions-common:get_or_add_user_project_role:984 : [[ -z '' ]] 2022-09-20 12:41:29.462 | + functions-common:get_or_add_user_project_role:986 : openstack --os-cloud devstack-system-admin role add ResellerAdmin --user glance-swift --project service --user-domain Default --project-domain Default 2022-09-20 12:41:29.462 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-09-20 12:41:29.462 | from cryptography.utils import int_from_bytes 2022-09-20 12:41:29.462 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-09-20 12:41:29.462 | from cryptography.utils import int_from_bytes 2022-09-20 12:41:29.462 | ++ functions-common:get_or_add_user_project_role:995 : grep '^|\s[a-f0-9]\+' 2022-09-20 12:41:29.462 | ++ functions-common:get_or_add_user_project_role:995 : oscwrap --os-cloud devstack-system-admin role assignment list --role ResellerAdmin --user glance-swift --project service --user-domain Default --project-domain Default 2022-09-20 12:41:29.462 | ++ functions-common:get_or_add_user_project_role:995 : get_field 1 2022-09-20 12:41:29.462 | ++ functions-common:get_field:811 : local data field 2022-09-20 12:41:29.462 | ++ functions-common:get_field:812 : read data 2022-09-20 12:41:29.462 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-09-20 12:41:29.462 | from cryptography.utils import int_from_bytes 2022-09-20 12:41:29.462 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-09-20 12:41:29.462 | from cryptography.utils import int_from_bytes 2022-09-20 12:41:29.462 | ++ functions-common:oscwrap:2479 : return 0 2022-09-20 12:41:29.462 | ++ functions-common:get_field:813 : '[' 1 -lt 0 ']' 2022-09-20 12:41:29.462 | ++ functions-common:get_field:816 : field='$2' 2022-09-20 12:41:29.462 | ++ functions-common:get_field:818 : echo '| f010fe815a324f0f8e7c7e35c2a3952d | 94c7a583e4e3482697fa4dd16bd239d0 | | 4a248ba4de6a40dd9ca539aa74885772 | | | False |' 2022-09-20 12:41:29.462 | ++ functions-common:get_field:818 : awk '-F[ \t]*\\|[ \t]*' '{print $2}' 2022-09-20 12:41:29.462 | ++ functions-common:get_field:812 : read data 2022-09-20 12:41:29.462 | + functions-common:get_or_add_user_project_role:995 : user_role_id=f010fe815a324f0f8e7c7e35c2a3952d 2022-09-20 12:41:29.462 | + functions-common:get_or_add_user_project_role:997 : echo f010fe815a324f0f8e7c7e35c2a3952d 2022-09-20 12:41:29.462 | f010fe815a324f0f8e7c7e35c2a3952d 2022-09-20 12:41:29.462 | + lib/glance:create_glance_accounts:460 : get_or_create_service glance image 'Glance Image Service' 2022-09-20 12:41:29.462 | + functions-common:get_or_create_service:1082 : local service_id 2022-09-20 12:41:29.462 | ++ functions-common:get_or_create_service:1095 : oscwrap --os-cloud devstack-system-admin service show image -f value -c id 2022-09-20 12:41:29.463 | ++ functions-common:get_or_create_service:1097 : oscwrap --os-cloud devstack-system-admin service create image --name glance '--description=Glance Image Service' -f value -c id 2022-09-20 12:41:29.463 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-09-20 12:41:29.463 | from cryptography.utils import int_from_bytes 2022-09-20 12:41:29.463 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-09-20 12:41:29.463 | from cryptography.utils import int_from_bytes 2022-09-20 12:41:29.463 | ++ functions-common:oscwrap:2479 : return 0 2022-09-20 12:41:29.463 | + functions-common:get_or_create_service:1093 : service_id=' 2022-09-20 12:41:29.463 | ec3ad32d83844a80a20ca1f615c306c7' 2022-09-20 12:41:29.463 | + functions-common:get_or_create_service:1094 : echo ec3ad32d83844a80a20ca1f615c306c7 2022-09-20 12:41:29.463 | ec3ad32d83844a80a20ca1f615c306c7 2022-09-20 12:41:29.463 | + lib/glance:create_glance_accounts:462 : get_or_create_endpoint image RegionOne http://10.222.0.52/image 2022-09-20 12:41:29.463 | + functions-common:get_or_create_endpoint:1126 : local public_id 2022-09-20 12:41:29.463 | ++ functions-common:get_or_create_endpoint:1127 : _get_or_create_endpoint_with_interface image public http://10.222.0.52/image RegionOne 2022-09-20 12:41:29.463 | ++ functions-common:_get_or_create_endpoint_with_interface:1100 : local endpoint_id 2022-09-20 12:41:29.463 | +++ functions-common:_get_or_create_endpoint_with_interface:1105 : oscwrap --os-cloud devstack-system-admin endpoint list --service image --interface public --region RegionOne -c ID -f value 2022-09-20 12:41:29.463 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-09-20 12:41:29.463 | from cryptography.utils import int_from_bytes 2022-09-20 12:41:29.463 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-09-20 12:41:29.463 | from cryptography.utils import int_from_bytes 2022-09-20 12:41:29.463 | +++ functions-common:oscwrap:2479 : return 0 2022-09-20 12:41:29.463 | ++ functions-common:_get_or_create_endpoint_with_interface:1105 : endpoint_id= 2022-09-20 12:41:29.463 | ++ functions-common:_get_or_create_endpoint_with_interface:1106 : [[ -z '' ]] 2022-09-20 12:41:29.463 | +++ functions-common:_get_or_create_endpoint_with_interface:1109 : oscwrap --os-cloud devstack-system-admin endpoint create image public http://10.222.0.52/image --region RegionOne -f value -c id 2022-09-20 12:41:29.463 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-09-20 12:41:29.463 | from cryptography.utils import int_from_bytes 2022-09-20 12:41:29.463 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-09-20 12:41:29.463 | from cryptography.utils import int_from_bytes 2022-09-20 12:41:29.463 | +++ functions-common:oscwrap:2479 : return 0 2022-09-20 12:41:29.463 | ++ functions-common:_get_or_create_endpoint_with_interface:1109 : endpoint_id=5db86e3b95144afcb2e21f9d6f2fda0b 2022-09-20 12:41:29.463 | ++ functions-common:_get_or_create_endpoint_with_interface:1112 : echo 5db86e3b95144afcb2e21f9d6f2fda0b 2022-09-20 12:41:29.463 | + functions-common:get_or_create_endpoint:1127 : public_id=5db86e3b95144afcb2e21f9d6f2fda0b 2022-09-20 12:41:29.463 | + functions-common:get_or_create_endpoint:1129 : [[ -n '' ]] 2022-09-20 12:41:29.464 | + functions-common:get_or_create_endpoint:1132 : [[ -n '' ]] 2022-09-20 12:41:29.464 | + functions-common:get_or_create_endpoint:1136 : echo 5db86e3b95144afcb2e21f9d6f2fda0b 2022-09-20 12:41:29.464 | 5db86e3b95144afcb2e21f9d6f2fda0b 2022-09-20 12:41:29.464 | ++ lib/glance:create_glance_accounts:467 : get_or_create_domain Default 2022-09-20 12:41:29.464 | ++ functions-common:get_or_create_domain:877 : local domain_id 2022-09-20 12:41:29.464 | +++ functions-common:get_or_create_domain:889 : oscwrap --os-cloud devstack-system-admin domain show Default -f value -c id 2022-09-20 12:41:29.464 | ++ functions-common:get_or_create_domain:887 : domain_id=default 2022-09-20 12:41:29.464 | ++ functions-common:get_or_create_domain:888 : echo default 2022-09-20 12:41:29.464 | + lib/glance:create_glance_accounts:467 : service_domain_id=default 2022-09-20 12:41:29.464 | + lib/glance:create_glance_accounts:468 : iniset /etc/glance/glance-swift-store.conf ref1 project_domain_id default 2022-09-20 12:41:29.464 | + lib/glance:create_glance_accounts:469 : iniset /etc/glance/glance-swift-store.conf ref1 user_domain_id default 2022-09-20 12:41:29.464 | + lib/glance:create_glance_accounts:471 : [[ False = True ]] 2022-09-20 12:41:29.504 | [263205 Async create_glance_accounts:304417]: finished create_glance_accounts with result 0 in 106 seconds 2022-09-20 12:41:29.544 | [263205 Async create_cinder_accounts:304557]: Waiting for completion of create_cinder_accounts running on PID 304557 (4 other jobs running) 2022-09-20 12:41:29.570 | [263205 Async create_cinder_accounts:304557]: Signaling child to exit 2022-09-20 12:41:29.570 | WAKEUP 2022-09-20 12:41:29.593 | [263205 Async create_cinder_accounts:304557]: Signaled 2022-09-20 12:41:29.595 | + lib/cinder:create_cinder_accounts:399 : [[ key,n-api,n-cond,n-sch,n-api-meta,placement-api,placement-client,g-api,c-sch,c-api,ovn-controller,ovn-northd,ovs-vswitchd,ovsdb-server,q-svc,q-ovn-metadata-agent,rabbit,tempest,mysql,etcd3,dstat,n-crt,n-cauth,q-agt,q-dhcp,q-l3,q-meta,q-metering,q-vpn,g-reg,cinder,s-proxy,s-object,s-container,s-account,heat,h-api,h-api-cfn,h-api-cw,h-eng,ceilometer-acentral,ceilometer-acompute,ceilometer-collector,ceilometer-api,ceilometer-anotification =~ c-api ]] 2022-09-20 12:41:29.595 | + lib/cinder:create_cinder_accounts:401 : local extra_role= 2022-09-20 12:41:29.595 | + lib/cinder:create_cinder_accounts:404 : is_service_enabled barbican 2022-09-20 12:41:29.595 | + functions-common:is_service_enabled:2095 : return 1 2022-09-20 12:41:29.595 | + lib/cinder:create_cinder_accounts:408 : create_service_user cinder 2022-09-20 12:41:29.595 | + lib/keystone:create_service_user:431 : get_or_create_user cinder Passw0rd Default 2022-09-20 12:41:29.595 | + functions-common:get_or_create_user:909 : local user_id 2022-09-20 12:41:29.595 | + functions-common:get_or_create_user:910 : [[ ! -z '' ]] 2022-09-20 12:41:29.595 | + functions-common:get_or_create_user:913 : local email= 2022-09-20 12:41:29.595 | ++ functions-common:get_or_create_user:927 : oscwrap --os-cloud devstack-system-admin user create cinder --password Passw0rd --domain=Default --or-show -f value -c id 2022-09-20 12:41:29.595 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-09-20 12:41:29.595 | from cryptography.utils import int_from_bytes 2022-09-20 12:41:29.595 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-09-20 12:41:29.595 | from cryptography.utils import int_from_bytes 2022-09-20 12:41:29.595 | ++ functions-common:oscwrap:2479 : return 0 2022-09-20 12:41:29.595 | + functions-common:get_or_create_user:925 : user_id=c23b9975f13e45dcab7d07f37a28903e 2022-09-20 12:41:29.595 | + functions-common:get_or_create_user:926 : echo c23b9975f13e45dcab7d07f37a28903e 2022-09-20 12:41:29.595 | c23b9975f13e45dcab7d07f37a28903e 2022-09-20 12:41:29.595 | + lib/keystone:create_service_user:432 : get_or_add_user_project_role service cinder service Default Default 2022-09-20 12:41:29.596 | + functions-common:get_or_add_user_project_role:973 : local user_role_id 2022-09-20 12:41:29.596 | ++ functions-common:get_or_add_user_project_role:975 : _get_domain_args Default Default 2022-09-20 12:41:29.596 | ++ functions-common:_get_domain_args:957 : local domain 2022-09-20 12:41:29.596 | ++ functions-common:_get_domain_args:958 : domain= 2022-09-20 12:41:29.596 | ++ functions-common:_get_domain_args:960 : [[ -n Default ]] 2022-09-20 12:41:29.596 | ++ functions-common:_get_domain_args:961 : domain=' --user-domain Default' 2022-09-20 12:41:29.596 | ++ functions-common:_get_domain_args:963 : [[ -n Default ]] 2022-09-20 12:41:29.596 | ++ functions-common:_get_domain_args:964 : domain=' --user-domain Default --project-domain Default' 2022-09-20 12:41:29.596 | ++ functions-common:_get_domain_args:967 : echo --user-domain Default --project-domain Default 2022-09-20 12:41:29.596 | + functions-common:get_or_add_user_project_role:975 : domain_args='--user-domain Default --project-domain Default' 2022-09-20 12:41:29.596 | ++ functions-common:get_or_add_user_project_role:983 : oscwrap --os-cloud devstack-system-admin role assignment list --role service --user cinder --project service --user-domain Default --project-domain Default 2022-09-20 12:41:29.596 | ++ functions-common:get_or_add_user_project_role:983 : grep '^|\s[a-f0-9]\+' 2022-09-20 12:41:29.596 | ++ functions-common:get_or_add_user_project_role:983 : get_field 1 2022-09-20 12:41:29.596 | ++ functions-common:get_field:811 : local data field 2022-09-20 12:41:29.596 | ++ functions-common:get_field:812 : read data 2022-09-20 12:41:29.596 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-09-20 12:41:29.596 | from cryptography.utils import int_from_bytes 2022-09-20 12:41:29.596 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-09-20 12:41:29.596 | from cryptography.utils import int_from_bytes 2022-09-20 12:41:29.596 | ++ functions-common:oscwrap:2479 : return 0 2022-09-20 12:41:29.596 | + functions-common:get_or_add_user_project_role:983 : user_role_id= 2022-09-20 12:41:29.596 | + functions-common:get_or_add_user_project_role:984 : [[ -z '' ]] 2022-09-20 12:41:29.596 | + functions-common:get_or_add_user_project_role:986 : openstack --os-cloud devstack-system-admin role add service --user cinder --project service --user-domain Default --project-domain Default 2022-09-20 12:41:29.596 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-09-20 12:41:29.596 | from cryptography.utils import int_from_bytes 2022-09-20 12:41:29.596 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-09-20 12:41:29.596 | from cryptography.utils import int_from_bytes 2022-09-20 12:41:29.597 | ++ functions-common:get_or_add_user_project_role:995 : oscwrap --os-cloud devstack-system-admin role assignment list --role service --user cinder --project service --user-domain Default --project-domain Default 2022-09-20 12:41:29.597 | ++ functions-common:get_or_add_user_project_role:995 : grep '^|\s[a-f0-9]\+' 2022-09-20 12:41:29.597 | ++ functions-common:get_or_add_user_project_role:995 : get_field 1 2022-09-20 12:41:29.597 | ++ functions-common:get_field:811 : local data field 2022-09-20 12:41:29.597 | ++ functions-common:get_field:812 : read data 2022-09-20 12:41:29.597 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-09-20 12:41:29.597 | from cryptography.utils import int_from_bytes 2022-09-20 12:41:29.597 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-09-20 12:41:29.597 | from cryptography.utils import int_from_bytes 2022-09-20 12:41:29.597 | ++ functions-common:oscwrap:2479 : return 0 2022-09-20 12:41:29.597 | ++ functions-common:get_field:813 : '[' 1 -lt 0 ']' 2022-09-20 12:41:29.597 | ++ functions-common:get_field:816 : field='$2' 2022-09-20 12:41:29.597 | ++ functions-common:get_field:818 : awk '-F[ \t]*\\|[ \t]*' '{print $2}' 2022-09-20 12:41:29.597 | ++ functions-common:get_field:818 : echo '| cf6d9abf17af4b55907726fe7a93d23e | c23b9975f13e45dcab7d07f37a28903e | | 4a248ba4de6a40dd9ca539aa74885772 | | | False |' 2022-09-20 12:41:29.597 | ++ functions-common:get_field:812 : read data 2022-09-20 12:41:29.597 | + functions-common:get_or_add_user_project_role:995 : user_role_id=cf6d9abf17af4b55907726fe7a93d23e 2022-09-20 12:41:29.597 | + functions-common:get_or_add_user_project_role:997 : echo cf6d9abf17af4b55907726fe7a93d23e 2022-09-20 12:41:29.597 | cf6d9abf17af4b55907726fe7a93d23e 2022-09-20 12:41:29.597 | + lib/keystone:create_service_user:434 : [[ -n '' ]] 2022-09-20 12:41:29.597 | + lib/cinder:create_cinder_accounts:411 : get_or_create_service cinder block-storage 'Cinder Volume Service' 2022-09-20 12:41:29.597 | + functions-common:get_or_create_service:1082 : local service_id 2022-09-20 12:41:29.597 | ++ functions-common:get_or_create_service:1095 : oscwrap --os-cloud devstack-system-admin service show block-storage -f value -c id 2022-09-20 12:41:29.597 | ++ functions-common:get_or_create_service:1097 : oscwrap --os-cloud devstack-system-admin service create block-storage --name cinder '--description=Cinder Volume Service' -f value -c id 2022-09-20 12:41:29.597 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-09-20 12:41:29.597 | from cryptography.utils import int_from_bytes 2022-09-20 12:41:29.597 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-09-20 12:41:29.597 | from cryptography.utils import int_from_bytes 2022-09-20 12:41:29.597 | ++ functions-common:oscwrap:2479 : return 0 2022-09-20 12:41:29.597 | + functions-common:get_or_create_service:1093 : service_id=' 2022-09-20 12:41:29.597 | 1359057df0cb4117bd1e355945bbca6b' 2022-09-20 12:41:29.597 | + functions-common:get_or_create_service:1094 : echo 1359057df0cb4117bd1e355945bbca6b 2022-09-20 12:41:29.598 | 1359057df0cb4117bd1e355945bbca6b 2022-09-20 12:41:29.598 | + lib/cinder:create_cinder_accounts:412 : '[' True == False ']' 2022-09-20 12:41:29.598 | + lib/cinder:create_cinder_accounts:425 : get_or_create_endpoint block-storage RegionOne 'http://10.222.0.52/volume/v3/$(project_id)s' 2022-09-20 12:41:29.598 | + functions-common:get_or_create_endpoint:1126 : local public_id 2022-09-20 12:41:29.598 | ++ functions-common:get_or_create_endpoint:1127 : _get_or_create_endpoint_with_interface block-storage public 'http://10.222.0.52/volume/v3/$(project_id)s' RegionOne 2022-09-20 12:41:29.598 | ++ functions-common:_get_or_create_endpoint_with_interface:1100 : local endpoint_id 2022-09-20 12:41:29.598 | +++ functions-common:_get_or_create_endpoint_with_interface:1105 : oscwrap --os-cloud devstack-system-admin endpoint list --service block-storage --interface public --region RegionOne -c ID -f value 2022-09-20 12:41:29.598 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-09-20 12:41:29.598 | from cryptography.utils import int_from_bytes 2022-09-20 12:41:29.598 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-09-20 12:41:29.598 | from cryptography.utils import int_from_bytes 2022-09-20 12:41:29.598 | +++ functions-common:oscwrap:2479 : return 0 2022-09-20 12:41:29.598 | ++ functions-common:_get_or_create_endpoint_with_interface:1105 : endpoint_id= 2022-09-20 12:41:29.598 | ++ functions-common:_get_or_create_endpoint_with_interface:1106 : [[ -z '' ]] 2022-09-20 12:41:29.598 | +++ functions-common:_get_or_create_endpoint_with_interface:1109 : oscwrap --os-cloud devstack-system-admin endpoint create block-storage public 'http://10.222.0.52/volume/v3/$(project_id)s' --region RegionOne -f value -c id 2022-09-20 12:41:29.598 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-09-20 12:41:29.598 | from cryptography.utils import int_from_bytes 2022-09-20 12:41:29.598 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-09-20 12:41:29.598 | from cryptography.utils import int_from_bytes 2022-09-20 12:41:29.598 | +++ functions-common:oscwrap:2479 : return 0 2022-09-20 12:41:29.598 | ++ functions-common:_get_or_create_endpoint_with_interface:1109 : endpoint_id=aa090699e8064f09b25895a520546684 2022-09-20 12:41:29.598 | ++ functions-common:_get_or_create_endpoint_with_interface:1112 : echo aa090699e8064f09b25895a520546684 2022-09-20 12:41:29.598 | + functions-common:get_or_create_endpoint:1127 : public_id=aa090699e8064f09b25895a520546684 2022-09-20 12:41:29.598 | + functions-common:get_or_create_endpoint:1129 : [[ -n '' ]] 2022-09-20 12:41:29.598 | + functions-common:get_or_create_endpoint:1132 : [[ -n '' ]] 2022-09-20 12:41:29.598 | + functions-common:get_or_create_endpoint:1136 : echo aa090699e8064f09b25895a520546684 2022-09-20 12:41:29.598 | aa090699e8064f09b25895a520546684 2022-09-20 12:41:29.598 | + lib/cinder:create_cinder_accounts:429 : get_or_create_service cinderv3 volumev3 'Cinder Volume Service V3' 2022-09-20 12:41:29.598 | + functions-common:get_or_create_service:1082 : local service_id 2022-09-20 12:41:29.598 | ++ functions-common:get_or_create_service:1095 : oscwrap --os-cloud devstack-system-admin service show volumev3 -f value -c id 2022-09-20 12:41:29.598 | ++ functions-common:get_or_create_service:1097 : oscwrap --os-cloud devstack-system-admin service create volumev3 --name cinderv3 '--description=Cinder Volume Service V3' -f value -c id 2022-09-20 12:41:29.599 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-09-20 12:41:29.599 | from cryptography.utils import int_from_bytes 2022-09-20 12:41:29.599 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-09-20 12:41:29.599 | from cryptography.utils import int_from_bytes 2022-09-20 12:41:29.599 | ++ functions-common:oscwrap:2479 : return 0 2022-09-20 12:41:29.599 | + functions-common:get_or_create_service:1093 : service_id=' 2022-09-20 12:41:29.599 | 60e3bb8cf48f4893a8817d959ff9bf93' 2022-09-20 12:41:29.599 | + functions-common:get_or_create_service:1094 : echo 60e3bb8cf48f4893a8817d959ff9bf93 2022-09-20 12:41:29.599 | 60e3bb8cf48f4893a8817d959ff9bf93 2022-09-20 12:41:29.599 | + lib/cinder:create_cinder_accounts:431 : get_or_create_endpoint volumev3 RegionOne 'http://10.222.0.52/volume/v3/$(project_id)s' 2022-09-20 12:41:29.599 | + functions-common:get_or_create_endpoint:1126 : local public_id 2022-09-20 12:41:29.599 | ++ functions-common:get_or_create_endpoint:1127 : _get_or_create_endpoint_with_interface volumev3 public 'http://10.222.0.52/volume/v3/$(project_id)s' RegionOne 2022-09-20 12:41:29.599 | ++ functions-common:_get_or_create_endpoint_with_interface:1100 : local endpoint_id 2022-09-20 12:41:29.599 | +++ functions-common:_get_or_create_endpoint_with_interface:1105 : oscwrap --os-cloud devstack-system-admin endpoint list --service volumev3 --interface public --region RegionOne -c ID -f value 2022-09-20 12:41:29.599 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-09-20 12:41:29.599 | from cryptography.utils import int_from_bytes 2022-09-20 12:41:29.599 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-09-20 12:41:29.599 | from cryptography.utils import int_from_bytes 2022-09-20 12:41:29.599 | +++ functions-common:oscwrap:2479 : return 0 2022-09-20 12:41:29.599 | ++ functions-common:_get_or_create_endpoint_with_interface:1105 : endpoint_id= 2022-09-20 12:41:29.599 | ++ functions-common:_get_or_create_endpoint_with_interface:1106 : [[ -z '' ]] 2022-09-20 12:41:29.599 | +++ functions-common:_get_or_create_endpoint_with_interface:1109 : oscwrap --os-cloud devstack-system-admin endpoint create volumev3 public 'http://10.222.0.52/volume/v3/$(project_id)s' --region RegionOne -f value -c id 2022-09-20 12:41:29.599 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-09-20 12:41:29.599 | from cryptography.utils import int_from_bytes 2022-09-20 12:41:29.599 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-09-20 12:41:29.599 | from cryptography.utils import int_from_bytes 2022-09-20 12:41:29.599 | +++ functions-common:oscwrap:2479 : return 0 2022-09-20 12:41:29.599 | ++ functions-common:_get_or_create_endpoint_with_interface:1109 : endpoint_id=466c2fd9fc1446abadbb0f17d7deba11 2022-09-20 12:41:29.599 | ++ functions-common:_get_or_create_endpoint_with_interface:1112 : echo 466c2fd9fc1446abadbb0f17d7deba11 2022-09-20 12:41:29.599 | + functions-common:get_or_create_endpoint:1127 : public_id=466c2fd9fc1446abadbb0f17d7deba11 2022-09-20 12:41:29.599 | + functions-common:get_or_create_endpoint:1129 : [[ -n '' ]] 2022-09-20 12:41:29.599 | + functions-common:get_or_create_endpoint:1132 : [[ -n '' ]] 2022-09-20 12:41:29.599 | + functions-common:get_or_create_endpoint:1136 : echo 466c2fd9fc1446abadbb0f17d7deba11 2022-09-20 12:41:29.600 | 466c2fd9fc1446abadbb0f17d7deba11 2022-09-20 12:41:29.600 | + lib/cinder:create_cinder_accounts:436 : configure_cinder_internal_tenant 2022-09-20 12:41:29.600 | ++ lib/cinder:configure_cinder_internal_tenant:624 : get_or_create_project service 2022-09-20 12:41:29.600 | ++ functions-common:get_or_create_project:932 : local project_id 2022-09-20 12:41:29.600 | +++ functions-common:get_or_create_project:940 : oscwrap --os-cloud devstack-system-admin project create service --domain= --or-show -f value -c id 2022-09-20 12:41:29.600 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-09-20 12:41:29.600 | from cryptography.utils import int_from_bytes 2022-09-20 12:41:29.600 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-09-20 12:41:29.600 | from cryptography.utils import int_from_bytes 2022-09-20 12:41:29.600 | +++ functions-common:oscwrap:2479 : return 0 2022-09-20 12:41:29.600 | ++ functions-common:get_or_create_project:938 : project_id=4a248ba4de6a40dd9ca539aa74885772 2022-09-20 12:41:29.600 | ++ functions-common:get_or_create_project:939 : echo 4a248ba4de6a40dd9ca539aa74885772 2022-09-20 12:41:29.600 | + lib/cinder:configure_cinder_internal_tenant:624 : iniset /etc/cinder/cinder.conf DEFAULT cinder_internal_tenant_project_id 4a248ba4de6a40dd9ca539aa74885772 2022-09-20 12:41:29.600 | ++ lib/cinder:configure_cinder_internal_tenant:625 : get_or_create_user cinder 2022-09-20 12:41:29.600 | ++ functions-common:get_or_create_user:909 : local user_id 2022-09-20 12:41:29.600 | ++ functions-common:get_or_create_user:910 : [[ ! -z '' ]] 2022-09-20 12:41:29.600 | ++ functions-common:get_or_create_user:913 : local email= 2022-09-20 12:41:29.600 | +++ functions-common:get_or_create_user:927 : oscwrap --os-cloud devstack-system-admin user create cinder --password '' --domain= --or-show -f value -c id 2022-09-20 12:41:29.600 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-09-20 12:41:29.600 | from cryptography.utils import int_from_bytes 2022-09-20 12:41:29.600 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-09-20 12:41:29.600 | from cryptography.utils import int_from_bytes 2022-09-20 12:41:29.600 | No password was supplied, authentication will fail when a user does not have a password. 2022-09-20 12:41:29.600 | +++ functions-common:oscwrap:2479 : return 0 2022-09-20 12:41:29.600 | ++ functions-common:get_or_create_user:925 : user_id=c23b9975f13e45dcab7d07f37a28903e 2022-09-20 12:41:29.600 | ++ functions-common:get_or_create_user:926 : echo c23b9975f13e45dcab7d07f37a28903e 2022-09-20 12:41:29.600 | + lib/cinder:configure_cinder_internal_tenant:625 : iniset /etc/cinder/cinder.conf DEFAULT cinder_internal_tenant_user_id c23b9975f13e45dcab7d07f37a28903e 2022-09-20 12:41:29.644 | [263205 Async create_cinder_accounts:304557]: finished create_cinder_accounts with result 0 in 78 seconds 2022-09-20 12:41:29.648 | + inc/async:async_wait:197 : return 0 2022-09-20 12:41:29.651 | + ./stack.sh:main:1124 : async_wait create_neutron_accounts create_swift_accounts configure_horizon 2022-09-20 12:41:29.705 | [263205 Async create_neutron_accounts:304700]: Waiting for completion of create_neutron_accounts running on PID 304700 (3 other jobs running) 2022-09-20 12:41:29.732 | [263205 Async create_neutron_accounts:304700]: Signaling child to exit 2022-09-20 12:41:29.732 | WAKEUP 2022-09-20 12:41:29.756 | [263205 Async create_neutron_accounts:304700]: Signaled 2022-09-20 12:41:29.757 | + lib/neutron:create_neutron_accounts:684 : is_neutron_legacy_enabled 2022-09-20 12:41:29.758 | ++ lib/neutron:is_neutron_legacy_enabled:142 : echo c-bak,c-vol,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon 2022-09-20 12:41:29.758 | ++ lib/neutron:is_neutron_legacy_enabled:142 : sed s/neutron-//g 2022-09-20 12:41:29.758 | + lib/neutron:is_neutron_legacy_enabled:142 : disabled_services_copy=c-bak,c-vol,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon 2022-09-20 12:41:29.758 | + lib/neutron:is_neutron_legacy_enabled:143 : [[ ,c-bak,c-vol,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon =~ ,neutron ]] 2022-09-20 12:41:29.758 | + lib/neutron:is_neutron_legacy_enabled:144 : [[ ,key,n-api,n-cond,n-sch,n-api-meta,placement-api,placement-client,g-api,c-sch,c-api,ovn-controller,ovn-northd,ovs-vswitchd,ovsdb-server,q-svc,q-ovn-metadata-agent,rabbit,tempest,mysql,etcd3,dstat,n-crt,n-cauth,q-agt,q-dhcp,q-l3,q-meta,q-metering,q-vpn,g-reg,cinder,s-proxy,s-object,s-container,s-account,heat,h-api,h-api-cfn,h-api-cw,h-eng,ceilometer-acentral,ceilometer-acompute,ceilometer-collector,ceilometer-api,ceilometer-anotification =~ ,q- ]] 2022-09-20 12:41:29.758 | + lib/neutron:is_neutron_legacy_enabled:144 : return 0 2022-09-20 12:41:29.758 | + lib/neutron:create_neutron_accounts:686 : create_mutnauq_accounts 2022-09-20 12:41:29.758 | + lib/neutron-legacy:create_mutnauq_accounts:438 : local neutron_url 2022-09-20 12:41:29.758 | + lib/neutron-legacy:create_mutnauq_accounts:439 : '[' False == True ']' 2022-09-20 12:41:29.758 | + lib/neutron-legacy:create_mutnauq_accounts:442 : neutron_url=http://10.222.0.52:9696/ 2022-09-20 12:41:29.758 | + lib/neutron-legacy:create_mutnauq_accounts:444 : '[' '!' -z networking ']' 2022-09-20 12:41:29.758 | + lib/neutron-legacy:create_mutnauq_accounts:445 : neutron_url=http://10.222.0.52:9696/networking 2022-09-20 12:41:29.758 | + lib/neutron-legacy:create_mutnauq_accounts:448 : [[ key,n-api,n-cond,n-sch,n-api-meta,placement-api,placement-client,g-api,c-sch,c-api,ovn-controller,ovn-northd,ovs-vswitchd,ovsdb-server,q-svc,q-ovn-metadata-agent,rabbit,tempest,mysql,etcd3,dstat,n-crt,n-cauth,q-agt,q-dhcp,q-l3,q-meta,q-metering,q-vpn,g-reg,cinder,s-proxy,s-object,s-container,s-account,heat,h-api,h-api-cfn,h-api-cw,h-eng,ceilometer-acentral,ceilometer-acompute,ceilometer-collector,ceilometer-api,ceilometer-anotification =~ q-svc ]] 2022-09-20 12:41:29.758 | + lib/neutron-legacy:create_mutnauq_accounts:450 : create_service_user neutron 2022-09-20 12:41:29.758 | + lib/keystone:create_service_user:431 : get_or_create_user neutron Passw0rd Default 2022-09-20 12:41:29.758 | + functions-common:get_or_create_user:909 : local user_id 2022-09-20 12:41:29.758 | + functions-common:get_or_create_user:910 : [[ ! -z '' ]] 2022-09-20 12:41:29.758 | + functions-common:get_or_create_user:913 : local email= 2022-09-20 12:41:29.758 | ++ functions-common:get_or_create_user:927 : oscwrap --os-cloud devstack-system-admin user create neutron --password Passw0rd --domain=Default --or-show -f value -c id 2022-09-20 12:41:29.758 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-09-20 12:41:29.758 | from cryptography.utils import int_from_bytes 2022-09-20 12:41:29.758 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-09-20 12:41:29.758 | from cryptography.utils import int_from_bytes 2022-09-20 12:41:29.758 | ++ functions-common:oscwrap:2479 : return 0 2022-09-20 12:41:29.758 | + functions-common:get_or_create_user:925 : user_id=368c29c5f2a6494ab8a244827817ad85 2022-09-20 12:41:29.758 | + functions-common:get_or_create_user:926 : echo 368c29c5f2a6494ab8a244827817ad85 2022-09-20 12:41:29.758 | 368c29c5f2a6494ab8a244827817ad85 2022-09-20 12:41:29.758 | + lib/keystone:create_service_user:432 : get_or_add_user_project_role service neutron service Default Default 2022-09-20 12:41:29.758 | + functions-common:get_or_add_user_project_role:973 : local user_role_id 2022-09-20 12:41:29.758 | ++ functions-common:get_or_add_user_project_role:975 : _get_domain_args Default Default 2022-09-20 12:41:29.758 | ++ functions-common:_get_domain_args:957 : local domain 2022-09-20 12:41:29.758 | ++ functions-common:_get_domain_args:958 : domain= 2022-09-20 12:41:29.759 | ++ functions-common:_get_domain_args:960 : [[ -n Default ]] 2022-09-20 12:41:29.759 | ++ functions-common:_get_domain_args:961 : domain=' --user-domain Default' 2022-09-20 12:41:29.759 | ++ functions-common:_get_domain_args:963 : [[ -n Default ]] 2022-09-20 12:41:29.759 | ++ functions-common:_get_domain_args:964 : domain=' --user-domain Default --project-domain Default' 2022-09-20 12:41:29.759 | ++ functions-common:_get_domain_args:967 : echo --user-domain Default --project-domain Default 2022-09-20 12:41:29.759 | + functions-common:get_or_add_user_project_role:975 : domain_args='--user-domain Default --project-domain Default' 2022-09-20 12:41:29.759 | ++ functions-common:get_or_add_user_project_role:983 : oscwrap --os-cloud devstack-system-admin role assignment list --role service --user neutron --project service --user-domain Default --project-domain Default 2022-09-20 12:41:29.759 | ++ functions-common:get_or_add_user_project_role:983 : get_field 1 2022-09-20 12:41:29.759 | ++ functions-common:get_or_add_user_project_role:983 : grep '^|\s[a-f0-9]\+' 2022-09-20 12:41:29.759 | ++ functions-common:get_field:811 : local data field 2022-09-20 12:41:29.759 | ++ functions-common:get_field:812 : read data 2022-09-20 12:41:29.759 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-09-20 12:41:29.759 | from cryptography.utils import int_from_bytes 2022-09-20 12:41:29.759 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-09-20 12:41:29.759 | from cryptography.utils import int_from_bytes 2022-09-20 12:41:29.759 | ++ functions-common:oscwrap:2479 : return 0 2022-09-20 12:41:29.759 | + functions-common:get_or_add_user_project_role:983 : user_role_id= 2022-09-20 12:41:29.759 | + functions-common:get_or_add_user_project_role:984 : [[ -z '' ]] 2022-09-20 12:41:29.759 | + functions-common:get_or_add_user_project_role:986 : openstack --os-cloud devstack-system-admin role add service --user neutron --project service --user-domain Default --project-domain Default 2022-09-20 12:41:29.759 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-09-20 12:41:29.759 | from cryptography.utils import int_from_bytes 2022-09-20 12:41:29.759 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-09-20 12:41:29.759 | from cryptography.utils import int_from_bytes 2022-09-20 12:41:29.759 | ++ functions-common:get_or_add_user_project_role:995 : get_field 1 2022-09-20 12:41:29.759 | ++ functions-common:get_field:811 : local data field 2022-09-20 12:41:29.759 | ++ functions-common:get_or_add_user_project_role:995 : oscwrap --os-cloud devstack-system-admin role assignment list --role service --user neutron --project service --user-domain Default --project-domain Default 2022-09-20 12:41:29.759 | ++ functions-common:get_or_add_user_project_role:995 : grep '^|\s[a-f0-9]\+' 2022-09-20 12:41:29.759 | ++ functions-common:get_field:812 : read data 2022-09-20 12:41:29.759 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-09-20 12:41:29.759 | from cryptography.utils import int_from_bytes 2022-09-20 12:41:29.759 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-09-20 12:41:29.759 | from cryptography.utils import int_from_bytes 2022-09-20 12:41:29.759 | ++ functions-common:oscwrap:2479 : return 0 2022-09-20 12:41:29.759 | ++ functions-common:get_field:813 : '[' 1 -lt 0 ']' 2022-09-20 12:41:29.760 | ++ functions-common:get_field:816 : field='$2' 2022-09-20 12:41:29.760 | ++ functions-common:get_field:818 : echo '| cf6d9abf17af4b55907726fe7a93d23e | 368c29c5f2a6494ab8a244827817ad85 | | 4a248ba4de6a40dd9ca539aa74885772 | | | False |' 2022-09-20 12:41:29.760 | ++ functions-common:get_field:818 : awk '-F[ \t]*\\|[ \t]*' '{print $2}' 2022-09-20 12:41:29.760 | ++ functions-common:get_field:812 : read data 2022-09-20 12:41:29.760 | + functions-common:get_or_add_user_project_role:995 : user_role_id=cf6d9abf17af4b55907726fe7a93d23e 2022-09-20 12:41:29.760 | + functions-common:get_or_add_user_project_role:997 : echo cf6d9abf17af4b55907726fe7a93d23e 2022-09-20 12:41:29.760 | cf6d9abf17af4b55907726fe7a93d23e 2022-09-20 12:41:29.760 | + lib/keystone:create_service_user:434 : [[ -n '' ]] 2022-09-20 12:41:29.760 | + lib/neutron-legacy:create_mutnauq_accounts:452 : get_or_create_service neutron network 'Neutron Service' 2022-09-20 12:41:29.760 | + functions-common:get_or_create_service:1082 : local service_id 2022-09-20 12:41:29.760 | ++ functions-common:get_or_create_service:1095 : oscwrap --os-cloud devstack-system-admin service show network -f value -c id 2022-09-20 12:41:29.760 | ++ functions-common:get_or_create_service:1097 : oscwrap --os-cloud devstack-system-admin service create network --name neutron '--description=Neutron Service' -f value -c id 2022-09-20 12:41:29.760 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-09-20 12:41:29.760 | from cryptography.utils import int_from_bytes 2022-09-20 12:41:29.760 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-09-20 12:41:29.760 | from cryptography.utils import int_from_bytes 2022-09-20 12:41:29.760 | ++ functions-common:oscwrap:2479 : return 0 2022-09-20 12:41:29.760 | + functions-common:get_or_create_service:1093 : service_id=' 2022-09-20 12:41:29.760 | e1fec4d412434c4fa410d7a152be0255' 2022-09-20 12:41:29.760 | + functions-common:get_or_create_service:1094 : echo e1fec4d412434c4fa410d7a152be0255 2022-09-20 12:41:29.760 | e1fec4d412434c4fa410d7a152be0255 2022-09-20 12:41:29.760 | + lib/neutron-legacy:create_mutnauq_accounts:454 : get_or_create_endpoint network RegionOne http://10.222.0.52:9696/networking 2022-09-20 12:41:29.760 | + functions-common:get_or_create_endpoint:1126 : local public_id 2022-09-20 12:41:29.760 | ++ functions-common:get_or_create_endpoint:1127 : _get_or_create_endpoint_with_interface network public http://10.222.0.52:9696/networking RegionOne 2022-09-20 12:41:29.760 | ++ functions-common:_get_or_create_endpoint_with_interface:1100 : local endpoint_id 2022-09-20 12:41:29.760 | +++ functions-common:_get_or_create_endpoint_with_interface:1105 : oscwrap --os-cloud devstack-system-admin endpoint list --service network --interface public --region RegionOne -c ID -f value 2022-09-20 12:41:29.760 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-09-20 12:41:29.760 | from cryptography.utils import int_from_bytes 2022-09-20 12:41:29.760 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-09-20 12:41:29.760 | from cryptography.utils import int_from_bytes 2022-09-20 12:41:29.760 | +++ functions-common:oscwrap:2479 : return 0 2022-09-20 12:41:29.760 | ++ functions-common:_get_or_create_endpoint_with_interface:1105 : endpoint_id= 2022-09-20 12:41:29.760 | ++ functions-common:_get_or_create_endpoint_with_interface:1106 : [[ -z '' ]] 2022-09-20 12:41:29.761 | +++ functions-common:_get_or_create_endpoint_with_interface:1109 : oscwrap --os-cloud devstack-system-admin endpoint create network public http://10.222.0.52:9696/networking --region RegionOne -f value -c id 2022-09-20 12:41:29.761 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-09-20 12:41:29.761 | from cryptography.utils import int_from_bytes 2022-09-20 12:41:29.761 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-09-20 12:41:29.761 | from cryptography.utils import int_from_bytes 2022-09-20 12:41:29.761 | +++ functions-common:oscwrap:2479 : return 0 2022-09-20 12:41:29.761 | ++ functions-common:_get_or_create_endpoint_with_interface:1109 : endpoint_id=b6e2ba171261484fa3150bc7abafee39 2022-09-20 12:41:29.761 | ++ functions-common:_get_or_create_endpoint_with_interface:1112 : echo b6e2ba171261484fa3150bc7abafee39 2022-09-20 12:41:29.761 | + functions-common:get_or_create_endpoint:1127 : public_id=b6e2ba171261484fa3150bc7abafee39 2022-09-20 12:41:29.761 | + functions-common:get_or_create_endpoint:1129 : [[ -n '' ]] 2022-09-20 12:41:29.761 | + functions-common:get_or_create_endpoint:1132 : [[ -n '' ]] 2022-09-20 12:41:29.761 | + functions-common:get_or_create_endpoint:1136 : echo b6e2ba171261484fa3150bc7abafee39 2022-09-20 12:41:29.761 | b6e2ba171261484fa3150bc7abafee39 2022-09-20 12:41:29.804 | [263205 Async create_neutron_accounts:304700]: finished create_neutron_accounts with result 0 in 56 seconds 2022-09-20 12:41:29.842 | [263205 Async create_swift_accounts:304855]: Waiting for completion of create_swift_accounts running on PID 304855 (2 other jobs running) 2022-09-20 12:41:29.869 | [263205 Async create_swift_accounts:304855]: Signaling child to exit 2022-09-20 12:42:17.711 | + inc/async:async_inner:64 : rc=0 2022-09-20 12:42:17.738 | [304855 Async create_swift_accounts:304855]: finished successfully 2022-09-20 12:42:17.765 | WAKEUP 2022-09-20 12:42:17.790 | [263205 Async create_swift_accounts:304855]: Signaled 2022-09-20 12:42:17.791 | + lib/swift:create_swift_accounts:613 : export swiftusertest1_password=testing 2022-09-20 12:42:17.791 | + lib/swift:create_swift_accounts:613 : swiftusertest1_password=testing 2022-09-20 12:42:17.791 | + lib/swift:create_swift_accounts:614 : export swiftusertest2_password=testing2 2022-09-20 12:42:17.791 | + lib/swift:create_swift_accounts:614 : swiftusertest2_password=testing2 2022-09-20 12:42:17.791 | + lib/swift:create_swift_accounts:615 : export swiftusertest3_password=testing3 2022-09-20 12:42:17.791 | + lib/swift:create_swift_accounts:615 : swiftusertest3_password=testing3 2022-09-20 12:42:17.791 | + lib/swift:create_swift_accounts:616 : export swiftusertest4_password=testing4 2022-09-20 12:42:17.791 | + lib/swift:create_swift_accounts:616 : swiftusertest4_password=testing4 2022-09-20 12:42:17.791 | + lib/swift:create_swift_accounts:618 : local another_role 2022-09-20 12:42:17.791 | ++ lib/swift:create_swift_accounts:619 : get_or_create_role anotherrole 2022-09-20 12:42:17.791 | ++ functions-common:get_or_create_role:945 : local role_id 2022-09-20 12:42:17.791 | +++ functions-common:get_or_create_role:952 : oscwrap --os-cloud devstack-system-admin role create anotherrole --or-show -f value -c id 2022-09-20 12:42:17.791 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-09-20 12:42:17.792 | from cryptography.utils import int_from_bytes 2022-09-20 12:42:17.792 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-09-20 12:42:17.792 | from cryptography.utils import int_from_bytes 2022-09-20 12:42:17.792 | +++ functions-common:oscwrap:2479 : return 0 2022-09-20 12:42:17.792 | ++ functions-common:get_or_create_role:950 : role_id=4c79fe7555594f728ecbab0b50a03cbb 2022-09-20 12:42:17.792 | ++ functions-common:get_or_create_role:951 : echo 4c79fe7555594f728ecbab0b50a03cbb 2022-09-20 12:42:17.792 | + lib/swift:create_swift_accounts:619 : another_role=4c79fe7555594f728ecbab0b50a03cbb 2022-09-20 12:42:17.792 | + lib/swift:create_swift_accounts:623 : create_service_user swift admin 2022-09-20 12:42:17.792 | + lib/keystone:create_service_user:431 : get_or_create_user swift Passw0rd Default 2022-09-20 12:42:17.792 | + functions-common:get_or_create_user:909 : local user_id 2022-09-20 12:42:17.792 | + functions-common:get_or_create_user:910 : [[ ! -z '' ]] 2022-09-20 12:42:17.792 | + functions-common:get_or_create_user:913 : local email= 2022-09-20 12:42:17.792 | ++ functions-common:get_or_create_user:927 : oscwrap --os-cloud devstack-system-admin user create swift --password Passw0rd --domain=Default --or-show -f value -c id 2022-09-20 12:42:17.792 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-09-20 12:42:17.792 | from cryptography.utils import int_from_bytes 2022-09-20 12:42:17.792 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-09-20 12:42:17.792 | from cryptography.utils import int_from_bytes 2022-09-20 12:42:17.792 | ++ functions-common:oscwrap:2479 : return 0 2022-09-20 12:42:17.792 | + functions-common:get_or_create_user:925 : user_id=57c08ad131b4431ba6a1dc86da6a0f6d 2022-09-20 12:42:17.792 | + functions-common:get_or_create_user:926 : echo 57c08ad131b4431ba6a1dc86da6a0f6d 2022-09-20 12:42:17.792 | 57c08ad131b4431ba6a1dc86da6a0f6d 2022-09-20 12:42:17.792 | + lib/keystone:create_service_user:432 : get_or_add_user_project_role service swift service Default Default 2022-09-20 12:42:17.792 | + functions-common:get_or_add_user_project_role:973 : local user_role_id 2022-09-20 12:42:17.792 | ++ functions-common:get_or_add_user_project_role:975 : _get_domain_args Default Default 2022-09-20 12:42:17.792 | ++ functions-common:_get_domain_args:957 : local domain 2022-09-20 12:42:17.792 | ++ functions-common:_get_domain_args:958 : domain= 2022-09-20 12:42:17.792 | ++ functions-common:_get_domain_args:960 : [[ -n Default ]] 2022-09-20 12:42:17.792 | ++ functions-common:_get_domain_args:961 : domain=' --user-domain Default' 2022-09-20 12:42:17.792 | ++ functions-common:_get_domain_args:963 : [[ -n Default ]] 2022-09-20 12:42:17.792 | ++ functions-common:_get_domain_args:964 : domain=' --user-domain Default --project-domain Default' 2022-09-20 12:42:17.792 | ++ functions-common:_get_domain_args:967 : echo --user-domain Default --project-domain Default 2022-09-20 12:42:17.792 | + functions-common:get_or_add_user_project_role:975 : domain_args='--user-domain Default --project-domain Default' 2022-09-20 12:42:17.792 | ++ functions-common:get_or_add_user_project_role:983 : grep '^|\s[a-f0-9]\+' 2022-09-20 12:42:17.793 | ++ functions-common:get_or_add_user_project_role:983 : oscwrap --os-cloud devstack-system-admin role assignment list --role service --user swift --project service --user-domain Default --project-domain Default 2022-09-20 12:42:17.793 | ++ functions-common:get_or_add_user_project_role:983 : get_field 1 2022-09-20 12:42:17.793 | ++ functions-common:get_field:811 : local data field 2022-09-20 12:42:17.793 | ++ functions-common:get_field:812 : read data 2022-09-20 12:42:17.793 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-09-20 12:42:17.793 | from cryptography.utils import int_from_bytes 2022-09-20 12:42:17.793 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-09-20 12:42:17.793 | from cryptography.utils import int_from_bytes 2022-09-20 12:42:17.793 | ++ functions-common:oscwrap:2479 : return 0 2022-09-20 12:42:17.793 | + functions-common:get_or_add_user_project_role:983 : user_role_id= 2022-09-20 12:42:17.793 | + functions-common:get_or_add_user_project_role:984 : [[ -z '' ]] 2022-09-20 12:42:17.793 | + functions-common:get_or_add_user_project_role:986 : openstack --os-cloud devstack-system-admin role add service --user swift --project service --user-domain Default --project-domain Default 2022-09-20 12:42:17.793 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-09-20 12:42:17.793 | from cryptography.utils import int_from_bytes 2022-09-20 12:42:17.793 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-09-20 12:42:17.793 | from cryptography.utils import int_from_bytes 2022-09-20 12:42:17.793 | ++ functions-common:get_or_add_user_project_role:995 : oscwrap --os-cloud devstack-system-admin role assignment list --role service --user swift --project service --user-domain Default --project-domain Default 2022-09-20 12:42:17.793 | ++ functions-common:get_or_add_user_project_role:995 : grep '^|\s[a-f0-9]\+' 2022-09-20 12:42:17.793 | ++ functions-common:get_or_add_user_project_role:995 : get_field 1 2022-09-20 12:42:17.793 | ++ functions-common:get_field:811 : local data field 2022-09-20 12:42:17.793 | ++ functions-common:get_field:812 : read data 2022-09-20 12:42:17.793 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-09-20 12:42:17.793 | from cryptography.utils import int_from_bytes 2022-09-20 12:42:17.793 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-09-20 12:42:17.793 | from cryptography.utils import int_from_bytes 2022-09-20 12:42:17.793 | ++ functions-common:oscwrap:2479 : return 0 2022-09-20 12:42:17.793 | ++ functions-common:get_field:813 : '[' 1 -lt 0 ']' 2022-09-20 12:42:17.793 | ++ functions-common:get_field:816 : field='$2' 2022-09-20 12:42:17.793 | ++ functions-common:get_field:818 : echo '| cf6d9abf17af4b55907726fe7a93d23e | 57c08ad131b4431ba6a1dc86da6a0f6d | | 4a248ba4de6a40dd9ca539aa74885772 | | | False |' 2022-09-20 12:42:17.793 | ++ functions-common:get_field:818 : awk '-F[ \t]*\\|[ \t]*' '{print $2}' 2022-09-20 12:42:17.793 | ++ functions-common:get_field:812 : read data 2022-09-20 12:42:17.794 | + functions-common:get_or_add_user_project_role:995 : user_role_id=cf6d9abf17af4b55907726fe7a93d23e 2022-09-20 12:42:17.794 | + functions-common:get_or_add_user_project_role:997 : echo cf6d9abf17af4b55907726fe7a93d23e 2022-09-20 12:42:17.794 | cf6d9abf17af4b55907726fe7a93d23e 2022-09-20 12:42:17.794 | + lib/keystone:create_service_user:434 : [[ -n admin ]] 2022-09-20 12:42:17.794 | + lib/keystone:create_service_user:435 : get_or_add_user_project_role admin swift service Default Default 2022-09-20 12:42:17.794 | + functions-common:get_or_add_user_project_role:973 : local user_role_id 2022-09-20 12:42:17.794 | ++ functions-common:get_or_add_user_project_role:975 : _get_domain_args Default Default 2022-09-20 12:42:17.794 | ++ functions-common:_get_domain_args:957 : local domain 2022-09-20 12:42:17.794 | ++ functions-common:_get_domain_args:958 : domain= 2022-09-20 12:42:17.794 | ++ functions-common:_get_domain_args:960 : [[ -n Default ]] 2022-09-20 12:42:17.794 | ++ functions-common:_get_domain_args:961 : domain=' --user-domain Default' 2022-09-20 12:42:17.794 | ++ functions-common:_get_domain_args:963 : [[ -n Default ]] 2022-09-20 12:42:17.794 | ++ functions-common:_get_domain_args:964 : domain=' --user-domain Default --project-domain Default' 2022-09-20 12:42:17.794 | ++ functions-common:_get_domain_args:967 : echo --user-domain Default --project-domain Default 2022-09-20 12:42:17.794 | + functions-common:get_or_add_user_project_role:975 : domain_args='--user-domain Default --project-domain Default' 2022-09-20 12:42:17.794 | ++ functions-common:get_or_add_user_project_role:983 : oscwrap --os-cloud devstack-system-admin role assignment list --role admin --user swift --project service --user-domain Default --project-domain Default 2022-09-20 12:42:17.794 | ++ functions-common:get_or_add_user_project_role:983 : get_field 1 2022-09-20 12:42:17.794 | ++ functions-common:get_or_add_user_project_role:983 : grep '^|\s[a-f0-9]\+' 2022-09-20 12:42:17.794 | ++ functions-common:get_field:811 : local data field 2022-09-20 12:42:17.794 | ++ functions-common:get_field:812 : read data 2022-09-20 12:42:17.794 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-09-20 12:42:17.794 | from cryptography.utils import int_from_bytes 2022-09-20 12:42:17.794 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-09-20 12:42:17.794 | from cryptography.utils import int_from_bytes 2022-09-20 12:42:17.794 | ++ functions-common:oscwrap:2479 : return 0 2022-09-20 12:42:17.794 | + functions-common:get_or_add_user_project_role:983 : user_role_id= 2022-09-20 12:42:17.794 | + functions-common:get_or_add_user_project_role:984 : [[ -z '' ]] 2022-09-20 12:42:17.794 | + functions-common:get_or_add_user_project_role:986 : openstack --os-cloud devstack-system-admin role add admin --user swift --project service --user-domain Default --project-domain Default 2022-09-20 12:42:17.794 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-09-20 12:42:17.794 | from cryptography.utils import int_from_bytes 2022-09-20 12:42:17.794 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-09-20 12:42:17.794 | from cryptography.utils import int_from_bytes 2022-09-20 12:42:17.794 | ++ functions-common:get_or_add_user_project_role:995 : get_field 1 2022-09-20 12:42:17.795 | ++ functions-common:get_field:811 : local data field 2022-09-20 12:42:17.795 | ++ functions-common:get_field:812 : read data 2022-09-20 12:42:17.795 | ++ functions-common:get_or_add_user_project_role:995 : oscwrap --os-cloud devstack-system-admin role assignment list --role admin --user swift --project service --user-domain Default --project-domain Default 2022-09-20 12:42:17.795 | ++ functions-common:get_or_add_user_project_role:995 : grep '^|\s[a-f0-9]\+' 2022-09-20 12:42:17.795 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-09-20 12:42:17.795 | from cryptography.utils import int_from_bytes 2022-09-20 12:42:17.795 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-09-20 12:42:17.795 | from cryptography.utils import int_from_bytes 2022-09-20 12:42:17.795 | ++ functions-common:oscwrap:2479 : return 0 2022-09-20 12:42:17.795 | ++ functions-common:get_field:813 : '[' 1 -lt 0 ']' 2022-09-20 12:42:17.795 | ++ functions-common:get_field:816 : field='$2' 2022-09-20 12:42:17.795 | ++ functions-common:get_field:818 : echo '| 1ae028a25c4e4346954b6a1ce8e48269 | 57c08ad131b4431ba6a1dc86da6a0f6d | | 4a248ba4de6a40dd9ca539aa74885772 | | | False |' 2022-09-20 12:42:17.795 | ++ functions-common:get_field:818 : awk '-F[ \t]*\\|[ \t]*' '{print $2}' 2022-09-20 12:42:17.795 | ++ functions-common:get_field:812 : read data 2022-09-20 12:42:17.795 | + functions-common:get_or_add_user_project_role:995 : user_role_id=1ae028a25c4e4346954b6a1ce8e48269 2022-09-20 12:42:17.795 | + functions-common:get_or_add_user_project_role:997 : echo 1ae028a25c4e4346954b6a1ce8e48269 2022-09-20 12:42:17.795 | 1ae028a25c4e4346954b6a1ce8e48269 2022-09-20 12:42:17.795 | + lib/swift:create_swift_accounts:625 : get_or_create_service swift object-store 'Swift Service' 2022-09-20 12:42:17.795 | + functions-common:get_or_create_service:1082 : local service_id 2022-09-20 12:42:17.795 | ++ functions-common:get_or_create_service:1095 : oscwrap --os-cloud devstack-system-admin service show object-store -f value -c id 2022-09-20 12:42:17.795 | ++ functions-common:get_or_create_service:1097 : oscwrap --os-cloud devstack-system-admin service create object-store --name swift '--description=Swift Service' -f value -c id 2022-09-20 12:42:17.795 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-09-20 12:42:17.795 | from cryptography.utils import int_from_bytes 2022-09-20 12:42:17.795 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-09-20 12:42:17.795 | from cryptography.utils import int_from_bytes 2022-09-20 12:42:17.795 | ++ functions-common:oscwrap:2479 : return 0 2022-09-20 12:42:17.795 | + functions-common:get_or_create_service:1093 : service_id=' 2022-09-20 12:42:17.795 | 7c3e83659dbe455383a9b0556286e543' 2022-09-20 12:42:17.795 | + functions-common:get_or_create_service:1094 : echo 7c3e83659dbe455383a9b0556286e543 2022-09-20 12:42:17.795 | 7c3e83659dbe455383a9b0556286e543 2022-09-20 12:42:17.795 | + lib/swift:create_swift_accounts:627 : get_or_create_endpoint object-store RegionOne 'http://10.222.0.52:8080/v1/AUTH_$(project_id)s' http://10.222.0.52:8080 2022-09-20 12:42:17.795 | + functions-common:get_or_create_endpoint:1126 : local public_id 2022-09-20 12:42:17.795 | ++ functions-common:get_or_create_endpoint:1127 : _get_or_create_endpoint_with_interface object-store public 'http://10.222.0.52:8080/v1/AUTH_$(project_id)s' RegionOne 2022-09-20 12:42:17.796 | ++ functions-common:_get_or_create_endpoint_with_interface:1100 : local endpoint_id 2022-09-20 12:42:17.796 | +++ functions-common:_get_or_create_endpoint_with_interface:1105 : oscwrap --os-cloud devstack-system-admin endpoint list --service object-store --interface public --region RegionOne -c ID -f value 2022-09-20 12:42:17.796 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-09-20 12:42:17.796 | from cryptography.utils import int_from_bytes 2022-09-20 12:42:17.796 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-09-20 12:42:17.796 | from cryptography.utils import int_from_bytes 2022-09-20 12:42:17.796 | +++ functions-common:oscwrap:2479 : return 0 2022-09-20 12:42:17.796 | ++ functions-common:_get_or_create_endpoint_with_interface:1105 : endpoint_id= 2022-09-20 12:42:17.796 | ++ functions-common:_get_or_create_endpoint_with_interface:1106 : [[ -z '' ]] 2022-09-20 12:42:17.797 | +++ functions-common:_get_or_create_endpoint_with_interface:1109 : oscwrap --os-cloud devstack-system-admin endpoint create object-store public 'http://10.222.0.52:8080/v1/AUTH_$(project_id)s' --region RegionOne -f value -c id 2022-09-20 12:42:17.797 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-09-20 12:42:17.797 | from cryptography.utils import int_from_bytes 2022-09-20 12:42:17.797 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-09-20 12:42:17.797 | from cryptography.utils import int_from_bytes 2022-09-20 12:42:17.797 | +++ functions-common:oscwrap:2479 : return 0 2022-09-20 12:42:17.797 | ++ functions-common:_get_or_create_endpoint_with_interface:1109 : endpoint_id=94d89108261447b49c5c446e5deb8e7b 2022-09-20 12:42:17.797 | ++ functions-common:_get_or_create_endpoint_with_interface:1112 : echo 94d89108261447b49c5c446e5deb8e7b 2022-09-20 12:42:17.797 | + functions-common:get_or_create_endpoint:1127 : public_id=94d89108261447b49c5c446e5deb8e7b 2022-09-20 12:42:17.797 | + functions-common:get_or_create_endpoint:1129 : [[ -n http://10.222.0.52:8080 ]] 2022-09-20 12:42:17.797 | + functions-common:get_or_create_endpoint:1130 : _get_or_create_endpoint_with_interface object-store admin http://10.222.0.52:8080 RegionOne 2022-09-20 12:42:17.797 | + functions-common:_get_or_create_endpoint_with_interface:1100 : local endpoint_id 2022-09-20 12:42:17.797 | ++ functions-common:_get_or_create_endpoint_with_interface:1105 : oscwrap --os-cloud devstack-system-admin endpoint list --service object-store --interface admin --region RegionOne -c ID -f value 2022-09-20 12:42:17.797 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-09-20 12:42:17.797 | from cryptography.utils import int_from_bytes 2022-09-20 12:42:17.797 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-09-20 12:42:17.797 | from cryptography.utils import int_from_bytes 2022-09-20 12:42:17.797 | ++ functions-common:oscwrap:2479 : return 0 2022-09-20 12:42:17.797 | + functions-common:_get_or_create_endpoint_with_interface:1105 : endpoint_id= 2022-09-20 12:42:17.797 | + functions-common:_get_or_create_endpoint_with_interface:1106 : [[ -z '' ]] 2022-09-20 12:42:17.797 | ++ functions-common:_get_or_create_endpoint_with_interface:1109 : oscwrap --os-cloud devstack-system-admin endpoint create object-store admin http://10.222.0.52:8080 --region RegionOne -f value -c id 2022-09-20 12:42:17.797 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-09-20 12:42:17.797 | from cryptography.utils import int_from_bytes 2022-09-20 12:42:17.797 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-09-20 12:42:17.797 | from cryptography.utils import int_from_bytes 2022-09-20 12:42:17.797 | ++ functions-common:oscwrap:2479 : return 0 2022-09-20 12:42:17.797 | + functions-common:_get_or_create_endpoint_with_interface:1109 : endpoint_id=b4372b2aff6444099cd4b4bc2e78bbcb 2022-09-20 12:42:17.797 | + functions-common:_get_or_create_endpoint_with_interface:1112 : echo b4372b2aff6444099cd4b4bc2e78bbcb 2022-09-20 12:42:17.797 | b4372b2aff6444099cd4b4bc2e78bbcb 2022-09-20 12:42:17.797 | + functions-common:get_or_create_endpoint:1132 : [[ -n '' ]] 2022-09-20 12:42:17.798 | + functions-common:get_or_create_endpoint:1136 : echo 94d89108261447b49c5c446e5deb8e7b 2022-09-20 12:42:17.798 | 94d89108261447b49c5c446e5deb8e7b 2022-09-20 12:42:17.798 | + lib/swift:create_swift_accounts:632 : local swift_project_test1 2022-09-20 12:42:17.798 | ++ lib/swift:create_swift_accounts:633 : get_or_create_project swiftprojecttest1 default 2022-09-20 12:42:17.798 | ++ functions-common:get_or_create_project:932 : local project_id 2022-09-20 12:42:17.798 | +++ functions-common:get_or_create_project:940 : oscwrap --os-cloud devstack-system-admin project create swiftprojecttest1 --domain=default --or-show -f value -c id 2022-09-20 12:42:17.798 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-09-20 12:42:17.798 | from cryptography.utils import int_from_bytes 2022-09-20 12:42:17.798 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-09-20 12:42:17.798 | from cryptography.utils import int_from_bytes 2022-09-20 12:42:17.798 | +++ functions-common:oscwrap:2479 : return 0 2022-09-20 12:42:17.798 | ++ functions-common:get_or_create_project:938 : project_id=e8a7350b15734c6fae168323d13bed1e 2022-09-20 12:42:17.798 | ++ functions-common:get_or_create_project:939 : echo e8a7350b15734c6fae168323d13bed1e 2022-09-20 12:42:17.798 | + lib/swift:create_swift_accounts:633 : swift_project_test1=e8a7350b15734c6fae168323d13bed1e 2022-09-20 12:42:17.798 | + lib/swift:create_swift_accounts:634 : die_if_not_set 634 swift_project_test1 'Failure creating swift_project_test1' 2022-09-20 12:42:17.798 | + functions-common:die_if_not_set:282 : local exitcode=0 2022-09-20 12:42:17.798 | ++ lib/swift:create_swift_accounts:636 : get_or_create_user swiftusertest1 testing default test@example.com 2022-09-20 12:42:17.798 | ++ functions-common:get_or_create_user:909 : local user_id 2022-09-20 12:42:17.798 | ++ functions-common:get_or_create_user:910 : [[ ! -z test@example.com ]] 2022-09-20 12:42:17.798 | ++ functions-common:get_or_create_user:911 : local email=--email=test@example.com 2022-09-20 12:42:17.798 | +++ functions-common:get_or_create_user:927 : oscwrap --os-cloud devstack-system-admin user create swiftusertest1 --password testing --domain=default --email=test@example.com --or-show -f value -c id 2022-09-20 12:42:17.798 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-09-20 12:42:17.798 | from cryptography.utils import int_from_bytes 2022-09-20 12:42:17.798 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-09-20 12:42:17.798 | from cryptography.utils import int_from_bytes 2022-09-20 12:42:17.798 | +++ functions-common:oscwrap:2479 : return 0 2022-09-20 12:42:17.798 | ++ functions-common:get_or_create_user:925 : user_id=f4f8d54f4adc4ef8be4f5268bd5c5d7d 2022-09-20 12:42:17.798 | ++ functions-common:get_or_create_user:926 : echo f4f8d54f4adc4ef8be4f5268bd5c5d7d 2022-09-20 12:42:17.798 | + lib/swift:create_swift_accounts:636 : SWIFT_USER_TEST1=f4f8d54f4adc4ef8be4f5268bd5c5d7d 2022-09-20 12:42:17.798 | + lib/swift:create_swift_accounts:637 : die_if_not_set 637 SWIFT_USER_TEST1 'Failure creating SWIFT_USER_TEST1' 2022-09-20 12:42:17.798 | + functions-common:die_if_not_set:282 : local exitcode=0 2022-09-20 12:42:17.798 | + lib/swift:create_swift_accounts:638 : get_or_add_user_project_role admin f4f8d54f4adc4ef8be4f5268bd5c5d7d e8a7350b15734c6fae168323d13bed1e 2022-09-20 12:42:17.799 | + functions-common:get_or_add_user_project_role:973 : local user_role_id 2022-09-20 12:42:17.799 | ++ functions-common:get_or_add_user_project_role:975 : _get_domain_args 2022-09-20 12:42:17.799 | ++ functions-common:_get_domain_args:957 : local domain 2022-09-20 12:42:17.799 | ++ functions-common:_get_domain_args:958 : domain= 2022-09-20 12:42:17.799 | ++ functions-common:_get_domain_args:960 : [[ -n '' ]] 2022-09-20 12:42:17.799 | ++ functions-common:_get_domain_args:963 : [[ -n '' ]] 2022-09-20 12:42:17.799 | ++ functions-common:_get_domain_args:967 : echo 2022-09-20 12:42:17.799 | + functions-common:get_or_add_user_project_role:975 : domain_args= 2022-09-20 12:42:17.799 | ++ functions-common:get_or_add_user_project_role:983 : grep '^|\s[a-f0-9]\+' 2022-09-20 12:42:17.799 | ++ functions-common:get_or_add_user_project_role:983 : oscwrap --os-cloud devstack-system-admin role assignment list --role admin --user f4f8d54f4adc4ef8be4f5268bd5c5d7d --project e8a7350b15734c6fae168323d13bed1e 2022-09-20 12:42:17.799 | ++ functions-common:get_or_add_user_project_role:983 : get_field 1 2022-09-20 12:42:17.799 | ++ functions-common:get_field:811 : local data field 2022-09-20 12:42:17.799 | ++ functions-common:get_field:812 : read data 2022-09-20 12:42:17.799 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-09-20 12:42:17.799 | from cryptography.utils import int_from_bytes 2022-09-20 12:42:17.799 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-09-20 12:42:17.799 | from cryptography.utils import int_from_bytes 2022-09-20 12:42:17.799 | ++ functions-common:oscwrap:2479 : return 0 2022-09-20 12:42:17.799 | + functions-common:get_or_add_user_project_role:983 : user_role_id= 2022-09-20 12:42:17.799 | + functions-common:get_or_add_user_project_role:984 : [[ -z '' ]] 2022-09-20 12:42:17.799 | + functions-common:get_or_add_user_project_role:986 : openstack --os-cloud devstack-system-admin role add admin --user f4f8d54f4adc4ef8be4f5268bd5c5d7d --project e8a7350b15734c6fae168323d13bed1e 2022-09-20 12:42:17.799 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-09-20 12:42:17.799 | from cryptography.utils import int_from_bytes 2022-09-20 12:42:17.799 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-09-20 12:42:17.799 | from cryptography.utils import int_from_bytes 2022-09-20 12:42:17.799 | ++ functions-common:get_or_add_user_project_role:995 : oscwrap --os-cloud devstack-system-admin role assignment list --role admin --user f4f8d54f4adc4ef8be4f5268bd5c5d7d --project e8a7350b15734c6fae168323d13bed1e 2022-09-20 12:42:17.799 | ++ functions-common:get_or_add_user_project_role:995 : grep '^|\s[a-f0-9]\+' 2022-09-20 12:42:17.799 | ++ functions-common:get_or_add_user_project_role:995 : get_field 1 2022-09-20 12:42:17.799 | ++ functions-common:get_field:811 : local data field 2022-09-20 12:42:17.799 | ++ functions-common:get_field:812 : read data 2022-09-20 12:42:17.799 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-09-20 12:42:17.799 | from cryptography.utils import int_from_bytes 2022-09-20 12:42:17.799 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-09-20 12:42:17.799 | from cryptography.utils import int_from_bytes 2022-09-20 12:42:17.800 | ++ functions-common:oscwrap:2479 : return 0 2022-09-20 12:42:17.800 | ++ functions-common:get_field:813 : '[' 1 -lt 0 ']' 2022-09-20 12:42:17.800 | ++ functions-common:get_field:816 : field='$2' 2022-09-20 12:42:17.800 | ++ functions-common:get_field:818 : echo '| 1ae028a25c4e4346954b6a1ce8e48269 | f4f8d54f4adc4ef8be4f5268bd5c5d7d | | e8a7350b15734c6fae168323d13bed1e | | | False |' 2022-09-20 12:42:17.800 | ++ functions-common:get_field:818 : awk '-F[ \t]*\\|[ \t]*' '{print $2}' 2022-09-20 12:42:17.800 | ++ functions-common:get_field:812 : read data 2022-09-20 12:42:17.800 | + functions-common:get_or_add_user_project_role:995 : user_role_id=1ae028a25c4e4346954b6a1ce8e48269 2022-09-20 12:42:17.800 | + functions-common:get_or_add_user_project_role:997 : echo 1ae028a25c4e4346954b6a1ce8e48269 2022-09-20 12:42:17.800 | 1ae028a25c4e4346954b6a1ce8e48269 2022-09-20 12:42:17.800 | + lib/swift:create_swift_accounts:640 : local swift_user_test3 2022-09-20 12:42:17.800 | ++ lib/swift:create_swift_accounts:642 : get_or_create_user swiftusertest3 testing3 default test3@example.com 2022-09-20 12:42:17.800 | ++ functions-common:get_or_create_user:909 : local user_id 2022-09-20 12:42:17.800 | ++ functions-common:get_or_create_user:910 : [[ ! -z test3@example.com ]] 2022-09-20 12:42:17.800 | ++ functions-common:get_or_create_user:911 : local email=--email=test3@example.com 2022-09-20 12:42:17.800 | +++ functions-common:get_or_create_user:927 : oscwrap --os-cloud devstack-system-admin user create swiftusertest3 --password testing3 --domain=default --email=test3@example.com --or-show -f value -c id 2022-09-20 12:42:17.800 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-09-20 12:42:17.800 | from cryptography.utils import int_from_bytes 2022-09-20 12:42:17.800 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-09-20 12:42:17.800 | from cryptography.utils import int_from_bytes 2022-09-20 12:42:17.800 | +++ functions-common:oscwrap:2479 : return 0 2022-09-20 12:42:17.800 | ++ functions-common:get_or_create_user:925 : user_id=d023bda9f21e4df89b703d7c0740f98f 2022-09-20 12:42:17.800 | ++ functions-common:get_or_create_user:926 : echo d023bda9f21e4df89b703d7c0740f98f 2022-09-20 12:42:17.800 | + lib/swift:create_swift_accounts:642 : swift_user_test3=d023bda9f21e4df89b703d7c0740f98f 2022-09-20 12:42:17.800 | + lib/swift:create_swift_accounts:643 : die_if_not_set 643 swift_user_test3 'Failure creating swift_user_test3' 2022-09-20 12:42:17.800 | + functions-common:die_if_not_set:282 : local exitcode=0 2022-09-20 12:42:17.800 | + lib/swift:create_swift_accounts:644 : get_or_add_user_project_role 4c79fe7555594f728ecbab0b50a03cbb d023bda9f21e4df89b703d7c0740f98f e8a7350b15734c6fae168323d13bed1e 2022-09-20 12:42:17.800 | + functions-common:get_or_add_user_project_role:973 : local user_role_id 2022-09-20 12:42:17.800 | ++ functions-common:get_or_add_user_project_role:975 : _get_domain_args 2022-09-20 12:42:17.800 | ++ functions-common:_get_domain_args:957 : local domain 2022-09-20 12:42:17.800 | ++ functions-common:_get_domain_args:958 : domain= 2022-09-20 12:42:17.800 | ++ functions-common:_get_domain_args:960 : [[ -n '' ]] 2022-09-20 12:42:17.800 | ++ functions-common:_get_domain_args:963 : [[ -n '' ]] 2022-09-20 12:42:17.800 | ++ functions-common:_get_domain_args:967 : echo 2022-09-20 12:42:17.801 | + functions-common:get_or_add_user_project_role:975 : domain_args= 2022-09-20 12:42:17.801 | ++ functions-common:get_or_add_user_project_role:983 : grep '^|\s[a-f0-9]\+' 2022-09-20 12:42:17.801 | ++ functions-common:get_or_add_user_project_role:983 : oscwrap --os-cloud devstack-system-admin role assignment list --role 4c79fe7555594f728ecbab0b50a03cbb --user d023bda9f21e4df89b703d7c0740f98f --project e8a7350b15734c6fae168323d13bed1e 2022-09-20 12:42:17.801 | ++ functions-common:get_or_add_user_project_role:983 : get_field 1 2022-09-20 12:42:17.801 | ++ functions-common:get_field:811 : local data field 2022-09-20 12:42:17.801 | ++ functions-common:get_field:812 : read data 2022-09-20 12:42:17.801 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-09-20 12:42:17.801 | from cryptography.utils import int_from_bytes 2022-09-20 12:42:17.801 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-09-20 12:42:17.801 | from cryptography.utils import int_from_bytes 2022-09-20 12:42:17.801 | ++ functions-common:oscwrap:2479 : return 0 2022-09-20 12:42:17.801 | + functions-common:get_or_add_user_project_role:983 : user_role_id= 2022-09-20 12:42:17.801 | + functions-common:get_or_add_user_project_role:984 : [[ -z '' ]] 2022-09-20 12:42:17.801 | + functions-common:get_or_add_user_project_role:986 : openstack --os-cloud devstack-system-admin role add 4c79fe7555594f728ecbab0b50a03cbb --user d023bda9f21e4df89b703d7c0740f98f --project e8a7350b15734c6fae168323d13bed1e 2022-09-20 12:42:17.801 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-09-20 12:42:17.801 | from cryptography.utils import int_from_bytes 2022-09-20 12:42:17.801 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-09-20 12:42:17.801 | from cryptography.utils import int_from_bytes 2022-09-20 12:42:17.801 | ++ functions-common:get_or_add_user_project_role:995 : oscwrap --os-cloud devstack-system-admin role assignment list --role 4c79fe7555594f728ecbab0b50a03cbb --user d023bda9f21e4df89b703d7c0740f98f --project e8a7350b15734c6fae168323d13bed1e 2022-09-20 12:42:17.801 | ++ functions-common:get_or_add_user_project_role:995 : grep '^|\s[a-f0-9]\+' 2022-09-20 12:42:17.801 | ++ functions-common:get_or_add_user_project_role:995 : get_field 1 2022-09-20 12:42:17.801 | ++ functions-common:get_field:811 : local data field 2022-09-20 12:42:17.801 | ++ functions-common:get_field:812 : read data 2022-09-20 12:42:17.801 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-09-20 12:42:17.801 | from cryptography.utils import int_from_bytes 2022-09-20 12:42:17.801 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-09-20 12:42:17.801 | from cryptography.utils import int_from_bytes 2022-09-20 12:42:17.801 | ++ functions-common:oscwrap:2479 : return 0 2022-09-20 12:42:17.801 | ++ functions-common:get_field:813 : '[' 1 -lt 0 ']' 2022-09-20 12:42:17.801 | ++ functions-common:get_field:816 : field='$2' 2022-09-20 12:42:17.801 | ++ functions-common:get_field:818 : echo '| 4c79fe7555594f728ecbab0b50a03cbb | d023bda9f21e4df89b703d7c0740f98f | | e8a7350b15734c6fae168323d13bed1e | | | False |' 2022-09-20 12:42:17.802 | ++ functions-common:get_field:818 : awk '-F[ \t]*\\|[ \t]*' '{print $2}' 2022-09-20 12:42:17.802 | ++ functions-common:get_field:812 : read data 2022-09-20 12:42:17.802 | + functions-common:get_or_add_user_project_role:995 : user_role_id=4c79fe7555594f728ecbab0b50a03cbb 2022-09-20 12:42:17.802 | + functions-common:get_or_add_user_project_role:997 : echo 4c79fe7555594f728ecbab0b50a03cbb 2022-09-20 12:42:17.802 | 4c79fe7555594f728ecbab0b50a03cbb 2022-09-20 12:42:17.802 | + lib/swift:create_swift_accounts:646 : local swift_project_test2 2022-09-20 12:42:17.802 | ++ lib/swift:create_swift_accounts:647 : get_or_create_project swiftprojecttest2 default 2022-09-20 12:42:17.802 | ++ functions-common:get_or_create_project:932 : local project_id 2022-09-20 12:42:17.802 | +++ functions-common:get_or_create_project:940 : oscwrap --os-cloud devstack-system-admin project create swiftprojecttest2 --domain=default --or-show -f value -c id 2022-09-20 12:42:17.802 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-09-20 12:42:17.802 | from cryptography.utils import int_from_bytes 2022-09-20 12:42:17.802 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-09-20 12:42:17.802 | from cryptography.utils import int_from_bytes 2022-09-20 12:42:17.802 | +++ functions-common:oscwrap:2479 : return 0 2022-09-20 12:42:17.802 | ++ functions-common:get_or_create_project:938 : project_id=d861e52a981b4cceb90ed8d01910fa99 2022-09-20 12:42:17.802 | ++ functions-common:get_or_create_project:939 : echo d861e52a981b4cceb90ed8d01910fa99 2022-09-20 12:42:17.802 | + lib/swift:create_swift_accounts:647 : swift_project_test2=d861e52a981b4cceb90ed8d01910fa99 2022-09-20 12:42:17.802 | + lib/swift:create_swift_accounts:648 : die_if_not_set 648 swift_project_test2 'Failure creating swift_project_test2' 2022-09-20 12:42:17.802 | + functions-common:die_if_not_set:282 : local exitcode=0 2022-09-20 12:42:17.802 | + lib/swift:create_swift_accounts:650 : local swift_user_test2 2022-09-20 12:42:17.802 | ++ lib/swift:create_swift_accounts:652 : get_or_create_user swiftusertest2 testing2 default test2@example.com 2022-09-20 12:42:17.802 | ++ functions-common:get_or_create_user:909 : local user_id 2022-09-20 12:42:17.802 | ++ functions-common:get_or_create_user:910 : [[ ! -z test2@example.com ]] 2022-09-20 12:42:17.802 | ++ functions-common:get_or_create_user:911 : local email=--email=test2@example.com 2022-09-20 12:42:17.802 | +++ functions-common:get_or_create_user:927 : oscwrap --os-cloud devstack-system-admin user create swiftusertest2 --password testing2 --domain=default --email=test2@example.com --or-show -f value -c id 2022-09-20 12:42:17.802 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-09-20 12:42:17.802 | from cryptography.utils import int_from_bytes 2022-09-20 12:42:17.802 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-09-20 12:42:17.802 | from cryptography.utils import int_from_bytes 2022-09-20 12:42:17.802 | +++ functions-common:oscwrap:2479 : return 0 2022-09-20 12:42:17.802 | ++ functions-common:get_or_create_user:925 : user_id=a04062216a0b45eda620d460b8454e8c 2022-09-20 12:42:17.802 | ++ functions-common:get_or_create_user:926 : echo a04062216a0b45eda620d460b8454e8c 2022-09-20 12:42:17.802 | + lib/swift:create_swift_accounts:652 : swift_user_test2=a04062216a0b45eda620d460b8454e8c 2022-09-20 12:42:17.803 | + lib/swift:create_swift_accounts:653 : die_if_not_set 653 swift_user_test2 'Failure creating swift_user_test2' 2022-09-20 12:42:17.803 | + functions-common:die_if_not_set:282 : local exitcode=0 2022-09-20 12:42:17.803 | + lib/swift:create_swift_accounts:654 : get_or_add_user_project_role admin a04062216a0b45eda620d460b8454e8c d861e52a981b4cceb90ed8d01910fa99 2022-09-20 12:42:17.803 | + functions-common:get_or_add_user_project_role:973 : local user_role_id 2022-09-20 12:42:17.803 | ++ functions-common:get_or_add_user_project_role:975 : _get_domain_args 2022-09-20 12:42:17.803 | ++ functions-common:_get_domain_args:957 : local domain 2022-09-20 12:42:17.803 | ++ functions-common:_get_domain_args:958 : domain= 2022-09-20 12:42:17.803 | ++ functions-common:_get_domain_args:960 : [[ -n '' ]] 2022-09-20 12:42:17.803 | ++ functions-common:_get_domain_args:963 : [[ -n '' ]] 2022-09-20 12:42:17.803 | ++ functions-common:_get_domain_args:967 : echo 2022-09-20 12:42:17.803 | + functions-common:get_or_add_user_project_role:975 : domain_args= 2022-09-20 12:42:17.803 | ++ functions-common:get_or_add_user_project_role:983 : oscwrap --os-cloud devstack-system-admin role assignment list --role admin --user a04062216a0b45eda620d460b8454e8c --project d861e52a981b4cceb90ed8d01910fa99 2022-09-20 12:42:17.803 | ++ functions-common:get_or_add_user_project_role:983 : get_field 1 2022-09-20 12:42:17.803 | ++ functions-common:get_or_add_user_project_role:983 : grep '^|\s[a-f0-9]\+' 2022-09-20 12:42:17.803 | ++ functions-common:get_field:811 : local data field 2022-09-20 12:42:17.803 | ++ functions-common:get_field:812 : read data 2022-09-20 12:42:17.803 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-09-20 12:42:17.803 | from cryptography.utils import int_from_bytes 2022-09-20 12:42:17.803 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-09-20 12:42:17.803 | from cryptography.utils import int_from_bytes 2022-09-20 12:42:17.803 | ++ functions-common:oscwrap:2479 : return 0 2022-09-20 12:42:17.803 | + functions-common:get_or_add_user_project_role:983 : user_role_id= 2022-09-20 12:42:17.803 | + functions-common:get_or_add_user_project_role:984 : [[ -z '' ]] 2022-09-20 12:42:17.803 | + functions-common:get_or_add_user_project_role:986 : openstack --os-cloud devstack-system-admin role add admin --user a04062216a0b45eda620d460b8454e8c --project d861e52a981b4cceb90ed8d01910fa99 2022-09-20 12:42:17.803 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-09-20 12:42:17.803 | from cryptography.utils import int_from_bytes 2022-09-20 12:42:17.803 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-09-20 12:42:17.803 | from cryptography.utils import int_from_bytes 2022-09-20 12:42:17.803 | ++ functions-common:get_or_add_user_project_role:995 : grep '^|\s[a-f0-9]\+' 2022-09-20 12:42:17.803 | ++ functions-common:get_or_add_user_project_role:995 : get_field 1 2022-09-20 12:42:17.803 | ++ functions-common:get_or_add_user_project_role:995 : oscwrap --os-cloud devstack-system-admin role assignment list --role admin --user a04062216a0b45eda620d460b8454e8c --project d861e52a981b4cceb90ed8d01910fa99 2022-09-20 12:42:17.804 | ++ functions-common:get_field:811 : local data field 2022-09-20 12:42:17.804 | ++ functions-common:get_field:812 : read data 2022-09-20 12:42:17.804 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-09-20 12:42:17.804 | from cryptography.utils import int_from_bytes 2022-09-20 12:42:17.804 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-09-20 12:42:17.804 | from cryptography.utils import int_from_bytes 2022-09-20 12:42:17.804 | ++ functions-common:oscwrap:2479 : return 0 2022-09-20 12:42:17.804 | ++ functions-common:get_field:813 : '[' 1 -lt 0 ']' 2022-09-20 12:42:17.804 | ++ functions-common:get_field:816 : field='$2' 2022-09-20 12:42:17.804 | ++ functions-common:get_field:818 : awk '-F[ \t]*\\|[ \t]*' '{print $2}' 2022-09-20 12:42:17.804 | ++ functions-common:get_field:818 : echo '| 1ae028a25c4e4346954b6a1ce8e48269 | a04062216a0b45eda620d460b8454e8c | | d861e52a981b4cceb90ed8d01910fa99 | | | False |' 2022-09-20 12:42:17.804 | ++ functions-common:get_field:812 : read data 2022-09-20 12:42:17.804 | + functions-common:get_or_add_user_project_role:995 : user_role_id=1ae028a25c4e4346954b6a1ce8e48269 2022-09-20 12:42:17.804 | + functions-common:get_or_add_user_project_role:997 : echo 1ae028a25c4e4346954b6a1ce8e48269 2022-09-20 12:42:17.804 | 1ae028a25c4e4346954b6a1ce8e48269 2022-09-20 12:42:17.804 | + lib/swift:create_swift_accounts:656 : local swift_domain 2022-09-20 12:42:17.804 | ++ lib/swift:create_swift_accounts:657 : get_or_create_domain swift_test 'Used for swift functional testing' 2022-09-20 12:42:17.804 | ++ functions-common:get_or_create_domain:877 : local domain_id 2022-09-20 12:42:17.804 | +++ functions-common:get_or_create_domain:889 : oscwrap --os-cloud devstack-system-admin domain show swift_test -f value -c id 2022-09-20 12:42:17.804 | +++ functions-common:get_or_create_domain:891 : oscwrap --os-cloud devstack-system-admin domain create swift_test --description 'Used for swift functional testing' -f value -c id 2022-09-20 12:42:17.804 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-09-20 12:42:17.804 | from cryptography.utils import int_from_bytes 2022-09-20 12:42:17.804 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-09-20 12:42:17.804 | from cryptography.utils import int_from_bytes 2022-09-20 12:42:17.804 | +++ functions-common:oscwrap:2479 : return 0 2022-09-20 12:42:17.804 | ++ functions-common:get_or_create_domain:887 : domain_id=' 2022-09-20 12:42:17.804 | 3eb0fa0c697a417484edabaf31864cd6' 2022-09-20 12:42:17.804 | ++ functions-common:get_or_create_domain:888 : echo 3eb0fa0c697a417484edabaf31864cd6 2022-09-20 12:42:17.804 | + lib/swift:create_swift_accounts:657 : swift_domain=3eb0fa0c697a417484edabaf31864cd6 2022-09-20 12:42:17.804 | + lib/swift:create_swift_accounts:658 : die_if_not_set 658 swift_domain 'Failure creating swift_test domain' 2022-09-20 12:42:17.804 | + functions-common:die_if_not_set:282 : local exitcode=0 2022-09-20 12:42:17.804 | + lib/swift:create_swift_accounts:660 : local swift_project_test4 2022-09-20 12:42:17.804 | ++ lib/swift:create_swift_accounts:661 : get_or_create_project swiftprojecttest4 3eb0fa0c697a417484edabaf31864cd6 2022-09-20 12:42:17.805 | ++ functions-common:get_or_create_project:932 : local project_id 2022-09-20 12:42:17.805 | +++ functions-common:get_or_create_project:940 : oscwrap --os-cloud devstack-system-admin project create swiftprojecttest4 --domain=3eb0fa0c697a417484edabaf31864cd6 --or-show -f value -c id 2022-09-20 12:42:17.805 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-09-20 12:42:17.805 | from cryptography.utils import int_from_bytes 2022-09-20 12:42:17.805 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-09-20 12:42:17.805 | from cryptography.utils import int_from_bytes 2022-09-20 12:42:17.805 | +++ functions-common:oscwrap:2479 : return 0 2022-09-20 12:42:17.805 | ++ functions-common:get_or_create_project:938 : project_id=cc11bc87503d4895bcb4b4592d200c07 2022-09-20 12:42:17.805 | ++ functions-common:get_or_create_project:939 : echo cc11bc87503d4895bcb4b4592d200c07 2022-09-20 12:42:17.805 | + lib/swift:create_swift_accounts:661 : swift_project_test4=cc11bc87503d4895bcb4b4592d200c07 2022-09-20 12:42:17.805 | + lib/swift:create_swift_accounts:662 : die_if_not_set 662 swift_project_test4 'Failure creating swift_project_test4' 2022-09-20 12:42:17.805 | + functions-common:die_if_not_set:282 : local exitcode=0 2022-09-20 12:42:17.805 | + lib/swift:create_swift_accounts:664 : local swift_user_test4 2022-09-20 12:42:17.805 | ++ lib/swift:create_swift_accounts:666 : get_or_create_user swiftusertest4 testing4 3eb0fa0c697a417484edabaf31864cd6 test4@example.com 2022-09-20 12:42:17.805 | ++ functions-common:get_or_create_user:909 : local user_id 2022-09-20 12:42:17.805 | ++ functions-common:get_or_create_user:910 : [[ ! -z test4@example.com ]] 2022-09-20 12:42:17.805 | ++ functions-common:get_or_create_user:911 : local email=--email=test4@example.com 2022-09-20 12:42:17.805 | +++ functions-common:get_or_create_user:927 : oscwrap --os-cloud devstack-system-admin user create swiftusertest4 --password testing4 --domain=3eb0fa0c697a417484edabaf31864cd6 --email=test4@example.com --or-show -f value -c id 2022-09-20 12:42:17.805 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-09-20 12:42:17.805 | from cryptography.utils import int_from_bytes 2022-09-20 12:42:17.805 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-09-20 12:42:17.805 | from cryptography.utils import int_from_bytes 2022-09-20 12:42:17.805 | +++ functions-common:oscwrap:2479 : return 0 2022-09-20 12:42:17.805 | ++ functions-common:get_or_create_user:925 : user_id=829c143989dc457289d60e647e8deb57 2022-09-20 12:42:17.805 | ++ functions-common:get_or_create_user:926 : echo 829c143989dc457289d60e647e8deb57 2022-09-20 12:42:17.805 | + lib/swift:create_swift_accounts:666 : swift_user_test4=829c143989dc457289d60e647e8deb57 2022-09-20 12:42:17.805 | + lib/swift:create_swift_accounts:667 : die_if_not_set 667 swift_user_test4 'Failure creating swift_user_test4' 2022-09-20 12:42:17.805 | + functions-common:die_if_not_set:282 : local exitcode=0 2022-09-20 12:42:17.805 | + lib/swift:create_swift_accounts:668 : get_or_add_user_project_role admin 829c143989dc457289d60e647e8deb57 cc11bc87503d4895bcb4b4592d200c07 2022-09-20 12:42:17.805 | + functions-common:get_or_add_user_project_role:973 : local user_role_id 2022-09-20 12:42:17.805 | ++ functions-common:get_or_add_user_project_role:975 : _get_domain_args 2022-09-20 12:42:17.806 | ++ functions-common:_get_domain_args:957 : local domain 2022-09-20 12:42:17.806 | ++ functions-common:_get_domain_args:958 : domain= 2022-09-20 12:42:17.806 | ++ functions-common:_get_domain_args:960 : [[ -n '' ]] 2022-09-20 12:42:17.806 | ++ functions-common:_get_domain_args:963 : [[ -n '' ]] 2022-09-20 12:42:17.806 | ++ functions-common:_get_domain_args:967 : echo 2022-09-20 12:42:17.806 | + functions-common:get_or_add_user_project_role:975 : domain_args= 2022-09-20 12:42:17.806 | ++ functions-common:get_or_add_user_project_role:983 : oscwrap --os-cloud devstack-system-admin role assignment list --role admin --user 829c143989dc457289d60e647e8deb57 --project cc11bc87503d4895bcb4b4592d200c07 2022-09-20 12:42:17.806 | ++ functions-common:get_or_add_user_project_role:983 : grep '^|\s[a-f0-9]\+' 2022-09-20 12:42:17.806 | ++ functions-common:get_or_add_user_project_role:983 : get_field 1 2022-09-20 12:42:17.806 | ++ functions-common:get_field:811 : local data field 2022-09-20 12:42:17.806 | ++ functions-common:get_field:812 : read data 2022-09-20 12:42:17.806 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-09-20 12:42:17.806 | from cryptography.utils import int_from_bytes 2022-09-20 12:42:17.806 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-09-20 12:42:17.806 | from cryptography.utils import int_from_bytes 2022-09-20 12:42:17.806 | ++ functions-common:oscwrap:2479 : return 0 2022-09-20 12:42:17.806 | + functions-common:get_or_add_user_project_role:983 : user_role_id= 2022-09-20 12:42:17.806 | + functions-common:get_or_add_user_project_role:984 : [[ -z '' ]] 2022-09-20 12:42:17.806 | + functions-common:get_or_add_user_project_role:986 : openstack --os-cloud devstack-system-admin role add admin --user 829c143989dc457289d60e647e8deb57 --project cc11bc87503d4895bcb4b4592d200c07 2022-09-20 12:42:17.806 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-09-20 12:42:17.806 | from cryptography.utils import int_from_bytes 2022-09-20 12:42:17.806 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-09-20 12:42:17.806 | from cryptography.utils import int_from_bytes 2022-09-20 12:42:17.806 | ++ functions-common:get_or_add_user_project_role:995 : oscwrap --os-cloud devstack-system-admin role assignment list --role admin --user 829c143989dc457289d60e647e8deb57 --project cc11bc87503d4895bcb4b4592d200c07 2022-09-20 12:42:17.806 | ++ functions-common:get_or_add_user_project_role:995 : grep '^|\s[a-f0-9]\+' 2022-09-20 12:42:17.806 | ++ functions-common:get_or_add_user_project_role:995 : get_field 1 2022-09-20 12:42:17.806 | ++ functions-common:get_field:811 : local data field 2022-09-20 12:42:17.806 | ++ functions-common:get_field:812 : read data 2022-09-20 12:42:17.806 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-09-20 12:42:17.806 | from cryptography.utils import int_from_bytes 2022-09-20 12:42:17.806 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-09-20 12:42:17.806 | from cryptography.utils import int_from_bytes 2022-09-20 12:42:17.806 | ++ functions-common:oscwrap:2479 : return 0 2022-09-20 12:42:17.807 | ++ functions-common:get_field:813 : '[' 1 -lt 0 ']' 2022-09-20 12:42:17.807 | ++ functions-common:get_field:816 : field='$2' 2022-09-20 12:42:17.807 | ++ functions-common:get_field:818 : awk '-F[ \t]*\\|[ \t]*' '{print $2}' 2022-09-20 12:42:17.807 | ++ functions-common:get_field:818 : echo '| 1ae028a25c4e4346954b6a1ce8e48269 | 829c143989dc457289d60e647e8deb57 | | cc11bc87503d4895bcb4b4592d200c07 | | | False |' 2022-09-20 12:42:17.807 | ++ functions-common:get_field:812 : read data 2022-09-20 12:42:17.807 | + functions-common:get_or_add_user_project_role:995 : user_role_id=1ae028a25c4e4346954b6a1ce8e48269 2022-09-20 12:42:17.807 | + functions-common:get_or_add_user_project_role:997 : echo 1ae028a25c4e4346954b6a1ce8e48269 2022-09-20 12:42:17.807 | 1ae028a25c4e4346954b6a1ce8e48269 2022-09-20 12:42:17.842 | [263205 Async create_swift_accounts:304855]: finished create_swift_accounts with result 0 in 161 seconds 2022-09-20 12:42:17.850 | Not waiting for async task configure_horizon that we never started or has already been waited for 2022-09-20 12:42:17.853 | + inc/async:async_wait:197 : return 0 2022-09-20 12:42:17.855 | + ./stack.sh:main:1130 : is_service_enabled mysql postgresql 2022-09-20 12:42:17.874 | + functions-common:is_service_enabled:2095 : return 0 2022-09-20 12:42:17.878 | + ./stack.sh:main:1130 : is_service_enabled glance 2022-09-20 12:42:17.898 | + functions-common:is_service_enabled:2095 : return 0 2022-09-20 12:42:17.901 | + ./stack.sh:main:1131 : echo_summary 'Configuring Glance' 2022-09-20 12:42:17.903 | + ./stack.sh:echo_summary:435 : [[ -t 3 ]] 2022-09-20 12:42:17.906 | + ./stack.sh:echo_summary:441 : echo -e Configuring Glance 2022-09-20 12:42:17.909 | + ./stack.sh:main:1132 : async_runfunc init_glance 2022-09-20 12:42:17.911 | + inc/async:async_runfunc:116 : async_run init_glance init_glance 2022-09-20 12:42:17.981 | + inc/async:async_inner:63 : init_glance 2022-09-20 12:42:18.028 | [263205 Async init_glance:309186]: running: init_glance 2022-09-20 12:42:18.031 | + ./stack.sh:main:1139 : is_service_enabled neutron 2022-09-20 12:42:18.054 | + functions-common:is_service_enabled:2095 : return 0 2022-09-20 12:42:18.057 | + ./stack.sh:main:1140 : echo_summary 'Configuring Neutron' 2022-09-20 12:42:18.059 | + ./stack.sh:echo_summary:435 : [[ -t 3 ]] 2022-09-20 12:42:18.063 | + ./stack.sh:echo_summary:441 : echo -e Configuring Neutron 2022-09-20 12:42:18.066 | + ./stack.sh:main:1142 : configure_neutron 2022-09-20 12:42:18.068 | + lib/neutron:configure_neutron:635 : is_neutron_legacy_enabled 2022-09-20 12:42:18.073 | ++ lib/neutron:is_neutron_legacy_enabled:142 : echo c-bak,c-vol,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon 2022-09-20 12:42:18.073 | ++ lib/neutron:is_neutron_legacy_enabled:142 : sed s/neutron-//g 2022-09-20 12:42:18.081 | + lib/neutron:is_neutron_legacy_enabled:142 : disabled_services_copy=c-bak,c-vol,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon 2022-09-20 12:42:18.084 | + lib/neutron:is_neutron_legacy_enabled:143 : [[ ,c-bak,c-vol,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon =~ ,neutron ]] 2022-09-20 12:42:18.087 | + lib/neutron:is_neutron_legacy_enabled:144 : [[ ,key,n-api,n-cond,n-sch,n-api-meta,placement-api,placement-client,g-api,c-sch,c-api,ovn-controller,ovn-northd,ovs-vswitchd,ovsdb-server,q-svc,q-ovn-metadata-agent,rabbit,tempest,mysql,etcd3,dstat,n-crt,n-cauth,q-agt,q-dhcp,q-l3,q-meta,q-metering,q-vpn,g-reg,cinder,s-proxy,s-object,s-container,s-account,heat,h-api,h-api-cfn,h-api-cw,h-eng,ceilometer-acentral,ceilometer-acompute,ceilometer-collector,ceilometer-api,ceilometer-anotification =~ ,q- ]] 2022-09-20 12:42:18.090 | + lib/neutron:is_neutron_legacy_enabled:144 : return 0 2022-09-20 12:42:18.093 | + lib/neutron:configure_neutron:637 : configure_mutnauq 2022-09-20 12:42:18.096 | + lib/neutron-legacy:configure_mutnauq:351 : _configure_neutron_common 2022-09-20 12:42:18.100 | + lib/neutron-legacy:_configure_neutron_common:781 : _create_neutron_conf_dir 2022-09-20 12:42:18.103 | + lib/neutron-legacy:_create_neutron_conf_dir:774 : sudo install -d -o ubuntu /etc/neutron 2022-09-20 12:42:18.119 | + lib/neutron-legacy:_configure_neutron_common:784 : cd /opt/stack/neutron 2022-09-20 12:42:18.122 | + lib/neutron-legacy:_configure_neutron_common:784 : exec ./tools/generate_config_file_samples.sh 2022-09-20 12:42:21.539 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-09-20 12:42:21.539 | from cryptography.utils import int_from_bytes 2022-09-20 12:42:21.539 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-09-20 12:42:21.539 | from cryptography.utils import int_from_bytes 2022-09-20 12:42:24.941 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-09-20 12:42:24.941 | from cryptography.utils import int_from_bytes 2022-09-20 12:42:24.941 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-09-20 12:42:24.941 | from cryptography.utils import int_from_bytes 2022-09-20 12:42:28.170 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-09-20 12:42:28.170 | from cryptography.utils import int_from_bytes 2022-09-20 12:42:28.170 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-09-20 12:42:28.170 | from cryptography.utils import int_from_bytes 2022-09-20 12:42:29.177 | + inc/async:async_inner:64 : rc=0 2022-09-20 12:42:29.209 | [309186 Async init_glance:309186]: finished successfully 2022-09-20 12:42:31.453 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-09-20 12:42:31.454 | from cryptography.utils import int_from_bytes 2022-09-20 12:42:31.454 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-09-20 12:42:31.454 | from cryptography.utils import int_from_bytes 2022-09-20 12:42:34.754 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-09-20 12:42:34.754 | from cryptography.utils import int_from_bytes 2022-09-20 12:42:34.754 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-09-20 12:42:34.754 | from cryptography.utils import int_from_bytes 2022-09-20 12:42:37.934 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-09-20 12:42:37.934 | from cryptography.utils import int_from_bytes 2022-09-20 12:42:37.935 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-09-20 12:42:37.935 | from cryptography.utils import int_from_bytes 2022-09-20 12:42:41.076 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-09-20 12:42:41.077 | from cryptography.utils import int_from_bytes 2022-09-20 12:42:41.077 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-09-20 12:42:41.077 | from cryptography.utils import int_from_bytes 2022-09-20 12:42:44.609 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-09-20 12:42:44.609 | from cryptography.utils import int_from_bytes 2022-09-20 12:42:44.610 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-09-20 12:42:44.610 | from cryptography.utils import int_from_bytes 2022-09-20 12:42:48.584 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-09-20 12:42:48.584 | from cryptography.utils import int_from_bytes 2022-09-20 12:42:48.584 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-09-20 12:42:48.584 | from cryptography.utils import int_from_bytes 2022-09-20 12:42:53.581 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-09-20 12:42:53.581 | from cryptography.utils import int_from_bytes 2022-09-20 12:42:53.581 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-09-20 12:42:53.581 | from cryptography.utils import int_from_bytes 2022-09-20 12:42:53.889 | + lib/neutron-legacy:_configure_neutron_common:786 : cp /opt/stack/neutron/etc/neutron.conf.sample /etc/neutron/neutron.conf 2022-09-20 12:42:53.894 | + lib/neutron-legacy:_configure_neutron_common:788 : Q_POLICY_FILE=/etc/neutron/policy.json 2022-09-20 12:42:53.896 | + lib/neutron-legacy:_configure_neutron_common:792 : '[' -f /opt/stack/neutron/etc/policy.json ']' 2022-09-20 12:42:53.898 | + lib/neutron-legacy:_configure_neutron_common:796 : echo '{"context_is_admin": "role:admin or user_name:neutron"}' 2022-09-20 12:42:53.901 | + lib/neutron-legacy:_configure_neutron_common:801 : neutron_plugin_configure_common 2022-09-20 12:42:53.903 | + lib/neutron_plugins/ml2:neutron_plugin_configure_common:65 : Q_PLUGIN_CONF_PATH=etc/neutron/plugins/ml2 2022-09-20 12:42:53.906 | + lib/neutron_plugins/ml2:neutron_plugin_configure_common:66 : Q_PLUGIN_CONF_FILENAME=ml2_conf.ini 2022-09-20 12:42:53.908 | + lib/neutron_plugins/ml2:neutron_plugin_configure_common:67 : Q_PLUGIN_CLASS=ml2 2022-09-20 12:42:53.910 | + lib/neutron_plugins/ml2:neutron_plugin_configure_common:70 : _neutron_service_plugin_class_add router 2022-09-20 12:42:53.913 | + lib/neutron-legacy:_neutron_service_plugin_class_add:965 : local service_plugin_class=router 2022-09-20 12:42:53.915 | + lib/neutron-legacy:_neutron_service_plugin_class_add:966 : [[ '' == '' ]] 2022-09-20 12:42:53.917 | + lib/neutron-legacy:_neutron_service_plugin_class_add:967 : Q_SERVICE_PLUGIN_CLASSES=router 2022-09-20 12:42:53.920 | + lib/neutron-legacy:_configure_neutron_common:803 : [[ etc/neutron/plugins/ml2 == '' ]] 2022-09-20 12:42:53.922 | + lib/neutron-legacy:_configure_neutron_common:803 : [[ ml2_conf.ini == '' ]] 2022-09-20 12:42:53.924 | + lib/neutron-legacy:_configure_neutron_common:803 : [[ ml2 == '' ]] 2022-09-20 12:42:53.927 | + lib/neutron-legacy:_configure_neutron_common:808 : mkdir -p /etc/neutron/plugins/ml2 2022-09-20 12:42:53.931 | + lib/neutron-legacy:_configure_neutron_common:809 : Q_PLUGIN_CONF_FILE=etc/neutron/plugins/ml2/ml2_conf.ini 2022-09-20 12:42:53.933 | + lib/neutron-legacy:_configure_neutron_common:812 : '[' -f /opt/stack/neutron/etc/neutron/plugins/ml2/ml2_conf.ini.sample ']' 2022-09-20 12:42:53.935 | + lib/neutron-legacy:_configure_neutron_common:813 : cp /opt/stack/neutron/etc/neutron/plugins/ml2/ml2_conf.ini.sample /etc/neutron/plugins/ml2/ml2_conf.ini 2022-09-20 12:42:53.941 | ++ lib/neutron-legacy:_configure_neutron_common:818 : database_connection_url neutron 2022-09-20 12:42:53.943 | ++ lib/database:database_connection_url:134 : local db=neutron 2022-09-20 12:42:53.945 | ++ lib/database:database_connection_url:135 : database_connection_url_mysql neutron 2022-09-20 12:42:53.948 | ++ lib/databases/mysql:database_connection_url_mysql:224 : local db=neutron 2022-09-20 12:42:53.950 | ++ lib/databases/mysql:database_connection_url_mysql:225 : local plugin 2022-09-20 12:42:53.952 | ++ lib/databases/mysql:database_connection_url_mysql:229 : [[ True == \T\r\u\e ]] 2022-09-20 12:42:53.954 | ++ lib/databases/mysql:database_connection_url_mysql:230 : is_service_enabled mysql 2022-09-20 12:42:53.971 | ++ functions-common:is_service_enabled:2095 : return 0 2022-09-20 12:42:53.973 | ++ lib/databases/mysql:database_connection_url_mysql:231 : plugin='&plugin=dbcounter' 2022-09-20 12:42:53.975 | ++ lib/databases/mysql:database_connection_url_mysql:235 : echo 'mysql+pymysql://root:Passw0rd@127.0.0.1/neutron?charset=utf8&plugin=dbcounter' 2022-09-20 12:42:53.978 | + lib/neutron-legacy:_configure_neutron_common:818 : iniset /etc/neutron/neutron.conf database connection 'mysql+pymysql://root:Passw0rd@127.0.0.1/neutron?charset=utf8&plugin=dbcounter' 2022-09-20 12:42:54.012 | + lib/neutron-legacy:_configure_neutron_common:819 : iniset /etc/neutron/neutron.conf DEFAULT state_path /opt/stack/data/neutron 2022-09-20 12:42:54.046 | + lib/neutron-legacy:_configure_neutron_common:820 : iniset /etc/neutron/neutron.conf DEFAULT use_syslog False 2022-09-20 12:42:54.080 | + lib/neutron-legacy:_configure_neutron_common:821 : iniset /etc/neutron/neutron.conf DEFAULT bind_host 0.0.0.0 2022-09-20 12:42:54.114 | + lib/neutron-legacy:_configure_neutron_common:822 : iniset /etc/neutron/neutron.conf oslo_concurrency lock_path /opt/stack/data/neutron/lock 2022-09-20 12:42:54.148 | + lib/neutron-legacy:_configure_neutron_common:825 : iniset /etc/neutron/neutron.conf nova region_name RegionOne 2022-09-20 12:42:54.182 | + lib/neutron-legacy:_configure_neutron_common:827 : '[' libvirt = fake ']' 2022-09-20 12:42:54.185 | + lib/neutron-legacy:_configure_neutron_common:837 : setup_logging /etc/neutron/neutron.conf 2022-09-20 12:42:54.189 | + functions:setup_logging:674 : setup_systemd_logging /etc/neutron/neutron.conf 2022-09-20 12:42:54.192 | + functions:setup_systemd_logging:689 : local conf_file=/etc/neutron/neutron.conf 2022-09-20 12:42:54.195 | ++ functions:setup_systemd_logging:694 : trueorfalse False USE_JOURNAL 2022-09-20 12:42:54.212 | + functions:setup_systemd_logging:694 : USE_JOURNAL=False 2022-09-20 12:42:54.214 | + functions:setup_systemd_logging:695 : local pidstr= 2022-09-20 12:42:54.217 | + functions:setup_systemd_logging:696 : [[ False == \T\r\u\e ]] 2022-09-20 12:42:54.220 | + functions:setup_systemd_logging:700 : pidstr='(pid=%(process)d) ' 2022-09-20 12:42:54.222 | + 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-09-20 12:42:54.256 | + 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-09-20 12:42:54.290 | + 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-09-20 12:42:54.323 | + functions:setup_systemd_logging:706 : iniset /etc/neutron/neutron.conf DEFAULT logging_exception_prefix 'ERROR %(name)s %(instance)s' 2022-09-20 12:42:54.357 | + lib/neutron-legacy:_configure_neutron_common:839 : is_service_enabled tls-proxy 2022-09-20 12:42:54.374 | + functions-common:is_service_enabled:2095 : return 1 2022-09-20 12:42:54.377 | + lib/neutron-legacy:_configure_neutron_common:845 : _neutron_setup_rootwrap 2022-09-20 12:42:54.380 | + lib/neutron-legacy:_neutron_setup_rootwrap:1000 : [[ True == \F\a\l\s\e ]] 2022-09-20 12:42:54.382 | + lib/neutron-legacy:_neutron_setup_rootwrap:1004 : Q_CONF_ROOTWRAP_D=/etc/neutron/rootwrap.d 2022-09-20 12:42:54.384 | + lib/neutron-legacy:_neutron_setup_rootwrap:1005 : [[ -d /etc/neutron/rootwrap.d ]] 2022-09-20 12:42:54.387 | + lib/neutron-legacy:_neutron_setup_rootwrap:1006 : sudo rm -rf /etc/neutron/rootwrap.d 2022-09-20 12:42:54.399 | + lib/neutron-legacy:_neutron_setup_rootwrap:1009 : _neutron_deploy_rootwrap_filters /opt/stack/neutron 2022-09-20 12:42:54.402 | + lib/neutron-legacy:_neutron_deploy_rootwrap_filters:990 : [[ True == \F\a\l\s\e ]] 2022-09-20 12:42:54.404 | + lib/neutron-legacy:_neutron_deploy_rootwrap_filters:993 : local srcdir=/opt/stack/neutron 2022-09-20 12:42:54.406 | + lib/neutron-legacy:_neutron_deploy_rootwrap_filters:994 : sudo install -d -o root -m 755 /etc/neutron/rootwrap.d 2022-09-20 12:42:54.420 | + lib/neutron-legacy:_neutron_deploy_rootwrap_filters:995 : sudo install -o root -m 644 /opt/stack/neutron/etc/neutron/rootwrap.d/rootwrap.filters /etc/neutron/rootwrap.d/ 2022-09-20 12:42:54.433 | + lib/neutron-legacy:_neutron_setup_rootwrap:1013 : test -r /opt/stack/neutron/etc/neutron/rootwrap.conf 2022-09-20 12:42:54.436 | + lib/neutron-legacy:_neutron_setup_rootwrap:1016 : sudo install -o root -g root -m 644 /opt/stack/neutron/etc/rootwrap.conf /etc/neutron/rootwrap.conf 2022-09-20 12:42:54.450 | + lib/neutron-legacy:_neutron_setup_rootwrap:1018 : sudo sed -e 's:^filters_path=.*$:filters_path=/etc/neutron/rootwrap.d:' -i /etc/neutron/rootwrap.conf 2022-09-20 12:42:54.464 | + lib/neutron-legacy:_neutron_setup_rootwrap:1019 : sudo sed -e 's:^exec_dirs=\(.*\)$:exec_dirs=\1,/usr/local/bin:' -i /etc/neutron/rootwrap.conf 2022-09-20 12:42:54.478 | + lib/neutron-legacy:_neutron_setup_rootwrap:1022 : ROOTWRAP_SUDOER_CMD='/usr/local/bin/neutron-rootwrap /etc/neutron/rootwrap.conf *' 2022-09-20 12:42:54.482 | + lib/neutron-legacy:_neutron_setup_rootwrap:1023 : ROOTWRAP_DAEMON_SUDOER_CMD='/usr/local/bin/neutron-rootwrap-daemon /etc/neutron/rootwrap.conf' 2022-09-20 12:42:54.485 | ++ lib/neutron-legacy:_neutron_setup_rootwrap:1026 : mktemp 2022-09-20 12:42:54.490 | + lib/neutron-legacy:_neutron_setup_rootwrap:1026 : TEMPFILE=/tmp/tmp.CQJBxfFtoz 2022-09-20 12:42:54.492 | + lib/neutron-legacy:_neutron_setup_rootwrap:1027 : echo 'ubuntu ALL=(root) NOPASSWD: /usr/local/bin/neutron-rootwrap /etc/neutron/rootwrap.conf *' 2022-09-20 12:42:54.495 | + lib/neutron-legacy:_neutron_setup_rootwrap:1028 : echo 'ubuntu ALL=(root) NOPASSWD: /usr/local/bin/neutron-rootwrap-daemon /etc/neutron/rootwrap.conf' 2022-09-20 12:42:54.497 | + lib/neutron-legacy:_neutron_setup_rootwrap:1029 : chmod 0440 /tmp/tmp.CQJBxfFtoz 2022-09-20 12:42:54.501 | + lib/neutron-legacy:_neutron_setup_rootwrap:1030 : sudo chown root:root /tmp/tmp.CQJBxfFtoz 2022-09-20 12:42:54.514 | + lib/neutron-legacy:_neutron_setup_rootwrap:1031 : sudo mv /tmp/tmp.CQJBxfFtoz /etc/sudoers.d/neutron-rootwrap 2022-09-20 12:42:54.527 | + lib/neutron-legacy:_neutron_setup_rootwrap:1034 : iniset /etc/neutron/neutron.conf agent root_helper 'sudo /usr/local/bin/neutron-rootwrap /etc/neutron/rootwrap.conf' 2022-09-20 12:42:54.563 | + lib/neutron-legacy:_neutron_setup_rootwrap:1035 : [[ True == \T\r\u\e ]] 2022-09-20 12:42:54.566 | + lib/neutron-legacy:_neutron_setup_rootwrap:1036 : iniset /etc/neutron/neutron.conf agent root_helper_daemon 'sudo /usr/local/bin/neutron-rootwrap-daemon /etc/neutron/rootwrap.conf' 2022-09-20 12:42:54.602 | + lib/neutron-legacy:configure_mutnauq:352 : iniset_rpc_backend neutron /etc/neutron/neutron.conf 2022-09-20 12:42:54.604 | + lib/rpc_backend:iniset_rpc_backend:157 : local package=neutron 2022-09-20 12:42:54.608 | + lib/rpc_backend:iniset_rpc_backend:158 : local file=/etc/neutron/neutron.conf 2022-09-20 12:42:54.610 | + lib/rpc_backend:iniset_rpc_backend:159 : local section=DEFAULT 2022-09-20 12:42:54.613 | + lib/rpc_backend:iniset_rpc_backend:160 : local virtual_host= 2022-09-20 12:42:54.615 | + lib/rpc_backend:iniset_rpc_backend:161 : is_service_enabled rabbit 2022-09-20 12:42:54.633 | + functions-common:is_service_enabled:2095 : return 0 2022-09-20 12:42:54.636 | ++ lib/rpc_backend:iniset_rpc_backend:162 : get_transport_url '' 2022-09-20 12:42:54.639 | ++ lib/rpc_backend:get_transport_url:139 : local virtual_host= 2022-09-20 12:42:54.641 | ++ lib/rpc_backend:get_transport_url:140 : is_service_enabled rabbit 2022-09-20 12:42:54.660 | ++ functions-common:is_service_enabled:2095 : return 0 2022-09-20 12:42:54.662 | ++ lib/rpc_backend:get_transport_url:141 : echo rabbit://stackrabbit:Passw0rd@10.222.0.52:5672/ 2022-09-20 12:42:54.665 | + lib/rpc_backend:iniset_rpc_backend:162 : iniset /etc/neutron/neutron.conf DEFAULT transport_url rabbit://stackrabbit:Passw0rd@10.222.0.52:5672/ 2022-09-20 12:42:54.703 | + lib/rpc_backend:iniset_rpc_backend:163 : '[' -n '' ']' 2022-09-20 12:42:54.706 | + lib/rpc_backend:iniset_rpc_backend:166 : '[' -n '' ']' 2022-09-20 12:42:54.708 | + lib/neutron-legacy:configure_mutnauq:354 : is_service_enabled q-metering 2022-09-20 12:42:54.727 | + functions-common:is_service_enabled:2095 : return 0 2022-09-20 12:42:54.730 | + lib/neutron-legacy:configure_mutnauq:355 : _configure_neutron_metering 2022-09-20 12:42:54.733 | + lib/neutron-legacy:_configure_neutron_metering:894 : neutron_agent_metering_configure_common 2022-09-20 12:42:54.736 | + lib/neutron_plugins/services/metering:neutron_agent_metering_configure_common:15 : _neutron_service_plugin_class_add neutron.services.metering.metering_plugin.MeteringPlugin 2022-09-20 12:42:54.739 | + lib/neutron-legacy:_neutron_service_plugin_class_add:965 : local service_plugin_class=neutron.services.metering.metering_plugin.MeteringPlugin 2022-09-20 12:42:54.742 | + lib/neutron-legacy:_neutron_service_plugin_class_add:966 : [[ router == '' ]] 2022-09-20 12:42:54.745 | + lib/neutron-legacy:_neutron_service_plugin_class_add:968 : [[ ! ,router, =~ ,neutron.services.metering.metering_plugin.MeteringPlugin, ]] 2022-09-20 12:42:54.748 | + lib/neutron-legacy:_neutron_service_plugin_class_add:969 : Q_SERVICE_PLUGIN_CLASSES=router,neutron.services.metering.metering_plugin.MeteringPlugin 2022-09-20 12:42:54.750 | + lib/neutron-legacy:_configure_neutron_metering:895 : neutron_agent_metering_configure_agent 2022-09-20 12:42:54.753 | + lib/neutron_plugins/services/metering:neutron_agent_metering_configure_agent:19 : METERING_AGENT_CONF_PATH=/etc/neutron/services/metering 2022-09-20 12:42:54.757 | + lib/neutron_plugins/services/metering:neutron_agent_metering_configure_agent:20 : mkdir -p /etc/neutron/services/metering 2022-09-20 12:42:54.761 | + lib/neutron_plugins/services/metering:neutron_agent_metering_configure_agent:22 : METERING_AGENT_CONF_FILENAME=/etc/neutron/services/metering/metering_agent.ini 2022-09-20 12:42:54.764 | + 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-09-20 12:42:54.768 | + lib/neutron-legacy:configure_mutnauq:357 : is_service_enabled q-agt q-svc 2022-09-20 12:42:54.787 | + functions-common:is_service_enabled:2095 : return 0 2022-09-20 12:42:54.791 | + lib/neutron-legacy:configure_mutnauq:358 : _configure_neutron_service 2022-09-20 12:42:54.793 | + lib/neutron-legacy:_configure_neutron_service:931 : Q_API_PASTE_FILE=/etc/neutron/api-paste.ini 2022-09-20 12:42:54.796 | + lib/neutron-legacy:_configure_neutron_service:932 : cp /opt/stack/neutron/etc/api-paste.ini /etc/neutron/api-paste.ini 2022-09-20 12:42:54.801 | + lib/neutron-legacy:_configure_neutron_service:934 : [[ -n networking ]] 2022-09-20 12:42:54.804 | + lib/neutron-legacy:_configure_neutron_service:935 : _replace_api_paste_composite 2022-09-20 12:42:54.806 | + lib/neutron-legacy:_replace_api_paste_composite:920 : local sep 2022-09-20 12:42:54.810 | ++ lib/neutron-legacy:_replace_api_paste_composite:921 : echo -ne '\x01' 2022-09-20 12:42:54.814 | + lib/neutron-legacy:_replace_api_paste_composite:921 : sep=$'\001' 2022-09-20 12:42:54.816 | + lib/neutron-legacy:_replace_api_paste_composite:923 : sed -i -e 's/\/\: neutronversions_composite/\/networking\/\: neutronversions_composite/' /etc/neutron/api-paste.ini 2022-09-20 12:42:54.824 | + lib/neutron-legacy:_replace_api_paste_composite:924 : sed -i -e 's/\/healthcheck\: healthcheck/\/networking\/healthcheck\: healthcheck/' /etc/neutron/api-paste.ini 2022-09-20 12:42:54.829 | + lib/neutron-legacy:_replace_api_paste_composite:925 : sed -i -e 's/\/v2.0\: neutronapi_v2_0/\/networking\/v2.0\: neutronapi_v2_0/' /etc/neutron/api-paste.ini 2022-09-20 12:42:54.835 | + lib/neutron-legacy:_configure_neutron_service:939 : iniset /etc/neutron/neutron.conf DEFAULT core_plugin ml2 2022-09-20 12:42:54.872 | + lib/neutron-legacy:_configure_neutron_service:941 : iniset /etc/neutron/neutron.conf DEFAULT debug True 2022-09-20 12:42:54.913 | + lib/neutron-legacy:_configure_neutron_service:942 : iniset /etc/neutron/neutron.conf oslo_policy policy_file /etc/neutron/policy.json 2022-09-20 12:42:54.951 | + lib/neutron-legacy:_configure_neutron_service:944 : iniset /etc/neutron/neutron.conf DEFAULT auth_strategy keystone 2022-09-20 12:42:54.989 | + lib/neutron-legacy:_configure_neutron_service:945 : configure_keystone_authtoken_middleware /etc/neutron/neutron.conf neutron 2022-09-20 12:42:54.991 | + lib/keystone:configure_keystone_authtoken_middleware:447 : local conf_file=/etc/neutron/neutron.conf 2022-09-20 12:42:54.994 | + lib/keystone:configure_keystone_authtoken_middleware:448 : local admin_user=neutron 2022-09-20 12:42:54.996 | + lib/keystone:configure_keystone_authtoken_middleware:449 : local section=keystone_authtoken 2022-09-20 12:42:54.999 | + lib/keystone:configure_keystone_authtoken_middleware:451 : iniset /etc/neutron/neutron.conf keystone_authtoken auth_type password 2022-09-20 12:42:55.038 | + lib/keystone:configure_keystone_authtoken_middleware:452 : iniset /etc/neutron/neutron.conf keystone_authtoken interface public 2022-09-20 12:42:55.072 | + lib/keystone:configure_keystone_authtoken_middleware:453 : iniset /etc/neutron/neutron.conf keystone_authtoken auth_url http://10.222.0.52/identity 2022-09-20 12:42:55.108 | + lib/keystone:configure_keystone_authtoken_middleware:454 : iniset /etc/neutron/neutron.conf keystone_authtoken username neutron 2022-09-20 12:42:55.143 | + lib/keystone:configure_keystone_authtoken_middleware:455 : iniset /etc/neutron/neutron.conf keystone_authtoken password Passw0rd 2022-09-20 12:42:55.181 | + lib/keystone:configure_keystone_authtoken_middleware:456 : iniset /etc/neutron/neutron.conf keystone_authtoken user_domain_name Default 2022-09-20 12:42:55.224 | + lib/keystone:configure_keystone_authtoken_middleware:457 : iniset /etc/neutron/neutron.conf keystone_authtoken project_name service 2022-09-20 12:42:55.261 | + lib/keystone:configure_keystone_authtoken_middleware:458 : iniset /etc/neutron/neutron.conf keystone_authtoken project_domain_name Default 2022-09-20 12:42:55.303 | + lib/keystone:configure_keystone_authtoken_middleware:460 : iniset /etc/neutron/neutron.conf keystone_authtoken cafile /opt/stack/data/ca-bundle.pem 2022-09-20 12:42:55.341 | + lib/keystone:configure_keystone_authtoken_middleware:461 : iniset /etc/neutron/neutron.conf keystone_authtoken memcached_servers localhost:11211 2022-09-20 12:42:55.378 | + lib/neutron-legacy:_configure_neutron_service:948 : iniset /etc/neutron/neutron.conf DEFAULT notify_nova_on_port_status_changes True 2022-09-20 12:42:55.418 | + lib/neutron-legacy:_configure_neutron_service:949 : iniset /etc/neutron/neutron.conf DEFAULT notify_nova_on_port_data_changes True 2022-09-20 12:42:55.459 | + lib/neutron-legacy:_configure_neutron_service:951 : configure_keystone_authtoken_middleware /etc/neutron/neutron.conf nova nova 2022-09-20 12:42:55.462 | + lib/keystone:configure_keystone_authtoken_middleware:447 : local conf_file=/etc/neutron/neutron.conf 2022-09-20 12:42:55.464 | + lib/keystone:configure_keystone_authtoken_middleware:448 : local admin_user=nova 2022-09-20 12:42:55.468 | + lib/keystone:configure_keystone_authtoken_middleware:449 : local section=nova 2022-09-20 12:42:55.470 | + lib/keystone:configure_keystone_authtoken_middleware:451 : iniset /etc/neutron/neutron.conf nova auth_type password 2022-09-20 12:42:55.507 | + lib/keystone:configure_keystone_authtoken_middleware:452 : iniset /etc/neutron/neutron.conf nova interface public 2022-09-20 12:42:55.544 | + lib/keystone:configure_keystone_authtoken_middleware:453 : iniset /etc/neutron/neutron.conf nova auth_url http://10.222.0.52/identity 2022-09-20 12:42:55.581 | + lib/keystone:configure_keystone_authtoken_middleware:454 : iniset /etc/neutron/neutron.conf nova username nova 2022-09-20 12:42:55.620 | + lib/keystone:configure_keystone_authtoken_middleware:455 : iniset /etc/neutron/neutron.conf nova password Passw0rd 2022-09-20 12:42:55.659 | + lib/keystone:configure_keystone_authtoken_middleware:456 : iniset /etc/neutron/neutron.conf nova user_domain_name Default 2022-09-20 12:42:55.696 | + lib/keystone:configure_keystone_authtoken_middleware:457 : iniset /etc/neutron/neutron.conf nova project_name service 2022-09-20 12:42:55.734 | + lib/keystone:configure_keystone_authtoken_middleware:458 : iniset /etc/neutron/neutron.conf nova project_domain_name Default 2022-09-20 12:42:55.771 | + lib/keystone:configure_keystone_authtoken_middleware:460 : iniset /etc/neutron/neutron.conf nova cafile /opt/stack/data/ca-bundle.pem 2022-09-20 12:42:55.808 | + lib/keystone:configure_keystone_authtoken_middleware:461 : iniset /etc/neutron/neutron.conf nova memcached_servers localhost:11211 2022-09-20 12:42:55.844 | + lib/neutron-legacy:_configure_neutron_service:954 : configure_keystone_authtoken_middleware /etc/neutron/neutron.conf placement placement 2022-09-20 12:42:55.847 | + lib/keystone:configure_keystone_authtoken_middleware:447 : local conf_file=/etc/neutron/neutron.conf 2022-09-20 12:42:55.850 | + lib/keystone:configure_keystone_authtoken_middleware:448 : local admin_user=placement 2022-09-20 12:42:55.852 | + lib/keystone:configure_keystone_authtoken_middleware:449 : local section=placement 2022-09-20 12:42:55.854 | + lib/keystone:configure_keystone_authtoken_middleware:451 : iniset /etc/neutron/neutron.conf placement auth_type password 2022-09-20 12:42:55.894 | + lib/keystone:configure_keystone_authtoken_middleware:452 : iniset /etc/neutron/neutron.conf placement interface public 2022-09-20 12:42:55.936 | + lib/keystone:configure_keystone_authtoken_middleware:453 : iniset /etc/neutron/neutron.conf placement auth_url http://10.222.0.52/identity 2022-09-20 12:42:55.974 | + lib/keystone:configure_keystone_authtoken_middleware:454 : iniset /etc/neutron/neutron.conf placement username placement 2022-09-20 12:42:56.011 | + lib/keystone:configure_keystone_authtoken_middleware:455 : iniset /etc/neutron/neutron.conf placement password Passw0rd 2022-09-20 12:42:56.051 | + lib/keystone:configure_keystone_authtoken_middleware:456 : iniset /etc/neutron/neutron.conf placement user_domain_name Default 2022-09-20 12:42:56.088 | + lib/keystone:configure_keystone_authtoken_middleware:457 : iniset /etc/neutron/neutron.conf placement project_name service 2022-09-20 12:42:56.125 | + lib/keystone:configure_keystone_authtoken_middleware:458 : iniset /etc/neutron/neutron.conf placement project_domain_name Default 2022-09-20 12:42:56.163 | + lib/keystone:configure_keystone_authtoken_middleware:460 : iniset /etc/neutron/neutron.conf placement cafile /opt/stack/data/ca-bundle.pem 2022-09-20 12:42:56.204 | + lib/keystone:configure_keystone_authtoken_middleware:461 : iniset /etc/neutron/neutron.conf placement memcached_servers localhost:11211 2022-09-20 12:42:56.241 | + lib/neutron-legacy:_configure_neutron_service:957 : neutron_plugin_configure_service 2022-09-20 12:42:56.244 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:74 : [[ vlan != \l\o\c\a\l ]] 2022-09-20 12:42:56.246 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:75 : Q_SRV_EXTRA_OPTS+=(tenant_network_types=$Q_ML2_TENANT_NETWORK_TYPE) 2022-09-20 12:42:56.249 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:89 : '[' '' == '' ']' 2022-09-20 12:42:56.252 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:90 : [[ '' == '' ]] 2022-09-20 12:42:56.256 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:90 : [[ physnet1 != '' ]] 2022-09-20 12:42:56.259 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:91 : ML2_VLAN_RANGES=physnet1 2022-09-20 12:42:56.261 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:92 : [[ 300:349 != '' ]] 2022-09-20 12:42:56.264 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:93 : ML2_VLAN_RANGES=physnet1:300:349 2022-09-20 12:42:56.267 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:96 : [[ physnet1:300:349 != '' ]] 2022-09-20 12:42:56.269 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:97 : Q_ML2_PLUGIN_VLAN_TYPE_OPTIONS=(network_vlan_ranges=$ML2_VLAN_RANGES) 2022-09-20 12:42:56.272 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:103 : [[ -z '' ]] 2022-09-20 12:42:56.275 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:104 : [[ -n physnet1 ]] 2022-09-20 12:42:56.277 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:105 : Q_ML2_PLUGIN_FLAT_TYPE_OPTIONS=flat_networks= 2022-09-20 12:42:56.281 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:106 : [[ -n physnet1 ]] 2022-09-20 12:42:56.283 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:107 : Q_ML2_PLUGIN_FLAT_TYPE_OPTIONS+=physnet1, 2022-09-20 12:42:56.286 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:109 : [[ -n physnet1 ]] 2022-09-20 12:42:56.288 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:109 : [[ physnet1 != \p\h\y\s\n\e\t\1 ]] 2022-09-20 12:42:56.291 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:121 : [[ True == \T\r\u\e ]] 2022-09-20 12:42:56.293 | + 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-09-20 12:42:56.327 | + 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-09-20 12:42:56.330 | + lib/neutron_plugins/ml2:populate_ml2_config:51 : CONF=/etc/neutron/plugins/ml2/ml2_conf.ini 2022-09-20 12:42:56.334 | + lib/neutron_plugins/ml2:populate_ml2_config:52 : SECTION=ml2 2022-09-20 12:42:56.336 | + lib/neutron_plugins/ml2:populate_ml2_config:53 : OPTS=mechanism_drivers=openvswitch,hyperv 2022-09-20 12:42:56.339 | + lib/neutron_plugins/ml2:populate_ml2_config:55 : '[' -z mechanism_drivers=openvswitch,hyperv ']' 2022-09-20 12:42:56.342 | + lib/neutron_plugins/ml2:populate_ml2_config:58 : for I in "${OPTS[@]}" 2022-09-20 12:42:56.344 | + lib/neutron_plugins/ml2:populate_ml2_config:60 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini ml2 mechanism_drivers openvswitch,hyperv 2022-09-20 12:42:56.377 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:128 : [[ openvswitch,hyperv == *\l\i\n\u\x\b\r\i\d\g\e* ]] 2022-09-20 12:42:56.380 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:131 : populate_ml2_config /etc/neutron/plugins/ml2/ml2_conf.ini ml2 overlay_ip_version=4 2022-09-20 12:42:56.382 | + lib/neutron_plugins/ml2:populate_ml2_config:51 : CONF=/etc/neutron/plugins/ml2/ml2_conf.ini 2022-09-20 12:42:56.384 | + lib/neutron_plugins/ml2:populate_ml2_config:52 : SECTION=ml2 2022-09-20 12:42:56.387 | + lib/neutron_plugins/ml2:populate_ml2_config:53 : OPTS=overlay_ip_version=4 2022-09-20 12:42:56.390 | + lib/neutron_plugins/ml2:populate_ml2_config:55 : '[' -z overlay_ip_version=4 ']' 2022-09-20 12:42:56.393 | + lib/neutron_plugins/ml2:populate_ml2_config:58 : for I in "${OPTS[@]}" 2022-09-20 12:42:56.395 | + lib/neutron_plugins/ml2:populate_ml2_config:60 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini ml2 overlay_ip_version 4 2022-09-20 12:42:56.434 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:133 : [[ -n '' ]] 2022-09-20 12:42:56.436 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:137 : populate_ml2_config /etc/neutron/plugins/ml2/ml2_conf.ini ml2 extension_drivers=port_security 2022-09-20 12:42:56.439 | + lib/neutron_plugins/ml2:populate_ml2_config:51 : CONF=/etc/neutron/plugins/ml2/ml2_conf.ini 2022-09-20 12:42:56.443 | + lib/neutron_plugins/ml2:populate_ml2_config:52 : SECTION=ml2 2022-09-20 12:42:56.446 | + lib/neutron_plugins/ml2:populate_ml2_config:53 : OPTS=extension_drivers=port_security 2022-09-20 12:42:56.448 | + lib/neutron_plugins/ml2:populate_ml2_config:55 : '[' -z extension_drivers=port_security ']' 2022-09-20 12:42:56.451 | + lib/neutron_plugins/ml2:populate_ml2_config:58 : for I in "${OPTS[@]}" 2022-09-20 12:42:56.453 | + lib/neutron_plugins/ml2:populate_ml2_config:60 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini ml2 extension_drivers port_security 2022-09-20 12:42:56.487 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:139 : populate_ml2_config /etc/neutron/plugins/ml2/ml2_conf.ini ml2 tenant_network_types=vlan 2022-09-20 12:42:56.490 | + lib/neutron_plugins/ml2:populate_ml2_config:51 : CONF=/etc/neutron/plugins/ml2/ml2_conf.ini 2022-09-20 12:42:56.493 | + lib/neutron_plugins/ml2:populate_ml2_config:52 : SECTION=ml2 2022-09-20 12:42:56.495 | + lib/neutron_plugins/ml2:populate_ml2_config:53 : OPTS=tenant_network_types=vlan 2022-09-20 12:42:56.498 | + lib/neutron_plugins/ml2:populate_ml2_config:55 : '[' -z tenant_network_types=vlan ']' 2022-09-20 12:42:56.501 | + lib/neutron_plugins/ml2:populate_ml2_config:58 : for I in "${OPTS[@]}" 2022-09-20 12:42:56.503 | + lib/neutron_plugins/ml2:populate_ml2_config:60 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini ml2 tenant_network_types vlan 2022-09-20 12:42:56.542 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:141 : populate_ml2_config /etc/neutron/plugins/ml2/ml2_conf.ini ml2_type_gre tunnel_id_ranges=1:1000 2022-09-20 12:42:56.544 | + lib/neutron_plugins/ml2:populate_ml2_config:51 : CONF=/etc/neutron/plugins/ml2/ml2_conf.ini 2022-09-20 12:42:56.547 | + lib/neutron_plugins/ml2:populate_ml2_config:52 : SECTION=ml2_type_gre 2022-09-20 12:42:56.549 | + lib/neutron_plugins/ml2:populate_ml2_config:53 : OPTS=tunnel_id_ranges=1:1000 2022-09-20 12:42:56.552 | + lib/neutron_plugins/ml2:populate_ml2_config:55 : '[' -z tunnel_id_ranges=1:1000 ']' 2022-09-20 12:42:56.554 | + lib/neutron_plugins/ml2:populate_ml2_config:58 : for I in "${OPTS[@]}" 2022-09-20 12:42:56.557 | + 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-09-20 12:42:56.593 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:143 : populate_ml2_config /etc/neutron/plugins/ml2/ml2_conf.ini ml2_type_vxlan vni_ranges=1:1000 2022-09-20 12:42:56.596 | + lib/neutron_plugins/ml2:populate_ml2_config:51 : CONF=/etc/neutron/plugins/ml2/ml2_conf.ini 2022-09-20 12:42:56.598 | + lib/neutron_plugins/ml2:populate_ml2_config:52 : SECTION=ml2_type_vxlan 2022-09-20 12:42:56.601 | + lib/neutron_plugins/ml2:populate_ml2_config:53 : OPTS=vni_ranges=1:1000 2022-09-20 12:42:56.603 | + lib/neutron_plugins/ml2:populate_ml2_config:55 : '[' -z vni_ranges=1:1000 ']' 2022-09-20 12:42:56.606 | + lib/neutron_plugins/ml2:populate_ml2_config:58 : for I in "${OPTS[@]}" 2022-09-20 12:42:56.608 | + lib/neutron_plugins/ml2:populate_ml2_config:60 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini ml2_type_vxlan vni_ranges 1:1000 2022-09-20 12:42:56.645 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:145 : populate_ml2_config /etc/neutron/plugins/ml2/ml2_conf.ini ml2_type_flat flat_networks=physnet1, 2022-09-20 12:42:56.647 | + lib/neutron_plugins/ml2:populate_ml2_config:51 : CONF=/etc/neutron/plugins/ml2/ml2_conf.ini 2022-09-20 12:42:56.650 | + lib/neutron_plugins/ml2:populate_ml2_config:52 : SECTION=ml2_type_flat 2022-09-20 12:42:56.653 | + lib/neutron_plugins/ml2:populate_ml2_config:53 : OPTS=flat_networks=physnet1, 2022-09-20 12:42:56.656 | + lib/neutron_plugins/ml2:populate_ml2_config:55 : '[' -z flat_networks=physnet1, ']' 2022-09-20 12:42:56.659 | + lib/neutron_plugins/ml2:populate_ml2_config:58 : for I in "${OPTS[@]}" 2022-09-20 12:42:56.661 | + lib/neutron_plugins/ml2:populate_ml2_config:60 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini ml2_type_flat flat_networks physnet1, 2022-09-20 12:42:56.704 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:147 : populate_ml2_config /etc/neutron/plugins/ml2/ml2_conf.ini ml2_type_vlan network_vlan_ranges=physnet1:300:349 2022-09-20 12:42:56.707 | + lib/neutron_plugins/ml2:populate_ml2_config:51 : CONF=/etc/neutron/plugins/ml2/ml2_conf.ini 2022-09-20 12:42:56.709 | + lib/neutron_plugins/ml2:populate_ml2_config:52 : SECTION=ml2_type_vlan 2022-09-20 12:42:56.711 | + lib/neutron_plugins/ml2:populate_ml2_config:53 : OPTS=network_vlan_ranges=physnet1:300:349 2022-09-20 12:42:56.714 | + lib/neutron_plugins/ml2:populate_ml2_config:55 : '[' -z network_vlan_ranges=physnet1:300:349 ']' 2022-09-20 12:42:56.717 | + lib/neutron_plugins/ml2:populate_ml2_config:58 : for I in "${OPTS[@]}" 2022-09-20 12:42:56.721 | + lib/neutron_plugins/ml2:populate_ml2_config:60 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini ml2_type_vlan network_vlan_ranges physnet1:300:349 2022-09-20 12:42:56.757 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:149 : populate_ml2_config /etc/neutron/plugins/ml2/ml2_conf.ini ml2_type_geneve vni_ranges=1:1000 2022-09-20 12:42:56.760 | + lib/neutron_plugins/ml2:populate_ml2_config:51 : CONF=/etc/neutron/plugins/ml2/ml2_conf.ini 2022-09-20 12:42:56.764 | + lib/neutron_plugins/ml2:populate_ml2_config:52 : SECTION=ml2_type_geneve 2022-09-20 12:42:56.768 | + lib/neutron_plugins/ml2:populate_ml2_config:53 : OPTS=vni_ranges=1:1000 2022-09-20 12:42:56.771 | + lib/neutron_plugins/ml2:populate_ml2_config:55 : '[' -z vni_ranges=1:1000 ']' 2022-09-20 12:42:56.774 | + lib/neutron_plugins/ml2:populate_ml2_config:58 : for I in "${OPTS[@]}" 2022-09-20 12:42:56.776 | + lib/neutron_plugins/ml2:populate_ml2_config:60 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini ml2_type_geneve vni_ranges 1:1000 2022-09-20 12:42:56.814 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:151 : [[ legacy != \l\e\g\a\c\y ]] 2022-09-20 12:42:56.817 | + lib/neutron-legacy:configure_mutnauq:360 : is_service_enabled q-agt 2022-09-20 12:42:56.837 | + functions-common:is_service_enabled:2095 : return 0 2022-09-20 12:42:56.840 | + lib/neutron-legacy:configure_mutnauq:361 : _configure_neutron_plugin_agent 2022-09-20 12:42:56.842 | + lib/neutron-legacy:_configure_neutron_plugin_agent:909 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini agent root_helper 'sudo /usr/local/bin/neutron-rootwrap /etc/neutron/rootwrap.conf' 2022-09-20 12:42:56.882 | + lib/neutron-legacy:_configure_neutron_plugin_agent:910 : [[ True == \T\r\u\e ]] 2022-09-20 12:42:56.886 | + lib/neutron-legacy:_configure_neutron_plugin_agent:911 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini agent root_helper_daemon 'sudo /usr/local/bin/neutron-rootwrap-daemon /etc/neutron/rootwrap.conf' 2022-09-20 12:42:56.927 | + lib/neutron-legacy:_configure_neutron_plugin_agent:913 : iniset /etc/neutron/neutron.conf DEFAULT debug True 2022-09-20 12:42:56.968 | + lib/neutron-legacy:_configure_neutron_plugin_agent:916 : neutron_plugin_configure_plugin_agent 2022-09-20 12:42:56.970 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_configure_plugin_agent:36 : _neutron_ovs_base_setup_bridge br-int 2022-09-20 12:42:56.973 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_setup_bridge:38 : local bridge=br-int 2022-09-20 12:42:56.976 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_setup_bridge:39 : neutron-ovs-cleanup --config-file /etc/neutron/neutron.conf 2022-09-20 12:42:59.751 | INFO neutron.common.config [-] Logging enabled! 2022-09-20 12:42:59.751 | INFO neutron.common.config [-] /usr/local/bin/neutron-ovs-cleanup version 21.1.0.dev6 2022-09-20 12:42:59.752 | DEBUG neutron.common.config [-] command line: /usr/local/bin/neutron-ovs-cleanup --config-file /etc/neutron/neutron.conf {{(pid=311596) setup_logging /opt/stack/neutron/neutron/common/config.py:123}} 2022-09-20 12:42:59.803 | DEBUG ovsdbapp.backend.ovs_idl [-] Created lookup_table index Flow_Table.name {{(pid=311596) autocreate_indices /usr/local/lib/python3.8/dist-packages/ovsdbapp/backend/ovs_idl/__init__.py:85}} 2022-09-20 12:42:59.803 | DEBUG ovsdbapp.backend.ovs_idl [-] Created lookup_table index Mirror.name {{(pid=311596) autocreate_indices /usr/local/lib/python3.8/dist-packages/ovsdbapp/backend/ovs_idl/__init__.py:85}} 2022-09-20 12:42:59.803 | DEBUG ovsdbapp.backend.ovs_idl [-] Created schema index Bridge.name {{(pid=311596) autocreate_indices /usr/local/lib/python3.8/dist-packages/ovsdbapp/backend/ovs_idl/__init__.py:104}} 2022-09-20 12:42:59.803 | DEBUG ovsdbapp.backend.ovs_idl [-] Created schema index Port.name {{(pid=311596) autocreate_indices /usr/local/lib/python3.8/dist-packages/ovsdbapp/backend/ovs_idl/__init__.py:104}} 2022-09-20 12:42:59.803 | DEBUG ovsdbapp.backend.ovs_idl [-] Created schema index Interface.name {{(pid=311596) autocreate_indices /usr/local/lib/python3.8/dist-packages/ovsdbapp/backend/ovs_idl/__init__.py:104}} 2022-09-20 12:42:59.803 | DEBUG ovsdbapp.backend.ovs_idl [-] Created schema index Manager.target {{(pid=311596) autocreate_indices /usr/local/lib/python3.8/dist-packages/ovsdbapp/backend/ovs_idl/__init__.py:104}} 2022-09-20 12:42:59.860 | INFO neutron.cmd.ovs_cleanup [-] OVS cleanup completed successfully 2022-09-20 12:42:59.860 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-09-20 12:42:59.860 | from cryptography.utils import int_from_bytes 2022-09-20 12:42:59.860 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-09-20 12:42:59.860 | from cryptography.utils import int_from_bytes 2022-09-20 12:43:00.190 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_setup_bridge:40 : _neutron_ovs_base_add_bridge br-int 2022-09-20 12:43:00.193 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_add_bridge:27 : local bridge=br-int 2022-09-20 12:43:00.195 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_add_bridge:28 : local 'addbr_cmd=sudo ovs-vsctl -- --may-exist add-br br-int' 2022-09-20 12:43:00.198 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_add_bridge:30 : '[' system '!=' system ']' 2022-09-20 12:43:00.201 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_add_bridge:34 : sudo ovs-vsctl -- --may-exist add-br br-int 2022-09-20 12:43:00.256 | + 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-09-20 12:43:00.274 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_configure_plugin_agent:37 : _neutron_ovs_base_configure_firewall_driver 2022-09-20 12:43:00.277 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_configure_firewall_driver:101 : [[ True == \T\r\u\e ]] 2022-09-20 12:43:00.280 | + 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-09-20 12:43:00.316 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_configure_firewall_driver:103 : running_in_container 2022-09-20 12:43:00.319 | ++ functions:running_in_container:793 : systemd-detect-virt --container 2022-09-20 12:43:00.328 | + functions:running_in_container:793 : [[ none != \n\o\n\e ]] 2022-09-20 12:43:00.331 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_configure_firewall_driver:104 : enable_kernel_bridge_firewall 2022-09-20 12:43:00.333 | + functions:enable_kernel_bridge_firewall:802 : sudo modprobe bridge 2022-09-20 12:43:00.347 | + functions:enable_kernel_bridge_firewall:805 : sudo modprobe br_netfilter 2022-09-20 12:43:00.360 | + functions:enable_kernel_bridge_firewall:809 : for proto in ip ip6 2022-09-20 12:43:00.363 | + functions:enable_kernel_bridge_firewall:810 : sudo sysctl -w net.bridge.bridge-nf-call-iptables=1 2022-09-20 12:43:00.371 | net.bridge.bridge-nf-call-iptables = 1 2022-09-20 12:43:00.375 | + functions:enable_kernel_bridge_firewall:809 : for proto in ip ip6 2022-09-20 12:43:00.377 | + functions:enable_kernel_bridge_firewall:810 : sudo sysctl -w net.bridge.bridge-nf-call-ip6tables=1 2022-09-20 12:43:00.386 | net.bridge.bridge-nf-call-ip6tables = 1 2022-09-20 12:43:00.390 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_configure_plugin_agent:40 : [[ False == \T\r\u\e ]] 2022-09-20 12:43:00.392 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_configure_plugin_agent:48 : [[ physnet1 != '' ]] 2022-09-20 12:43:00.395 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_configure_plugin_agent:48 : [[ br-data != '' ]] 2022-09-20 12:43:00.397 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_configure_plugin_agent:49 : [[ physnet1:br-data == '' ]] 2022-09-20 12:43:00.400 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_configure_plugin_agent:54 : _neutron_ovs_base_add_bridge br-data 2022-09-20 12:43:00.404 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_add_bridge:27 : local bridge=br-data 2022-09-20 12:43:00.406 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_add_bridge:28 : local 'addbr_cmd=sudo ovs-vsctl -- --may-exist add-br br-data' 2022-09-20 12:43:00.409 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_add_bridge:30 : '[' system '!=' system ']' 2022-09-20 12:43:00.411 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_add_bridge:34 : sudo ovs-vsctl -- --may-exist add-br br-data 2022-09-20 12:43:00.440 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_configure_plugin_agent:56 : [[ physnet1:br-data != '' ]] 2022-09-20 12:43:00.441 | + 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-09-20 12:43:00.481 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_configure_plugin_agent:59 : AGENT_BINARY=/usr/local/bin/neutron-openvswitch-agent 2022-09-20 12:43:00.483 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_configure_plugin_agent:61 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini agent tunnel_types 2022-09-20 12:43:00.518 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_configure_plugin_agent:62 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini ovs datapath_type system 2022-09-20 12:43:00.552 | + lib/neutron-legacy:configure_mutnauq:363 : is_service_enabled q-dhcp 2022-09-20 12:43:00.570 | + functions-common:is_service_enabled:2095 : return 0 2022-09-20 12:43:00.573 | + lib/neutron-legacy:configure_mutnauq:364 : _configure_neutron_dhcp_agent 2022-09-20 12:43:00.576 | + lib/neutron-legacy:_configure_neutron_dhcp_agent:850 : cp /opt/stack/neutron/etc/dhcp_agent.ini.sample /etc/neutron/dhcp_agent.ini 2022-09-20 12:43:00.581 | + lib/neutron-legacy:_configure_neutron_dhcp_agent:852 : iniset /etc/neutron/dhcp_agent.ini DEFAULT debug True 2022-09-20 12:43:00.614 | + lib/neutron-legacy:_configure_neutron_dhcp_agent:854 : iniset /etc/neutron/dhcp_agent.ini DEFAULT dnsmasq_local_resolv True 2022-09-20 12:43:00.649 | + lib/neutron-legacy:_configure_neutron_dhcp_agent:855 : iniset /etc/neutron/dhcp_agent.ini AGENT root_helper 'sudo /usr/local/bin/neutron-rootwrap /etc/neutron/rootwrap.conf' 2022-09-20 12:43:00.690 | + lib/neutron-legacy:_configure_neutron_dhcp_agent:856 : [[ True == \T\r\u\e ]] 2022-09-20 12:43:00.693 | + lib/neutron-legacy:_configure_neutron_dhcp_agent:857 : iniset /etc/neutron/dhcp_agent.ini AGENT root_helper_daemon 'sudo /usr/local/bin/neutron-rootwrap-daemon /etc/neutron/rootwrap.conf' 2022-09-20 12:43:00.730 | + lib/neutron-legacy:_configure_neutron_dhcp_agent:860 : is_service_enabled q-l3 2022-09-20 12:43:00.749 | + functions-common:is_service_enabled:2095 : return 0 2022-09-20 12:43:00.752 | + lib/neutron-legacy:_configure_neutron_dhcp_agent:871 : _neutron_setup_interface_driver /etc/neutron/dhcp_agent.ini 2022-09-20 12:43:00.755 | + lib/neutron-legacy:_neutron_setup_interface_driver:1044 : iniset /etc/neutron/dhcp_agent.ini DEFAULT ovs_use_veth False 2022-09-20 12:43:00.791 | + lib/neutron-legacy:_neutron_setup_interface_driver:1046 : neutron_plugin_setup_interface_driver /etc/neutron/dhcp_agent.ini 2022-09-20 12:43:00.794 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_setup_interface_driver:66 : local conf_file=/etc/neutron/dhcp_agent.ini 2022-09-20 12:43:00.797 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_setup_interface_driver:67 : iniset /etc/neutron/dhcp_agent.ini DEFAULT interface_driver openvswitch 2022-09-20 12:43:00.833 | + lib/neutron-legacy:_configure_neutron_dhcp_agent:873 : neutron_plugin_configure_dhcp_agent /etc/neutron/dhcp_agent.ini 2022-09-20 12:43:00.836 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_configure_dhcp_agent:25 : local conf_file=/etc/neutron/dhcp_agent.ini 2022-09-20 12:43:00.838 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_configure_dhcp_agent:26 : : 2022-09-20 12:43:00.841 | + lib/neutron-legacy:configure_mutnauq:366 : is_service_enabled q-l3 2022-09-20 12:43:00.860 | + functions-common:is_service_enabled:2095 : return 0 2022-09-20 12:43:00.862 | + lib/neutron-legacy:configure_mutnauq:367 : _configure_neutron_l3_agent 2022-09-20 12:43:00.865 | + 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-09-20 12:43:00.870 | + lib/neutron_plugins/services/l3:_configure_neutron_l3_agent:116 : iniset /etc/neutron/l3_agent.ini DEFAULT debug True 2022-09-20 12:43:00.906 | + 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-09-20 12:43:00.947 | + lib/neutron_plugins/services/l3:_configure_neutron_l3_agent:118 : [[ True == \T\r\u\e ]] 2022-09-20 12:43:00.950 | + 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-09-20 12:43:00.986 | + lib/neutron_plugins/services/l3:_configure_neutron_l3_agent:122 : _neutron_setup_interface_driver /etc/neutron/l3_agent.ini 2022-09-20 12:43:00.988 | + lib/neutron-legacy:_neutron_setup_interface_driver:1044 : iniset /etc/neutron/l3_agent.ini DEFAULT ovs_use_veth False 2022-09-20 12:43:01.023 | + lib/neutron-legacy:_neutron_setup_interface_driver:1046 : neutron_plugin_setup_interface_driver /etc/neutron/l3_agent.ini 2022-09-20 12:43:01.026 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_setup_interface_driver:66 : local conf_file=/etc/neutron/l3_agent.ini 2022-09-20 12:43:01.029 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_setup_interface_driver:67 : iniset /etc/neutron/l3_agent.ini DEFAULT interface_driver openvswitch 2022-09-20 12:43:01.069 | + lib/neutron_plugins/services/l3:_configure_neutron_l3_agent:124 : neutron_plugin_configure_l3_agent /etc/neutron/l3_agent.ini 2022-09-20 12:43:01.072 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_configure_l3_agent:30 : local conf_file=/etc/neutron/l3_agent.ini 2022-09-20 12:43:01.075 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_configure_l3_agent:31 : _neutron_ovs_base_configure_l3_agent 2022-09-20 12:43:01.077 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_configure_l3_agent:112 : neutron-ovs-cleanup --config-file /etc/neutron/neutron.conf 2022-09-20 12:43:03.836 | INFO neutron.common.config [-] Logging enabled! 2022-09-20 12:43:03.836 | INFO neutron.common.config [-] /usr/local/bin/neutron-ovs-cleanup version 21.1.0.dev6 2022-09-20 12:43:03.837 | DEBUG neutron.common.config [-] command line: /usr/local/bin/neutron-ovs-cleanup --config-file /etc/neutron/neutron.conf {{(pid=312173) setup_logging /opt/stack/neutron/neutron/common/config.py:123}} 2022-09-20 12:43:03.889 | DEBUG ovsdbapp.backend.ovs_idl [-] Created lookup_table index Flow_Table.name {{(pid=312173) autocreate_indices /usr/local/lib/python3.8/dist-packages/ovsdbapp/backend/ovs_idl/__init__.py:85}} 2022-09-20 12:43:03.889 | DEBUG ovsdbapp.backend.ovs_idl [-] Created lookup_table index Mirror.name {{(pid=312173) autocreate_indices /usr/local/lib/python3.8/dist-packages/ovsdbapp/backend/ovs_idl/__init__.py:85}} 2022-09-20 12:43:03.889 | DEBUG ovsdbapp.backend.ovs_idl [-] Created schema index Bridge.name {{(pid=312173) autocreate_indices /usr/local/lib/python3.8/dist-packages/ovsdbapp/backend/ovs_idl/__init__.py:104}} 2022-09-20 12:43:03.889 | DEBUG ovsdbapp.backend.ovs_idl [-] Created schema index Port.name {{(pid=312173) autocreate_indices /usr/local/lib/python3.8/dist-packages/ovsdbapp/backend/ovs_idl/__init__.py:104}} 2022-09-20 12:43:03.889 | DEBUG ovsdbapp.backend.ovs_idl [-] Created schema index Interface.name {{(pid=312173) autocreate_indices /usr/local/lib/python3.8/dist-packages/ovsdbapp/backend/ovs_idl/__init__.py:104}} 2022-09-20 12:43:03.890 | DEBUG ovsdbapp.backend.ovs_idl [-] Created schema index Manager.target {{(pid=312173) autocreate_indices /usr/local/lib/python3.8/dist-packages/ovsdbapp/backend/ovs_idl/__init__.py:104}} 2022-09-20 12:43:03.952 | INFO neutron.cmd.ovs_cleanup [-] Cleaning bridge: br-int 2022-09-20 12:43:03.952 | DEBUG ovsdbapp.backend.ovs_idl.transaction [-] Running txn n=1 command(idx=0): OvsCleanup(bridge=br-int, all_ports=False) {{(pid=312173) do_commit /usr/local/lib/python3.8/dist-packages/ovsdbapp/backend/ovs_idl/transaction.py:90}} 2022-09-20 12:43:03.953 | DEBUG ovsdbapp.backend.ovs_idl.transaction [-] Transaction caused no change {{(pid=312173) do_commit /usr/local/lib/python3.8/dist-packages/ovsdbapp/backend/ovs_idl/transaction.py:141}} 2022-09-20 12:43:03.953 | INFO neutron.cmd.ovs_cleanup [-] OVS cleanup completed successfully 2022-09-20 12:43:03.953 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-09-20 12:43:03.953 | from cryptography.utils import int_from_bytes 2022-09-20 12:43:03.953 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-09-20 12:43:03.953 | from cryptography.utils import int_from_bytes 2022-09-20 12:43:04.307 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_configure_l3_agent:113 : [[ False = \T\r\u\e ]] 2022-09-20 12:43:04.310 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_configure_l3_agent:121 : _neutron_ovs_base_add_public_bridge 2022-09-20 12:43:04.313 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_add_public_bridge:127 : _neutron_ovs_base_add_bridge br-data 2022-09-20 12:43:04.315 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_add_bridge:27 : local bridge=br-data 2022-09-20 12:43:04.318 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_add_bridge:28 : local 'addbr_cmd=sudo ovs-vsctl -- --may-exist add-br br-data' 2022-09-20 12:43:04.320 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_add_bridge:30 : '[' system '!=' system ']' 2022-09-20 12:43:04.323 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_add_bridge:34 : sudo ovs-vsctl -- --may-exist add-br br-data 2022-09-20 12:43:04.341 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_add_public_bridge:128 : set_mtu br-data 1500 2022-09-20 12:43:04.343 | + functions:set_mtu:785 : local dev=br-data 2022-09-20 12:43:04.346 | + functions:set_mtu:786 : local mtu=1500 2022-09-20 12:43:04.348 | + functions:set_mtu:787 : sudo ip link set mtu 1500 dev br-data 2022-09-20 12:43:04.362 | + 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-09-20 12:43:04.380 | + lib/neutron_plugins/services/l3:_configure_neutron_l3_agent:126 : _configure_public_network_connectivity 2022-09-20 12:43:04.383 | + lib/neutron-legacy:_configure_public_network_connectivity:716 : [[ -n eth1 ]] 2022-09-20 12:43:04.385 | + lib/neutron-legacy:_configure_public_network_connectivity:717 : _move_neutron_addresses_route eth1 br-data True False inet 2022-09-20 12:43:04.388 | + lib/neutron-legacy:_move_neutron_addresses_route:657 : local from_intf=eth1 2022-09-20 12:43:04.391 | + lib/neutron-legacy:_move_neutron_addresses_route:658 : local to_intf=br-data 2022-09-20 12:43:04.393 | + lib/neutron-legacy:_move_neutron_addresses_route:659 : local add_ovs_port=True 2022-09-20 12:43:04.396 | + lib/neutron-legacy:_move_neutron_addresses_route:660 : local del_ovs_port=False 2022-09-20 12:43:04.398 | + lib/neutron-legacy:_move_neutron_addresses_route:661 : local af=inet 2022-09-20 12:43:04.401 | + lib/neutron-legacy:_move_neutron_addresses_route:663 : [[ -n eth1 ]] 2022-09-20 12:43:04.404 | + lib/neutron-legacy:_move_neutron_addresses_route:663 : [[ -n br-data ]] 2022-09-20 12:43:04.406 | + lib/neutron-legacy:_move_neutron_addresses_route:669 : local IP_REPLACE= 2022-09-20 12:43:04.409 | + lib/neutron-legacy:_move_neutron_addresses_route:670 : local IP_DEL= 2022-09-20 12:43:04.412 | + lib/neutron-legacy:_move_neutron_addresses_route:671 : local IP_UP= 2022-09-20 12:43:04.414 | + lib/neutron-legacy:_move_neutron_addresses_route:672 : local DEFAULT_ROUTE_GW 2022-09-20 12:43:04.418 | ++ lib/neutron-legacy:_move_neutron_addresses_route:673 : ip -f inet r 2022-09-20 12:43:04.419 | ++ lib/neutron-legacy:_move_neutron_addresses_route:673 : awk '/default.+eth1\s/ { print $3; exit }' 2022-09-20 12:43:04.425 | + lib/neutron-legacy:_move_neutron_addresses_route:673 : DEFAULT_ROUTE_GW= 2022-09-20 12:43:04.428 | + lib/neutron-legacy:_move_neutron_addresses_route:674 : local ADD_OVS_PORT= 2022-09-20 12:43:04.430 | + lib/neutron-legacy:_move_neutron_addresses_route:675 : local DEL_OVS_PORT= 2022-09-20 12:43:04.433 | + lib/neutron-legacy:_move_neutron_addresses_route:676 : local ARP_CMD= 2022-09-20 12:43:04.437 | ++ lib/neutron-legacy:_move_neutron_addresses_route:678 : ip -f inet a s dev eth1 scope global primary 2022-09-20 12:43:04.437 | ++ lib/neutron-legacy:_move_neutron_addresses_route:678 : grep inet 2022-09-20 12:43:04.438 | ++ lib/neutron-legacy:_move_neutron_addresses_route:678 : awk '{ print $2, $3, $4; exit }' 2022-09-20 12:43:04.444 | + lib/neutron-legacy:_move_neutron_addresses_route:678 : IP_BRD='192.168.0.11/22 brd 192.168.3.255' 2022-09-20 12:43:04.447 | + lib/neutron-legacy:_move_neutron_addresses_route:680 : '[' '' '!=' '' ']' 2022-09-20 12:43:04.449 | + lib/neutron-legacy:_move_neutron_addresses_route:684 : [[ True == \T\r\u\e ]] 2022-09-20 12:43:04.452 | + lib/neutron-legacy:_move_neutron_addresses_route:685 : ADD_OVS_PORT='sudo ovs-vsctl --may-exist add-port br-data eth1' 2022-09-20 12:43:04.454 | + lib/neutron-legacy:_move_neutron_addresses_route:688 : [[ False == \T\r\u\e ]] 2022-09-20 12:43:04.457 | + lib/neutron-legacy:_move_neutron_addresses_route:692 : [[ 192.168.0.11/22 brd 192.168.3.255 != '' ]] 2022-09-20 12:43:04.459 | + lib/neutron-legacy:_move_neutron_addresses_route:693 : IP_DEL='sudo ip addr del 192.168.0.11/22 brd 192.168.3.255 dev eth1' 2022-09-20 12:43:04.463 | + lib/neutron-legacy:_move_neutron_addresses_route:694 : IP_REPLACE='sudo ip addr replace 192.168.0.11/22 brd 192.168.3.255 dev br-data' 2022-09-20 12:43:04.466 | + lib/neutron-legacy:_move_neutron_addresses_route:695 : IP_UP='sudo ip link set br-data up' 2022-09-20 12:43:04.469 | + lib/neutron-legacy:_move_neutron_addresses_route:696 : [[ inet == \i\n\e\t ]] 2022-09-20 12:43:04.473 | ++ lib/neutron-legacy:_move_neutron_addresses_route:697 : echo 192.168.0.11/22 brd 192.168.3.255 2022-09-20 12:43:04.473 | ++ lib/neutron-legacy:_move_neutron_addresses_route:697 : awk '{ print $1; exit }' 2022-09-20 12:43:04.474 | ++ lib/neutron-legacy:_move_neutron_addresses_route:697 : grep -o -E '(.*)/' 2022-09-20 12:43:04.475 | ++ lib/neutron-legacy:_move_neutron_addresses_route:697 : cut -d / -f1 2022-09-20 12:43:04.480 | + lib/neutron-legacy:_move_neutron_addresses_route:697 : IP=192.168.0.11 2022-09-20 12:43:04.483 | + lib/neutron-legacy:_move_neutron_addresses_route:698 : ARP_CMD='sudo ping -c 3 -w 5 -I br-data 192.168.0.11 ' 2022-09-20 12:43:04.486 | + lib/neutron-legacy:_move_neutron_addresses_route:704 : sudo ip addr del 192.168.0.11/22 brd 192.168.3.255 dev eth1 2022-09-20 12:43:04.498 | + lib/neutron-legacy:_move_neutron_addresses_route:704 : sudo ip addr replace 192.168.0.11/22 brd 192.168.3.255 dev br-data 2022-09-20 12:43:04.511 | + lib/neutron-legacy:_move_neutron_addresses_route:704 : sudo ip link set br-data up 2022-09-20 12:43:04.524 | + lib/neutron-legacy:_move_neutron_addresses_route:704 : sudo ovs-vsctl --may-exist add-port br-data eth1 2022-09-20 12:43:04.546 | + lib/neutron-legacy:_move_neutron_addresses_route:704 : sudo ping -c 3 -w 5 -I br-data 192.168.0.11 2022-09-20 12:43:04.556 | PING 192.168.0.11 (192.168.0.11) from 192.168.0.11 br-data: 56(84) bytes of data. 2022-09-20 12:43:04.556 | 64 bytes from 192.168.0.11: icmp_seq=1 ttl=64 time=0.073 ms 2022-09-20 12:43:05.577 | 64 bytes from 192.168.0.11: icmp_seq=2 ttl=64 time=0.052 ms 2022-09-20 12:43:06.601 | 64 bytes from 192.168.0.11: icmp_seq=3 ttl=64 time=0.044 ms 2022-09-20 12:43:06.601 | 2022-09-20 12:43:06.601 | --- 192.168.0.11 ping statistics --- 2022-09-20 12:43:06.601 | 3 packets transmitted, 3 received, 0% packet loss, time 2045ms 2022-09-20 12:43:06.601 | rtt min/avg/max/mdev = 0.044/0.056/0.073/0.012 ms 2022-09-20 12:43:06.607 | ++ lib/neutron-legacy:_configure_public_network_connectivity:719 : ip -f inet6 a s dev eth1 2022-09-20 12:43:06.607 | ++ lib/neutron-legacy:_configure_public_network_connectivity:719 : grep -c global 2022-09-20 12:43:06.613 | + lib/neutron-legacy:_configure_public_network_connectivity:719 : [[ 0 != 0 ]] 2022-09-20 12:43:06.615 | + lib/neutron-legacy:configure_mutnauq:369 : is_service_enabled q-meta 2022-09-20 12:43:06.633 | + functions-common:is_service_enabled:2095 : return 0 2022-09-20 12:43:06.636 | + lib/neutron-legacy:configure_mutnauq:370 : _configure_neutron_metadata_agent 2022-09-20 12:43:06.638 | + lib/neutron-legacy:_configure_neutron_metadata_agent:878 : cp /opt/stack/neutron/etc/metadata_agent.ini.sample /etc/neutron/metadata_agent.ini 2022-09-20 12:43:06.643 | + lib/neutron-legacy:_configure_neutron_metadata_agent:880 : iniset /etc/neutron/metadata_agent.ini DEFAULT debug True 2022-09-20 12:43:06.678 | + lib/neutron-legacy:_configure_neutron_metadata_agent:881 : iniset /etc/neutron/metadata_agent.ini DEFAULT nova_metadata_host 10.222.0.52 2022-09-20 12:43:06.712 | + lib/neutron-legacy:_configure_neutron_metadata_agent:882 : iniset /etc/neutron/metadata_agent.ini DEFAULT metadata_workers 2 2022-09-20 12:43:06.747 | + lib/neutron-legacy:_configure_neutron_metadata_agent:883 : iniset /etc/neutron/metadata_agent.ini AGENT root_helper 'sudo /usr/local/bin/neutron-rootwrap /etc/neutron/rootwrap.conf' 2022-09-20 12:43:06.786 | + lib/neutron-legacy:_configure_neutron_metadata_agent:884 : [[ True == \T\r\u\e ]] 2022-09-20 12:43:06.789 | + lib/neutron-legacy:_configure_neutron_metadata_agent:885 : iniset /etc/neutron/metadata_agent.ini AGENT root_helper_daemon 'sudo /usr/local/bin/neutron-rootwrap-daemon /etc/neutron/rootwrap.conf' 2022-09-20 12:43:06.823 | + lib/neutron-legacy:configure_mutnauq:373 : [[ legacy != \l\e\g\a\c\y ]] 2022-09-20 12:43:06.826 | + lib/neutron-legacy:configure_mutnauq:376 : is_service_enabled ceilometer 2022-09-20 12:43:06.845 | + functions-common:is_service_enabled:2095 : return 1 2022-09-20 12:43:06.848 | + lib/neutron-legacy:configure_mutnauq:380 : [[ openvswitch == \o\v\n ]] 2022-09-20 12:43:06.850 | + lib/neutron-legacy:configure_mutnauq:386 : is_service_enabled q-placement neutron-placement 2022-09-20 12:43:06.868 | + functions-common:is_service_enabled:2095 : return 1 2022-09-20 12:43:06.871 | + lib/neutron-legacy:configure_mutnauq:389 : is_service_enabled q-trunk neutron-trunk 2022-09-20 12:43:06.889 | + functions-common:is_service_enabled:2095 : return 1 2022-09-20 12:43:06.892 | + lib/neutron-legacy:configure_mutnauq:392 : is_service_enabled q-qos neutron-qos 2022-09-20 12:43:06.910 | + functions-common:is_service_enabled:2095 : return 1 2022-09-20 12:43:06.913 | + lib/neutron-legacy:configure_mutnauq:400 : iniset /etc/neutron/neutron.conf DEFAULT api_workers 2 2022-09-20 12:43:06.948 | + lib/neutron-legacy:configure_mutnauq:404 : iniset /etc/neutron/neutron.conf DEFAULT rpc_state_report_workers 0 2022-09-20 12:43:06.984 | + lib/neutron:configure_neutron:642 : '[' False == True ']' 2022-09-20 12:43:06.987 | + ./stack.sh:main:1145 : is_service_enabled mysql postgresql 2022-09-20 12:43:07.005 | + functions-common:is_service_enabled:2095 : return 0 2022-09-20 12:43:07.008 | + ./stack.sh:main:1145 : is_service_enabled neutron 2022-09-20 12:43:07.026 | + functions-common:is_service_enabled:2095 : return 0 2022-09-20 12:43:07.029 | + ./stack.sh:main:1146 : async_runfunc init_neutron 2022-09-20 12:43:07.032 | + inc/async:async_runfunc:116 : async_run init_neutron init_neutron 2022-09-20 12:43:07.101 | + inc/async:async_inner:63 : init_neutron 2022-09-20 12:43:07.144 | [263205 Async init_neutron:312676]: running: init_neutron 2022-09-20 12:43:07.147 | + ./stack.sh:main:1154 : is_service_enabled q-dhcp 2022-09-20 12:43:07.169 | + functions-common:is_service_enabled:2095 : return 0 2022-09-20 12:43:07.172 | ++ ./stack.sh:main:1158 : pidof NetworkManager 2022-09-20 12:43:07.182 | ++ ./stack.sh:main:1158 : true 2022-09-20 12:43:07.186 | + ./stack.sh:main:1158 : netman_pid= 2022-09-20 12:43:07.188 | + ./stack.sh:main:1159 : '[' -z '' ']' 2022-09-20 12:43:07.191 | + ./stack.sh:main:1160 : sudo killall dnsmasq 2022-09-20 12:43:07.208 | + ./stack.sh:main:1165 : clean_iptables 2022-09-20 12:43:07.217 | + lib/nova:clean_iptables:172 : sudo iptables -S -v 2022-09-20 12:43:07.219 | + lib/nova:clean_iptables:172 : sed s/-A/-D/g 2022-09-20 12:43:07.219 | + lib/nova:clean_iptables:172 : grep nova 2022-09-20 12:43:07.219 | + lib/nova:clean_iptables:172 : grep '\-A' 2022-09-20 12:43:07.220 | + lib/nova:clean_iptables:172 : bash 2022-09-20 12:43:07.220 | + lib/nova:clean_iptables:172 : sed 's/-c [0-9]* [0-9]* //g' 2022-09-20 12:43:07.223 | + lib/nova:clean_iptables:172 : awk '{print "sudo iptables",$0}' 2022-09-20 12:43:07.237 | + lib/nova:clean_iptables:174 : sed 's/-c [0-9]* [0-9]* //g' 2022-09-20 12:43:07.237 | + lib/nova:clean_iptables:174 : grep nova 2022-09-20 12:43:07.238 | + lib/nova:clean_iptables:174 : sed s/-A/-D/g 2022-09-20 12:43:07.242 | + lib/nova:clean_iptables:174 : grep '\-A' 2022-09-20 12:43:07.242 | + lib/nova:clean_iptables:174 : sudo iptables -S -v -t nat 2022-09-20 12:43:07.243 | + lib/nova:clean_iptables:174 : awk '{print "sudo iptables -t nat",$0}' 2022-09-20 12:43:07.243 | + lib/nova:clean_iptables:174 : bash 2022-09-20 12:43:07.257 | + lib/nova:clean_iptables:176 : sed 's/-c [0-9]* [0-9]* //g' 2022-09-20 12:43:07.261 | + lib/nova:clean_iptables:176 : sudo iptables -S -v 2022-09-20 12:43:07.261 | + lib/nova:clean_iptables:176 : grep nova 2022-09-20 12:43:07.264 | + lib/nova:clean_iptables:176 : awk '{print "sudo iptables",$0}' 2022-09-20 12:43:07.265 | + lib/nova:clean_iptables:176 : bash 2022-09-20 12:43:07.269 | + lib/nova:clean_iptables:176 : grep '\-N' 2022-09-20 12:43:07.272 | + lib/nova:clean_iptables:176 : sed s/-N/-X/g 2022-09-20 12:43:07.281 | + lib/nova:clean_iptables:178 : sed 's/-c [0-9]* [0-9]* //g' 2022-09-20 12:43:07.281 | + lib/nova:clean_iptables:178 : grep nova 2022-09-20 12:43:07.283 | + lib/nova:clean_iptables:178 : grep '\-N' 2022-09-20 12:43:07.283 | + lib/nova:clean_iptables:178 : sudo iptables -S -v -t nat 2022-09-20 12:43:07.283 | + lib/nova:clean_iptables:178 : sed s/-N/-X/g 2022-09-20 12:43:07.286 | + lib/nova:clean_iptables:178 : bash 2022-09-20 12:43:07.295 | + lib/nova:clean_iptables:178 : awk '{print "sudo iptables -t nat",$0}' 2022-09-20 12:43:07.301 | + ./stack.sh:main:1168 : sudo sysctl -w net.ipv4.ip_forward=1 2022-09-20 12:43:07.310 | net.ipv4.ip_forward = 1 2022-09-20 12:43:07.313 | + ./stack.sh:main:1173 : is_service_enabled nova neutron 2022-09-20 12:43:07.332 | + functions-common:is_service_enabled:2095 : return 0 2022-09-20 12:43:07.342 | + ./stack.sh:main:1174 : configure_os_vif 2022-09-20 12:43:07.345 | + lib/os-vif:configure_os_vif:21 : [[ -e /etc/nova/nova.conf ]] 2022-09-20 12:43:07.348 | + lib/os-vif:configure_os_vif:22 : iniset /etc/nova/nova.conf os_vif_ovs ovsdb_interface vsctl 2022-09-20 12:43:07.391 | + lib/os-vif:configure_os_vif:23 : iniset /etc/nova/nova.conf os_vif_ovs isolate_vif False 2022-09-20 12:43:07.440 | + lib/os-vif:configure_os_vif:25 : [[ -e /etc/neutron/neutron.conf ]] 2022-09-20 12:43:07.443 | + lib/os-vif:configure_os_vif:26 : iniset /etc/neutron/neutron.conf os_vif_ovs ovsdb_interface vsctl 2022-09-20 12:43:07.488 | + lib/os-vif:configure_os_vif:27 : iniset /etc/neutron/neutron.conf os_vif_ovs isolate_vif False 2022-09-20 12:43:07.532 | + ./stack.sh:main:1180 : is_service_enabled swift 2022-09-20 12:43:07.553 | + functions-common:is_service_enabled:2095 : return 0 2022-09-20 12:43:07.556 | + ./stack.sh:main:1181 : echo_summary 'Configuring Swift' 2022-09-20 12:43:07.559 | + ./stack.sh:echo_summary:435 : [[ -t 3 ]] 2022-09-20 12:43:07.562 | + ./stack.sh:echo_summary:441 : echo -e Configuring Swift 2022-09-20 12:43:07.565 | + ./stack.sh:main:1182 : async_runfunc init_swift 2022-09-20 12:43:07.568 | + inc/async:async_runfunc:116 : async_run init_swift init_swift 2022-09-20 12:43:07.652 | + inc/async:async_inner:63 : init_swift 2022-09-20 12:43:07.719 | [263205 Async init_swift:313055]: running: init_swift 2022-09-20 12:43:07.723 | + ./stack.sh:main:1189 : is_service_enabled cinder 2022-09-20 12:43:07.755 | + functions-common:is_service_enabled:2095 : return 0 2022-09-20 12:43:07.755 | + ./stack.sh:main:1190 : echo_summary 'Configuring Cinder' 2022-09-20 12:43:07.761 | + ./stack.sh:echo_summary:435 : [[ -t 3 ]] 2022-09-20 12:43:07.765 | + ./stack.sh:echo_summary:441 : echo -e Configuring Cinder 2022-09-20 12:43:07.768 | + ./stack.sh:main:1191 : async_runfunc init_cinder 2022-09-20 12:43:07.771 | + inc/async:async_runfunc:116 : async_run init_cinder init_cinder 2022-09-20 12:43:07.885 | + inc/async:async_inner:63 : init_cinder 2022-09-20 12:43:07.951 | [263205 Async init_cinder:313159]: running: init_cinder 2022-09-20 12:43:07.956 | + ./stack.sh:main:1197 : is_service_enabled placement 2022-09-20 12:43:07.997 | + functions-common:is_service_enabled:2095 : return 0 2022-09-20 12:43:08.007 | + ./stack.sh:main:1198 : echo_summary 'Configuring placement' 2022-09-20 12:43:08.010 | + ./stack.sh:echo_summary:435 : [[ -t 3 ]] 2022-09-20 12:43:08.019 | + ./stack.sh:echo_summary:441 : echo -e Configuring placement 2022-09-20 12:43:08.023 | + ./stack.sh:main:1199 : async_runfunc init_placement 2022-09-20 12:43:08.031 | + inc/async:async_runfunc:116 : async_run init_placement init_placement 2022-09-20 12:43:08.210 | + inc/async:async_inner:63 : init_placement 2022-09-20 12:43:08.366 | [263205 Async init_placement:313306]: running: init_placement 2022-09-20 12:43:08.379 | + ./stack.sh:main:1203 : async_wait init_neutron 2022-09-20 12:43:08.587 | [263205 Async init_neutron:312676]: Waiting for completion of init_neutron running on PID 312676 (6 other jobs running) 2022-09-20 12:43:08.723 | [263205 Async init_neutron:312676]: Signaling child to exit 2022-09-20 12:43:12.275 | + inc/async:async_inner:64 : rc=0 2022-09-20 12:43:12.330 | [313159 Async init_cinder:313159]: finished successfully 2022-09-20 12:43:22.607 | + inc/async:async_inner:64 : rc=0 2022-09-20 12:43:22.643 | [313055 Async init_swift:313055]: finished successfully 2022-09-20 12:43:42.092 | + inc/async:async_inner:64 : rc=0 2022-09-20 12:43:42.124 | [312676 Async init_neutron:312676]: finished successfully 2022-09-20 12:43:42.155 | WAKEUP 2022-09-20 12:43:42.183 | [263205 Async init_neutron:312676]: Signaled 2022-09-20 12:43:42.185 | + lib/neutron:init_neutron:693 : is_neutron_legacy_enabled 2022-09-20 12:43:42.185 | ++ lib/neutron:is_neutron_legacy_enabled:142 : echo c-bak,c-vol,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon 2022-09-20 12:43:42.185 | ++ lib/neutron:is_neutron_legacy_enabled:142 : sed s/neutron-//g 2022-09-20 12:43:42.185 | + lib/neutron:is_neutron_legacy_enabled:142 : disabled_services_copy=c-bak,c-vol,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon 2022-09-20 12:43:42.185 | + lib/neutron:is_neutron_legacy_enabled:143 : [[ ,c-bak,c-vol,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon =~ ,neutron ]] 2022-09-20 12:43:42.185 | + lib/neutron:is_neutron_legacy_enabled:144 : [[ ,key,n-api,n-cond,n-sch,n-api-meta,placement-api,placement-client,g-api,c-sch,c-api,ovn-controller,ovn-northd,ovs-vswitchd,ovsdb-server,q-svc,q-ovn-metadata-agent,rabbit,tempest,mysql,etcd3,dstat,n-crt,n-cauth,q-agt,q-dhcp,q-l3,q-meta,q-metering,q-vpn,g-reg,cinder,s-proxy,s-object,s-container,s-account,heat,h-api,h-api-cfn,h-api-cw,h-eng,ceilometer-acentral,ceilometer-acompute,ceilometer-collector,ceilometer-api,ceilometer-anotification =~ ,q- ]] 2022-09-20 12:43:42.185 | + lib/neutron:is_neutron_legacy_enabled:144 : return 0 2022-09-20 12:43:42.185 | + lib/neutron:init_neutron:695 : init_mutnauq 2022-09-20 12:43:42.185 | + lib/neutron-legacy:init_mutnauq:461 : recreate_database neutron 2022-09-20 12:43:42.185 | + lib/database:recreate_database:112 : local db=neutron 2022-09-20 12:43:42.185 | + lib/database:recreate_database:113 : recreate_database_mysql neutron 2022-09-20 12:43:42.185 | + lib/databases/mysql:recreate_database_mysql:66 : local db=neutron 2022-09-20 12:43:42.185 | + lib/databases/mysql:recreate_database_mysql:67 : mysql -uroot -pPassw0rd -h127.0.0.1 -e 'DROP DATABASE IF EXISTS neutron;' 2022-09-20 12:43:42.185 | mysql: [Warning] Using a password on the command line interface can be insecure. 2022-09-20 12:43:42.185 | + lib/databases/mysql:recreate_database_mysql:68 : mysql -uroot -pPassw0rd -h127.0.0.1 -e 'CREATE DATABASE neutron CHARACTER SET utf8;' 2022-09-20 12:43:42.185 | mysql: [Warning] Using a password on the command line interface can be insecure. 2022-09-20 12:43:42.185 | + lib/neutron-legacy:init_mutnauq:462 : time_start dbsync 2022-09-20 12:43:42.185 | + functions-common:time_start:2425 : local name=dbsync 2022-09-20 12:43:42.185 | + functions-common:time_start:2426 : local start_time= 2022-09-20 12:43:42.186 | + functions-common:time_start:2427 : [[ -n '' ]] 2022-09-20 12:43:42.186 | ++ functions-common:time_start:2430 : date +%s%3N 2022-09-20 12:43:42.186 | + functions-common:time_start:2430 : _TIME_START[$name]=1663677790877 2022-09-20 12:43:42.186 | + lib/neutron-legacy:init_mutnauq:464 : /usr/local/bin/neutron-db-manage --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini upgrade head 2022-09-20 12:43:42.186 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-09-20 12:43:42.186 | from cryptography.utils import int_from_bytes 2022-09-20 12:43:42.186 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-09-20 12:43:42.186 | from cryptography.utils import int_from_bytes 2022-09-20 12:43:42.186 | INFO [alembic.runtime.migration] Context impl MySQLImpl. 2022-09-20 12:43:42.186 | INFO [alembic.runtime.migration] Will assume non-transactional DDL. 2022-09-20 12:43:42.186 | INFO [alembic.runtime.migration] Context impl MySQLImpl. 2022-09-20 12:43:42.186 | INFO [alembic.runtime.migration] Will assume non-transactional DDL. 2022-09-20 12:43:42.186 | INFO [alembic.runtime.migration] Running upgrade -> kilo 2022-09-20 12:43:42.186 | INFO [alembic.runtime.migration] Running upgrade kilo -> 354db87e3225 2022-09-20 12:43:42.186 | INFO [alembic.runtime.migration] Running upgrade 354db87e3225 -> 599c6a226151 2022-09-20 12:43:42.186 | INFO [alembic.runtime.migration] Running upgrade 599c6a226151 -> 52c5312f6baf 2022-09-20 12:43:42.186 | INFO [alembic.runtime.migration] Running upgrade 52c5312f6baf -> 313373c0ffee 2022-09-20 12:43:42.186 | INFO [alembic.runtime.migration] Running upgrade 313373c0ffee -> 8675309a5c4f 2022-09-20 12:43:42.186 | INFO [alembic.runtime.migration] Running upgrade 8675309a5c4f -> 45f955889773 2022-09-20 12:43:42.186 | INFO [alembic.runtime.migration] Running upgrade 45f955889773 -> 26c371498592 2022-09-20 12:43:42.186 | INFO [alembic.runtime.migration] Running upgrade 26c371498592 -> 1c844d1677f7 2022-09-20 12:43:42.186 | INFO [alembic.runtime.migration] Running upgrade 1c844d1677f7 -> 1b4c6e320f79 2022-09-20 12:43:42.186 | INFO [alembic.runtime.migration] Running upgrade 1b4c6e320f79 -> 48153cb5f051 2022-09-20 12:43:42.186 | INFO [alembic.runtime.migration] Running upgrade 48153cb5f051 -> 9859ac9c136 2022-09-20 12:43:42.186 | INFO [alembic.runtime.migration] Running upgrade 9859ac9c136 -> 34af2b5c5a59 2022-09-20 12:43:42.186 | INFO [alembic.runtime.migration] Running upgrade 34af2b5c5a59 -> 59cb5b6cf4d 2022-09-20 12:43:42.186 | INFO [alembic.runtime.migration] Running upgrade 59cb5b6cf4d -> 13cfb89f881a 2022-09-20 12:43:42.186 | INFO [alembic.runtime.migration] Running upgrade 13cfb89f881a -> 32e5974ada25 2022-09-20 12:43:42.186 | INFO [alembic.runtime.migration] Running upgrade 32e5974ada25 -> ec7fcfbf72ee 2022-09-20 12:43:42.186 | INFO [alembic.runtime.migration] Running upgrade ec7fcfbf72ee -> dce3ec7a25c9 2022-09-20 12:43:42.186 | INFO [alembic.runtime.migration] Running upgrade dce3ec7a25c9 -> c3a73f615e4 2022-09-20 12:43:42.186 | INFO [alembic.runtime.migration] Running upgrade c3a73f615e4 -> 659bf3d90664 2022-09-20 12:43:42.186 | INFO [alembic.runtime.migration] Running upgrade 659bf3d90664 -> 1df244e556f5 2022-09-20 12:43:42.186 | INFO [alembic.runtime.migration] Running upgrade 1df244e556f5 -> 19f26505c74f 2022-09-20 12:43:42.187 | INFO [alembic.runtime.migration] Running upgrade 19f26505c74f -> 15be73214821 2022-09-20 12:43:42.187 | INFO [alembic.runtime.migration] Running upgrade 15be73214821 -> b4caf27aae4 2022-09-20 12:43:42.187 | INFO [alembic.runtime.migration] Running upgrade b4caf27aae4 -> 15e43b934f81 2022-09-20 12:43:42.187 | INFO [alembic.runtime.migration] Running upgrade 15e43b934f81 -> 31ed664953e6 2022-09-20 12:43:42.187 | INFO [alembic.runtime.migration] Running upgrade 31ed664953e6 -> 2f9e956e7532 2022-09-20 12:43:42.187 | INFO [alembic.runtime.migration] Running upgrade 2f9e956e7532 -> 3894bccad37f 2022-09-20 12:43:42.187 | INFO [alembic.runtime.migration] Running upgrade 3894bccad37f -> 0e66c5227a8a 2022-09-20 12:43:42.187 | INFO [alembic.runtime.migration] Running upgrade 0e66c5227a8a -> 45f8dd33480b 2022-09-20 12:43:42.187 | INFO [alembic.runtime.migration] Running upgrade 45f8dd33480b -> 5abc0278ca73 2022-09-20 12:43:42.187 | INFO [alembic.runtime.migration] Running upgrade 5abc0278ca73 -> d3435b514502 2022-09-20 12:43:42.187 | INFO [alembic.runtime.migration] Running upgrade d3435b514502 -> 30107ab6a3ee 2022-09-20 12:43:42.187 | INFO [alembic.runtime.migration] Running upgrade 30107ab6a3ee -> c415aab1c048 2022-09-20 12:43:42.187 | INFO [alembic.runtime.migration] Running upgrade c415aab1c048 -> a963b38d82f4 2022-09-20 12:43:42.187 | INFO [alembic.runtime.migration] Running upgrade kilo -> 30018084ec99 2022-09-20 12:43:42.187 | INFO [alembic.runtime.migration] Running upgrade 30018084ec99 -> 4ffceebfada 2022-09-20 12:43:42.187 | INFO [alembic.runtime.migration] Running upgrade 4ffceebfada -> 5498d17be016 2022-09-20 12:43:42.187 | INFO [alembic.runtime.migration] Running upgrade 5498d17be016 -> 2a16083502f3 2022-09-20 12:43:42.187 | INFO [alembic.runtime.migration] Running upgrade 2a16083502f3 -> 2e5352a0ad4d 2022-09-20 12:43:42.187 | INFO [alembic.runtime.migration] Running upgrade 2e5352a0ad4d -> 11926bcfe72d 2022-09-20 12:43:42.187 | INFO [alembic.runtime.migration] Running upgrade 11926bcfe72d -> 4af11ca47297 2022-09-20 12:43:42.187 | INFO [alembic.runtime.migration] Running upgrade 4af11ca47297 -> 1b294093239c 2022-09-20 12:43:42.187 | INFO [alembic.runtime.migration] Running upgrade 1b294093239c -> 8a6d8bdae39 2022-09-20 12:43:42.187 | INFO [alembic.runtime.migration] Running upgrade 8a6d8bdae39 -> 2b4c2465d44b 2022-09-20 12:43:42.187 | INFO [alembic.runtime.migration] Running upgrade 2b4c2465d44b -> e3278ee65050 2022-09-20 12:43:42.187 | INFO [alembic.runtime.migration] Running upgrade e3278ee65050 -> c6c112992c9 2022-09-20 12:43:42.187 | INFO [alembic.runtime.migration] Running upgrade c6c112992c9 -> 5ffceebfada 2022-09-20 12:43:42.187 | INFO [alembic.runtime.migration] Running upgrade 5ffceebfada -> 4ffceebfcdc 2022-09-20 12:43:42.187 | INFO [alembic.runtime.migration] Running upgrade 4ffceebfcdc -> 7bbb25278f53 2022-09-20 12:43:42.187 | INFO [alembic.runtime.migration] Running upgrade 7bbb25278f53 -> 89ab9a816d70 2022-09-20 12:43:42.187 | INFO [alembic.runtime.migration] Running upgrade 89ab9a816d70 -> c879c5e1ee90 2022-09-20 12:43:42.187 | INFO [alembic.runtime.migration] Running upgrade c879c5e1ee90 -> 8fd3918ef6f4 2022-09-20 12:43:42.187 | INFO [alembic.runtime.migration] Running upgrade 8fd3918ef6f4 -> 4bcd4df1f426 2022-09-20 12:43:42.187 | INFO [alembic.runtime.migration] Running upgrade 4bcd4df1f426 -> b67e765a3524 2022-09-20 12:43:42.187 | INFO [alembic.runtime.migration] Running upgrade a963b38d82f4 -> 3d0e74aa7d37 2022-09-20 12:43:42.188 | INFO [alembic.runtime.migration] Running upgrade 3d0e74aa7d37 -> 030a959ceafa 2022-09-20 12:43:42.188 | INFO [alembic.runtime.migration] Running upgrade 030a959ceafa -> a5648cfeeadf 2022-09-20 12:43:42.188 | INFO [alembic.runtime.migration] Running upgrade a5648cfeeadf -> 0f5bef0f87d4 2022-09-20 12:43:42.188 | INFO [alembic.runtime.migration] Running upgrade 0f5bef0f87d4 -> 67daae611b6e 2022-09-20 12:43:42.188 | INFO [alembic.runtime.migration] Running upgrade b67e765a3524 -> a84ccf28f06a 2022-09-20 12:43:42.188 | INFO [alembic.runtime.migration] Running upgrade a84ccf28f06a -> 7d9d8eeec6ad 2022-09-20 12:43:42.188 | INFO [alembic.runtime.migration] Running upgrade 67daae611b6e -> 6b461a21bcfc 2022-09-20 12:43:42.188 | INFO [alembic.runtime.migration] Running upgrade 6b461a21bcfc -> 5cd92597d11d 2022-09-20 12:43:42.188 | INFO [alembic.runtime.migration] Running upgrade 5cd92597d11d -> 929c968efe70 2022-09-20 12:43:42.188 | INFO [alembic.runtime.migration] Running upgrade 929c968efe70 -> a9c43481023c 2022-09-20 12:43:42.188 | INFO [alembic.runtime.migration] Running upgrade a9c43481023c -> 804a3c76314c 2022-09-20 12:43:42.188 | INFO [alembic.runtime.migration] Running upgrade 804a3c76314c -> 2b42d90729da 2022-09-20 12:43:42.188 | INFO [alembic.runtime.migration] Running upgrade 2b42d90729da -> 62c781cb6192 2022-09-20 12:43:42.188 | INFO [alembic.runtime.migration] Running upgrade 62c781cb6192 -> c8c222d42aa9 2022-09-20 12:43:42.188 | INFO [alembic.runtime.migration] Running upgrade c8c222d42aa9 -> 349b6fd605a6 2022-09-20 12:43:42.188 | INFO [alembic.runtime.migration] Running upgrade 349b6fd605a6 -> 7d32f979895f 2022-09-20 12:43:42.188 | INFO [alembic.runtime.migration] Running upgrade 7d32f979895f -> 594422d373ee 2022-09-20 12:43:42.188 | INFO [alembic.runtime.migration] Running upgrade 594422d373ee -> 61663558142c 2022-09-20 12:43:42.188 | INFO [alembic.runtime.migration] Running upgrade 61663558142c -> 867d39095bf4, port forwarding 2022-09-20 12:43:42.188 | INFO [alembic.runtime.migration] Running upgrade 867d39095bf4 -> d72db3e25539, modify uniq port forwarding 2022-09-20 12:43:42.188 | INFO [alembic.runtime.migration] Running upgrade d72db3e25539 -> cada2437bf41 2022-09-20 12:43:42.188 | INFO [alembic.runtime.migration] Running upgrade cada2437bf41 -> 195176fb410d, router gateway IP QoS 2022-09-20 12:43:42.188 | INFO [alembic.runtime.migration] Running upgrade 195176fb410d -> fb0167bd9639 2022-09-20 12:43:42.188 | INFO [alembic.runtime.migration] Running upgrade fb0167bd9639 -> 0ff9e3881597 2022-09-20 12:43:42.188 | INFO [alembic.runtime.migration] Running upgrade 0ff9e3881597 -> 9bfad3f1e780 2022-09-20 12:43:42.188 | INFO [alembic.runtime.migration] Running upgrade 9bfad3f1e780 -> 63fd95af7dcd 2022-09-20 12:43:42.188 | INFO [alembic.runtime.migration] Running upgrade 63fd95af7dcd -> c613d0b82681 2022-09-20 12:43:42.188 | INFO [alembic.runtime.migration] Running upgrade c613d0b82681 -> c3e9d13c4367 2022-09-20 12:43:42.188 | INFO [alembic.runtime.migration] Running upgrade c3e9d13c4367 -> 86274d77933e 2022-09-20 12:43:42.188 | INFO [alembic.runtime.migration] Running upgrade 86274d77933e -> f4b9654dd40c 2022-09-20 12:43:42.188 | INFO [alembic.runtime.migration] Running upgrade f4b9654dd40c -> a010322604bc 2022-09-20 12:43:42.188 | INFO [alembic.runtime.migration] Running upgrade a010322604bc -> 263d454a9655 2022-09-20 12:43:42.188 | INFO [alembic.runtime.migration] Running upgrade 263d454a9655 -> Ibac91d24da2 2022-09-20 12:43:42.188 | INFO [alembic.runtime.migration] Running upgrade Ibac91d24da2 -> 2217c4222de6 2022-09-20 12:43:42.189 | INFO [alembic.runtime.migration] Running upgrade 2217c4222de6 -> 18a7e90ae768 2022-09-20 12:43:42.189 | INFO [alembic.runtime.migration] Running upgrade 18a7e90ae768 -> e4e236b0e1ff 2022-09-20 12:43:42.189 | INFO [alembic.runtime.migration] Running upgrade e4e236b0e1ff -> e88badaa9591 2022-09-20 12:43:42.189 | INFO [alembic.runtime.migration] Running upgrade e88badaa9591 -> d8bdf05313f4 2022-09-20 12:43:42.189 | INFO [alembic.runtime.migration] Running upgrade d8bdf05313f4 -> dfe425060830 2022-09-20 12:43:42.189 | INFO [alembic.runtime.migration] Running upgrade dfe425060830 -> fd6107509ccd 2022-09-20 12:43:42.189 | INFO [alembic.runtime.migration] Running upgrade fd6107509ccd -> 1ea5dab0897a 2022-09-20 12:43:42.189 | INFO [alembic.runtime.migration] Running upgrade 1ea5dab0897a -> 49d8622c5221 2022-09-20 12:43:42.189 | INFO [alembic.runtime.migration] Running upgrade 49d8622c5221 -> I38991de2b4 2022-09-20 12:43:42.189 | INFO [alembic.runtime.migration] Running upgrade I38991de2b4 -> 532aa95457e2 2022-09-20 12:43:42.189 | INFO [alembic.runtime.migration] Running upgrade 532aa95457e2 -> f010820fc498 2022-09-20 12:43:42.189 | INFO [alembic.runtime.migration] Running upgrade f010820fc498 -> a964d94b4677 2022-09-20 12:43:42.189 | INFO [alembic.runtime.migration] Running upgrade a964d94b4677 -> 26d1e9f5c766 2022-09-20 12:43:42.189 | INFO [alembic.runtime.migration] Running upgrade 26d1e9f5c766 -> 1e0744e4ffea 2022-09-20 12:43:42.189 | INFO [alembic.runtime.migration] Running upgrade 1e0744e4ffea -> 6135a7bd4425 2022-09-20 12:43:42.189 | INFO [alembic.runtime.migration] Running upgrade 6135a7bd4425 -> 8df53b0d2c0e 2022-09-20 12:43:42.189 | INFO [alembic.runtime.migration] Running upgrade 8df53b0d2c0e -> 1bb3393de75d, add qos policy rule Packet Rate Limit 2022-09-20 12:43:42.189 | INFO [alembic.runtime.migration] Running upgrade 1bb3393de75d -> c181bb1d89e4 2022-09-20 12:43:42.189 | INFO [alembic.runtime.migration] Running upgrade c181bb1d89e4 -> ba859d649675 2022-09-20 12:43:42.189 | INFO [alembic.runtime.migration] Running upgrade ba859d649675 -> e981acd076d3 2022-09-20 12:43:42.189 | INFO [alembic.runtime.migration] Running upgrade e981acd076d3 -> 76df7844a8c6, add Local IP tables 2022-09-20 12:43:42.189 | INFO [alembic.runtime.migration] Running upgrade 76df7844a8c6 -> 1ffef8d6f371, migrate RBAC registers from "target_tenant" to "target_project" 2022-09-20 12:43:42.189 | INFO [alembic.runtime.migration] Running upgrade 1ffef8d6f371 -> 8160f7a9cebb, drop portbindingports table 2022-09-20 12:43:42.189 | INFO [alembic.runtime.migration] Running upgrade 8160f7a9cebb -> cd9ef14ccf87 2022-09-20 12:43:42.189 | INFO [alembic.runtime.migration] Running upgrade cd9ef14ccf87 -> 34cf8b009713 2022-09-20 12:43:42.189 | INFO [alembic.runtime.migration] Running upgrade 34cf8b009713 -> I43e0b669096 2022-09-20 12:43:42.189 | INFO [alembic.runtime.migration] Running upgrade I43e0b669096 -> 4e6e655746f6 2022-09-20 12:43:42.189 | INFO [alembic.runtime.migration] Running upgrade 4e6e655746f6 -> 659cbedf30a1 2022-09-20 12:43:42.189 | INFO [alembic.runtime.migration] Running upgrade 659cbedf30a1 -> 21ff98fabab1 2022-09-20 12:43:42.189 | INFO [alembic.runtime.migration] Running upgrade 21ff98fabab1 -> 5881373af7f5 2022-09-20 12:43:42.190 | INFO [alembic.runtime.migration] Running upgrade 7d9d8eeec6ad -> a8b517cff8ab 2022-09-20 12:43:42.190 | INFO [alembic.runtime.migration] Running upgrade a8b517cff8ab -> 3b935b28e7a0 2022-09-20 12:43:42.190 | INFO [alembic.runtime.migration] Running upgrade 3b935b28e7a0 -> b12a3ef66e62 2022-09-20 12:43:42.190 | INFO [alembic.runtime.migration] Running upgrade b12a3ef66e62 -> 97c25b0d2353 2022-09-20 12:43:42.190 | INFO [alembic.runtime.migration] Running upgrade 97c25b0d2353 -> 2e0d7a8a1586 2022-09-20 12:43:42.190 | INFO [alembic.runtime.migration] Running upgrade 2e0d7a8a1586 -> 5c85685d616d 2022-09-20 12:43:42.190 | Running upgrade for neutron ... 2022-09-20 12:43:42.190 | OK 2022-09-20 12:43:42.190 | + lib/neutron-legacy:init_mutnauq:465 : time_stop dbsync 2022-09-20 12:43:42.190 | + functions-common:time_stop:2439 : local name 2022-09-20 12:43:42.190 | + functions-common:time_stop:2440 : local end_time 2022-09-20 12:43:42.190 | + functions-common:time_stop:2441 : local elapsed_time 2022-09-20 12:43:42.190 | + functions-common:time_stop:2442 : local total 2022-09-20 12:43:42.190 | + functions-common:time_stop:2443 : local start_time 2022-09-20 12:43:42.190 | + functions-common:time_stop:2445 : name=dbsync 2022-09-20 12:43:42.190 | + functions-common:time_stop:2446 : start_time=1663677790877 2022-09-20 12:43:42.190 | + functions-common:time_stop:2448 : [[ -z 1663677790877 ]] 2022-09-20 12:43:42.190 | ++ functions-common:time_stop:2451 : date +%s%3N 2022-09-20 12:43:42.190 | + functions-common:time_stop:2451 : end_time=1663677822074 2022-09-20 12:43:42.190 | + functions-common:time_stop:2452 : elapsed_time=31197 2022-09-20 12:43:42.190 | + functions-common:time_stop:2453 : total=5953 2022-09-20 12:43:42.190 | + functions-common:time_stop:2455 : _TIME_START[$name]= 2022-09-20 12:43:42.190 | + functions-common:time_stop:2456 : _TIME_TOTAL[$name]=37150 2022-09-20 12:43:42.247 | [263205 Async init_neutron:312676]: finished init_neutron with result 0 in 35 seconds 2022-09-20 12:43:42.251 | + inc/async:async_wait:197 : return 0 2022-09-20 12:43:42.255 | + ./stack.sh:main:1204 : async_wait init_placement 2022-09-20 12:43:42.315 | [263205 Async init_placement:313306]: Waiting for completion of init_placement running on PID 313306 (5 other jobs running) 2022-09-20 12:43:42.345 | [263205 Async init_placement:313306]: Signaling child to exit 2022-09-20 12:44:01.520 | + inc/async:async_inner:64 : rc=0 2022-09-20 12:44:01.546 | [313306 Async init_placement:313306]: finished successfully 2022-09-20 12:44:01.571 | WAKEUP 2022-09-20 12:44:01.597 | [263205 Async init_placement:313306]: Signaled 2022-09-20 12:44:01.599 | + lib/placement:init_placement:130 : recreate_database placement 2022-09-20 12:44:01.599 | + lib/database:recreate_database:112 : local db=placement 2022-09-20 12:44:01.599 | + lib/database:recreate_database:113 : recreate_database_mysql placement 2022-09-20 12:44:01.599 | + lib/databases/mysql:recreate_database_mysql:66 : local db=placement 2022-09-20 12:44:01.599 | + lib/databases/mysql:recreate_database_mysql:67 : mysql -uroot -pPassw0rd -h127.0.0.1 -e 'DROP DATABASE IF EXISTS placement;' 2022-09-20 12:44:01.599 | mysql: [Warning] Using a password on the command line interface can be insecure. 2022-09-20 12:44:01.599 | + lib/databases/mysql:recreate_database_mysql:68 : mysql -uroot -pPassw0rd -h127.0.0.1 -e 'CREATE DATABASE placement CHARACTER SET utf8;' 2022-09-20 12:44:01.599 | mysql: [Warning] Using a password on the command line interface can be insecure. 2022-09-20 12:44:01.599 | + lib/placement:init_placement:131 : /usr/local/bin/placement-manage db sync 2022-09-20 12:44:01.599 | + lib/placement:init_placement:132 : create_placement_accounts 2022-09-20 12:44:01.599 | + lib/placement:create_placement_accounts:119 : create_service_user placement admin 2022-09-20 12:44:01.599 | + lib/keystone:create_service_user:431 : get_or_create_user placement Passw0rd Default 2022-09-20 12:44:01.599 | + functions-common:get_or_create_user:909 : local user_id 2022-09-20 12:44:01.599 | + functions-common:get_or_create_user:910 : [[ ! -z '' ]] 2022-09-20 12:44:01.599 | + functions-common:get_or_create_user:913 : local email= 2022-09-20 12:44:01.599 | ++ functions-common:get_or_create_user:927 : oscwrap --os-cloud devstack-system-admin user create placement --password Passw0rd --domain=Default --or-show -f value -c id 2022-09-20 12:44:01.599 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-09-20 12:44:01.599 | from cryptography.utils import int_from_bytes 2022-09-20 12:44:01.599 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-09-20 12:44:01.599 | from cryptography.utils import int_from_bytes 2022-09-20 12:44:01.599 | ++ functions-common:oscwrap:2479 : return 0 2022-09-20 12:44:01.599 | + functions-common:get_or_create_user:925 : user_id=ae218e593daa4e9e822948a0179f11dd 2022-09-20 12:44:01.599 | + functions-common:get_or_create_user:926 : echo ae218e593daa4e9e822948a0179f11dd 2022-09-20 12:44:01.599 | ae218e593daa4e9e822948a0179f11dd 2022-09-20 12:44:01.599 | + lib/keystone:create_service_user:432 : get_or_add_user_project_role service placement service Default Default 2022-09-20 12:44:01.599 | + functions-common:get_or_add_user_project_role:973 : local user_role_id 2022-09-20 12:44:01.599 | ++ functions-common:get_or_add_user_project_role:975 : _get_domain_args Default Default 2022-09-20 12:44:01.599 | ++ functions-common:_get_domain_args:957 : local domain 2022-09-20 12:44:01.599 | ++ functions-common:_get_domain_args:958 : domain= 2022-09-20 12:44:01.599 | ++ functions-common:_get_domain_args:960 : [[ -n Default ]] 2022-09-20 12:44:01.599 | ++ functions-common:_get_domain_args:961 : domain=' --user-domain Default' 2022-09-20 12:44:01.600 | ++ functions-common:_get_domain_args:963 : [[ -n Default ]] 2022-09-20 12:44:01.600 | ++ functions-common:_get_domain_args:964 : domain=' --user-domain Default --project-domain Default' 2022-09-20 12:44:01.600 | ++ functions-common:_get_domain_args:967 : echo --user-domain Default --project-domain Default 2022-09-20 12:44:01.600 | + functions-common:get_or_add_user_project_role:975 : domain_args='--user-domain Default --project-domain Default' 2022-09-20 12:44:01.600 | ++ functions-common:get_or_add_user_project_role:983 : grep '^|\s[a-f0-9]\+' 2022-09-20 12:44:01.600 | ++ functions-common:get_or_add_user_project_role:983 : oscwrap --os-cloud devstack-system-admin role assignment list --role service --user placement --project service --user-domain Default --project-domain Default 2022-09-20 12:44:01.600 | ++ functions-common:get_or_add_user_project_role:983 : get_field 1 2022-09-20 12:44:01.600 | ++ functions-common:get_field:811 : local data field 2022-09-20 12:44:01.600 | ++ functions-common:get_field:812 : read data 2022-09-20 12:44:01.600 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-09-20 12:44:01.600 | from cryptography.utils import int_from_bytes 2022-09-20 12:44:01.600 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-09-20 12:44:01.600 | from cryptography.utils import int_from_bytes 2022-09-20 12:44:01.600 | ++ functions-common:oscwrap:2479 : return 0 2022-09-20 12:44:01.600 | + functions-common:get_or_add_user_project_role:983 : user_role_id= 2022-09-20 12:44:01.600 | + functions-common:get_or_add_user_project_role:984 : [[ -z '' ]] 2022-09-20 12:44:01.600 | + functions-common:get_or_add_user_project_role:986 : openstack --os-cloud devstack-system-admin role add service --user placement --project service --user-domain Default --project-domain Default 2022-09-20 12:44:01.600 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-09-20 12:44:01.600 | from cryptography.utils import int_from_bytes 2022-09-20 12:44:01.600 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-09-20 12:44:01.600 | from cryptography.utils import int_from_bytes 2022-09-20 12:44:01.600 | ++ functions-common:get_or_add_user_project_role:995 : oscwrap --os-cloud devstack-system-admin role assignment list --role service --user placement --project service --user-domain Default --project-domain Default 2022-09-20 12:44:01.600 | ++ functions-common:get_or_add_user_project_role:995 : grep '^|\s[a-f0-9]\+' 2022-09-20 12:44:01.600 | ++ functions-common:get_or_add_user_project_role:995 : get_field 1 2022-09-20 12:44:01.600 | ++ functions-common:get_field:811 : local data field 2022-09-20 12:44:01.600 | ++ functions-common:get_field:812 : read data 2022-09-20 12:44:01.600 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-09-20 12:44:01.600 | from cryptography.utils import int_from_bytes 2022-09-20 12:44:01.600 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-09-20 12:44:01.600 | from cryptography.utils import int_from_bytes 2022-09-20 12:44:01.600 | ++ functions-common:oscwrap:2479 : return 0 2022-09-20 12:44:01.600 | ++ functions-common:get_field:813 : '[' 1 -lt 0 ']' 2022-09-20 12:44:01.600 | ++ functions-common:get_field:816 : field='$2' 2022-09-20 12:44:01.601 | ++ functions-common:get_field:818 : echo '| cf6d9abf17af4b55907726fe7a93d23e | ae218e593daa4e9e822948a0179f11dd | | 4a248ba4de6a40dd9ca539aa74885772 | | | False |' 2022-09-20 12:44:01.601 | ++ functions-common:get_field:818 : awk '-F[ \t]*\\|[ \t]*' '{print $2}' 2022-09-20 12:44:01.601 | ++ functions-common:get_field:812 : read data 2022-09-20 12:44:01.601 | + functions-common:get_or_add_user_project_role:995 : user_role_id=cf6d9abf17af4b55907726fe7a93d23e 2022-09-20 12:44:01.601 | + functions-common:get_or_add_user_project_role:997 : echo cf6d9abf17af4b55907726fe7a93d23e 2022-09-20 12:44:01.601 | cf6d9abf17af4b55907726fe7a93d23e 2022-09-20 12:44:01.601 | + lib/keystone:create_service_user:434 : [[ -n admin ]] 2022-09-20 12:44:01.601 | + lib/keystone:create_service_user:435 : get_or_add_user_project_role admin placement service Default Default 2022-09-20 12:44:01.601 | + functions-common:get_or_add_user_project_role:973 : local user_role_id 2022-09-20 12:44:01.601 | ++ functions-common:get_or_add_user_project_role:975 : _get_domain_args Default Default 2022-09-20 12:44:01.601 | ++ functions-common:_get_domain_args:957 : local domain 2022-09-20 12:44:01.601 | ++ functions-common:_get_domain_args:958 : domain= 2022-09-20 12:44:01.601 | ++ functions-common:_get_domain_args:960 : [[ -n Default ]] 2022-09-20 12:44:01.601 | ++ functions-common:_get_domain_args:961 : domain=' --user-domain Default' 2022-09-20 12:44:01.601 | ++ functions-common:_get_domain_args:963 : [[ -n Default ]] 2022-09-20 12:44:01.601 | ++ functions-common:_get_domain_args:964 : domain=' --user-domain Default --project-domain Default' 2022-09-20 12:44:01.601 | ++ functions-common:_get_domain_args:967 : echo --user-domain Default --project-domain Default 2022-09-20 12:44:01.601 | + functions-common:get_or_add_user_project_role:975 : domain_args='--user-domain Default --project-domain Default' 2022-09-20 12:44:01.601 | ++ functions-common:get_or_add_user_project_role:983 : oscwrap --os-cloud devstack-system-admin role assignment list --role admin --user placement --project service --user-domain Default --project-domain Default 2022-09-20 12:44:01.601 | ++ functions-common:get_or_add_user_project_role:983 : grep '^|\s[a-f0-9]\+' 2022-09-20 12:44:01.601 | ++ functions-common:get_or_add_user_project_role:983 : get_field 1 2022-09-20 12:44:01.601 | ++ functions-common:get_field:811 : local data field 2022-09-20 12:44:01.601 | ++ functions-common:get_field:812 : read data 2022-09-20 12:44:01.601 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-09-20 12:44:01.601 | from cryptography.utils import int_from_bytes 2022-09-20 12:44:01.601 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-09-20 12:44:01.601 | from cryptography.utils import int_from_bytes 2022-09-20 12:44:01.601 | ++ functions-common:oscwrap:2479 : return 0 2022-09-20 12:44:01.601 | + functions-common:get_or_add_user_project_role:983 : user_role_id= 2022-09-20 12:44:01.602 | + functions-common:get_or_add_user_project_role:984 : [[ -z '' ]] 2022-09-20 12:44:01.602 | + functions-common:get_or_add_user_project_role:986 : openstack --os-cloud devstack-system-admin role add admin --user placement --project service --user-domain Default --project-domain Default 2022-09-20 12:44:01.602 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-09-20 12:44:01.602 | from cryptography.utils import int_from_bytes 2022-09-20 12:44:01.602 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-09-20 12:44:01.602 | from cryptography.utils import int_from_bytes 2022-09-20 12:44:01.602 | ++ functions-common:get_or_add_user_project_role:995 : oscwrap --os-cloud devstack-system-admin role assignment list --role admin --user placement --project service --user-domain Default --project-domain Default 2022-09-20 12:44:01.602 | ++ functions-common:get_or_add_user_project_role:995 : grep '^|\s[a-f0-9]\+' 2022-09-20 12:44:01.602 | ++ functions-common:get_or_add_user_project_role:995 : get_field 1 2022-09-20 12:44:01.602 | ++ functions-common:get_field:811 : local data field 2022-09-20 12:44:01.602 | ++ functions-common:get_field:812 : read data 2022-09-20 12:44:01.602 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-09-20 12:44:01.602 | from cryptography.utils import int_from_bytes 2022-09-20 12:44:01.602 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-09-20 12:44:01.602 | from cryptography.utils import int_from_bytes 2022-09-20 12:44:01.602 | ++ functions-common:oscwrap:2479 : return 0 2022-09-20 12:44:01.602 | ++ functions-common:get_field:813 : '[' 1 -lt 0 ']' 2022-09-20 12:44:01.602 | ++ functions-common:get_field:816 : field='$2' 2022-09-20 12:44:01.602 | ++ functions-common:get_field:818 : echo '| 1ae028a25c4e4346954b6a1ce8e48269 | ae218e593daa4e9e822948a0179f11dd | | 4a248ba4de6a40dd9ca539aa74885772 | | | False |' 2022-09-20 12:44:01.602 | ++ functions-common:get_field:818 : awk '-F[ \t]*\\|[ \t]*' '{print $2}' 2022-09-20 12:44:01.602 | ++ functions-common:get_field:812 : read data 2022-09-20 12:44:01.602 | + functions-common:get_or_add_user_project_role:995 : user_role_id=1ae028a25c4e4346954b6a1ce8e48269 2022-09-20 12:44:01.602 | + functions-common:get_or_add_user_project_role:997 : echo 1ae028a25c4e4346954b6a1ce8e48269 2022-09-20 12:44:01.602 | 1ae028a25c4e4346954b6a1ce8e48269 2022-09-20 12:44:01.602 | + lib/placement:create_placement_accounts:120 : local placement_api_url=http://10.222.0.52/placement 2022-09-20 12:44:01.602 | + lib/placement:create_placement_accounts:121 : get_or_create_service placement placement 'Placement Service' 2022-09-20 12:44:01.602 | + functions-common:get_or_create_service:1082 : local service_id 2022-09-20 12:44:01.602 | ++ functions-common:get_or_create_service:1095 : oscwrap --os-cloud devstack-system-admin service show placement -f value -c id 2022-09-20 12:44:01.602 | ++ functions-common:get_or_create_service:1097 : oscwrap --os-cloud devstack-system-admin service create placement --name placement '--description=Placement Service' -f value -c id 2022-09-20 12:44:01.602 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-09-20 12:44:01.603 | from cryptography.utils import int_from_bytes 2022-09-20 12:44:01.603 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-09-20 12:44:01.603 | from cryptography.utils import int_from_bytes 2022-09-20 12:44:01.603 | ++ functions-common:oscwrap:2479 : return 0 2022-09-20 12:44:01.603 | + functions-common:get_or_create_service:1093 : service_id=' 2022-09-20 12:44:01.603 | 3b7d395b915d4af5bd4aa013cae59457' 2022-09-20 12:44:01.603 | + functions-common:get_or_create_service:1094 : echo 3b7d395b915d4af5bd4aa013cae59457 2022-09-20 12:44:01.603 | 3b7d395b915d4af5bd4aa013cae59457 2022-09-20 12:44:01.603 | + lib/placement:create_placement_accounts:123 : get_or_create_endpoint placement RegionOne http://10.222.0.52/placement 2022-09-20 12:44:01.603 | + functions-common:get_or_create_endpoint:1126 : local public_id 2022-09-20 12:44:01.603 | ++ functions-common:get_or_create_endpoint:1127 : _get_or_create_endpoint_with_interface placement public http://10.222.0.52/placement RegionOne 2022-09-20 12:44:01.603 | ++ functions-common:_get_or_create_endpoint_with_interface:1100 : local endpoint_id 2022-09-20 12:44:01.603 | +++ functions-common:_get_or_create_endpoint_with_interface:1105 : oscwrap --os-cloud devstack-system-admin endpoint list --service placement --interface public --region RegionOne -c ID -f value 2022-09-20 12:44:01.603 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-09-20 12:44:01.603 | from cryptography.utils import int_from_bytes 2022-09-20 12:44:01.603 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-09-20 12:44:01.603 | from cryptography.utils import int_from_bytes 2022-09-20 12:44:01.603 | +++ functions-common:oscwrap:2479 : return 0 2022-09-20 12:44:01.603 | ++ functions-common:_get_or_create_endpoint_with_interface:1105 : endpoint_id= 2022-09-20 12:44:01.603 | ++ functions-common:_get_or_create_endpoint_with_interface:1106 : [[ -z '' ]] 2022-09-20 12:44:01.603 | +++ functions-common:_get_or_create_endpoint_with_interface:1109 : oscwrap --os-cloud devstack-system-admin endpoint create placement public http://10.222.0.52/placement --region RegionOne -f value -c id 2022-09-20 12:44:01.603 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-09-20 12:44:01.603 | from cryptography.utils import int_from_bytes 2022-09-20 12:44:01.603 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-09-20 12:44:01.603 | from cryptography.utils import int_from_bytes 2022-09-20 12:44:01.603 | +++ functions-common:oscwrap:2479 : return 0 2022-09-20 12:44:01.603 | ++ functions-common:_get_or_create_endpoint_with_interface:1109 : endpoint_id=c16aab9a1623459f9ff6b0a50e9d4fcb 2022-09-20 12:44:01.603 | ++ functions-common:_get_or_create_endpoint_with_interface:1112 : echo c16aab9a1623459f9ff6b0a50e9d4fcb 2022-09-20 12:44:01.604 | + functions-common:get_or_create_endpoint:1127 : public_id=c16aab9a1623459f9ff6b0a50e9d4fcb 2022-09-20 12:44:01.604 | + functions-common:get_or_create_endpoint:1129 : [[ -n '' ]] 2022-09-20 12:44:01.604 | + functions-common:get_or_create_endpoint:1132 : [[ -n '' ]] 2022-09-20 12:44:01.604 | + functions-common:get_or_create_endpoint:1136 : echo c16aab9a1623459f9ff6b0a50e9d4fcb 2022-09-20 12:44:01.604 | c16aab9a1623459f9ff6b0a50e9d4fcb 2022-09-20 12:44:01.646 | [263205 Async init_placement:313306]: finished init_placement with result 0 in 53 seconds 2022-09-20 12:44:01.651 | + inc/async:async_wait:197 : return 0 2022-09-20 12:44:01.653 | + ./stack.sh:main:1205 : async_wait init_glance 2022-09-20 12:44:01.713 | [263205 Async init_glance:309186]: Waiting for completion of init_glance running on PID 309186 (4 other jobs running) 2022-09-20 12:44:01.739 | [263205 Async init_glance:309186]: Signaling child to exit 2022-09-20 12:44:01.739 | WAKEUP 2022-09-20 12:44:01.764 | [263205 Async init_glance:309186]: Signaled 2022-09-20 12:44:01.765 | + lib/glance:init_glance:481 : rm -rf /opt/stack/data/glance/images 2022-09-20 12:44:01.765 | + lib/glance:init_glance:482 : mkdir -p /opt/stack/data/glance/images 2022-09-20 12:44:01.765 | + lib/glance:init_glance:485 : recreate_database glance 2022-09-20 12:44:01.765 | + lib/database:recreate_database:112 : local db=glance 2022-09-20 12:44:01.765 | + lib/database:recreate_database:113 : recreate_database_mysql glance 2022-09-20 12:44:01.766 | + lib/databases/mysql:recreate_database_mysql:66 : local db=glance 2022-09-20 12:44:01.766 | + lib/databases/mysql:recreate_database_mysql:67 : mysql -uroot -pPassw0rd -h127.0.0.1 -e 'DROP DATABASE IF EXISTS glance;' 2022-09-20 12:44:01.766 | mysql: [Warning] Using a password on the command line interface can be insecure. 2022-09-20 12:44:01.766 | + lib/databases/mysql:recreate_database_mysql:68 : mysql -uroot -pPassw0rd -h127.0.0.1 -e 'CREATE DATABASE glance CHARACTER SET utf8;' 2022-09-20 12:44:01.766 | mysql: [Warning] Using a password on the command line interface can be insecure. 2022-09-20 12:44:01.766 | + lib/glance:init_glance:487 : time_start dbsync 2022-09-20 12:44:01.766 | + functions-common:time_start:2425 : local name=dbsync 2022-09-20 12:44:01.766 | + functions-common:time_start:2426 : local start_time= 2022-09-20 12:44:01.766 | + functions-common:time_start:2427 : [[ -n '' ]] 2022-09-20 12:44:01.766 | ++ functions-common:time_start:2430 : date +%s%3N 2022-09-20 12:44:01.766 | + functions-common:time_start:2430 : _TIME_START[$name]=1663677738292 2022-09-20 12:44:01.766 | + lib/glance:init_glance:489 : /usr/local/bin/glance-manage --config-file /etc/glance/glance-api.conf db_sync 2022-09-20 12:44:01.766 | INFO dbcounter [-] Registered counter for database glance 2022-09-20 12:44:01.766 | 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=309311) _check_effective_sql_mode /usr/local/lib/python3.8/dist-packages/oslo_db/sqlalchemy/engines.py:314}} 2022-09-20 12:44:01.766 | DEBUG dbcounter [-] [309311] Writer thread running {{(pid=309311) stat_writer /usr/local/lib/python3.8/dist-packages/dbcounter.py:99}} 2022-09-20 12:44:01.766 | INFO alembic.runtime.migration [-] Context impl MySQLImpl. 2022-09-20 12:44:01.766 | INFO alembic.runtime.migration [-] Will assume non-transactional DDL. 2022-09-20 12:44:01.766 | INFO alembic.runtime.migration [-] Context impl MySQLImpl. 2022-09-20 12:44:01.766 | INFO alembic.runtime.migration [-] Will assume non-transactional DDL. 2022-09-20 12:44:01.766 | INFO [alembic.runtime.migration] Context impl MySQLImpl. 2022-09-20 12:44:01.766 | INFO [alembic.runtime.migration] Will assume non-transactional DDL. 2022-09-20 12:44:01.766 | INFO [alembic.runtime.migration] Running upgrade -> liberty, liberty initial 2022-09-20 12:44:01.766 | INFO [alembic.runtime.migration] Running upgrade liberty -> mitaka01, add index on created_at and updated_at columns of 'images' table 2022-09-20 12:44:01.766 | INFO [alembic.runtime.migration] Running upgrade mitaka01 -> mitaka02, update metadef os_nova_server 2022-09-20 12:44:01.766 | INFO [alembic.runtime.migration] Running upgrade mitaka02 -> ocata_expand01, add visibility to images 2022-09-20 12:44:01.766 | INFO [alembic.runtime.migration] Running upgrade ocata_expand01 -> pike_expand01, empty expand for symmetry with pike_contract01 2022-09-20 12:44:01.766 | INFO [alembic.runtime.migration] Running upgrade pike_expand01 -> queens_expand01 2022-09-20 12:44:01.766 | INFO [alembic.runtime.migration] Running upgrade queens_expand01 -> rocky_expand01, add os_hidden column to images table 2022-09-20 12:44:01.766 | INFO [alembic.runtime.migration] Running upgrade rocky_expand01 -> rocky_expand02, add os_hash_algo and os_hash_value columns to images table 2022-09-20 12:44:01.766 | INFO [alembic.runtime.migration] Running upgrade rocky_expand02 -> train_expand01, empty expand for symmetry with train_contract01 2022-09-20 12:44:01.766 | INFO [alembic.runtime.migration] Running upgrade train_expand01 -> ussuri_expand01, empty expand for symmetry with ussuri_expand01 2022-09-20 12:44:01.766 | INFO [alembic.runtime.migration] Running upgrade ussuri_expand01 -> wallaby_expand01, add image_id, request_id, user columns to tasks table" 2022-09-20 12:44:01.766 | INFO [alembic.runtime.migration] Context impl MySQLImpl. 2022-09-20 12:44:01.767 | INFO [alembic.runtime.migration] Will assume non-transactional DDL. 2022-09-20 12:44:01.767 | INFO [alembic.runtime.migration] Context impl MySQLImpl. 2022-09-20 12:44:01.767 | INFO [alembic.runtime.migration] Will assume non-transactional DDL. 2022-09-20 12:44:01.767 | INFO [alembic.runtime.migration] Context impl MySQLImpl. 2022-09-20 12:44:01.767 | INFO [alembic.runtime.migration] Will assume non-transactional DDL. 2022-09-20 12:44:01.767 | INFO [alembic.runtime.migration] Context impl MySQLImpl. 2022-09-20 12:44:01.767 | INFO [alembic.runtime.migration] Will assume non-transactional DDL. 2022-09-20 12:44:01.767 | INFO [alembic.runtime.migration] Context impl MySQLImpl. 2022-09-20 12:44:01.767 | INFO [alembic.runtime.migration] Will assume non-transactional DDL. 2022-09-20 12:44:01.767 | INFO [alembic.runtime.migration] Running upgrade mitaka02 -> ocata_contract01, remove is_public from images 2022-09-20 12:44:01.767 | INFO [alembic.runtime.migration] Running upgrade ocata_contract01 -> pike_contract01, drop glare artifacts tables 2022-09-20 12:44:01.767 | INFO [alembic.runtime.migration] Running upgrade pike_contract01 -> queens_contract01 2022-09-20 12:44:01.767 | INFO [alembic.runtime.migration] Running upgrade queens_contract01 -> rocky_contract01 2022-09-20 12:44:01.767 | INFO [alembic.runtime.migration] Running upgrade rocky_contract01 -> rocky_contract02 2022-09-20 12:44:01.767 | INFO [alembic.runtime.migration] Running upgrade rocky_contract02 -> train_contract01 2022-09-20 12:44:01.767 | INFO [alembic.runtime.migration] Running upgrade train_contract01 -> ussuri_contract01 2022-09-20 12:44:01.767 | INFO [alembic.runtime.migration] Running upgrade ussuri_contract01 -> wallaby_contract01 2022-09-20 12:44:01.767 | INFO [alembic.runtime.migration] Context impl MySQLImpl. 2022-09-20 12:44:01.767 | INFO [alembic.runtime.migration] Will assume non-transactional DDL. 2022-09-20 12:44:01.767 | INFO [alembic.runtime.migration] Context impl MySQLImpl. 2022-09-20 12:44:01.767 | INFO [alembic.runtime.migration] Will assume non-transactional DDL. 2022-09-20 12:44:01.767 | Upgraded database to: wallaby_expand01, current revision(s): wallaby_expand01 2022-09-20 12:44:01.767 | Database migration is up to date. No migration needed. 2022-09-20 12:44:01.767 | Upgraded database to: wallaby_contract01, current revision(s): wallaby_contract01 2022-09-20 12:44:01.767 | Database is synced successfully. 2022-09-20 12:44:01.767 | + lib/glance:init_glance:492 : /usr/local/bin/glance-manage --config-file /etc/glance/glance-api.conf db_load_metadefs 2022-09-20 12:44:01.767 | INFO dbcounter [-] Registered counter for database glance 2022-09-20 12:44:01.767 | 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=309466) _check_effective_sql_mode /usr/local/lib/python3.8/dist-packages/oslo_db/sqlalchemy/engines.py:314}} 2022-09-20 12:44:01.767 | DEBUG dbcounter [-] [309466] Writer thread running {{(pid=309466) stat_writer /usr/local/lib/python3.8/dist-packages/dbcounter.py:99}} 2022-09-20 12:44:01.767 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-vtpm.json loaded to database. 2022-09-20 12:44:01.767 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-hypervisor.json loaded to database. 2022-09-20 12:44:01.767 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-vmware-quota-flavor.json loaded to database. 2022-09-20 12:44:01.767 | DEBUG dbcounter [-] [309466] Writing DB stats glance:SELECT=74,glance:SHOW=6,glance:select=4,glance:INSERT=16 {{(pid=309466) stat_writer /usr/local/lib/python3.8/dist-packages/dbcounter.py:114}} 2022-09-20 12:44:01.767 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-aggr-disk-filter.json loaded to database. 2022-09-20 12:44:01.768 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-guest-memory-backing.json loaded to database. 2022-09-20 12:44:01.768 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/software-webservers.json loaded to database. 2022-09-20 12:44:01.768 | DEBUG dbcounter [-] [309466] Writing DB stats glance:SELECT=81,glance:INSERT=19 {{(pid=309466) stat_writer /usr/local/lib/python3.8/dist-packages/dbcounter.py:114}} 2022-09-20 12:44:01.768 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-cpu-mode.json loaded to database. 2022-09-20 12:44:01.768 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-aggr-num-instances.json loaded to database. 2022-09-20 12:44:01.768 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-watchdog.json loaded to database. 2022-09-20 12:44:01.768 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-xenapi.json loaded to database. 2022-09-20 12:44:01.768 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/operating-system.json loaded to database. 2022-09-20 12:44:01.768 | DEBUG dbcounter [-] [309466] Writing DB stats glance:SELECT=81,glance:INSERT=19 {{(pid=309466) stat_writer /usr/local/lib/python3.8/dist-packages/dbcounter.py:114}} 2022-09-20 12:44:01.768 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/software-runtimes.json loaded to database. 2022-09-20 12:44:01.768 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/image-signature-verification.json loaded to database. 2022-09-20 12:44:01.768 | DEBUG dbcounter [-] [309466] Writing DB stats glance:SELECT=79,glance:INSERT=21 {{(pid=309466) stat_writer /usr/local/lib/python3.8/dist-packages/dbcounter.py:114}} 2022-09-20 12:44:01.768 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/glance-common-image-props.json loaded to database. 2022-09-20 12:44:01.768 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/storage-volume-type.json loaded to database. 2022-09-20 12:44:01.768 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-aggr-iops-filter.json loaded to database. 2022-09-20 12:44:01.768 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-vmware-flavor.json loaded to database. 2022-09-20 12:44:01.768 | DEBUG dbcounter [-] [309466] Writing DB stats glance:INSERT=20,glance:SELECT=80 {{(pid=309466) stat_writer /usr/local/lib/python3.8/dist-packages/dbcounter.py:114}} 2022-09-20 12:44:01.768 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-cpu-pinning.json loaded to database. 2022-09-20 12:44:01.768 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-instance-data.json loaded to database. 2022-09-20 12:44:01.768 | DEBUG dbcounter [-] [309466] Writing DB stats glance:INSERT=23,glance:SELECT=77 {{(pid=309466) stat_writer /usr/local/lib/python3.8/dist-packages/dbcounter.py:114}} 2022-09-20 12:44:01.768 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-libvirt-image.json loaded to database. 2022-09-20 12:44:01.768 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-vcputopology.json loaded to database. 2022-09-20 12:44:01.768 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-host-capabilities.json loaded to database. 2022-09-20 12:44:01.768 | DEBUG dbcounter [-] [309466] Writing DB stats glance:SELECT=79,glance:INSERT=21 {{(pid=309466) stat_writer /usr/local/lib/python3.8/dist-packages/dbcounter.py:114}} 2022-09-20 12:44:01.768 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-guest-shutdown.json loaded to database. 2022-09-20 12:44:01.768 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-vtpm-hw.json loaded to database. 2022-09-20 12:44:01.768 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-vmware.json loaded to database. 2022-09-20 12:44:01.768 | DEBUG dbcounter [-] [309466] Writing DB stats glance:INSERT=20,glance:SELECT=80 {{(pid=309466) stat_writer /usr/local/lib/python3.8/dist-packages/dbcounter.py:114}} 2022-09-20 12:44:01.768 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/software-databases.json loaded to database. 2022-09-20 12:44:01.768 | DEBUG dbcounter [-] [309466] Writing DB stats glance:SELECT=78,glance:INSERT=22 {{(pid=309466) stat_writer /usr/local/lib/python3.8/dist-packages/dbcounter.py:114}} 2022-09-20 12:44:01.769 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/cim-storage-allocation-setting-data.json loaded to database. 2022-09-20 12:44:01.769 | DEBUG dbcounter [-] [309466] Writing DB stats glance:INSERT=23,glance:SELECT=77 {{(pid=309466) stat_writer /usr/local/lib/python3.8/dist-packages/dbcounter.py:114}} 2022-09-20 12:44:01.769 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/cim-resource-allocation-setting-data.json loaded to database. 2022-09-20 12:44:01.769 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-quota.json loaded to database. 2022-09-20 12:44:01.769 | DEBUG dbcounter [-] [309466] Writing DB stats glance:INSERT=23,glance:SELECT=77 {{(pid=309466) stat_writer /usr/local/lib/python3.8/dist-packages/dbcounter.py:114}} 2022-09-20 12:44:01.769 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/cim-virtual-system-setting-data.json loaded to database. 2022-09-20 12:44:01.769 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-libvirt.json loaded to database. 2022-09-20 12:44:01.769 | DEBUG dbcounter [-] [309466] Writing DB stats glance:SELECT=79,glance:INSERT=21 {{(pid=309466) stat_writer /usr/local/lib/python3.8/dist-packages/dbcounter.py:114}} 2022-09-20 12:44:01.769 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/cim-processor-allocation-setting-data.json loaded to database. 2022-09-20 12:44:01.769 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-randomgen.json loaded to database. 2022-09-20 12:44:01.769 | INFO glance.db.sqlalchemy.metadata [-] Metadata loading finished 2022-09-20 12:44:01.769 | + lib/glance:init_glance:493 : time_stop dbsync 2022-09-20 12:44:01.769 | + functions-common:time_stop:2439 : local name 2022-09-20 12:44:01.769 | + functions-common:time_stop:2440 : local end_time 2022-09-20 12:44:01.769 | + functions-common:time_stop:2441 : local elapsed_time 2022-09-20 12:44:01.769 | + functions-common:time_stop:2442 : local total 2022-09-20 12:44:01.769 | + functions-common:time_stop:2443 : local start_time 2022-09-20 12:44:01.769 | + functions-common:time_stop:2445 : name=dbsync 2022-09-20 12:44:01.769 | + functions-common:time_stop:2446 : start_time=1663677738292 2022-09-20 12:44:01.769 | + functions-common:time_stop:2448 : [[ -z 1663677738292 ]] 2022-09-20 12:44:01.769 | ++ functions-common:time_stop:2451 : date +%s%3N 2022-09-20 12:44:01.769 | + functions-common:time_stop:2451 : end_time=1663677749160 2022-09-20 12:44:01.769 | + functions-common:time_stop:2452 : elapsed_time=10868 2022-09-20 12:44:01.769 | + functions-common:time_stop:2453 : total=5953 2022-09-20 12:44:01.769 | + functions-common:time_stop:2455 : _TIME_START[$name]= 2022-09-20 12:44:01.769 | + functions-common:time_stop:2456 : _TIME_TOTAL[$name]=16821 2022-09-20 12:44:01.813 | [263205 Async init_glance:309186]: finished init_glance with result 0 in 11 seconds 2022-09-20 12:44:01.817 | + inc/async:async_wait:197 : return 0 2022-09-20 12:44:01.820 | + ./stack.sh:main:1206 : async_wait init_swift 2022-09-20 12:44:01.874 | [263205 Async init_swift:313055]: Waiting for completion of init_swift running on PID 313055 (3 other jobs running) 2022-09-20 12:44:01.900 | [263205 Async init_swift:313055]: Signaling child to exit 2022-09-20 12:44:01.900 | WAKEUP 2022-09-20 12:44:01.924 | [263205 Async init_swift:313055]: Signaled 2022-09-20 12:44:01.925 | + lib/swift:init_swift:673 : local node_number 2022-09-20 12:44:01.925 | + lib/swift:init_swift:675 : /usr/local/bin/swift-init --run-dir=/opt/stack/data/swift/run all stop 2022-09-20 12:44:01.925 | No object-replicator running 2022-09-20 12:44:01.925 | No container-reconciler running 2022-09-20 12:44:01.925 | No container-auditor running 2022-09-20 12:44:01.925 | No object-auditor running 2022-09-20 12:44:01.926 | No object-reconstructor running 2022-09-20 12:44:01.926 | No account-auditor running 2022-09-20 12:44:01.926 | No container-sync running 2022-09-20 12:44:01.926 | No proxy-server running 2022-09-20 12:44:01.926 | No container-server running 2022-09-20 12:44:01.926 | No object-updater running 2022-09-20 12:44:01.926 | No account-reaper running 2022-09-20 12:44:01.926 | No container-updater running 2022-09-20 12:44:01.926 | No account-server running 2022-09-20 12:44:01.926 | No container-replicator running 2022-09-20 12:44:01.926 | No account-replicator running 2022-09-20 12:44:01.926 | No object-expirer running 2022-09-20 12:44:01.926 | No object-server running 2022-09-20 12:44:01.926 | No container-sharder running 2022-09-20 12:44:01.926 | + lib/swift:init_swift:675 : true 2022-09-20 12:44:01.926 | + lib/swift:init_swift:678 : create_swift_disk 2022-09-20 12:44:01.926 | + lib/swift:create_swift_disk:570 : local node_number 2022-09-20 12:44:01.926 | + lib/swift:create_swift_disk:575 : local user_group 2022-09-20 12:44:01.926 | ++ lib/swift:create_swift_disk:576 : id -g ubuntu 2022-09-20 12:44:01.926 | + lib/swift:create_swift_disk:576 : user_group=1000 2022-09-20 12:44:01.926 | + 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-09-20 12:44:01.926 | + lib/swift:create_swift_disk:580 : create_disk /opt/stack/data/swift/drives/images/swift.img /opt/stack/data/swift/drives/sdb1 6G 2022-09-20 12:44:01.926 | + functions:create_disk:732 : local node_number 2022-09-20 12:44:01.926 | + functions:create_disk:733 : local disk_image=/opt/stack/data/swift/drives/images/swift.img 2022-09-20 12:44:01.926 | + functions:create_disk:734 : local storage_data_dir=/opt/stack/data/swift/drives/sdb1 2022-09-20 12:44:01.926 | + functions:create_disk:735 : local loopback_disk_size=6G 2022-09-20 12:44:01.926 | + functions:create_disk:736 : local key 2022-09-20 12:44:01.926 | ++ functions:create_disk:738 : sed s#/.## 2022-09-20 12:44:01.926 | ++ functions:create_disk:738 : echo /opt/stack/data/swift/drives/images/swift.img 2022-09-20 12:44:01.926 | + functions:create_disk:738 : key=pt/stack/data/swift/drives/images/swift.img 2022-09-20 12:44:01.926 | + functions:create_disk:739 : key=devstack-pt/stack/data/swift/drives/images/swift.img 2022-09-20 12:44:01.926 | + functions:create_disk:741 : destroy_disk /opt/stack/data/swift/drives/images/swift.img /opt/stack/data/swift/drives/sdb1 2022-09-20 12:44:01.926 | + functions:destroy_disk:763 : local disk_image=/opt/stack/data/swift/drives/images/swift.img 2022-09-20 12:44:01.926 | + functions:destroy_disk:764 : local storage_data_dir=/opt/stack/data/swift/drives/sdb1 2022-09-20 12:44:01.926 | + functions:destroy_disk:765 : local key 2022-09-20 12:44:01.927 | ++ functions:destroy_disk:767 : echo /opt/stack/data/swift/drives/images/swift.img 2022-09-20 12:44:01.927 | ++ functions:destroy_disk:767 : sed s#/.## 2022-09-20 12:44:01.927 | + functions:destroy_disk:767 : key=pt/stack/data/swift/drives/images/swift.img 2022-09-20 12:44:01.927 | + functions:destroy_disk:768 : key=devstack-pt/stack/data/swift/drives/images/swift.img 2022-09-20 12:44:01.927 | + functions:destroy_disk:771 : egrep -q /opt/stack/data/swift/drives/sdb1 /proc/mounts 2022-09-20 12:44:01.927 | + functions:destroy_disk:776 : sudo sed -i '/.*comment=$key.*/ d' /etc/fstab 2022-09-20 12:44:01.927 | + functions:destroy_disk:779 : sudo rm -f /opt/stack/data/swift/drives/images/swift.img 2022-09-20 12:44:01.927 | ++ functions:create_disk:745 : dirname /opt/stack/data/swift/drives/images/swift.img 2022-09-20 12:44:01.927 | + functions:create_disk:745 : sudo mkdir -p /opt/stack/data/swift/drives/images 2022-09-20 12:44:01.927 | + functions:create_disk:746 : sudo truncate -s 6G /opt/stack/data/swift/drives/images/swift.img 2022-09-20 12:44:01.927 | + functions:create_disk:753 : sudo mkfs.xfs -f -i size=1024 /opt/stack/data/swift/drives/images/swift.img 2022-09-20 12:44:01.927 | meta-data=/opt/stack/data/swift/drives/images/swift.img isize=1024 agcount=4, agsize=393216 blks 2022-09-20 12:44:01.927 | = sectsz=512 attr=2, projid32bit=1 2022-09-20 12:44:01.927 | = crc=1 finobt=1, sparse=1, rmapbt=0 2022-09-20 12:44:01.927 | = reflink=1 2022-09-20 12:44:01.927 | data = bsize=4096 blocks=1572864, imaxpct=25 2022-09-20 12:44:01.927 | = sunit=0 swidth=0 blks 2022-09-20 12:44:01.927 | naming =version 2 bsize=4096 ascii-ci=0, ftype=1 2022-09-20 12:44:01.927 | log =internal log bsize=4096 blocks=2560, version=2 2022-09-20 12:44:01.927 | = sectsz=512 sunit=0 blks, lazy-count=1 2022-09-20 12:44:01.927 | realtime =none extsz=4096 blocks=0, rtextents=0 2022-09-20 12:44:01.927 | + functions:create_disk:756 : sudo tee -a /etc/fstab 2022-09-20 12:44:01.927 | + 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-09-20 12:44:01.927 | /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-09-20 12:44:01.927 | + functions:create_disk:757 : sudo mkdir -p /opt/stack/data/swift/drives/sdb1 2022-09-20 12:44:01.927 | + functions:create_disk:758 : sudo mount -v /opt/stack/data/swift/drives/sdb1 2022-09-20 12:44:01.927 | mount: /dev/loop3 mounted on /opt/stack/data/swift/drives/sdb1. 2022-09-20 12:44:01.927 | + lib/swift:create_swift_disk:584 : local node_number 2022-09-20 12:44:01.927 | + lib/swift:create_swift_disk:585 : for node_number in ${SWIFT_REPLICAS_SEQ} 2022-09-20 12:44:01.927 | + lib/swift:create_swift_disk:587 : local node_devices=/opt/stack/data/swift/1 2022-09-20 12:44:01.927 | + lib/swift:create_swift_disk:588 : local real_devices=/opt/stack/data/swift/drives/sdb1/1 2022-09-20 12:44:01.927 | + lib/swift:create_swift_disk:589 : sudo ln -sf /opt/stack/data/swift/drives/sdb1/1 /opt/stack/data/swift/1 2022-09-20 12:44:01.927 | + lib/swift:create_swift_disk:590 : local device=/opt/stack/data/swift/drives/sdb1/1/sdb1 2022-09-20 12:44:01.927 | + lib/swift:create_swift_disk:591 : [[ -d /opt/stack/data/swift/drives/sdb1/1/sdb1 ]] 2022-09-20 12:44:01.928 | + lib/swift:create_swift_disk:592 : sudo install -o ubuntu -g 1000 -d /opt/stack/data/swift/drives/sdb1/1/sdb1 2022-09-20 12:44:01.928 | + lib/swift:init_swift:682 : pushd /etc/swift 2022-09-20 12:44:01.928 | + lib/swift:init_swift:684 : rm -f account.builder container.builder object.builder account.ring.gz container.ring.gz object.ring.gz backups/1663676953.object.builder backups/1663676955.container.builder backups/1663676956.account.builder backups/1663676961.object.builder backups/1663676962.container.builder backups/1663676963.account.builder backups/1663676961.object.ring.gz backups/1663676962.container.ring.gz backups/1663676963.account.ring.gz 2022-09-20 12:44:01.928 | + lib/swift:init_swift:686 : /usr/local/bin/swift-ring-builder object.builder create 9 1 1 2022-09-20 12:44:01.928 | + lib/swift:init_swift:687 : /usr/local/bin/swift-ring-builder container.builder create 9 1 1 2022-09-20 12:44:01.928 | + lib/swift:init_swift:688 : /usr/local/bin/swift-ring-builder account.builder create 9 1 1 2022-09-20 12:44:01.928 | + lib/swift:init_swift:694 : [[ -n '' ]] 2022-09-20 12:44:01.928 | + lib/swift:init_swift:707 : for node_number in ${SWIFT_REPLICAS_SEQ} 2022-09-20 12:44:01.928 | + lib/swift:init_swift:708 : /usr/local/bin/swift-ring-builder object.builder add z1-127.0.0.1:6613/sdb1 1 2022-09-20 12:44:01.928 | WARNING: No region specified for z1-127.0.0.1:6613/sdb1. Defaulting to region 1. 2022-09-20 12:44:01.928 | Device d0r1z1-127.0.0.1:6613R127.0.0.1:6613/sdb1_"" with 1.0 weight got id 0 2022-09-20 12:44:01.928 | + lib/swift:init_swift:709 : /usr/local/bin/swift-ring-builder container.builder add z1-127.0.0.1:6611/sdb1 1 2022-09-20 12:44:01.928 | WARNING: No region specified for z1-127.0.0.1:6611/sdb1. Defaulting to region 1. 2022-09-20 12:44:01.928 | Device d0r1z1-127.0.0.1:6611R127.0.0.1:6611/sdb1_"" with 1.0 weight got id 0 2022-09-20 12:44:01.928 | + lib/swift:init_swift:710 : /usr/local/bin/swift-ring-builder account.builder add z1-127.0.0.1:6612/sdb1 1 2022-09-20 12:44:01.928 | WARNING: No region specified for z1-127.0.0.1:6612/sdb1. Defaulting to region 1. 2022-09-20 12:44:01.928 | Device d0r1z1-127.0.0.1:6612R127.0.0.1:6612/sdb1_"" with 1.0 weight got id 0 2022-09-20 12:44:01.928 | + lib/swift:init_swift:716 : /usr/local/bin/swift-ring-builder object.builder rebalance 42 2022-09-20 12:44:01.928 | Reassigned 512 (100.00%) partitions. Balance is now 0.00. Dispersion is now 0.00 2022-09-20 12:44:01.928 | + lib/swift:init_swift:717 : /usr/local/bin/swift-ring-builder container.builder rebalance 42 2022-09-20 12:44:01.928 | Reassigned 512 (100.00%) partitions. Balance is now 0.00. Dispersion is now 0.00 2022-09-20 12:44:01.928 | + lib/swift:init_swift:718 : /usr/local/bin/swift-ring-builder account.builder rebalance 42 2022-09-20 12:44:01.928 | Reassigned 512 (100.00%) partitions. Balance is now 0.00. Dispersion is now 0.00 2022-09-20 12:44:01.928 | + lib/swift:init_swift:719 : popd 2022-09-20 12:44:01.972 | [263205 Async init_swift:313055]: finished init_swift with result 0 in 15 seconds 2022-09-20 12:44:01.977 | + inc/async:async_wait:197 : return 0 2022-09-20 12:44:01.980 | + ./stack.sh:main:1207 : async_wait init_cinder 2022-09-20 12:44:02.033 | [263205 Async init_cinder:313159]: Waiting for completion of init_cinder running on PID 313159 (2 other jobs running) 2022-09-20 12:44:02.059 | [263205 Async init_cinder:313159]: Signaling child to exit 2022-09-20 12:44:02.059 | WAKEUP 2022-09-20 12:44:02.085 | [263205 Async init_cinder:313159]: Signaled 2022-09-20 12:44:02.087 | + lib/cinder:init_cinder:442 : is_service_enabled mysql postgresql 2022-09-20 12:44:02.087 | + functions-common:is_service_enabled:2095 : return 0 2022-09-20 12:44:02.087 | + lib/cinder:init_cinder:444 : recreate_database cinder 2022-09-20 12:44:02.087 | + lib/database:recreate_database:112 : local db=cinder 2022-09-20 12:44:02.087 | + lib/database:recreate_database:113 : recreate_database_mysql cinder 2022-09-20 12:44:02.087 | + lib/databases/mysql:recreate_database_mysql:66 : local db=cinder 2022-09-20 12:44:02.087 | + lib/databases/mysql:recreate_database_mysql:67 : mysql -uroot -pPassw0rd -h127.0.0.1 -e 'DROP DATABASE IF EXISTS cinder;' 2022-09-20 12:44:02.087 | mysql: [Warning] Using a password on the command line interface can be insecure. 2022-09-20 12:44:02.087 | + lib/databases/mysql:recreate_database_mysql:68 : mysql -uroot -pPassw0rd -h127.0.0.1 -e 'CREATE DATABASE cinder CHARACTER SET utf8;' 2022-09-20 12:44:02.087 | mysql: [Warning] Using a password on the command line interface can be insecure. 2022-09-20 12:44:02.087 | + lib/cinder:init_cinder:446 : time_start dbsync 2022-09-20 12:44:02.088 | + functions-common:time_start:2425 : local name=dbsync 2022-09-20 12:44:02.088 | + functions-common:time_start:2426 : local start_time= 2022-09-20 12:44:02.088 | + functions-common:time_start:2427 : [[ -n '' ]] 2022-09-20 12:44:02.088 | ++ functions-common:time_start:2430 : date +%s%3N 2022-09-20 12:44:02.088 | + functions-common:time_start:2430 : _TIME_START[$name]=1663677788030 2022-09-20 12:44:02.088 | + lib/cinder:init_cinder:448 : /usr/local/bin/cinder-manage --config-file /etc/cinder/cinder.conf db sync 2022-09-20 12:44:02.088 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-09-20 12:44:02.088 | from cryptography.utils import int_from_bytes 2022-09-20 12:44:02.088 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-09-20 12:44:02.088 | from cryptography.utils import int_from_bytes 2022-09-20 12:44:02.088 | Failed to initialize object. 2022-09-20 12:44:02.088 | Traceback (most recent call last): 2022-09-20 12:44:02.088 | File "/opt/stack/cinder/cinder/objects/base.py", line 269, in cinder_ovo_cls_init 2022-09-20 12:44:02.088 | cls.model = db.get_model_for_versioned_object(cls) 2022-09-20 12:44:02.088 | File "/opt/stack/cinder/cinder/db/api.py", line 105, in get_model_for_versioned_object 2022-09-20 12:44:02.088 | return IMPL.get_model_for_versioned_object(versioned_object) 2022-09-20 12:44:02.088 | File "/usr/local/lib/python3.8/dist-packages/oslo_db/api.py", line 267, in __getattr__ 2022-09-20 12:44:02.088 | self._load_backend() 2022-09-20 12:44:02.088 | File "/usr/local/lib/python3.8/dist-packages/oslo_db/api.py", line 263, in _load_backend 2022-09-20 12:44:02.088 | self._backend = backend_mod.get_backend() 2022-09-20 12:44:02.088 | AttributeError: partially initialized module 'cinder.db.sqlalchemy.api' has no attribute 'get_backend' (most likely due to a circular import) 2022-09-20 12:44:02.088 | Traceback (most recent call last): 2022-09-20 12:44:02.088 | File "/opt/stack/cinder/cinder/objects/base.py", line 269, in cinder_ovo_cls_init 2022-09-20 12:44:02.088 | cls.model = db.get_model_for_versioned_object(cls) 2022-09-20 12:44:02.088 | File "/opt/stack/cinder/cinder/db/api.py", line 105, in get_model_for_versioned_object 2022-09-20 12:44:02.088 | return IMPL.get_model_for_versioned_object(versioned_object) 2022-09-20 12:44:02.088 | File "/usr/local/lib/python3.8/dist-packages/oslo_db/api.py", line 267, in __getattr__ 2022-09-20 12:44:02.088 | self._load_backend() 2022-09-20 12:44:02.088 | File "/usr/local/lib/python3.8/dist-packages/oslo_db/api.py", line 263, in _load_backend 2022-09-20 12:44:02.088 | self._backend = backend_mod.get_backend() 2022-09-20 12:44:02.088 | AttributeError: partially initialized module 'cinder.db.sqlalchemy.api' has no attribute 'get_backend' (most likely due to a circular import) 2022-09-20 12:44:02.088 | 2022-09-20 12:44:02.088 | During handling of the above exception, another exception occurred: 2022-09-20 12:44:02.088 | 2022-09-20 12:44:02.088 | Traceback (most recent call last): 2022-09-20 12:44:02.089 | File "/usr/local/bin/cinder-manage", line 6, in 2022-09-20 12:44:02.089 | from cinder.cmd.manage import main 2022-09-20 12:44:02.089 | File "/opt/stack/cinder/cinder/cmd/manage.py", line 75, in 2022-09-20 12:44:02.089 | from cinder.db import migration as db_migration 2022-09-20 12:44:02.089 | File "/opt/stack/cinder/cinder/db/migration.py", line 31, in 2022-09-20 12:44:02.089 | from cinder.db.sqlalchemy import api as db_api 2022-09-20 12:44:02.089 | File "/opt/stack/cinder/cinder/db/sqlalchemy/api.py", line 61, in 2022-09-20 12:44:02.089 | from cinder.volume import volume_utils 2022-09-20 12:44:02.089 | File "/opt/stack/cinder/cinder/volume/volume_utils.py", line 68, in 2022-09-20 12:44:02.089 | from cinder.volume import driver 2022-09-20 12:44:02.089 | File "/opt/stack/cinder/cinder/volume/driver.py", line 358, in 2022-09-20 12:44:02.089 | CONF.import_opt('backup_use_same_host', 'cinder.backup.api') 2022-09-20 12:44:02.089 | File "/usr/local/lib/python3.8/dist-packages/oslo_config/cfg.py", line 2426, in import_opt 2022-09-20 12:44:02.089 | __import__(module_str) 2022-09-20 12:44:02.089 | File "/opt/stack/cinder/cinder/backup/api.py", line 41, in 2022-09-20 12:44:02.089 | from cinder.objects import volume_type 2022-09-20 12:44:02.089 | File "/opt/stack/cinder/cinder/objects/volume_type.py", line 27, in 2022-09-20 12:44:02.089 | class VolumeType(base.CinderPersistentObject, base.CinderObject, 2022-09-20 12:44:02.089 | File "/usr/local/lib/python3.8/dist-packages/oslo_versionedobjects/base.py", line 139, in register 2022-09-20 12:44:02.089 | registry._register_class(obj_cls) 2022-09-20 12:44:02.089 | File "/usr/local/lib/python3.8/dist-packages/oslo_versionedobjects/base.py", line 134, in _register_class 2022-09-20 12:44:02.089 | self.registration_hook(cls, 0) 2022-09-20 12:44:02.089 | File "/opt/stack/cinder/cinder/objects/base.py", line 158, in registration_hook 2022-09-20 12:44:02.089 | cls.cinder_ovo_cls_init() 2022-09-20 12:44:02.089 | File "/opt/stack/cinder/cinder/objects/base.py", line 274, in cinder_ovo_cls_init 2022-09-20 12:44:02.089 | raise exception.ProgrammingError(reason=msg) 2022-09-20 12:44:02.089 | cinder.exception.ProgrammingError: Programming error in Cinder: Couldn't find ORM model for Persistent Versioned Object VolumeType. 2022-09-20 12:44:02.089 | + lib/cinder:init_cinder:449 : time_stop dbsync 2022-09-20 12:44:02.089 | + functions-common:time_stop:2439 : local name 2022-09-20 12:44:02.089 | + functions-common:time_stop:2440 : local end_time 2022-09-20 12:44:02.089 | + functions-common:time_stop:2441 : local elapsed_time 2022-09-20 12:44:02.089 | + functions-common:time_stop:2442 : local total 2022-09-20 12:44:02.089 | + functions-common:time_stop:2443 : local start_time 2022-09-20 12:44:02.090 | + functions-common:time_stop:2445 : name=dbsync 2022-09-20 12:44:02.090 | + functions-common:time_stop:2446 : start_time=1663677788030 2022-09-20 12:44:02.090 | + functions-common:time_stop:2448 : [[ -z 1663677788030 ]] 2022-09-20 12:44:02.090 | ++ functions-common:time_stop:2451 : date +%s%3N 2022-09-20 12:44:02.090 | + functions-common:time_stop:2451 : end_time=1663677792163 2022-09-20 12:44:02.090 | + functions-common:time_stop:2452 : elapsed_time=4133 2022-09-20 12:44:02.090 | + functions-common:time_stop:2453 : total=5953 2022-09-20 12:44:02.090 | + functions-common:time_stop:2455 : _TIME_START[$name]= 2022-09-20 12:44:02.090 | + functions-common:time_stop:2456 : _TIME_TOTAL[$name]=10086 2022-09-20 12:44:02.090 | + lib/cinder:init_cinder:452 : is_service_enabled c-vol 2022-09-20 12:44:02.090 | + functions-common:is_service_enabled:2095 : return 1 2022-09-20 12:44:02.090 | + lib/cinder:init_cinder:463 : is_service_enabled c-bak 2022-09-20 12:44:02.090 | + functions-common:is_service_enabled:2095 : return 1 2022-09-20 12:44:02.090 | + lib/cinder:init_cinder:469 : mkdir -p /opt/stack/data/cinder/volumes 2022-09-20 12:44:02.134 | [263205 Async init_cinder:313159]: finished init_cinder with result 0 in 4 seconds 2022-09-20 12:44:02.139 | + inc/async:async_wait:197 : return 0 2022-09-20 12:44:02.141 | + ./stack.sh:main:1212 : is_service_enabled nova 2022-09-20 12:44:02.160 | + functions-common:is_service_enabled:2095 : return 0 2022-09-20 12:44:02.163 | + ./stack.sh:main:1213 : echo_summary 'Configuring Nova' 2022-09-20 12:44:02.165 | + ./stack.sh:echo_summary:435 : [[ -t 3 ]] 2022-09-20 12:44:02.169 | + ./stack.sh:echo_summary:441 : echo -e Configuring Nova 2022-09-20 12:44:02.171 | + ./stack.sh:main:1214 : init_nova 2022-09-20 12:44:02.174 | + lib/nova:init_nova:811 : is_service_enabled mysql postgresql 2022-09-20 12:44:02.192 | + functions-common:is_service_enabled:2095 : return 0 2022-09-20 12:44:02.195 | + lib/nova:init_nova:811 : is_service_enabled n-api 2022-09-20 12:44:02.215 | + functions-common:is_service_enabled:2095 : return 0 2022-09-20 12:44:02.218 | + lib/nova:init_nova:813 : [[ superconductor == \s\i\n\g\l\e\c\o\n\d\u\c\t\o\r ]] 2022-09-20 12:44:02.220 | + lib/nova:init_nova:821 : async_run nova-cell-0 init_nova_db nova_cell0 /etc/nova/nova.conf 2022-09-20 12:44:02.290 | + inc/async:async_inner:63 : init_nova_db nova_cell0 /etc/nova/nova.conf 2022-09-20 12:44:02.337 | [263205 Async nova-cell-0:315344]: running: init_nova_db nova_cell0 /etc/nova/nova.conf 2022-09-20 12:44:02.342 | ++ lib/nova:init_nova:824 : seq 1 1 2022-09-20 12:44:02.347 | + lib/nova:init_nova:824 : for i in $(seq 1 $NOVA_NUM_CELLS) 2022-09-20 12:44:02.350 | ++ lib/nova:init_nova:825 : conductor_conf 1 2022-09-20 12:44:02.353 | ++ lib/nova:conductor_conf:790 : local cell=1 2022-09-20 12:44:02.356 | ++ lib/nova:conductor_conf:791 : echo /etc/nova/nova_cell1.conf 2022-09-20 12:44:02.359 | + lib/nova:init_nova:825 : async_run nova-cell-1 init_nova_db nova_cell1 /etc/nova/nova_cell1.conf 2022-09-20 12:44:02.433 | + inc/async:async_inner:63 : init_nova_db nova_cell1 /etc/nova/nova_cell1.conf 2022-09-20 12:44:02.488 | [263205 Async nova-cell-1:315445]: running: init_nova_db nova_cell1 /etc/nova/nova_cell1.conf 2022-09-20 12:44:02.492 | + lib/nova:init_nova:828 : recreate_database nova_api 2022-09-20 12:44:02.499 | + lib/database:recreate_database:112 : local db=nova_api 2022-09-20 12:44:02.499 | + lib/database:recreate_database:113 : recreate_database_mysql nova_api 2022-09-20 12:44:02.501 | + lib/databases/mysql:recreate_database_mysql:66 : local db=nova_api 2022-09-20 12:44:02.504 | + lib/databases/mysql:recreate_database_mysql:67 : mysql -uroot -pPassw0rd -h127.0.0.1 -e 'DROP DATABASE IF EXISTS nova_api;' 2022-09-20 12:44:02.510 | mysql: [Warning] Using a password on the command line interface can be insecure. 2022-09-20 12:44:03.117 | + lib/databases/mysql:recreate_database_mysql:68 : mysql -uroot -pPassw0rd -h127.0.0.1 -e 'CREATE DATABASE nova_api CHARACTER SET utf8;' 2022-09-20 12:44:03.125 | mysql: [Warning] Using a password on the command line interface can be insecure. 2022-09-20 12:44:03.147 | + lib/nova:init_nova:829 : /usr/local/bin/nova-manage --config-file /etc/nova/nova.conf api_db sync 2022-09-20 12:44:03.771 | 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-09-20 12:44:07.608 | INFO dbcounter [-] Registered counter for database nova_api 2022-09-20 12:44:07.636 | DEBUG dbcounter [-] [315506] Writer thread running {{(pid=315506) stat_writer /usr/local/lib/python3.8/dist-packages/dbcounter.py:99}} 2022-09-20 12:44:07.638 | DEBUG migrate.versioning.repository [-] Loading repository /opt/stack/nova/nova/db/api/legacy_migrations... {{(pid=315506) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/repository.py:76}} 2022-09-20 12:44:07.639 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/api/legacy_migrations/versions/086_placeholder.py... {{(pid=315506) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-09-20 12:44:07.639 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/api/legacy_migrations/versions/086_placeholder.py loaded successfully {{(pid=315506) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-09-20 12:44:07.639 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/api/legacy_migrations/versions/075_placeholder.py... {{(pid=315506) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-09-20 12:44:07.640 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/api/legacy_migrations/versions/075_placeholder.py loaded successfully {{(pid=315506) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-09-20 12:44:07.640 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/api/legacy_migrations/versions/077_placeholder.py... {{(pid=315506) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-09-20 12:44:07.640 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/api/legacy_migrations/versions/077_placeholder.py loaded successfully {{(pid=315506) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-09-20 12:44:07.641 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/api/legacy_migrations/versions/073_placeholder.py... {{(pid=315506) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-09-20 12:44:07.641 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/api/legacy_migrations/versions/073_placeholder.py loaded successfully {{(pid=315506) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-09-20 12:44:07.641 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/api/legacy_migrations/versions/082_placeholder.py... {{(pid=315506) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-09-20 12:44:07.641 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/api/legacy_migrations/versions/082_placeholder.py loaded successfully {{(pid=315506) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-09-20 12:44:07.641 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/api/legacy_migrations/versions/083_placeholder.py... {{(pid=315506) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-09-20 12:44:07.642 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/api/legacy_migrations/versions/083_placeholder.py loaded successfully {{(pid=315506) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-09-20 12:44:07.642 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/api/legacy_migrations/versions/068_placeholder.py... {{(pid=315506) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-09-20 12:44:07.642 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/api/legacy_migrations/versions/068_placeholder.py loaded successfully {{(pid=315506) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-09-20 12:44:07.642 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/api/legacy_migrations/versions/071_placeholder.py... {{(pid=315506) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-09-20 12:44:07.643 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/api/legacy_migrations/versions/071_placeholder.py loaded successfully {{(pid=315506) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-09-20 12:44:07.643 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/api/legacy_migrations/versions/084_placeholder.py... {{(pid=315506) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-09-20 12:44:07.643 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/api/legacy_migrations/versions/084_placeholder.py loaded successfully {{(pid=315506) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-09-20 12:44:07.643 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/api/legacy_migrations/versions/069_placeholder.py... {{(pid=315506) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-09-20 12:44:07.644 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/api/legacy_migrations/versions/069_placeholder.py loaded successfully {{(pid=315506) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-09-20 12:44:07.644 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/api/legacy_migrations/versions/074_placeholder.py... {{(pid=315506) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-09-20 12:44:07.644 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/api/legacy_migrations/versions/074_placeholder.py loaded successfully {{(pid=315506) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-09-20 12:44:07.644 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/api/legacy_migrations/versions/072_placeholder.py... {{(pid=315506) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-09-20 12:44:07.644 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/api/legacy_migrations/versions/072_placeholder.py loaded successfully {{(pid=315506) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-09-20 12:44:07.645 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/api/legacy_migrations/versions/081_placeholder.py... {{(pid=315506) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-09-20 12:44:07.645 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/api/legacy_migrations/versions/081_placeholder.py loaded successfully {{(pid=315506) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-09-20 12:44:07.645 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/api/legacy_migrations/versions/087_placeholder.py... {{(pid=315506) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-09-20 12:44:07.645 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/api/legacy_migrations/versions/087_placeholder.py loaded successfully {{(pid=315506) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-09-20 12:44:07.646 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/api/legacy_migrations/versions/078_placeholder.py... {{(pid=315506) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-09-20 12:44:07.646 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/api/legacy_migrations/versions/078_placeholder.py loaded successfully {{(pid=315506) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-09-20 12:44:07.646 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/api/legacy_migrations/versions/085_placeholder.py... {{(pid=315506) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-09-20 12:44:07.646 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/api/legacy_migrations/versions/085_placeholder.py loaded successfully {{(pid=315506) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-09-20 12:44:07.647 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/api/legacy_migrations/versions/080_placeholder.py... {{(pid=315506) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-09-20 12:44:07.647 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/api/legacy_migrations/versions/080_placeholder.py loaded successfully {{(pid=315506) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-09-20 12:44:07.647 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/api/legacy_migrations/versions/067_train.py... {{(pid=315506) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-09-20 12:44:07.647 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/api/legacy_migrations/versions/067_train.py loaded successfully {{(pid=315506) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-09-20 12:44:07.648 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/api/legacy_migrations/versions/079_placeholder.py... {{(pid=315506) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-09-20 12:44:07.648 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/api/legacy_migrations/versions/079_placeholder.py loaded successfully {{(pid=315506) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-09-20 12:44:07.648 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/api/legacy_migrations/versions/070_placeholder.py... {{(pid=315506) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-09-20 12:44:07.648 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/api/legacy_migrations/versions/070_placeholder.py loaded successfully {{(pid=315506) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-09-20 12:44:07.649 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/api/legacy_migrations/versions/076_placeholder.py... {{(pid=315506) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-09-20 12:44:07.649 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/api/legacy_migrations/versions/076_placeholder.py loaded successfully {{(pid=315506) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-09-20 12:44:07.649 | DEBUG migrate.versioning.repository [-] Repository /opt/stack/nova/nova/db/api/legacy_migrations loaded successfully {{(pid=315506) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/repository.py:82}} 2022-09-20 12:44:07.649 | DEBUG migrate.versioning.repository [-] Config: {'db_settings': {'repository_id': 'nova_api', 'version_table': 'migrate_version', 'required_dbs': '[]'}} {{(pid=315506) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/repository.py:83}} 2022-09-20 12:44:07.677 | INFO alembic.runtime.migration [-] Context impl MySQLImpl. 2022-09-20 12:44:07.678 | INFO alembic.runtime.migration [-] Will assume non-transactional DDL. 2022-09-20 12:44:07.729 | INFO alembic.runtime.migration [-] Running upgrade -> d67eeaabee36, Initial version 2022-09-20 12:44:10.629 | DEBUG alembic.runtime.migration [-] new branch insert d67eeaabee36 {{(pid=315506) update_to_step /usr/local/lib/python3.8/dist-packages/alembic/runtime/migration.py:818}} 2022-09-20 12:44:10.634 | INFO alembic.runtime.migration [-] Running upgrade d67eeaabee36 -> b30f573d3377, Remove unused build_requests columns 2022-09-20 12:44:11.214 | DEBUG alembic.runtime.migration [-] update d67eeaabee36 to b30f573d3377 {{(pid=315506) update_to_step /usr/local/lib/python3.8/dist-packages/alembic/runtime/migration.py:853}} 2022-09-20 12:44:11.222 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-09-20 12:44:11.222 | from cryptography.utils import int_from_bytes 2022-09-20 12:44:11.222 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-09-20 12:44:11.222 | from cryptography.utils import int_from_bytes 2022-09-20 12:44:11.729 | ++ lib/nova:init_nova:833 : database_connection_url nova_cell0 2022-09-20 12:44:11.733 | ++ lib/database:database_connection_url:134 : local db=nova_cell0 2022-09-20 12:44:11.738 | ++ lib/database:database_connection_url:135 : database_connection_url_mysql nova_cell0 2022-09-20 12:44:11.745 | ++ lib/databases/mysql:database_connection_url_mysql:224 : local db=nova_cell0 2022-09-20 12:44:11.746 | ++ lib/databases/mysql:database_connection_url_mysql:225 : local plugin 2022-09-20 12:44:11.749 | ++ lib/databases/mysql:database_connection_url_mysql:229 : [[ True == \T\r\u\e ]] 2022-09-20 12:44:11.752 | ++ lib/databases/mysql:database_connection_url_mysql:230 : is_service_enabled mysql 2022-09-20 12:44:11.775 | ++ functions-common:is_service_enabled:2095 : return 0 2022-09-20 12:44:11.779 | ++ lib/databases/mysql:database_connection_url_mysql:231 : plugin='&plugin=dbcounter' 2022-09-20 12:44:11.782 | ++ lib/databases/mysql:database_connection_url_mysql:235 : echo 'mysql+pymysql://root:Passw0rd@127.0.0.1/nova_cell0?charset=utf8&plugin=dbcounter' 2022-09-20 12:44:11.786 | + lib/nova:init_nova:833 : /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-09-20 12:44:12.442 | 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-09-20 12:44:15.940 | INFO dbcounter [None req-70a477f5-50cd-4741-a066-e0051d5623eb None None] Registered counter for database nova_api 2022-09-20 12:44:15.982 | DEBUG dbcounter [-] [315963] Writer thread running {{(pid=315963) stat_writer /usr/local/lib/python3.8/dist-packages/dbcounter.py:99}} 2022-09-20 12:44:16.043 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-09-20 12:44:16.043 | from cryptography.utils import int_from_bytes 2022-09-20 12:44:16.043 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-09-20 12:44:16.043 | from cryptography.utils import int_from_bytes 2022-09-20 12:44:16.535 | ++ lib/nova:init_nova:836 : seq 0 1 2022-09-20 12:44:16.541 | + lib/nova:init_nova:836 : for i in $(seq 0 $NOVA_NUM_CELLS) 2022-09-20 12:44:16.544 | + lib/nova:init_nova:837 : async_wait nova-cell-0 2022-09-20 12:44:16.637 | [263205 Async nova-cell-0:315344]: Waiting for completion of init_nova_db nova_cell0 /etc/nova/nova.conf running on PID 315344 (3 other jobs running) 2022-09-20 12:44:16.675 | [263205 Async nova-cell-0:315344]: Signaling child to exit 2022-09-20 12:44:18.983 | + inc/async:async_inner:64 : rc=0 2022-09-20 12:44:19.019 | [315445 Async nova-cell-1:315445]: finished successfully 2022-09-20 12:44:19.369 | + inc/async:async_inner:64 : rc=0 2022-09-20 12:44:19.397 | [315344 Async nova-cell-0:315344]: finished successfully 2022-09-20 12:44:19.425 | WAKEUP 2022-09-20 12:44:19.453 | [263205 Async nova-cell-0:315344]: Signaled 2022-09-20 12:44:19.455 | + lib/nova:init_nova_db:801 : local dbname=nova_cell0 2022-09-20 12:44:19.455 | + lib/nova:init_nova_db:802 : local conffile=/etc/nova/nova.conf 2022-09-20 12:44:19.455 | + lib/nova:init_nova_db:803 : recreate_database nova_cell0 2022-09-20 12:44:19.455 | + lib/database:recreate_database:112 : local db=nova_cell0 2022-09-20 12:44:19.455 | + lib/database:recreate_database:113 : recreate_database_mysql nova_cell0 2022-09-20 12:44:19.455 | + lib/databases/mysql:recreate_database_mysql:66 : local db=nova_cell0 2022-09-20 12:44:19.455 | + lib/databases/mysql:recreate_database_mysql:67 : mysql -uroot -pPassw0rd -h127.0.0.1 -e 'DROP DATABASE IF EXISTS nova_cell0;' 2022-09-20 12:44:19.455 | mysql: [Warning] Using a password on the command line interface can be insecure. 2022-09-20 12:44:19.455 | + lib/databases/mysql:recreate_database_mysql:68 : mysql -uroot -pPassw0rd -h127.0.0.1 -e 'CREATE DATABASE nova_cell0 CHARACTER SET utf8;' 2022-09-20 12:44:19.455 | mysql: [Warning] Using a password on the command line interface can be insecure. 2022-09-20 12:44:19.455 | + lib/nova:init_nova_db:804 : /usr/local/bin/nova-manage --config-file /etc/nova/nova.conf db sync --local_cell 2022-09-20 12:44:19.455 | 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-09-20 12:44:19.455 | INFO dbcounter [-] Registered counter for database nova_cell0 2022-09-20 12:44:19.455 | DEBUG dbcounter [-] [315513] Writer thread running {{(pid=315513) stat_writer /usr/local/lib/python3.8/dist-packages/dbcounter.py:99}} 2022-09-20 12:44:19.455 | DEBUG migrate.versioning.repository [-] Loading repository /opt/stack/nova/nova/db/main/legacy_migrations... {{(pid=315513) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/repository.py:76}} 2022-09-20 12:44:19.455 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/402_train.py... {{(pid=315513) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-09-20 12:44:19.455 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/402_train.py loaded successfully {{(pid=315513) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-09-20 12:44:19.455 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/403_placeholder.py... {{(pid=315513) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-09-20 12:44:19.455 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/403_placeholder.py loaded successfully {{(pid=315513) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-09-20 12:44:19.456 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/414_placeholder.py... {{(pid=315513) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-09-20 12:44:19.456 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/414_placeholder.py loaded successfully {{(pid=315513) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-09-20 12:44:19.456 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/406_placeholder.py... {{(pid=315513) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-09-20 12:44:19.456 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/406_placeholder.py loaded successfully {{(pid=315513) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-09-20 12:44:19.456 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/412_placeholder.py... {{(pid=315513) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-09-20 12:44:19.456 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/412_placeholder.py loaded successfully {{(pid=315513) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-09-20 12:44:19.456 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/418_placeholder.py... {{(pid=315513) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-09-20 12:44:19.456 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/418_placeholder.py loaded successfully {{(pid=315513) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-09-20 12:44:19.456 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/421_placeholder.py... {{(pid=315513) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-09-20 12:44:19.456 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/421_placeholder.py loaded successfully {{(pid=315513) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-09-20 12:44:19.456 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/408_placeholder.py... {{(pid=315513) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-09-20 12:44:19.456 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/408_placeholder.py loaded successfully {{(pid=315513) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-09-20 12:44:19.456 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/415_placeholder.py... {{(pid=315513) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-09-20 12:44:19.456 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/415_placeholder.py loaded successfully {{(pid=315513) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-09-20 12:44:19.456 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/411_placeholder.py... {{(pid=315513) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-09-20 12:44:19.456 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/411_placeholder.py loaded successfully {{(pid=315513) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-09-20 12:44:19.456 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/416_placeholder.py... {{(pid=315513) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-09-20 12:44:19.456 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/416_placeholder.py loaded successfully {{(pid=315513) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-09-20 12:44:19.456 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/420_placeholder.py... {{(pid=315513) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-09-20 12:44:19.456 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/420_placeholder.py loaded successfully {{(pid=315513) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-09-20 12:44:19.456 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/410_placeholder.py... {{(pid=315513) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-09-20 12:44:19.456 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/410_placeholder.py loaded successfully {{(pid=315513) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-09-20 12:44:19.456 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/409_placeholder.py... {{(pid=315513) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-09-20 12:44:19.456 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/409_placeholder.py loaded successfully {{(pid=315513) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-09-20 12:44:19.456 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/422_placeholder.py... {{(pid=315513) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-09-20 12:44:19.456 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/422_placeholder.py loaded successfully {{(pid=315513) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-09-20 12:44:19.457 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/404_placeholder.py... {{(pid=315513) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-09-20 12:44:19.457 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/404_placeholder.py loaded successfully {{(pid=315513) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-09-20 12:44:19.457 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/405_placeholder.py... {{(pid=315513) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-09-20 12:44:19.457 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/405_placeholder.py loaded successfully {{(pid=315513) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-09-20 12:44:19.457 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/407_placeholder.py... {{(pid=315513) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-09-20 12:44:19.457 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/407_placeholder.py loaded successfully {{(pid=315513) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-09-20 12:44:19.457 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/419_placeholder.py... {{(pid=315513) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-09-20 12:44:19.457 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/419_placeholder.py loaded successfully {{(pid=315513) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-09-20 12:44:19.457 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/417_placeholder.py... {{(pid=315513) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-09-20 12:44:19.457 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/417_placeholder.py loaded successfully {{(pid=315513) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-09-20 12:44:19.457 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/413_placeholder.py... {{(pid=315513) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-09-20 12:44:19.457 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/413_placeholder.py loaded successfully {{(pid=315513) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-09-20 12:44:19.457 | DEBUG migrate.versioning.repository [-] Repository /opt/stack/nova/nova/db/main/legacy_migrations loaded successfully {{(pid=315513) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/repository.py:82}} 2022-09-20 12:44:19.457 | DEBUG migrate.versioning.repository [-] Config: {'db_settings': {'repository_id': 'nova', 'version_table': 'migrate_version', 'required_dbs': '[]'}} {{(pid=315513) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/repository.py:83}} 2022-09-20 12:44:19.457 | INFO alembic.runtime.migration [-] Context impl MySQLImpl. 2022-09-20 12:44:19.457 | INFO alembic.runtime.migration [-] Will assume non-transactional DDL. 2022-09-20 12:44:19.457 | INFO alembic.runtime.migration [-] Running upgrade -> 8f2f1571d55b, Initial version 2022-09-20 12:44:19.457 | DEBUG dbcounter [-] [315513] Writing DB stats nova_cell0:SELECT=6,nova_cell0:SHOW=1,nova_cell0:CREATE=93 {{(pid=315513) stat_writer /usr/local/lib/python3.8/dist-packages/dbcounter.py:114}} 2022-09-20 12:44:19.457 | DEBUG dbcounter [-] [315513] Writing DB stats nova_cell0:CREATE=64,nova_cell0:ALTER=2,nova_cell0:SHOW=24,nova_cell0:select=10 {{(pid=315513) stat_writer /usr/local/lib/python3.8/dist-packages/dbcounter.py:114}} 2022-09-20 12:44:19.457 | DEBUG dbcounter [-] [315513] Writing DB stats nova_cell0:SHOW=35,nova_cell0:select=12,nova_cell0:CREATE=53 {{(pid=315513) stat_writer /usr/local/lib/python3.8/dist-packages/dbcounter.py:114}} 2022-09-20 12:44:19.457 | DEBUG alembic.runtime.migration [-] new branch insert 8f2f1571d55b {{(pid=315513) update_to_step /usr/local/lib/python3.8/dist-packages/alembic/runtime/migration.py:818}} 2022-09-20 12:44:19.457 | INFO alembic.runtime.migration [-] Running upgrade 8f2f1571d55b -> 16f1fbcab42b, Resolve shadow table diffs 2022-09-20 12:44:19.457 | DEBUG alembic.runtime.migration [-] update 8f2f1571d55b to 16f1fbcab42b {{(pid=315513) update_to_step /usr/local/lib/python3.8/dist-packages/alembic/runtime/migration.py:853}} 2022-09-20 12:44:19.457 | INFO alembic.runtime.migration [-] Running upgrade 16f1fbcab42b -> ccb0fa1a2252, Add encryption fields to BlockDeviceMapping 2022-09-20 12:44:19.457 | DEBUG alembic.runtime.migration [-] update 16f1fbcab42b to ccb0fa1a2252 {{(pid=315513) update_to_step /usr/local/lib/python3.8/dist-packages/alembic/runtime/migration.py:853}} 2022-09-20 12:44:19.457 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-09-20 12:44:19.457 | from cryptography.utils import int_from_bytes 2022-09-20 12:44:19.457 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-09-20 12:44:19.458 | from cryptography.utils import int_from_bytes 2022-09-20 12:44:19.519 | [263205 Async nova-cell-0:315344]: finished init_nova_db nova_cell0 /etc/nova/nova.conf with result 0 in 17 seconds 2022-09-20 12:44:19.525 | + inc/async:async_wait:197 : return 0 2022-09-20 12:44:19.528 | + lib/nova:init_nova:836 : for i in $(seq 0 $NOVA_NUM_CELLS) 2022-09-20 12:44:19.530 | + lib/nova:init_nova:837 : async_wait nova-cell-1 2022-09-20 12:44:19.593 | [263205 Async nova-cell-1:315445]: Waiting for completion of init_nova_db nova_cell1 /etc/nova/nova_cell1.conf running on PID 315445 (2 other jobs running) 2022-09-20 12:44:19.627 | [263205 Async nova-cell-1:315445]: Signaling child to exit 2022-09-20 12:44:19.627 | WAKEUP 2022-09-20 12:44:19.652 | [263205 Async nova-cell-1:315445]: Signaled 2022-09-20 12:44:19.654 | + lib/nova:init_nova_db:801 : local dbname=nova_cell1 2022-09-20 12:44:19.654 | + lib/nova:init_nova_db:802 : local conffile=/etc/nova/nova_cell1.conf 2022-09-20 12:44:19.654 | + lib/nova:init_nova_db:803 : recreate_database nova_cell1 2022-09-20 12:44:19.654 | + lib/database:recreate_database:112 : local db=nova_cell1 2022-09-20 12:44:19.654 | + lib/database:recreate_database:113 : recreate_database_mysql nova_cell1 2022-09-20 12:44:19.654 | + lib/databases/mysql:recreate_database_mysql:66 : local db=nova_cell1 2022-09-20 12:44:19.654 | + lib/databases/mysql:recreate_database_mysql:67 : mysql -uroot -pPassw0rd -h127.0.0.1 -e 'DROP DATABASE IF EXISTS nova_cell1;' 2022-09-20 12:44:19.654 | mysql: [Warning] Using a password on the command line interface can be insecure. 2022-09-20 12:44:19.654 | + lib/databases/mysql:recreate_database_mysql:68 : mysql -uroot -pPassw0rd -h127.0.0.1 -e 'CREATE DATABASE nova_cell1 CHARACTER SET utf8;' 2022-09-20 12:44:19.654 | mysql: [Warning] Using a password on the command line interface can be insecure. 2022-09-20 12:44:19.654 | + lib/nova:init_nova_db:804 : /usr/local/bin/nova-manage --config-file /etc/nova/nova_cell1.conf db sync --local_cell 2022-09-20 12:44:19.654 | 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-09-20 12:44:19.654 | INFO dbcounter [-] Registered counter for database nova_cell1 2022-09-20 12:44:19.654 | DEBUG dbcounter [-] [315521] Writer thread running {{(pid=315521) stat_writer /usr/local/lib/python3.8/dist-packages/dbcounter.py:99}} 2022-09-20 12:44:19.654 | DEBUG migrate.versioning.repository [-] Loading repository /opt/stack/nova/nova/db/main/legacy_migrations... {{(pid=315521) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/repository.py:76}} 2022-09-20 12:44:19.654 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/402_train.py... {{(pid=315521) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-09-20 12:44:19.654 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/402_train.py loaded successfully {{(pid=315521) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-09-20 12:44:19.654 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/403_placeholder.py... {{(pid=315521) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-09-20 12:44:19.654 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/403_placeholder.py loaded successfully {{(pid=315521) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-09-20 12:44:19.654 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/414_placeholder.py... {{(pid=315521) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-09-20 12:44:19.654 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/414_placeholder.py loaded successfully {{(pid=315521) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-09-20 12:44:19.654 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/406_placeholder.py... {{(pid=315521) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-09-20 12:44:19.654 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/406_placeholder.py loaded successfully {{(pid=315521) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-09-20 12:44:19.654 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/412_placeholder.py... {{(pid=315521) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-09-20 12:44:19.655 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/412_placeholder.py loaded successfully {{(pid=315521) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-09-20 12:44:19.655 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/418_placeholder.py... {{(pid=315521) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-09-20 12:44:19.655 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/418_placeholder.py loaded successfully {{(pid=315521) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-09-20 12:44:19.655 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/421_placeholder.py... {{(pid=315521) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-09-20 12:44:19.655 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/421_placeholder.py loaded successfully {{(pid=315521) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-09-20 12:44:19.655 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/408_placeholder.py... {{(pid=315521) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-09-20 12:44:19.655 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/408_placeholder.py loaded successfully {{(pid=315521) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-09-20 12:44:19.655 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/415_placeholder.py... {{(pid=315521) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-09-20 12:44:19.655 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/415_placeholder.py loaded successfully {{(pid=315521) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-09-20 12:44:19.655 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/411_placeholder.py... {{(pid=315521) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-09-20 12:44:19.655 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/411_placeholder.py loaded successfully {{(pid=315521) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-09-20 12:44:19.655 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/416_placeholder.py... {{(pid=315521) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-09-20 12:44:19.655 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/416_placeholder.py loaded successfully {{(pid=315521) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-09-20 12:44:19.655 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/420_placeholder.py... {{(pid=315521) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-09-20 12:44:19.655 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/420_placeholder.py loaded successfully {{(pid=315521) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-09-20 12:44:19.655 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/410_placeholder.py... {{(pid=315521) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-09-20 12:44:19.655 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/410_placeholder.py loaded successfully {{(pid=315521) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-09-20 12:44:19.655 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/409_placeholder.py... {{(pid=315521) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-09-20 12:44:19.655 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/409_placeholder.py loaded successfully {{(pid=315521) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-09-20 12:44:19.655 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/422_placeholder.py... {{(pid=315521) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-09-20 12:44:19.655 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/422_placeholder.py loaded successfully {{(pid=315521) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-09-20 12:44:19.655 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/404_placeholder.py... {{(pid=315521) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-09-20 12:44:19.655 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/404_placeholder.py loaded successfully {{(pid=315521) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-09-20 12:44:19.655 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/405_placeholder.py... {{(pid=315521) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-09-20 12:44:19.655 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/405_placeholder.py loaded successfully {{(pid=315521) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-09-20 12:44:19.656 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/407_placeholder.py... {{(pid=315521) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-09-20 12:44:19.656 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/407_placeholder.py loaded successfully {{(pid=315521) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-09-20 12:44:19.656 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/419_placeholder.py... {{(pid=315521) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-09-20 12:44:19.656 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/419_placeholder.py loaded successfully {{(pid=315521) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-09-20 12:44:19.656 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/417_placeholder.py... {{(pid=315521) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-09-20 12:44:19.656 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/417_placeholder.py loaded successfully {{(pid=315521) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-09-20 12:44:19.656 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/413_placeholder.py... {{(pid=315521) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-09-20 12:44:19.656 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/413_placeholder.py loaded successfully {{(pid=315521) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-09-20 12:44:19.656 | DEBUG migrate.versioning.repository [-] Repository /opt/stack/nova/nova/db/main/legacy_migrations loaded successfully {{(pid=315521) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/repository.py:82}} 2022-09-20 12:44:19.656 | DEBUG migrate.versioning.repository [-] Config: {'db_settings': {'repository_id': 'nova', 'version_table': 'migrate_version', 'required_dbs': '[]'}} {{(pid=315521) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/repository.py:83}} 2022-09-20 12:44:19.656 | INFO alembic.runtime.migration [-] Context impl MySQLImpl. 2022-09-20 12:44:19.656 | INFO alembic.runtime.migration [-] Will assume non-transactional DDL. 2022-09-20 12:44:19.656 | INFO alembic.runtime.migration [-] Running upgrade -> 8f2f1571d55b, Initial version 2022-09-20 12:44:19.656 | DEBUG dbcounter [-] [315521] Writing DB stats nova_cell1:SELECT=6,nova_cell1:SHOW=1,nova_cell1:CREATE=93 {{(pid=315521) stat_writer /usr/local/lib/python3.8/dist-packages/dbcounter.py:114}} 2022-09-20 12:44:19.656 | DEBUG dbcounter [-] [315521] Writing DB stats nova_cell1:CREATE=64,nova_cell1:ALTER=2,nova_cell1:SHOW=24,nova_cell1:select=10 {{(pid=315521) stat_writer /usr/local/lib/python3.8/dist-packages/dbcounter.py:114}} 2022-09-20 12:44:19.656 | DEBUG dbcounter [-] [315521] Writing DB stats nova_cell1:SHOW=35,nova_cell1:select=12,nova_cell1:CREATE=53 {{(pid=315521) stat_writer /usr/local/lib/python3.8/dist-packages/dbcounter.py:114}} 2022-09-20 12:44:19.656 | DEBUG alembic.runtime.migration [-] new branch insert 8f2f1571d55b {{(pid=315521) update_to_step /usr/local/lib/python3.8/dist-packages/alembic/runtime/migration.py:818}} 2022-09-20 12:44:19.656 | INFO alembic.runtime.migration [-] Running upgrade 8f2f1571d55b -> 16f1fbcab42b, Resolve shadow table diffs 2022-09-20 12:44:19.656 | DEBUG alembic.runtime.migration [-] update 8f2f1571d55b to 16f1fbcab42b {{(pid=315521) update_to_step /usr/local/lib/python3.8/dist-packages/alembic/runtime/migration.py:853}} 2022-09-20 12:44:19.656 | INFO alembic.runtime.migration [-] Running upgrade 16f1fbcab42b -> ccb0fa1a2252, Add encryption fields to BlockDeviceMapping 2022-09-20 12:44:19.656 | DEBUG alembic.runtime.migration [-] update 16f1fbcab42b to ccb0fa1a2252 {{(pid=315521) update_to_step /usr/local/lib/python3.8/dist-packages/alembic/runtime/migration.py:853}} 2022-09-20 12:44:19.656 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-09-20 12:44:19.656 | from cryptography.utils import int_from_bytes 2022-09-20 12:44:19.656 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-09-20 12:44:19.656 | from cryptography.utils import int_from_bytes 2022-09-20 12:44:19.707 | [263205 Async nova-cell-1:315445]: finished init_nova_db nova_cell1 /etc/nova/nova_cell1.conf with result 0 in 16 seconds 2022-09-20 12:44:19.712 | + inc/async:async_wait:197 : return 0 2022-09-20 12:44:19.716 | + lib/nova:init_nova:840 : [[ superconductor == \s\i\n\g\l\e\c\o\n\d\u\c\t\o\r ]] 2022-09-20 12:44:19.719 | + lib/nova:init_nova:847 : /usr/local/bin/nova-manage --config-file /etc/nova/nova.conf db online_data_migrations 2022-09-20 12:44:20.359 | 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-09-20 12:44:23.215 | Running batches of 50 until complete 2022-09-20 12:44:23.215 | INFO dbcounter [None req-fc85b87a-db43-4b99-ac88-f17931e1110c None None] Registered counter for database nova_cell0 2022-09-20 12:44:23.240 | DEBUG dbcounter [-] [316605] Writer thread running {{(pid=316605) stat_writer /usr/local/lib/python3.8/dist-packages/dbcounter.py:99}} 2022-09-20 12:44:23.379 | INFO dbcounter [None req-fc85b87a-db43-4b99-ac88-f17931e1110c None None] Registered counter for database nova_api 2022-09-20 12:44:23.393 | DEBUG dbcounter [-] [316605] Writer thread running {{(pid=316605) stat_writer /usr/local/lib/python3.8/dist-packages/dbcounter.py:99}} 2022-09-20 12:44:23.541 | INFO dbcounter [None req-fc85b87a-db43-4b99-ac88-f17931e1110c None None] Registered counter for database nova_cell0 2022-09-20 12:44:23.554 | DEBUG dbcounter [-] [316605] Writer thread running {{(pid=316605) stat_writer /usr/local/lib/python3.8/dist-packages/dbcounter.py:99}} 2022-09-20 12:44:23.628 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-09-20 12:44:23.628 | from cryptography.utils import int_from_bytes 2022-09-20 12:44:23.628 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-09-20 12:44:23.628 | from cryptography.utils import int_from_bytes 2022-09-20 12:44:23.628 | +-------------------------------------+--------------+-----------+ 2022-09-20 12:44:23.628 | | Migration | Total Needed | Completed | 2022-09-20 12:44:23.628 | +-------------------------------------+--------------+-----------+ 2022-09-20 12:44:23.628 | | fill_virtual_interface_list | 0 | 0 | 2022-09-20 12:44:23.628 | | migrate_empty_ratio | 0 | 0 | 2022-09-20 12:44:23.628 | | migrate_quota_classes_to_api_db | 0 | 0 | 2022-09-20 12:44:23.628 | | migrate_quota_limits_to_api_db | 0 | 0 | 2022-09-20 12:44:23.628 | | migration_migrate_to_uuid | 0 | 0 | 2022-09-20 12:44:23.628 | | populate_dev_uuids | 0 | 0 | 2022-09-20 12:44:23.628 | | populate_missing_availability_zones | 0 | 0 | 2022-09-20 12:44:23.628 | | populate_queued_for_delete | 0 | 0 | 2022-09-20 12:44:23.628 | | populate_user_id | 0 | 0 | 2022-09-20 12:44:23.628 | | populate_uuids | 0 | 0 | 2022-09-20 12:44:23.628 | +-------------------------------------+--------------+-----------+ 2022-09-20 12:44:24.118 | ++ lib/nova:init_nova:850 : seq 1 1 2022-09-20 12:44:24.123 | + lib/nova:init_nova:850 : for i in $(seq 1 $NOVA_NUM_CELLS) 2022-09-20 12:44:24.126 | ++ lib/nova:init_nova:851 : conductor_conf 1 2022-09-20 12:44:24.129 | ++ lib/nova:conductor_conf:790 : local cell=1 2022-09-20 12:44:24.132 | ++ lib/nova:conductor_conf:791 : echo /etc/nova/nova_cell1.conf 2022-09-20 12:44:24.135 | + lib/nova:init_nova:851 : /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-09-20 12:44:24.725 | 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-09-20 12:44:27.583 | --transport-url not provided in the command line, using the value [DEFAULT]/transport_url from the configuration file 2022-09-20 12:44:27.583 | --database_connection not provided in the command line, using the value [database]/connection from the configuration file 2022-09-20 12:44:27.583 | INFO dbcounter [None req-8d215e7d-5939-4f31-9750-8d009780a3b5 None None] Registered counter for database nova_api 2022-09-20 12:44:27.608 | DEBUG dbcounter [-] [316622] Writer thread running {{(pid=316622) stat_writer /usr/local/lib/python3.8/dist-packages/dbcounter.py:99}} 2022-09-20 12:44:27.669 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-09-20 12:44:27.670 | from cryptography.utils import int_from_bytes 2022-09-20 12:44:27.670 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-09-20 12:44:27.670 | from cryptography.utils import int_from_bytes 2022-09-20 12:44:28.101 | + lib/nova:init_nova:855 : create_nova_keys_dir 2022-09-20 12:44:28.103 | + lib/nova:create_nova_keys_dir:797 : sudo install -d -o ubuntu /opt/stack/data/nova /opt/stack/data/nova/keys 2022-09-20 12:44:28.117 | + lib/nova:init_nova:857 : [[ '' == \L\V\M ]] 2022-09-20 12:44:28.120 | + ./stack.sh:main:1216 : async_runfunc configure_neutron_nova 2022-09-20 12:44:28.123 | + inc/async:async_runfunc:116 : async_run configure_neutron_nova configure_neutron_nova 2022-09-20 12:44:28.194 | + inc/async:async_inner:63 : configure_neutron_nova 2022-09-20 12:44:28.240 | [263205 Async configure_neutron_nova:316679]: running: configure_neutron_nova 2022-09-20 12:44:28.243 | + ./stack.sh:main:1224 : run_phase stack post-config 2022-09-20 12:44:28.246 | + functions-common:run_phase:1867 : local mode=stack 2022-09-20 12:44:28.249 | + functions-common:run_phase:1868 : local phase=post-config 2022-09-20 12:44:28.252 | + functions-common:run_phase:1869 : [[ -d /home/ubuntu/devstack/extras.d ]] 2022-09-20 12:44:28.254 | + functions-common:run_phase:1870 : local extra_plugin_file_name 2022-09-20 12:44:28.258 | + functions-common:run_phase:1871 : for extra_plugin_file_name in $TOP_DIR/extras.d/*.sh 2022-09-20 12:44:28.260 | + functions-common:run_phase:1876 : local exceptions=80-tempest.sh 2022-09-20 12:44:28.263 | + functions-common:run_phase:1877 : local extra 2022-09-20 12:44:28.267 | ++ functions-common:run_phase:1878 : basename /home/ubuntu/devstack/extras.d/80-tempest.sh 2022-09-20 12:44:28.271 | + functions-common:run_phase:1878 : extra=80-tempest.sh 2022-09-20 12:44:28.274 | + functions-common:run_phase:1879 : [[ 80-tempest.sh =~ 80-tempest\.sh ]] 2022-09-20 12:44:28.277 | + functions-common:run_phase:1883 : [[ -r /home/ubuntu/devstack/extras.d/80-tempest.sh ]] 2022-09-20 12:44:28.280 | + functions-common:run_phase:1883 : source /home/ubuntu/devstack/extras.d/80-tempest.sh stack post-config 2022-09-20 12:44:28.283 | ++ extras.d/80-tempest.sh:source:3 : is_service_enabled tempest 2022-09-20 12:44:28.301 | ++ functions-common:is_service_enabled:2095 : return 0 2022-09-20 12:44:28.304 | ++ extras.d/80-tempest.sh:source:4 : [[ stack == \s\o\u\r\c\e ]] 2022-09-20 12:44:28.307 | ++ extras.d/80-tempest.sh:source:7 : [[ stack == \s\t\a\c\k ]] 2022-09-20 12:44:28.310 | ++ extras.d/80-tempest.sh:source:7 : [[ post-config == \i\n\s\t\a\l\l ]] 2022-09-20 12:44:28.312 | ++ extras.d/80-tempest.sh:source:10 : [[ stack == \s\t\a\c\k ]] 2022-09-20 12:44:28.315 | ++ extras.d/80-tempest.sh:source:10 : [[ post-config == \p\o\s\t\-\c\o\n\f\i\g ]] 2022-09-20 12:44:28.318 | ++ extras.d/80-tempest.sh:source:12 : : 2022-09-20 12:44:28.321 | ++ extras.d/80-tempest.sh:source:27 : [[ stack == \u\n\s\t\a\c\k ]] 2022-09-20 12:44:28.323 | ++ extras.d/80-tempest.sh:source:32 : [[ stack == \c\l\e\a\n ]] 2022-09-20 12:44:28.326 | + functions-common:run_phase:1888 : [[ stack == \s\o\u\r\c\e ]] 2022-09-20 12:44:28.329 | + functions-common:run_phase:1891 : [[ stack == \o\v\e\r\r\i\d\e\_\d\e\f\a\u\l\t\s ]] 2022-09-20 12:44:28.331 | + functions-common:run_phase:1894 : run_plugins stack post-config 2022-09-20 12:44:28.335 | + functions-common:run_plugins:1853 : local mode=stack 2022-09-20 12:44:28.339 | + functions-common:run_plugins:1854 : local phase=post-config 2022-09-20 12:44:28.342 | + functions-common:run_plugins:1856 : local plugins= 2022-09-20 12:44:28.345 | + functions-common:run_plugins:1857 : local plugin 2022-09-20 12:44:28.348 | + ./stack.sh:main:1232 : merge_config_group /home/ubuntu/devstack/local.conf post-config 2022-09-20 12:44:28.351 | + inc/meta-config:merge_config_group:171 : local localfile=/home/ubuntu/devstack/local.conf 2022-09-20 12:44:28.354 | + inc/meta-config:merge_config_group:171 : shift 2022-09-20 12:44:28.356 | + inc/meta-config:merge_config_group:172 : local matchgroups=post-config 2022-09-20 12:44:28.359 | + inc/meta-config:merge_config_group:174 : [[ -r /home/ubuntu/devstack/local.conf ]] 2022-09-20 12:44:28.361 | + inc/meta-config:merge_config_group:176 : local configfile group 2022-09-20 12:44:28.364 | + inc/meta-config:merge_config_group:177 : for group in $matchgroups 2022-09-20 12:44:28.368 | ++ inc/meta-config:merge_config_group:178 : get_meta_section_files /home/ubuntu/devstack/local.conf post-config 2022-09-20 12:44:28.371 | ++ inc/meta-config:get_meta_section_files:63 : local file=/home/ubuntu/devstack/local.conf 2022-09-20 12:44:28.374 | ++ inc/meta-config:get_meta_section_files:64 : local matchgroup=post-config 2022-09-20 12:44:28.377 | ++ inc/meta-config:get_meta_section_files:66 : [[ -r /home/ubuntu/devstack/local.conf ]] 2022-09-20 12:44:28.380 | ++ inc/meta-config:get_meta_section_files:68 : awk -v matchgroup=post-config ' 2022-09-20 12:44:28.380 | /^\[\[.+\|.*\]\]/ { 2022-09-20 12:44:28.380 | gsub("[][]", "", $1); 2022-09-20 12:44:28.380 | split($1, a, "|"); 2022-09-20 12:44:28.380 | if (a[1] == matchgroup) 2022-09-20 12:44:28.380 | print a[2] 2022-09-20 12:44:28.380 | } 2022-09-20 12:44:28.380 | ' /home/ubuntu/devstack/local.conf 2022-09-20 12:44:28.390 | + inc/meta-config:merge_config_group:178 : for configfile in $(get_meta_section_files $localfile $group) 2022-09-20 12:44:28.393 | + inc/meta-config:merge_config_group:179 : local realconfigfile 2022-09-20 12:44:28.396 | + inc/meta-config:merge_config_group:180 : local dir 2022-09-20 12:44:28.399 | ++ inc/meta-config:merge_config_group:182 : eval 'echo $NOVA_CONF' 2022-09-20 12:44:28.402 | +++ inc/meta-config:merge_config_group:182 : echo /etc/nova/nova.conf 2022-09-20 12:44:28.406 | + inc/meta-config:merge_config_group:182 : realconfigfile=/etc/nova/nova.conf 2022-09-20 12:44:28.408 | + inc/meta-config:merge_config_group:183 : [[ -z /etc/nova/nova.conf ]] 2022-09-20 12:44:28.412 | ++ inc/meta-config:merge_config_group:187 : dirname /etc/nova/nova.conf 2022-09-20 12:44:28.418 | + inc/meta-config:merge_config_group:187 : dir=/etc/nova 2022-09-20 12:44:28.421 | + inc/meta-config:merge_config_group:188 : [[ -d /etc/nova ]] 2022-09-20 12:44:28.423 | + inc/meta-config:merge_config_group:189 : merge_config_file /home/ubuntu/devstack/local.conf post-config '$NOVA_CONF' 2022-09-20 12:44:28.426 | + inc/meta-config:merge_config_file:83 : local file=/home/ubuntu/devstack/local.conf 2022-09-20 12:44:28.429 | + inc/meta-config:merge_config_file:84 : local matchgroup=post-config 2022-09-20 12:44:28.432 | + inc/meta-config:merge_config_file:85 : local 'configfile=$NOVA_CONF' 2022-09-20 12:44:28.435 | + inc/meta-config:merge_config_file:90 : local real_configfile 2022-09-20 12:44:28.438 | ++ inc/meta-config:merge_config_file:91 : eval echo '$NOVA_CONF' 2022-09-20 12:44:28.441 | +++ inc/meta-config:merge_config_file:91 : echo /etc/nova/nova.conf 2022-09-20 12:44:28.445 | + inc/meta-config:merge_config_file:91 : real_configfile=/etc/nova/nova.conf 2022-09-20 12:44:28.448 | + inc/meta-config:merge_config_file:92 : '[' '!' -f /etc/nova/nova.conf ']' 2022-09-20 12:44:28.453 | + inc/meta-config:merge_config_file:96 : get_meta_section /home/ubuntu/devstack/local.conf post-config '$NOVA_CONF' 2022-09-20 12:44:28.453 | + inc/meta-config:merge_config_file:97 : awk -v 'configfile=$NOVA_CONF' ' 2022-09-20 12:44:28.453 | BEGIN { 2022-09-20 12:44:28.453 | section = "" 2022-09-20 12:44:28.453 | last_section = "" 2022-09-20 12:44:28.453 | section_count = 0 2022-09-20 12:44:28.453 | } 2022-09-20 12:44:28.453 | /^\[.+\]/ { 2022-09-20 12:44:28.454 | gsub("[][]", "", $1); 2022-09-20 12:44:28.454 | section=$1 2022-09-20 12:44:28.454 | next 2022-09-20 12:44:28.454 | } 2022-09-20 12:44:28.454 | /^ *\#/ { 2022-09-20 12:44:28.454 | next 2022-09-20 12:44:28.454 | } 2022-09-20 12:44:28.454 | /^[^ \t]+/ { 2022-09-20 12:44:28.454 | # get offset of first = in $0 2022-09-20 12:44:28.454 | eq_idx = index($0, "=") 2022-09-20 12:44:28.454 | # extract attr & value from $0 2022-09-20 12:44:28.454 | attr = substr($0, 1, eq_idx - 1) 2022-09-20 12:44:28.454 | value = substr($0, eq_idx + 1) 2022-09-20 12:44:28.454 | # only need to strip trailing whitespace from attr 2022-09-20 12:44:28.454 | sub(/[ \t]*$/, "", attr) 2022-09-20 12:44:28.454 | # need to strip leading & trailing whitespace from value 2022-09-20 12:44:28.454 | sub(/^[ \t]*/, "", value) 2022-09-20 12:44:28.454 | sub(/[ \t]*$/, "", value) 2022-09-20 12:44:28.454 | 2022-09-20 12:44:28.454 | # cfg_attr_count: number of config lines per [section, attr] 2022-09-20 12:44:28.454 | # cfg_attr: three dimensional array to keep all the config lines per [section, attr] 2022-09-20 12:44:28.454 | # cfg_section: keep the section names in the same order as they appear in local.conf 2022-09-20 12:44:28.454 | # cfg_sec_attr_name: keep the attr names in the same order as they appear in local.conf 2022-09-20 12:44:28.454 | if (! (section, attr) in cfg_attr_count) { 2022-09-20 12:44:28.454 | if (section != last_section) { 2022-09-20 12:44:28.454 | cfg_section[section_count++] = section 2022-09-20 12:44:28.454 | last_section = section 2022-09-20 12:44:28.454 | } 2022-09-20 12:44:28.454 | attr_count = cfg_sec_attr_count[section_count - 1]++ 2022-09-20 12:44:28.454 | cfg_sec_attr_name[section_count - 1, attr_count] = attr 2022-09-20 12:44:28.454 | 2022-09-20 12:44:28.454 | cfg_attr[section, attr, 0] = value 2022-09-20 12:44:28.454 | cfg_attr_count[section, attr] = 1 2022-09-20 12:44:28.454 | } else { 2022-09-20 12:44:28.454 | lno = cfg_attr_count[section, attr]++ 2022-09-20 12:44:28.454 | cfg_attr[section, attr, lno] = value 2022-09-20 12:44:28.455 | } 2022-09-20 12:44:28.455 | } 2022-09-20 12:44:28.455 | END { 2022-09-20 12:44:28.455 | # Process each section in order 2022-09-20 12:44:28.455 | for (sno = 0; sno < section_count; sno++) { 2022-09-20 12:44:28.455 | section = cfg_section[sno] 2022-09-20 12:44:28.455 | # The ini routines simply append a config item immediately 2022-09-20 12:44:28.455 | # after the section header. To keep the same order as defined 2022-09-20 12:44:28.455 | # in local.conf, invoke the ini routines in the reverse order 2022-09-20 12:44:28.455 | for (attr_no = cfg_sec_attr_count[sno] - 1; attr_no >=0; attr_no--) { 2022-09-20 12:44:28.455 | attr = cfg_sec_attr_name[sno, attr_no] 2022-09-20 12:44:28.455 | if (cfg_attr_count[section, attr] == 1) 2022-09-20 12:44:28.455 | print "iniset " configfile " " section " " attr " \"" cfg_attr[section, attr, 0] "\"" 2022-09-20 12:44:28.455 | else { 2022-09-20 12:44:28.455 | # For multiline, invoke the ini routines in the reverse order 2022-09-20 12:44:28.455 | count = cfg_attr_count[section, attr] 2022-09-20 12:44:28.455 | print "inidelete " configfile " " section " " attr 2022-09-20 12:44:28.455 | print "iniset " configfile " " section " " attr " \"" cfg_attr[section, attr, count - 1] "\"" 2022-09-20 12:44:28.455 | for (l = count -2; l >= 0; l--) 2022-09-20 12:44:28.455 | print "iniadd_literal " configfile " " section " " attr " \"" cfg_attr[section, attr, l] "\"" 2022-09-20 12:44:28.455 | } 2022-09-20 12:44:28.455 | } 2022-09-20 12:44:28.455 | } 2022-09-20 12:44:28.455 | } 2022-09-20 12:44:28.455 | ' 2022-09-20 12:44:28.455 | + inc/meta-config:merge_config_file:164 : read a 2022-09-20 12:44:28.456 | awk: cmd. line:12: warning: regexp escape sequence `\#' is not a known regexp operator 2022-09-20 12:44:28.456 | + inc/meta-config:get_meta_section:33 : local file=/home/ubuntu/devstack/local.conf 2022-09-20 12:44:28.459 | + inc/meta-config:get_meta_section:34 : local matchgroup=post-config 2022-09-20 12:44:28.462 | + inc/meta-config:get_meta_section:35 : local 'configfile=$NOVA_CONF' 2022-09-20 12:44:28.465 | + inc/meta-config:get_meta_section:37 : [[ -r /home/ubuntu/devstack/local.conf ]] 2022-09-20 12:44:28.468 | + inc/meta-config:get_meta_section:38 : [[ -z $NOVA_CONF ]] 2022-09-20 12:44:28.471 | + inc/meta-config:get_meta_section:40 : awk -v matchgroup=post-config -v 'configfile=$NOVA_CONF' ' 2022-09-20 12:44:28.471 | BEGIN { group = "" } 2022-09-20 12:44:28.471 | /^\[\[.+\|.*\]\]/ { 2022-09-20 12:44:28.471 | gsub("[][]", "", $1); 2022-09-20 12:44:28.471 | split($1, a, "|"); 2022-09-20 12:44:28.471 | if (a[1] == matchgroup && a[2] == configfile) { 2022-09-20 12:44:28.471 | group=a[1] 2022-09-20 12:44:28.471 | } else { 2022-09-20 12:44:28.471 | group="" 2022-09-20 12:44:28.471 | } 2022-09-20 12:44:28.471 | next 2022-09-20 12:44:28.471 | } 2022-09-20 12:44:28.471 | { 2022-09-20 12:44:28.471 | if (group != "") 2022-09-20 12:44:28.471 | print $0 2022-09-20 12:44:28.471 | } 2022-09-20 12:44:28.471 | ' /home/ubuntu/devstack/local.conf 2022-09-20 12:44:28.478 | + 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-09-20 12:44:28.481 | ++ 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-09-20 12:44:28.520 | + inc/meta-config:merge_config_file:164 : read a 2022-09-20 12:44:28.523 | + inc/meta-config:merge_config_file:164 : eval 'iniset $NOVA_CONF DEFAULT force_config_drive "True"' 2022-09-20 12:44:28.526 | ++ inc/meta-config:merge_config_file:164 : iniset /etc/nova/nova.conf DEFAULT force_config_drive True 2022-09-20 12:44:28.562 | + inc/meta-config:merge_config_file:164 : read a 2022-09-20 12:44:28.564 | + inc/meta-config:merge_config_file:164 : eval 'iniset $NOVA_CONF glance use_glance_v1 "False"' 2022-09-20 12:44:28.567 | ++ inc/meta-config:merge_config_file:164 : iniset /etc/nova/nova.conf glance use_glance_v1 False 2022-09-20 12:44:28.608 | + inc/meta-config:merge_config_file:164 : read a 2022-09-20 12:44:28.611 | + inc/meta-config:merge_config_file:164 : eval 'iniset $NOVA_CONF oslo_messaging_rabbit heartbeat_rate "3"' 2022-09-20 12:44:28.613 | ++ inc/meta-config:merge_config_file:164 : iniset /etc/nova/nova.conf oslo_messaging_rabbit heartbeat_rate 3 2022-09-20 12:44:28.654 | + inc/meta-config:merge_config_file:164 : read a 2022-09-20 12:44:28.656 | + inc/meta-config:merge_config_file:164 : eval 'iniset $NOVA_CONF oslo_messaging_rabbit heartbeat_timeout_threshold "600"' 2022-09-20 12:44:28.659 | ++ inc/meta-config:merge_config_file:164 : iniset /etc/nova/nova.conf oslo_messaging_rabbit heartbeat_timeout_threshold 600 2022-09-20 12:44:28.695 | + inc/meta-config:merge_config_file:164 : read a 2022-09-20 12:44:28.698 | + inc/meta-config:merge_config_file:164 : eval 'iniset $NOVA_CONF placement auth_type "password"' 2022-09-20 12:44:28.700 | ++ inc/meta-config:merge_config_file:164 : iniset /etc/nova/nova.conf placement auth_type password 2022-09-20 12:44:28.745 | + inc/meta-config:merge_config_file:164 : read a 2022-09-20 12:44:28.749 | + inc/meta-config:merge_config_file:164 : eval 'iniset $NOVA_CONF placement auth_url "http://10.222.0.52/identity"' 2022-09-20 12:44:28.752 | ++ inc/meta-config:merge_config_file:164 : iniset /etc/nova/nova.conf placement auth_url http://10.222.0.52/identity 2022-09-20 12:44:28.795 | + inc/meta-config:merge_config_file:164 : read a 2022-09-20 12:44:28.798 | + inc/meta-config:merge_config_file:164 : eval 'iniset $NOVA_CONF placement username "placement"' 2022-09-20 12:44:28.801 | ++ inc/meta-config:merge_config_file:164 : iniset /etc/nova/nova.conf placement username placement 2022-09-20 12:44:28.839 | + inc/meta-config:merge_config_file:164 : read a 2022-09-20 12:44:28.843 | + inc/meta-config:merge_config_file:164 : eval 'iniset $NOVA_CONF placement password "Passw0rd"' 2022-09-20 12:44:28.846 | ++ inc/meta-config:merge_config_file:164 : iniset /etc/nova/nova.conf placement password Passw0rd 2022-09-20 12:44:28.891 | + inc/meta-config:merge_config_file:164 : read a 2022-09-20 12:44:28.894 | + inc/meta-config:merge_config_file:164 : eval 'iniset $NOVA_CONF placement user_domain_name "Default"' 2022-09-20 12:44:28.896 | ++ inc/meta-config:merge_config_file:164 : iniset /etc/nova/nova.conf placement user_domain_name Default 2022-09-20 12:44:28.940 | + inc/meta-config:merge_config_file:164 : read a 2022-09-20 12:44:28.943 | + inc/meta-config:merge_config_file:164 : eval 'iniset $NOVA_CONF placement project_name "service"' 2022-09-20 12:44:28.946 | ++ inc/meta-config:merge_config_file:164 : iniset /etc/nova/nova.conf placement project_name service 2022-09-20 12:44:28.989 | + inc/meta-config:merge_config_file:164 : read a 2022-09-20 12:44:28.992 | + inc/meta-config:merge_config_file:164 : eval 'iniset $NOVA_CONF placement project_domain_name "Default"' 2022-09-20 12:44:28.995 | ++ inc/meta-config:merge_config_file:164 : iniset /etc/nova/nova.conf placement project_domain_name Default 2022-09-20 12:44:29.038 | + inc/meta-config:merge_config_file:164 : read a 2022-09-20 12:44:29.043 | + inc/meta-config:merge_config_file:164 : eval 'iniset $NOVA_CONF placement os_region_name "RegionOne"' 2022-09-20 12:44:29.046 | ++ inc/meta-config:merge_config_file:164 : iniset /etc/nova/nova.conf placement os_region_name RegionOne 2022-09-20 12:44:29.085 | + inc/meta-config:merge_config_file:164 : read a 2022-09-20 12:44:29.088 | + inc/meta-config:merge_config_group:178 : for configfile in $(get_meta_section_files $localfile $group) 2022-09-20 12:44:29.091 | + inc/meta-config:merge_config_group:179 : local realconfigfile 2022-09-20 12:44:29.094 | + inc/meta-config:merge_config_group:180 : local dir 2022-09-20 12:44:29.097 | ++ inc/meta-config:merge_config_group:182 : eval 'echo $NEUTRON_CONF' 2022-09-20 12:44:29.101 | +++ inc/meta-config:merge_config_group:182 : echo /etc/neutron/neutron.conf 2022-09-20 12:44:29.104 | + inc/meta-config:merge_config_group:182 : realconfigfile=/etc/neutron/neutron.conf 2022-09-20 12:44:29.107 | + inc/meta-config:merge_config_group:183 : [[ -z /etc/neutron/neutron.conf ]] 2022-09-20 12:44:29.111 | ++ inc/meta-config:merge_config_group:187 : dirname /etc/neutron/neutron.conf 2022-09-20 12:44:29.116 | + inc/meta-config:merge_config_group:187 : dir=/etc/neutron 2022-09-20 12:44:29.119 | + inc/meta-config:merge_config_group:188 : [[ -d /etc/neutron ]] 2022-09-20 12:44:29.122 | + inc/meta-config:merge_config_group:189 : merge_config_file /home/ubuntu/devstack/local.conf post-config '$NEUTRON_CONF' 2022-09-20 12:44:29.127 | + inc/meta-config:merge_config_file:83 : local file=/home/ubuntu/devstack/local.conf 2022-09-20 12:44:29.130 | + inc/meta-config:merge_config_file:84 : local matchgroup=post-config 2022-09-20 12:44:29.133 | + inc/meta-config:merge_config_file:85 : local 'configfile=$NEUTRON_CONF' 2022-09-20 12:44:29.136 | + inc/meta-config:merge_config_file:90 : local real_configfile 2022-09-20 12:44:29.139 | ++ inc/meta-config:merge_config_file:91 : eval echo '$NEUTRON_CONF' 2022-09-20 12:44:29.142 | +++ inc/meta-config:merge_config_file:91 : echo /etc/neutron/neutron.conf 2022-09-20 12:44:29.146 | + inc/meta-config:merge_config_file:91 : real_configfile=/etc/neutron/neutron.conf 2022-09-20 12:44:29.149 | + inc/meta-config:merge_config_file:92 : '[' '!' -f /etc/neutron/neutron.conf ']' 2022-09-20 12:44:29.154 | + inc/meta-config:merge_config_file:96 : get_meta_section /home/ubuntu/devstack/local.conf post-config '$NEUTRON_CONF' 2022-09-20 12:44:29.154 | + inc/meta-config:merge_config_file:97 : awk -v 'configfile=$NEUTRON_CONF' ' 2022-09-20 12:44:29.154 | BEGIN { 2022-09-20 12:44:29.154 | section = "" 2022-09-20 12:44:29.154 | last_section = "" 2022-09-20 12:44:29.154 | section_count = 0 2022-09-20 12:44:29.154 | } 2022-09-20 12:44:29.154 | /^\[.+\]/ { 2022-09-20 12:44:29.154 | gsub("[][]", "", $1); 2022-09-20 12:44:29.154 | section=$1 2022-09-20 12:44:29.154 | next 2022-09-20 12:44:29.154 | } 2022-09-20 12:44:29.154 | /^ *\#/ { 2022-09-20 12:44:29.154 | next 2022-09-20 12:44:29.154 | } 2022-09-20 12:44:29.154 | /^[^ \t]+/ { 2022-09-20 12:44:29.154 | # get offset of first = in $0 2022-09-20 12:44:29.154 | eq_idx = index($0, "=") 2022-09-20 12:44:29.154 | # extract attr & value from $0 2022-09-20 12:44:29.154 | attr = substr($0, 1, eq_idx - 1) 2022-09-20 12:44:29.154 | value = substr($0, eq_idx + 1) 2022-09-20 12:44:29.154 | # only need to strip trailing whitespace from attr 2022-09-20 12:44:29.154 | sub(/[ \t]*$/, "", attr) 2022-09-20 12:44:29.154 | # need to strip leading & trailing whitespace from value 2022-09-20 12:44:29.155 | sub(/^[ \t]*/, "", value) 2022-09-20 12:44:29.155 | sub(/[ \t]*$/, "", value) 2022-09-20 12:44:29.155 | 2022-09-20 12:44:29.155 | # cfg_attr_count: number of config lines per [section, attr] 2022-09-20 12:44:29.155 | # cfg_attr: three dimensional array to keep all the config lines per [section, attr] 2022-09-20 12:44:29.155 | # cfg_section: keep the section names in the same order as they appear in local.conf 2022-09-20 12:44:29.155 | # cfg_sec_attr_name: keep the attr names in the same order as they appear in local.conf 2022-09-20 12:44:29.155 | if (! (section, attr) in cfg_attr_count) { 2022-09-20 12:44:29.155 | if (section != last_section) { 2022-09-20 12:44:29.155 | cfg_section[section_count++] = section 2022-09-20 12:44:29.155 | last_section = section 2022-09-20 12:44:29.155 | } 2022-09-20 12:44:29.155 | attr_count = cfg_sec_attr_count[section_count - 1]++ 2022-09-20 12:44:29.155 | cfg_sec_attr_name[section_count - 1, attr_count] = attr 2022-09-20 12:44:29.155 | 2022-09-20 12:44:29.155 | cfg_attr[section, attr, 0] = value 2022-09-20 12:44:29.155 | cfg_attr_count[section, attr] = 1 2022-09-20 12:44:29.155 | } else { 2022-09-20 12:44:29.155 | lno = cfg_attr_count[section, attr]++ 2022-09-20 12:44:29.155 | cfg_attr[section, attr, lno] = value 2022-09-20 12:44:29.155 | } 2022-09-20 12:44:29.155 | } 2022-09-20 12:44:29.155 | END { 2022-09-20 12:44:29.155 | # Process each section in order 2022-09-20 12:44:29.155 | for (sno = 0; sno < section_count; sno++) { 2022-09-20 12:44:29.155 | section = cfg_section[sno] 2022-09-20 12:44:29.155 | # The ini routines simply append a config item immediately 2022-09-20 12:44:29.155 | # after the section header. To keep the same order as defined 2022-09-20 12:44:29.155 | # in local.conf, invoke the ini routines in the reverse order 2022-09-20 12:44:29.155 | for (attr_no = cfg_sec_attr_count[sno] - 1; attr_no >=0; attr_no--) { 2022-09-20 12:44:29.155 | attr = cfg_sec_attr_name[sno, attr_no] 2022-09-20 12:44:29.155 | if (cfg_attr_count[section, attr] == 1) 2022-09-20 12:44:29.155 | print "iniset " configfile " " section " " attr " \"" cfg_attr[section, attr, 0] "\"" 2022-09-20 12:44:29.155 | else { 2022-09-20 12:44:29.155 | # For multiline, invoke the ini routines in the reverse order 2022-09-20 12:44:29.156 | count = cfg_attr_count[section, attr] 2022-09-20 12:44:29.156 | print "inidelete " configfile " " section " " attr 2022-09-20 12:44:29.156 | print "iniset " configfile " " section " " attr " \"" cfg_attr[section, attr, count - 1] "\"" 2022-09-20 12:44:29.156 | for (l = count -2; l >= 0; l--) 2022-09-20 12:44:29.156 | print "iniadd_literal " configfile " " section " " attr " \"" cfg_attr[section, attr, l] "\"" 2022-09-20 12:44:29.156 | } 2022-09-20 12:44:29.156 | } 2022-09-20 12:44:29.156 | } 2022-09-20 12:44:29.156 | } 2022-09-20 12:44:29.156 | ' 2022-09-20 12:44:29.156 | + inc/meta-config:merge_config_file:164 : read a 2022-09-20 12:44:29.156 | + inc/meta-config:get_meta_section:33 : local file=/home/ubuntu/devstack/local.conf 2022-09-20 12:44:29.158 | awk: cmd. line:12: warning: regexp escape sequence `\#' is not a known regexp operator 2022-09-20 12:44:29.159 | + inc/meta-config:get_meta_section:34 : local matchgroup=post-config 2022-09-20 12:44:29.162 | + inc/meta-config:get_meta_section:35 : local 'configfile=$NEUTRON_CONF' 2022-09-20 12:44:29.166 | + inc/meta-config:get_meta_section:37 : [[ -r /home/ubuntu/devstack/local.conf ]] 2022-09-20 12:44:29.169 | + inc/meta-config:get_meta_section:38 : [[ -z $NEUTRON_CONF ]] 2022-09-20 12:44:29.172 | + inc/meta-config:get_meta_section:40 : awk -v matchgroup=post-config -v 'configfile=$NEUTRON_CONF' ' 2022-09-20 12:44:29.172 | BEGIN { group = "" } 2022-09-20 12:44:29.172 | /^\[\[.+\|.*\]\]/ { 2022-09-20 12:44:29.172 | gsub("[][]", "", $1); 2022-09-20 12:44:29.172 | split($1, a, "|"); 2022-09-20 12:44:29.172 | if (a[1] == matchgroup && a[2] == configfile) { 2022-09-20 12:44:29.172 | group=a[1] 2022-09-20 12:44:29.172 | } else { 2022-09-20 12:44:29.172 | group="" 2022-09-20 12:44:29.172 | } 2022-09-20 12:44:29.172 | next 2022-09-20 12:44:29.172 | } 2022-09-20 12:44:29.172 | { 2022-09-20 12:44:29.172 | if (group != "") 2022-09-20 12:44:29.172 | print $0 2022-09-20 12:44:29.172 | } 2022-09-20 12:44:29.172 | ' /home/ubuntu/devstack/local.conf 2022-09-20 12:44:29.180 | + inc/meta-config:merge_config_file:164 : eval 'iniset $NEUTRON_CONF database max_overflow "50"' 2022-09-20 12:44:29.183 | ++ inc/meta-config:merge_config_file:164 : iniset /etc/neutron/neutron.conf database max_overflow 50 2022-09-20 12:44:29.222 | + inc/meta-config:merge_config_file:164 : read a 2022-09-20 12:44:29.225 | + inc/meta-config:merge_config_file:164 : eval 'iniset $NEUTRON_CONF database max_pool_size "50"' 2022-09-20 12:44:29.228 | ++ inc/meta-config:merge_config_file:164 : iniset /etc/neutron/neutron.conf database max_pool_size 50 2022-09-20 12:44:29.236 | + inc/async:async_inner:64 : rc=0 2022-09-20 12:44:29.265 | + inc/meta-config:merge_config_file:164 : read a 2022-09-20 12:44:29.266 | [316679 Async configure_neutron_nova:316679]: finished successfully 2022-09-20 12:44:29.268 | + inc/meta-config:merge_config_file:164 : eval 'iniset $NEUTRON_CONF database min_pool_size "5"' 2022-09-20 12:44:29.271 | ++ inc/meta-config:merge_config_file:164 : iniset /etc/neutron/neutron.conf database min_pool_size 5 2022-09-20 12:44:29.309 | + inc/meta-config:merge_config_file:164 : read a 2022-09-20 12:44:29.311 | + inc/meta-config:merge_config_file:164 : eval 'iniset $NEUTRON_CONF quotas quota_firewall_rule "100"' 2022-09-20 12:44:29.315 | ++ inc/meta-config:merge_config_file:164 : iniset /etc/neutron/neutron.conf quotas quota_firewall_rule 100 2022-09-20 12:44:29.355 | + inc/meta-config:merge_config_file:164 : read a 2022-09-20 12:44:29.358 | + inc/meta-config:merge_config_file:164 : eval 'iniset $NEUTRON_CONF quotas quota_firewall_policy "10"' 2022-09-20 12:44:29.360 | ++ inc/meta-config:merge_config_file:164 : iniset /etc/neutron/neutron.conf quotas quota_firewall_policy 10 2022-09-20 12:44:29.399 | + inc/meta-config:merge_config_file:164 : read a 2022-09-20 12:44:29.404 | + inc/meta-config:merge_config_file:164 : eval 'iniset $NEUTRON_CONF quotas quota_firewall "10"' 2022-09-20 12:44:29.407 | ++ inc/meta-config:merge_config_file:164 : iniset /etc/neutron/neutron.conf quotas quota_firewall 10 2022-09-20 12:44:29.450 | + inc/meta-config:merge_config_file:164 : read a 2022-09-20 12:44:29.453 | + inc/meta-config:merge_config_file:164 : eval 'iniset $NEUTRON_CONF quotas quota_floatingip "50"' 2022-09-20 12:44:29.457 | ++ inc/meta-config:merge_config_file:164 : iniset /etc/neutron/neutron.conf quotas quota_floatingip 50 2022-09-20 12:44:29.499 | + inc/meta-config:merge_config_file:164 : read a 2022-09-20 12:44:29.502 | + inc/meta-config:merge_config_file:164 : eval 'iniset $NEUTRON_CONF quotas quota_router "100"' 2022-09-20 12:44:29.504 | ++ inc/meta-config:merge_config_file:164 : iniset /etc/neutron/neutron.conf quotas quota_router 100 2022-09-20 12:44:29.542 | + inc/meta-config:merge_config_file:164 : read a 2022-09-20 12:44:29.544 | + inc/meta-config:merge_config_file:164 : eval 'iniset $NEUTRON_CONF quotas quota_loadbalancer "100"' 2022-09-20 12:44:29.547 | ++ inc/meta-config:merge_config_file:164 : iniset /etc/neutron/neutron.conf quotas quota_loadbalancer 100 2022-09-20 12:44:29.587 | + inc/meta-config:merge_config_file:164 : read a 2022-09-20 12:44:29.589 | + inc/meta-config:merge_config_file:164 : eval 'iniset $NEUTRON_CONF quotas quota_pool "100"' 2022-09-20 12:44:29.592 | ++ inc/meta-config:merge_config_file:164 : iniset /etc/neutron/neutron.conf quotas quota_pool 100 2022-09-20 12:44:29.630 | + inc/meta-config:merge_config_file:164 : read a 2022-09-20 12:44:29.633 | + inc/meta-config:merge_config_file:164 : eval 'iniset $NEUTRON_CONF quotas quota_vip "100"' 2022-09-20 12:44:29.636 | ++ inc/meta-config:merge_config_file:164 : iniset /etc/neutron/neutron.conf quotas quota_vip 100 2022-09-20 12:44:29.672 | + inc/meta-config:merge_config_file:164 : read a 2022-09-20 12:44:29.675 | + inc/meta-config:merge_config_file:164 : eval 'iniset $NEUTRON_CONF quotas quota_security_group_rule "100"' 2022-09-20 12:44:29.678 | ++ inc/meta-config:merge_config_file:164 : iniset /etc/neutron/neutron.conf quotas quota_security_group_rule 100 2022-09-20 12:44:29.715 | + inc/meta-config:merge_config_file:164 : read a 2022-09-20 12:44:29.718 | + inc/meta-config:merge_config_file:164 : eval 'iniset $NEUTRON_CONF quotas quota_security_group "100"' 2022-09-20 12:44:29.721 | ++ inc/meta-config:merge_config_file:164 : iniset /etc/neutron/neutron.conf quotas quota_security_group 100 2022-09-20 12:44:29.763 | + inc/meta-config:merge_config_file:164 : read a 2022-09-20 12:44:29.766 | + inc/meta-config:merge_config_file:164 : eval 'iniset $NEUTRON_CONF quotas quota_port "500"' 2022-09-20 12:44:29.769 | ++ inc/meta-config:merge_config_file:164 : iniset /etc/neutron/neutron.conf quotas quota_port 500 2022-09-20 12:44:29.812 | + inc/meta-config:merge_config_file:164 : read a 2022-09-20 12:44:29.814 | + inc/meta-config:merge_config_file:164 : eval 'iniset $NEUTRON_CONF quotas quota_subnet "100"' 2022-09-20 12:44:29.817 | ++ inc/meta-config:merge_config_file:164 : iniset /etc/neutron/neutron.conf quotas quota_subnet 100 2022-09-20 12:44:29.856 | + inc/meta-config:merge_config_file:164 : read a 2022-09-20 12:44:29.859 | + inc/meta-config:merge_config_file:164 : eval 'iniset $NEUTRON_CONF quotas quota_network "100"' 2022-09-20 12:44:29.861 | ++ inc/meta-config:merge_config_file:164 : iniset /etc/neutron/neutron.conf quotas quota_network 100 2022-09-20 12:44:29.909 | + inc/meta-config:merge_config_file:164 : read a 2022-09-20 12:44:29.912 | + inc/meta-config:merge_config_group:178 : for configfile in $(get_meta_section_files $localfile $group) 2022-09-20 12:44:29.915 | + inc/meta-config:merge_config_group:179 : local realconfigfile 2022-09-20 12:44:29.918 | + inc/meta-config:merge_config_group:180 : local dir 2022-09-20 12:44:29.922 | ++ inc/meta-config:merge_config_group:182 : eval 'echo $CINDER_CONF' 2022-09-20 12:44:29.925 | +++ inc/meta-config:merge_config_group:182 : echo /etc/cinder/cinder.conf 2022-09-20 12:44:29.928 | + inc/meta-config:merge_config_group:182 : realconfigfile=/etc/cinder/cinder.conf 2022-09-20 12:44:29.931 | + inc/meta-config:merge_config_group:183 : [[ -z /etc/cinder/cinder.conf ]] 2022-09-20 12:44:29.936 | ++ inc/meta-config:merge_config_group:187 : dirname /etc/cinder/cinder.conf 2022-09-20 12:44:29.941 | + inc/meta-config:merge_config_group:187 : dir=/etc/cinder 2022-09-20 12:44:29.944 | + inc/meta-config:merge_config_group:188 : [[ -d /etc/cinder ]] 2022-09-20 12:44:29.948 | + inc/meta-config:merge_config_group:189 : merge_config_file /home/ubuntu/devstack/local.conf post-config '$CINDER_CONF' 2022-09-20 12:44:29.951 | + inc/meta-config:merge_config_file:83 : local file=/home/ubuntu/devstack/local.conf 2022-09-20 12:44:29.954 | + inc/meta-config:merge_config_file:84 : local matchgroup=post-config 2022-09-20 12:44:29.957 | + inc/meta-config:merge_config_file:85 : local 'configfile=$CINDER_CONF' 2022-09-20 12:44:29.960 | + inc/meta-config:merge_config_file:90 : local real_configfile 2022-09-20 12:44:29.963 | ++ inc/meta-config:merge_config_file:91 : eval echo '$CINDER_CONF' 2022-09-20 12:44:29.966 | +++ inc/meta-config:merge_config_file:91 : echo /etc/cinder/cinder.conf 2022-09-20 12:44:29.969 | + inc/meta-config:merge_config_file:91 : real_configfile=/etc/cinder/cinder.conf 2022-09-20 12:44:29.972 | + inc/meta-config:merge_config_file:92 : '[' '!' -f /etc/cinder/cinder.conf ']' 2022-09-20 12:44:29.976 | + inc/meta-config:merge_config_file:96 : get_meta_section /home/ubuntu/devstack/local.conf post-config '$CINDER_CONF' 2022-09-20 12:44:29.976 | + inc/meta-config:merge_config_file:97 : awk -v 'configfile=$CINDER_CONF' ' 2022-09-20 12:44:29.976 | BEGIN { 2022-09-20 12:44:29.977 | section = "" 2022-09-20 12:44:29.977 | last_section = "" 2022-09-20 12:44:29.977 | section_count = 0 2022-09-20 12:44:29.977 | } 2022-09-20 12:44:29.977 | /^\[.+\]/ { 2022-09-20 12:44:29.977 | gsub("[][]", "", $1); 2022-09-20 12:44:29.977 | section=$1 2022-09-20 12:44:29.977 | next 2022-09-20 12:44:29.977 | } 2022-09-20 12:44:29.977 | /^ *\#/ { 2022-09-20 12:44:29.977 | next 2022-09-20 12:44:29.977 | } 2022-09-20 12:44:29.977 | /^[^ \t]+/ { 2022-09-20 12:44:29.977 | # get offset of first = in $0 2022-09-20 12:44:29.977 | eq_idx = index($0, "=") 2022-09-20 12:44:29.977 | # extract attr & value from $0 2022-09-20 12:44:29.977 | attr = substr($0, 1, eq_idx - 1) 2022-09-20 12:44:29.977 | value = substr($0, eq_idx + 1) 2022-09-20 12:44:29.977 | # only need to strip trailing whitespace from attr 2022-09-20 12:44:29.977 | sub(/[ \t]*$/, "", attr) 2022-09-20 12:44:29.977 | # need to strip leading & trailing whitespace from value 2022-09-20 12:44:29.977 | sub(/^[ \t]*/, "", value) 2022-09-20 12:44:29.977 | sub(/[ \t]*$/, "", value) 2022-09-20 12:44:29.977 | 2022-09-20 12:44:29.977 | # cfg_attr_count: number of config lines per [section, attr] 2022-09-20 12:44:29.977 | # cfg_attr: three dimensional array to keep all the config lines per [section, attr] 2022-09-20 12:44:29.977 | # cfg_section: keep the section names in the same order as they appear in local.conf 2022-09-20 12:44:29.977 | # cfg_sec_attr_name: keep the attr names in the same order as they appear in local.conf 2022-09-20 12:44:29.977 | if (! (section, attr) in cfg_attr_count) { 2022-09-20 12:44:29.977 | if (section != last_section) { 2022-09-20 12:44:29.977 | cfg_section[section_count++] = section 2022-09-20 12:44:29.977 | last_section = section 2022-09-20 12:44:29.977 | } 2022-09-20 12:44:29.977 | attr_count = cfg_sec_attr_count[section_count - 1]++ 2022-09-20 12:44:29.978 | cfg_sec_attr_name[section_count - 1, attr_count] = attr 2022-09-20 12:44:29.978 | 2022-09-20 12:44:29.978 | cfg_attr[section, attr, 0] = value 2022-09-20 12:44:29.978 | cfg_attr_count[section, attr] = 1 2022-09-20 12:44:29.978 | } else { 2022-09-20 12:44:29.978 | lno = cfg_attr_count[section, attr]++ 2022-09-20 12:44:29.978 | cfg_attr[section, attr, lno] = value 2022-09-20 12:44:29.978 | } 2022-09-20 12:44:29.978 | } 2022-09-20 12:44:29.978 | END { 2022-09-20 12:44:29.978 | # Process each section in order 2022-09-20 12:44:29.978 | for (sno = 0; sno < section_count; sno++) { 2022-09-20 12:44:29.978 | section = cfg_section[sno] 2022-09-20 12:44:29.978 | # The ini routines simply append a config item immediately 2022-09-20 12:44:29.978 | # after the section header. To keep the same order as defined 2022-09-20 12:44:29.978 | # in local.conf, invoke the ini routines in the reverse order 2022-09-20 12:44:29.978 | for (attr_no = cfg_sec_attr_count[sno] - 1; attr_no >=0; attr_no--) { 2022-09-20 12:44:29.978 | attr = cfg_sec_attr_name[sno, attr_no] 2022-09-20 12:44:29.978 | if (cfg_attr_count[section, attr] == 1) 2022-09-20 12:44:29.978 | print "iniset " configfile " " section " " attr " \"" cfg_attr[section, attr, 0] "\"" 2022-09-20 12:44:29.978 | else { 2022-09-20 12:44:29.978 | # For multiline, invoke the ini routines in the reverse order 2022-09-20 12:44:29.978 | count = cfg_attr_count[section, attr] 2022-09-20 12:44:29.978 | print "inidelete " configfile " " section " " attr 2022-09-20 12:44:29.978 | print "iniset " configfile " " section " " attr " \"" cfg_attr[section, attr, count - 1] "\"" 2022-09-20 12:44:29.978 | for (l = count -2; l >= 0; l--) 2022-09-20 12:44:29.978 | print "iniadd_literal " configfile " " section " " attr " \"" cfg_attr[section, attr, l] "\"" 2022-09-20 12:44:29.978 | } 2022-09-20 12:44:29.978 | } 2022-09-20 12:44:29.978 | } 2022-09-20 12:44:29.978 | } 2022-09-20 12:44:29.978 | ' 2022-09-20 12:44:29.978 | + inc/meta-config:merge_config_file:164 : read a 2022-09-20 12:44:29.979 | + inc/meta-config:get_meta_section:33 : local file=/home/ubuntu/devstack/local.conf 2022-09-20 12:44:29.980 | awk: cmd. line:12: warning: regexp escape sequence `\#' is not a known regexp operator 2022-09-20 12:44:29.982 | + inc/meta-config:get_meta_section:34 : local matchgroup=post-config 2022-09-20 12:44:29.984 | + inc/meta-config:get_meta_section:35 : local 'configfile=$CINDER_CONF' 2022-09-20 12:44:29.987 | + inc/meta-config:get_meta_section:37 : [[ -r /home/ubuntu/devstack/local.conf ]] 2022-09-20 12:44:29.989 | + inc/meta-config:get_meta_section:38 : [[ -z $CINDER_CONF ]] 2022-09-20 12:44:29.992 | + inc/meta-config:get_meta_section:40 : awk -v matchgroup=post-config -v 'configfile=$CINDER_CONF' ' 2022-09-20 12:44:29.992 | BEGIN { group = "" } 2022-09-20 12:44:29.993 | /^\[\[.+\|.*\]\]/ { 2022-09-20 12:44:29.993 | gsub("[][]", "", $1); 2022-09-20 12:44:29.993 | split($1, a, "|"); 2022-09-20 12:44:29.993 | if (a[1] == matchgroup && a[2] == configfile) { 2022-09-20 12:44:29.993 | group=a[1] 2022-09-20 12:44:29.993 | } else { 2022-09-20 12:44:29.993 | group="" 2022-09-20 12:44:29.993 | } 2022-09-20 12:44:29.993 | next 2022-09-20 12:44:29.993 | } 2022-09-20 12:44:29.993 | { 2022-09-20 12:44:29.993 | if (group != "") 2022-09-20 12:44:29.993 | print $0 2022-09-20 12:44:29.993 | } 2022-09-20 12:44:29.993 | ' /home/ubuntu/devstack/local.conf 2022-09-20 12:44:30.000 | + inc/meta-config:merge_config_file:164 : eval 'iniset $CINDER_CONF DEFAULT os_privileged_user_auth_url "http://10.222.0.52/identity/v2.0"' 2022-09-20 12:44:30.003 | ++ inc/meta-config:merge_config_file:164 : iniset /etc/cinder/cinder.conf DEFAULT os_privileged_user_auth_url http://10.222.0.52/identity/v2.0 2022-09-20 12:44:30.039 | + inc/meta-config:merge_config_file:164 : read a 2022-09-20 12:44:30.043 | + inc/meta-config:merge_config_group:178 : for configfile in $(get_meta_section_files $localfile $group) 2022-09-20 12:44:30.045 | + inc/meta-config:merge_config_group:179 : local realconfigfile 2022-09-20 12:44:30.049 | + inc/meta-config:merge_config_group:180 : local dir 2022-09-20 12:44:30.052 | ++ inc/meta-config:merge_config_group:182 : eval 'echo /$Q_PLUGIN_CONF_FILE' 2022-09-20 12:44:30.055 | +++ inc/meta-config:merge_config_group:182 : echo /etc/neutron/plugins/ml2/ml2_conf.ini 2022-09-20 12:44:30.059 | + inc/meta-config:merge_config_group:182 : realconfigfile=/etc/neutron/plugins/ml2/ml2_conf.ini 2022-09-20 12:44:30.061 | + inc/meta-config:merge_config_group:183 : [[ -z /etc/neutron/plugins/ml2/ml2_conf.ini ]] 2022-09-20 12:44:30.065 | ++ inc/meta-config:merge_config_group:187 : dirname /etc/neutron/plugins/ml2/ml2_conf.ini 2022-09-20 12:44:30.070 | + inc/meta-config:merge_config_group:187 : dir=/etc/neutron/plugins/ml2 2022-09-20 12:44:30.073 | + inc/meta-config:merge_config_group:188 : [[ -d /etc/neutron/plugins/ml2 ]] 2022-09-20 12:44:30.076 | + inc/meta-config:merge_config_group:189 : merge_config_file /home/ubuntu/devstack/local.conf post-config '/$Q_PLUGIN_CONF_FILE' 2022-09-20 12:44:30.080 | + inc/meta-config:merge_config_file:83 : local file=/home/ubuntu/devstack/local.conf 2022-09-20 12:44:30.083 | + inc/meta-config:merge_config_file:84 : local matchgroup=post-config 2022-09-20 12:44:30.087 | + inc/meta-config:merge_config_file:85 : local 'configfile=/$Q_PLUGIN_CONF_FILE' 2022-09-20 12:44:30.090 | + inc/meta-config:merge_config_file:90 : local real_configfile 2022-09-20 12:44:30.094 | ++ inc/meta-config:merge_config_file:91 : eval echo '/$Q_PLUGIN_CONF_FILE' 2022-09-20 12:44:30.097 | +++ inc/meta-config:merge_config_file:91 : echo /etc/neutron/plugins/ml2/ml2_conf.ini 2022-09-20 12:44:30.101 | + inc/meta-config:merge_config_file:91 : real_configfile=/etc/neutron/plugins/ml2/ml2_conf.ini 2022-09-20 12:44:30.104 | + inc/meta-config:merge_config_file:92 : '[' '!' -f /etc/neutron/plugins/ml2/ml2_conf.ini ']' 2022-09-20 12:44:30.108 | + inc/meta-config:merge_config_file:96 : get_meta_section /home/ubuntu/devstack/local.conf post-config '/$Q_PLUGIN_CONF_FILE' 2022-09-20 12:44:30.109 | + inc/meta-config:merge_config_file:97 : awk -v 'configfile=/$Q_PLUGIN_CONF_FILE' ' 2022-09-20 12:44:30.109 | BEGIN { 2022-09-20 12:44:30.109 | section = "" 2022-09-20 12:44:30.109 | last_section = "" 2022-09-20 12:44:30.109 | section_count = 0 2022-09-20 12:44:30.109 | } 2022-09-20 12:44:30.109 | /^\[.+\]/ { 2022-09-20 12:44:30.109 | gsub("[][]", "", $1); 2022-09-20 12:44:30.109 | section=$1 2022-09-20 12:44:30.109 | next 2022-09-20 12:44:30.109 | } 2022-09-20 12:44:30.109 | /^ *\#/ { 2022-09-20 12:44:30.109 | next 2022-09-20 12:44:30.109 | } 2022-09-20 12:44:30.109 | /^[^ \t]+/ { 2022-09-20 12:44:30.109 | # get offset of first = in $0 2022-09-20 12:44:30.109 | eq_idx = index($0, "=") 2022-09-20 12:44:30.109 | # extract attr & value from $0 2022-09-20 12:44:30.109 | attr = substr($0, 1, eq_idx - 1) 2022-09-20 12:44:30.109 | value = substr($0, eq_idx + 1) 2022-09-20 12:44:30.109 | # only need to strip trailing whitespace from attr 2022-09-20 12:44:30.110 | sub(/[ \t]*$/, "", attr) 2022-09-20 12:44:30.110 | # need to strip leading & trailing whitespace from value 2022-09-20 12:44:30.110 | sub(/^[ \t]*/, "", value) 2022-09-20 12:44:30.110 | sub(/[ \t]*$/, "", value) 2022-09-20 12:44:30.110 | 2022-09-20 12:44:30.110 | # cfg_attr_count: number of config lines per [section, attr] 2022-09-20 12:44:30.110 | # cfg_attr: three dimensional array to keep all the config lines per [section, attr] 2022-09-20 12:44:30.110 | # cfg_section: keep the section names in the same order as they appear in local.conf 2022-09-20 12:44:30.110 | # cfg_sec_attr_name: keep the attr names in the same order as they appear in local.conf 2022-09-20 12:44:30.110 | if (! (section, attr) in cfg_attr_count) { 2022-09-20 12:44:30.110 | if (section != last_section) { 2022-09-20 12:44:30.110 | cfg_section[section_count++] = section 2022-09-20 12:44:30.110 | last_section = section 2022-09-20 12:44:30.110 | } 2022-09-20 12:44:30.110 | attr_count = cfg_sec_attr_count[section_count - 1]++ 2022-09-20 12:44:30.110 | cfg_sec_attr_name[section_count - 1, attr_count] = attr 2022-09-20 12:44:30.110 | 2022-09-20 12:44:30.110 | cfg_attr[section, attr, 0] = value 2022-09-20 12:44:30.110 | cfg_attr_count[section, attr] = 1 2022-09-20 12:44:30.110 | } else { 2022-09-20 12:44:30.110 | lno = cfg_attr_count[section, attr]++ 2022-09-20 12:44:30.110 | cfg_attr[section, attr, lno] = value 2022-09-20 12:44:30.110 | } 2022-09-20 12:44:30.110 | } 2022-09-20 12:44:30.110 | END { 2022-09-20 12:44:30.110 | # Process each section in order 2022-09-20 12:44:30.110 | for (sno = 0; sno < section_count; sno++) { 2022-09-20 12:44:30.110 | section = cfg_section[sno] 2022-09-20 12:44:30.110 | # The ini routines simply append a config item immediately 2022-09-20 12:44:30.110 | # after the section header. To keep the same order as defined 2022-09-20 12:44:30.110 | # in local.conf, invoke the ini routines in the reverse order 2022-09-20 12:44:30.110 | for (attr_no = cfg_sec_attr_count[sno] - 1; attr_no >=0; attr_no--) { 2022-09-20 12:44:30.110 | attr = cfg_sec_attr_name[sno, attr_no] 2022-09-20 12:44:30.110 | if (cfg_attr_count[section, attr] == 1) 2022-09-20 12:44:30.110 | print "iniset " configfile " " section " " attr " \"" cfg_attr[section, attr, 0] "\"" 2022-09-20 12:44:30.111 | else { 2022-09-20 12:44:30.111 | # For multiline, invoke the ini routines in the reverse order 2022-09-20 12:44:30.111 | count = cfg_attr_count[section, attr] 2022-09-20 12:44:30.111 | print "inidelete " configfile " " section " " attr 2022-09-20 12:44:30.111 | print "iniset " configfile " " section " " attr " \"" cfg_attr[section, attr, count - 1] "\"" 2022-09-20 12:44:30.111 | for (l = count -2; l >= 0; l--) 2022-09-20 12:44:30.111 | print "iniadd_literal " configfile " " section " " attr " \"" cfg_attr[section, attr, l] "\"" 2022-09-20 12:44:30.111 | } 2022-09-20 12:44:30.111 | } 2022-09-20 12:44:30.111 | } 2022-09-20 12:44:30.111 | } 2022-09-20 12:44:30.111 | ' 2022-09-20 12:44:30.111 | + inc/meta-config:merge_config_file:164 : read a 2022-09-20 12:44:30.111 | + inc/meta-config:get_meta_section:33 : local file=/home/ubuntu/devstack/local.conf 2022-09-20 12:44:30.113 | awk: cmd. line:12: warning: regexp escape sequence `\#' is not a known regexp operator 2022-09-20 12:44:30.114 | + inc/meta-config:get_meta_section:34 : local matchgroup=post-config 2022-09-20 12:44:30.116 | + inc/meta-config:get_meta_section:35 : local 'configfile=/$Q_PLUGIN_CONF_FILE' 2022-09-20 12:44:30.119 | + inc/meta-config:get_meta_section:37 : [[ -r /home/ubuntu/devstack/local.conf ]] 2022-09-20 12:44:30.121 | + inc/meta-config:get_meta_section:38 : [[ -z /$Q_PLUGIN_CONF_FILE ]] 2022-09-20 12:44:30.124 | + inc/meta-config:get_meta_section:40 : awk -v matchgroup=post-config -v 'configfile=/$Q_PLUGIN_CONF_FILE' ' 2022-09-20 12:44:30.124 | BEGIN { group = "" } 2022-09-20 12:44:30.124 | /^\[\[.+\|.*\]\]/ { 2022-09-20 12:44:30.124 | gsub("[][]", "", $1); 2022-09-20 12:44:30.124 | split($1, a, "|"); 2022-09-20 12:44:30.124 | if (a[1] == matchgroup && a[2] == configfile) { 2022-09-20 12:44:30.124 | group=a[1] 2022-09-20 12:44:30.124 | } else { 2022-09-20 12:44:30.124 | group="" 2022-09-20 12:44:30.124 | } 2022-09-20 12:44:30.124 | next 2022-09-20 12:44:30.124 | } 2022-09-20 12:44:30.124 | { 2022-09-20 12:44:30.124 | if (group != "") 2022-09-20 12:44:30.124 | print $0 2022-09-20 12:44:30.124 | } 2022-09-20 12:44:30.125 | ' /home/ubuntu/devstack/local.conf 2022-09-20 12:44:30.132 | + inc/meta-config:merge_config_file:164 : eval 'iniset /$Q_PLUGIN_CONF_FILE securitygroup enable_security_group "True"' 2022-09-20 12:44:30.134 | ++ inc/meta-config:merge_config_file:164 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini securitygroup enable_security_group True 2022-09-20 12:44:30.171 | + inc/meta-config:merge_config_file:164 : read a 2022-09-20 12:44:30.174 | + inc/meta-config:merge_config_file:164 : eval 'iniset /$Q_PLUGIN_CONF_FILE ovs of_interface "ovs-ofctl"' 2022-09-20 12:44:30.176 | ++ inc/meta-config:merge_config_file:164 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini ovs of_interface ovs-ofctl 2022-09-20 12:44:30.213 | + inc/meta-config:merge_config_file:164 : read a 2022-09-20 12:44:30.218 | + ./stack.sh:main:1241 : is_service_enabled swift 2022-09-20 12:44:30.238 | + functions-common:is_service_enabled:2095 : return 0 2022-09-20 12:44:30.241 | + ./stack.sh:main:1242 : echo_summary 'Starting Swift' 2022-09-20 12:44:30.244 | + ./stack.sh:echo_summary:435 : [[ -t 3 ]] 2022-09-20 12:44:30.247 | + ./stack.sh:echo_summary:441 : echo -e Starting Swift 2022-09-20 12:44:30.249 | + ./stack.sh:main:1243 : start_swift 2022-09-20 12:44:30.252 | + lib/swift:start_swift:757 : restart_service memcached 2022-09-20 12:44:30.255 | + functions-common:restart_service:2323 : '[' -x /bin/systemctl ']' 2022-09-20 12:44:30.258 | + functions-common:restart_service:2324 : sudo /bin/systemctl restart memcached 2022-09-20 12:44:30.290 | + lib/swift:start_swift:760 : is_ubuntu 2022-09-20 12:44:30.294 | + functions-common:is_ubuntu:567 : [[ -z deb ]] 2022-09-20 12:44:30.297 | + functions-common:is_ubuntu:570 : '[' deb = deb ']' 2022-09-20 12:44:30.302 | + lib/swift:start_swift:761 : sudo /etc/init.d/rsync restart 2022-09-20 12:44:30.752 | Restarting rsync (via systemctl): rsync.service. 2022-09-20 12:44:30.757 | + lib/swift:start_swift:768 : '[' False == True ']' 2022-09-20 12:44:30.759 | + lib/swift:start_swift:787 : [[ 1 == 1 ]] 2022-09-20 12:44:30.762 | + lib/swift:start_swift:788 : local foreground_services type 2022-09-20 12:44:30.765 | + lib/swift:start_swift:790 : foreground_services='object container account' 2022-09-20 12:44:30.768 | + lib/swift:start_swift:791 : for type in ${foreground_services} 2022-09-20 12:44:30.771 | + lib/swift:start_swift:792 : run_process s-object '/usr/local/bin/swift-object-server /etc/swift/object-server/1.conf -v' 2022-09-20 12:44:30.774 | + functions-common:run_process:1693 : local service=s-object 2022-09-20 12:44:30.776 | + functions-common:run_process:1694 : local 'command=/usr/local/bin/swift-object-server /etc/swift/object-server/1.conf -v' 2022-09-20 12:44:30.780 | + functions-common:run_process:1695 : local group= 2022-09-20 12:44:30.783 | + functions-common:run_process:1696 : local user= 2022-09-20 12:44:30.785 | + functions-common:run_process:1697 : local env_vars= 2022-09-20 12:44:30.788 | + functions-common:run_process:1699 : local name=s-object 2022-09-20 12:44:30.795 | + functions-common:run_process:1701 : time_start run_process 2022-09-20 12:44:30.799 | + functions-common:time_start:2425 : local name=run_process 2022-09-20 12:44:30.804 | + functions-common:time_start:2426 : local start_time= 2022-09-20 12:44:30.807 | + functions-common:time_start:2427 : [[ -n '' ]] 2022-09-20 12:44:30.810 | ++ functions-common:time_start:2430 : date +%s%3N 2022-09-20 12:44:30.815 | + functions-common:time_start:2430 : _TIME_START[$name]=1663677870812 2022-09-20 12:44:30.818 | + functions-common:run_process:1702 : is_service_enabled s-object 2022-09-20 12:44:30.834 | + functions-common:is_service_enabled:2095 : return 0 2022-09-20 12:44:30.837 | + functions-common:run_process:1703 : _run_under_systemd s-object '/usr/local/bin/swift-object-server /etc/swift/object-server/1.conf -v' '' '' '' 2022-09-20 12:44:30.840 | + functions-common:_run_under_systemd:1653 : local service=s-object 2022-09-20 12:44:30.842 | + functions-common:_run_under_systemd:1654 : local 'command=/usr/local/bin/swift-object-server /etc/swift/object-server/1.conf -v' 2022-09-20 12:44:30.845 | + functions-common:_run_under_systemd:1655 : local 'cmd=/usr/local/bin/swift-object-server /etc/swift/object-server/1.conf -v' 2022-09-20 12:44:30.848 | + functions-common:_run_under_systemd:1657 : _common_systemd_pitfalls '/usr/local/bin/swift-object-server /etc/swift/object-server/1.conf -v' 2022-09-20 12:44:30.851 | + functions-common:_common_systemd_pitfalls:1625 : local 'cmd=/usr/local/bin/swift-object-server /etc/swift/object-server/1.conf -v' 2022-09-20 12:44:30.854 | + functions-common:_common_systemd_pitfalls:1628 : [[ /usr/local/bin/swift-object-server /etc/swift/object-server/1.conf -v =~ sudo ]] 2022-09-20 12:44:30.857 | + functions-common:_common_systemd_pitfalls:1639 : [[ ! /usr/local/bin/swift-object-server /etc/swift/object-server/1.conf -v =~ ^/ ]] 2022-09-20 12:44:30.861 | + functions-common:_run_under_systemd:1659 : local systemd_service=devstack@s-object.service 2022-09-20 12:44:30.863 | + functions-common:_run_under_systemd:1660 : local group= 2022-09-20 12:44:30.867 | + functions-common:_run_under_systemd:1661 : local user=ubuntu 2022-09-20 12:44:30.870 | + functions-common:_run_under_systemd:1662 : [[ -z ubuntu ]] 2022-09-20 12:44:30.872 | + functions-common:_run_under_systemd:1665 : local env_vars= 2022-09-20 12:44:30.877 | + functions-common:_run_under_systemd:1666 : [[ /usr/local/bin/swift-object-server /etc/swift/object-server/1.conf -v =~ uwsgi ]] 2022-09-20 12:44:30.880 | + functions-common:_run_under_systemd:1669 : write_user_unit_file devstack@s-object.service '/usr/local/bin/swift-object-server /etc/swift/object-server/1.conf -v' '' ubuntu '' 2022-09-20 12:44:30.882 | + functions-common:write_user_unit_file:1562 : local service=devstack@s-object.service 2022-09-20 12:44:30.885 | + functions-common:write_user_unit_file:1563 : local 'command=/usr/local/bin/swift-object-server /etc/swift/object-server/1.conf -v' 2022-09-20 12:44:30.887 | + functions-common:write_user_unit_file:1564 : local group= 2022-09-20 12:44:30.891 | + functions-common:write_user_unit_file:1565 : local user=ubuntu 2022-09-20 12:44:30.893 | + functions-common:write_user_unit_file:1566 : local env_vars= 2022-09-20 12:44:30.896 | + functions-common:write_user_unit_file:1567 : local extra= 2022-09-20 12:44:30.898 | + functions-common:write_user_unit_file:1568 : [[ -n '' ]] 2022-09-20 12:44:30.901 | + functions-common:write_user_unit_file:1571 : local unitfile=/etc/systemd/system/devstack@s-object.service 2022-09-20 12:44:30.904 | + functions-common:write_user_unit_file:1572 : mkdir -p /etc/systemd/system 2022-09-20 12:44:30.908 | + functions-common:write_user_unit_file:1574 : iniset -sudo /etc/systemd/system/devstack@s-object.service Unit Description 'Devstack devstack@s-object.service' 2022-09-20 12:44:30.974 | + functions-common:write_user_unit_file:1575 : iniset -sudo /etc/systemd/system/devstack@s-object.service Service User ubuntu 2022-09-20 12:44:31.034 | + 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-09-20 12:44:31.097 | + functions-common:write_user_unit_file:1577 : iniset -sudo /etc/systemd/system/devstack@s-object.service Service KillMode process 2022-09-20 12:44:31.160 | + functions-common:write_user_unit_file:1578 : iniset -sudo /etc/systemd/system/devstack@s-object.service Service TimeoutStopSec 300 2022-09-20 12:44:31.222 | + functions-common:write_user_unit_file:1579 : iniset -sudo /etc/systemd/system/devstack@s-object.service Service ExecReload '/usr/bin/kill -HUP $MAINPID' 2022-09-20 12:44:31.289 | + functions-common:write_user_unit_file:1580 : [[ -n '' ]] 2022-09-20 12:44:31.292 | + functions-common:write_user_unit_file:1583 : [[ -n '' ]] 2022-09-20 12:44:31.295 | + functions-common:write_user_unit_file:1586 : iniset -sudo /etc/systemd/system/devstack@s-object.service Install WantedBy multi-user.target 2022-09-20 12:44:31.360 | + functions-common:write_user_unit_file:1589 : sudo systemctl daemon-reload 2022-09-20 12:44:31.846 | + functions-common:_run_under_systemd:1672 : sudo systemctl enable devstack@s-object.service 2022-09-20 12:44:31.863 | Created symlink /etc/systemd/system/multi-user.target.wants/devstack@s-object.service → /etc/systemd/system/devstack@s-object.service. 2022-09-20 12:44:32.315 | + functions-common:_run_under_systemd:1673 : sudo systemctl start devstack@s-object.service 2022-09-20 12:44:32.342 | + functions-common:run_process:1705 : time_stop run_process 2022-09-20 12:44:32.347 | + functions-common:time_stop:2439 : local name 2022-09-20 12:44:32.349 | + functions-common:time_stop:2440 : local end_time 2022-09-20 12:44:32.352 | + functions-common:time_stop:2441 : local elapsed_time 2022-09-20 12:44:32.355 | + functions-common:time_stop:2442 : local total 2022-09-20 12:44:32.361 | + functions-common:time_stop:2443 : local start_time 2022-09-20 12:44:32.363 | + functions-common:time_stop:2445 : name=run_process 2022-09-20 12:44:32.366 | + functions-common:time_stop:2446 : start_time=1663677870812 2022-09-20 12:44:32.369 | + functions-common:time_stop:2448 : [[ -z 1663677870812 ]] 2022-09-20 12:44:32.372 | ++ functions-common:time_stop:2451 : date +%s%3N 2022-09-20 12:44:32.377 | + functions-common:time_stop:2451 : end_time=1663677872374 2022-09-20 12:44:32.379 | + functions-common:time_stop:2452 : elapsed_time=1562 2022-09-20 12:44:32.382 | + functions-common:time_stop:2453 : total=3215 2022-09-20 12:44:32.384 | + functions-common:time_stop:2455 : _TIME_START[$name]= 2022-09-20 12:44:32.387 | + functions-common:time_stop:2456 : _TIME_TOTAL[$name]=4777 2022-09-20 12:44:32.390 | + lib/swift:start_swift:791 : for type in ${foreground_services} 2022-09-20 12:44:32.394 | + lib/swift:start_swift:792 : run_process s-container '/usr/local/bin/swift-container-server /etc/swift/container-server/1.conf -v' 2022-09-20 12:44:32.398 | + functions-common:run_process:1693 : local service=s-container 2022-09-20 12:44:32.401 | + functions-common:run_process:1694 : local 'command=/usr/local/bin/swift-container-server /etc/swift/container-server/1.conf -v' 2022-09-20 12:44:32.404 | + functions-common:run_process:1695 : local group= 2022-09-20 12:44:32.407 | + functions-common:run_process:1696 : local user= 2022-09-20 12:44:32.411 | + functions-common:run_process:1697 : local env_vars= 2022-09-20 12:44:32.416 | + functions-common:run_process:1699 : local name=s-container 2022-09-20 12:44:32.418 | + functions-common:run_process:1701 : time_start run_process 2022-09-20 12:44:32.421 | + functions-common:time_start:2425 : local name=run_process 2022-09-20 12:44:32.423 | + functions-common:time_start:2426 : local start_time= 2022-09-20 12:44:32.426 | + functions-common:time_start:2427 : [[ -n '' ]] 2022-09-20 12:44:32.430 | ++ functions-common:time_start:2430 : date +%s%3N 2022-09-20 12:44:32.437 | + functions-common:time_start:2430 : _TIME_START[$name]=1663677872432 2022-09-20 12:44:32.440 | + functions-common:run_process:1702 : is_service_enabled s-container 2022-09-20 12:44:32.462 | + functions-common:is_service_enabled:2095 : return 0 2022-09-20 12:44:32.465 | + functions-common:run_process:1703 : _run_under_systemd s-container '/usr/local/bin/swift-container-server /etc/swift/container-server/1.conf -v' '' '' '' 2022-09-20 12:44:32.470 | + functions-common:_run_under_systemd:1653 : local service=s-container 2022-09-20 12:44:32.473 | + functions-common:_run_under_systemd:1654 : local 'command=/usr/local/bin/swift-container-server /etc/swift/container-server/1.conf -v' 2022-09-20 12:44:32.476 | + functions-common:_run_under_systemd:1655 : local 'cmd=/usr/local/bin/swift-container-server /etc/swift/container-server/1.conf -v' 2022-09-20 12:44:32.479 | + functions-common:_run_under_systemd:1657 : _common_systemd_pitfalls '/usr/local/bin/swift-container-server /etc/swift/container-server/1.conf -v' 2022-09-20 12:44:32.482 | + functions-common:_common_systemd_pitfalls:1625 : local 'cmd=/usr/local/bin/swift-container-server /etc/swift/container-server/1.conf -v' 2022-09-20 12:44:32.485 | + functions-common:_common_systemd_pitfalls:1628 : [[ /usr/local/bin/swift-container-server /etc/swift/container-server/1.conf -v =~ sudo ]] 2022-09-20 12:44:32.488 | + functions-common:_common_systemd_pitfalls:1639 : [[ ! /usr/local/bin/swift-container-server /etc/swift/container-server/1.conf -v =~ ^/ ]] 2022-09-20 12:44:32.491 | + functions-common:_run_under_systemd:1659 : local systemd_service=devstack@s-container.service 2022-09-20 12:44:32.494 | + functions-common:_run_under_systemd:1660 : local group= 2022-09-20 12:44:32.496 | + functions-common:_run_under_systemd:1661 : local user=ubuntu 2022-09-20 12:44:32.499 | + functions-common:_run_under_systemd:1662 : [[ -z ubuntu ]] 2022-09-20 12:44:32.501 | + functions-common:_run_under_systemd:1665 : local env_vars= 2022-09-20 12:44:32.504 | + functions-common:_run_under_systemd:1666 : [[ /usr/local/bin/swift-container-server /etc/swift/container-server/1.conf -v =~ uwsgi ]] 2022-09-20 12:44:32.507 | + functions-common:_run_under_systemd:1669 : write_user_unit_file devstack@s-container.service '/usr/local/bin/swift-container-server /etc/swift/container-server/1.conf -v' '' ubuntu '' 2022-09-20 12:44:32.509 | + functions-common:write_user_unit_file:1562 : local service=devstack@s-container.service 2022-09-20 12:44:32.512 | + functions-common:write_user_unit_file:1563 : local 'command=/usr/local/bin/swift-container-server /etc/swift/container-server/1.conf -v' 2022-09-20 12:44:32.514 | + functions-common:write_user_unit_file:1564 : local group= 2022-09-20 12:44:32.517 | + functions-common:write_user_unit_file:1565 : local user=ubuntu 2022-09-20 12:44:32.519 | + functions-common:write_user_unit_file:1566 : local env_vars= 2022-09-20 12:44:32.521 | + functions-common:write_user_unit_file:1567 : local extra= 2022-09-20 12:44:32.524 | + functions-common:write_user_unit_file:1568 : [[ -n '' ]] 2022-09-20 12:44:32.527 | + functions-common:write_user_unit_file:1571 : local unitfile=/etc/systemd/system/devstack@s-container.service 2022-09-20 12:44:32.531 | + functions-common:write_user_unit_file:1572 : mkdir -p /etc/systemd/system 2022-09-20 12:44:32.535 | + functions-common:write_user_unit_file:1574 : iniset -sudo /etc/systemd/system/devstack@s-container.service Unit Description 'Devstack devstack@s-container.service' 2022-09-20 12:44:32.603 | + functions-common:write_user_unit_file:1575 : iniset -sudo /etc/systemd/system/devstack@s-container.service Service User ubuntu 2022-09-20 12:44:32.668 | + 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-09-20 12:44:32.748 | + functions-common:write_user_unit_file:1577 : iniset -sudo /etc/systemd/system/devstack@s-container.service Service KillMode process 2022-09-20 12:44:32.813 | + functions-common:write_user_unit_file:1578 : iniset -sudo /etc/systemd/system/devstack@s-container.service Service TimeoutStopSec 300 2022-09-20 12:44:32.882 | + functions-common:write_user_unit_file:1579 : iniset -sudo /etc/systemd/system/devstack@s-container.service Service ExecReload '/usr/bin/kill -HUP $MAINPID' 2022-09-20 12:44:32.950 | + functions-common:write_user_unit_file:1580 : [[ -n '' ]] 2022-09-20 12:44:32.952 | + functions-common:write_user_unit_file:1583 : [[ -n '' ]] 2022-09-20 12:44:32.955 | + functions-common:write_user_unit_file:1586 : iniset -sudo /etc/systemd/system/devstack@s-container.service Install WantedBy multi-user.target 2022-09-20 12:44:33.015 | + functions-common:write_user_unit_file:1589 : sudo systemctl daemon-reload 2022-09-20 12:44:33.515 | + functions-common:_run_under_systemd:1672 : sudo systemctl enable devstack@s-container.service 2022-09-20 12:44:33.529 | Created symlink /etc/systemd/system/multi-user.target.wants/devstack@s-container.service → /etc/systemd/system/devstack@s-container.service. 2022-09-20 12:44:34.047 | + functions-common:_run_under_systemd:1673 : sudo systemctl start devstack@s-container.service 2022-09-20 12:44:34.075 | + functions-common:run_process:1705 : time_stop run_process 2022-09-20 12:44:34.079 | + functions-common:time_stop:2439 : local name 2022-09-20 12:44:34.081 | + functions-common:time_stop:2440 : local end_time 2022-09-20 12:44:34.084 | + functions-common:time_stop:2441 : local elapsed_time 2022-09-20 12:44:34.086 | + functions-common:time_stop:2442 : local total 2022-09-20 12:44:34.092 | + functions-common:time_stop:2443 : local start_time 2022-09-20 12:44:34.095 | + functions-common:time_stop:2445 : name=run_process 2022-09-20 12:44:34.099 | + functions-common:time_stop:2446 : start_time=1663677872432 2022-09-20 12:44:34.102 | + functions-common:time_stop:2448 : [[ -z 1663677872432 ]] 2022-09-20 12:44:34.106 | ++ functions-common:time_stop:2451 : date +%s%3N 2022-09-20 12:44:34.111 | + functions-common:time_stop:2451 : end_time=1663677874108 2022-09-20 12:44:34.113 | + functions-common:time_stop:2452 : elapsed_time=1676 2022-09-20 12:44:34.116 | + functions-common:time_stop:2453 : total=4777 2022-09-20 12:44:34.119 | + functions-common:time_stop:2455 : _TIME_START[$name]= 2022-09-20 12:44:34.123 | + functions-common:time_stop:2456 : _TIME_TOTAL[$name]=6453 2022-09-20 12:44:34.128 | + lib/swift:start_swift:791 : for type in ${foreground_services} 2022-09-20 12:44:34.132 | + lib/swift:start_swift:792 : run_process s-account '/usr/local/bin/swift-account-server /etc/swift/account-server/1.conf -v' 2022-09-20 12:44:34.134 | + functions-common:run_process:1693 : local service=s-account 2022-09-20 12:44:34.137 | + functions-common:run_process:1694 : local 'command=/usr/local/bin/swift-account-server /etc/swift/account-server/1.conf -v' 2022-09-20 12:44:34.141 | + functions-common:run_process:1695 : local group= 2022-09-20 12:44:34.146 | + functions-common:run_process:1696 : local user= 2022-09-20 12:44:34.149 | + functions-common:run_process:1697 : local env_vars= 2022-09-20 12:44:34.152 | + functions-common:run_process:1699 : local name=s-account 2022-09-20 12:44:34.154 | + functions-common:run_process:1701 : time_start run_process 2022-09-20 12:44:34.157 | + functions-common:time_start:2425 : local name=run_process 2022-09-20 12:44:34.160 | + functions-common:time_start:2426 : local start_time= 2022-09-20 12:44:34.163 | + functions-common:time_start:2427 : [[ -n '' ]] 2022-09-20 12:44:34.167 | ++ functions-common:time_start:2430 : date +%s%3N 2022-09-20 12:44:34.171 | + functions-common:time_start:2430 : _TIME_START[$name]=1663677874168 2022-09-20 12:44:34.177 | + functions-common:run_process:1702 : is_service_enabled s-account 2022-09-20 12:44:34.196 | + functions-common:is_service_enabled:2095 : return 0 2022-09-20 12:44:34.199 | + functions-common:run_process:1703 : _run_under_systemd s-account '/usr/local/bin/swift-account-server /etc/swift/account-server/1.conf -v' '' '' '' 2022-09-20 12:44:34.202 | + functions-common:_run_under_systemd:1653 : local service=s-account 2022-09-20 12:44:34.205 | + functions-common:_run_under_systemd:1654 : local 'command=/usr/local/bin/swift-account-server /etc/swift/account-server/1.conf -v' 2022-09-20 12:44:34.207 | + functions-common:_run_under_systemd:1655 : local 'cmd=/usr/local/bin/swift-account-server /etc/swift/account-server/1.conf -v' 2022-09-20 12:44:34.210 | + functions-common:_run_under_systemd:1657 : _common_systemd_pitfalls '/usr/local/bin/swift-account-server /etc/swift/account-server/1.conf -v' 2022-09-20 12:44:34.213 | + functions-common:_common_systemd_pitfalls:1625 : local 'cmd=/usr/local/bin/swift-account-server /etc/swift/account-server/1.conf -v' 2022-09-20 12:44:34.216 | + functions-common:_common_systemd_pitfalls:1628 : [[ /usr/local/bin/swift-account-server /etc/swift/account-server/1.conf -v =~ sudo ]] 2022-09-20 12:44:34.219 | + functions-common:_common_systemd_pitfalls:1639 : [[ ! /usr/local/bin/swift-account-server /etc/swift/account-server/1.conf -v =~ ^/ ]] 2022-09-20 12:44:34.222 | + functions-common:_run_under_systemd:1659 : local systemd_service=devstack@s-account.service 2022-09-20 12:44:34.225 | + functions-common:_run_under_systemd:1660 : local group= 2022-09-20 12:44:34.228 | + functions-common:_run_under_systemd:1661 : local user=ubuntu 2022-09-20 12:44:34.230 | + functions-common:_run_under_systemd:1662 : [[ -z ubuntu ]] 2022-09-20 12:44:34.234 | + functions-common:_run_under_systemd:1665 : local env_vars= 2022-09-20 12:44:34.243 | + functions-common:_run_under_systemd:1666 : [[ /usr/local/bin/swift-account-server /etc/swift/account-server/1.conf -v =~ uwsgi ]] 2022-09-20 12:44:34.246 | + functions-common:_run_under_systemd:1669 : write_user_unit_file devstack@s-account.service '/usr/local/bin/swift-account-server /etc/swift/account-server/1.conf -v' '' ubuntu '' 2022-09-20 12:44:34.249 | + functions-common:write_user_unit_file:1562 : local service=devstack@s-account.service 2022-09-20 12:44:34.252 | + functions-common:write_user_unit_file:1563 : local 'command=/usr/local/bin/swift-account-server /etc/swift/account-server/1.conf -v' 2022-09-20 12:44:34.254 | + functions-common:write_user_unit_file:1564 : local group= 2022-09-20 12:44:34.257 | + functions-common:write_user_unit_file:1565 : local user=ubuntu 2022-09-20 12:44:34.260 | + functions-common:write_user_unit_file:1566 : local env_vars= 2022-09-20 12:44:34.262 | + functions-common:write_user_unit_file:1567 : local extra= 2022-09-20 12:44:34.265 | + functions-common:write_user_unit_file:1568 : [[ -n '' ]] 2022-09-20 12:44:34.267 | + functions-common:write_user_unit_file:1571 : local unitfile=/etc/systemd/system/devstack@s-account.service 2022-09-20 12:44:34.270 | + functions-common:write_user_unit_file:1572 : mkdir -p /etc/systemd/system 2022-09-20 12:44:34.274 | + functions-common:write_user_unit_file:1574 : iniset -sudo /etc/systemd/system/devstack@s-account.service Unit Description 'Devstack devstack@s-account.service' 2022-09-20 12:44:34.341 | + functions-common:write_user_unit_file:1575 : iniset -sudo /etc/systemd/system/devstack@s-account.service Service User ubuntu 2022-09-20 12:44:34.418 | + 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-09-20 12:44:34.482 | + functions-common:write_user_unit_file:1577 : iniset -sudo /etc/systemd/system/devstack@s-account.service Service KillMode process 2022-09-20 12:44:34.544 | + functions-common:write_user_unit_file:1578 : iniset -sudo /etc/systemd/system/devstack@s-account.service Service TimeoutStopSec 300 2022-09-20 12:44:34.605 | + functions-common:write_user_unit_file:1579 : iniset -sudo /etc/systemd/system/devstack@s-account.service Service ExecReload '/usr/bin/kill -HUP $MAINPID' 2022-09-20 12:44:34.669 | + functions-common:write_user_unit_file:1580 : [[ -n '' ]] 2022-09-20 12:44:34.672 | + functions-common:write_user_unit_file:1583 : [[ -n '' ]] 2022-09-20 12:44:34.675 | + functions-common:write_user_unit_file:1586 : iniset -sudo /etc/systemd/system/devstack@s-account.service Install WantedBy multi-user.target 2022-09-20 12:44:34.745 | + functions-common:write_user_unit_file:1589 : sudo systemctl daemon-reload 2022-09-20 12:44:35.272 | + functions-common:_run_under_systemd:1672 : sudo systemctl enable devstack@s-account.service 2022-09-20 12:44:35.285 | Created symlink /etc/systemd/system/multi-user.target.wants/devstack@s-account.service → /etc/systemd/system/devstack@s-account.service. 2022-09-20 12:44:35.785 | + functions-common:_run_under_systemd:1673 : sudo systemctl start devstack@s-account.service 2022-09-20 12:44:35.812 | + functions-common:run_process:1705 : time_stop run_process 2022-09-20 12:44:35.815 | + functions-common:time_stop:2439 : local name 2022-09-20 12:44:35.823 | + functions-common:time_stop:2440 : local end_time 2022-09-20 12:44:35.827 | + functions-common:time_stop:2441 : local elapsed_time 2022-09-20 12:44:35.830 | + functions-common:time_stop:2442 : local total 2022-09-20 12:44:35.836 | + functions-common:time_stop:2443 : local start_time 2022-09-20 12:44:35.839 | + functions-common:time_stop:2445 : name=run_process 2022-09-20 12:44:35.842 | + functions-common:time_stop:2446 : start_time=1663677874168 2022-09-20 12:44:35.844 | + functions-common:time_stop:2448 : [[ -z 1663677874168 ]] 2022-09-20 12:44:35.848 | ++ functions-common:time_stop:2451 : date +%s%3N 2022-09-20 12:44:35.855 | + functions-common:time_stop:2451 : end_time=1663677875851 2022-09-20 12:44:35.857 | + functions-common:time_stop:2452 : elapsed_time=1683 2022-09-20 12:44:35.860 | + functions-common:time_stop:2453 : total=6453 2022-09-20 12:44:35.862 | + functions-common:time_stop:2455 : _TIME_START[$name]= 2022-09-20 12:44:35.865 | + functions-common:time_stop:2456 : _TIME_TOTAL[$name]=8136 2022-09-20 12:44:35.868 | + lib/swift:start_swift:795 : [[ False == \T\r\u\e ]] 2022-09-20 12:44:35.870 | + lib/swift:start_swift:800 : enable_service s-container-sync 2022-09-20 12:44:35.928 | + lib/swift:start_swift:801 : run_process s-container-sync '/usr/local/bin/swift-container-sync /etc/swift/container-server/1.conf' 2022-09-20 12:44:35.930 | + functions-common:run_process:1693 : local service=s-container-sync 2022-09-20 12:44:35.940 | + functions-common:run_process:1694 : local 'command=/usr/local/bin/swift-container-sync /etc/swift/container-server/1.conf' 2022-09-20 12:44:35.943 | + functions-common:run_process:1695 : local group= 2022-09-20 12:44:35.947 | + functions-common:run_process:1696 : local user= 2022-09-20 12:44:35.950 | + functions-common:run_process:1697 : local env_vars= 2022-09-20 12:44:35.952 | + functions-common:run_process:1699 : local name=s-container-sync 2022-09-20 12:44:35.955 | + functions-common:run_process:1701 : time_start run_process 2022-09-20 12:44:35.957 | + functions-common:time_start:2425 : local name=run_process 2022-09-20 12:44:35.963 | + functions-common:time_start:2426 : local start_time= 2022-09-20 12:44:35.966 | + functions-common:time_start:2427 : [[ -n '' ]] 2022-09-20 12:44:35.969 | ++ functions-common:time_start:2430 : date +%s%3N 2022-09-20 12:44:35.974 | + functions-common:time_start:2430 : _TIME_START[$name]=1663677875971 2022-09-20 12:44:35.978 | + functions-common:run_process:1702 : is_service_enabled s-container-sync 2022-09-20 12:44:35.997 | + functions-common:is_service_enabled:2095 : return 0 2022-09-20 12:44:36.000 | + functions-common:run_process:1703 : _run_under_systemd s-container-sync '/usr/local/bin/swift-container-sync /etc/swift/container-server/1.conf' '' '' '' 2022-09-20 12:44:36.003 | + functions-common:_run_under_systemd:1653 : local service=s-container-sync 2022-09-20 12:44:36.005 | + functions-common:_run_under_systemd:1654 : local 'command=/usr/local/bin/swift-container-sync /etc/swift/container-server/1.conf' 2022-09-20 12:44:36.008 | + functions-common:_run_under_systemd:1655 : local 'cmd=/usr/local/bin/swift-container-sync /etc/swift/container-server/1.conf' 2022-09-20 12:44:36.011 | + functions-common:_run_under_systemd:1657 : _common_systemd_pitfalls '/usr/local/bin/swift-container-sync /etc/swift/container-server/1.conf' 2022-09-20 12:44:36.016 | + functions-common:_common_systemd_pitfalls:1625 : local 'cmd=/usr/local/bin/swift-container-sync /etc/swift/container-server/1.conf' 2022-09-20 12:44:36.019 | + functions-common:_common_systemd_pitfalls:1628 : [[ /usr/local/bin/swift-container-sync /etc/swift/container-server/1.conf =~ sudo ]] 2022-09-20 12:44:36.022 | + functions-common:_common_systemd_pitfalls:1639 : [[ ! /usr/local/bin/swift-container-sync /etc/swift/container-server/1.conf =~ ^/ ]] 2022-09-20 12:44:36.026 | + functions-common:_run_under_systemd:1659 : local systemd_service=devstack@s-container-sync.service 2022-09-20 12:44:36.030 | + functions-common:_run_under_systemd:1660 : local group= 2022-09-20 12:44:36.033 | + functions-common:_run_under_systemd:1661 : local user=ubuntu 2022-09-20 12:44:36.036 | + functions-common:_run_under_systemd:1662 : [[ -z ubuntu ]] 2022-09-20 12:44:36.039 | + functions-common:_run_under_systemd:1665 : local env_vars= 2022-09-20 12:44:36.042 | + functions-common:_run_under_systemd:1666 : [[ /usr/local/bin/swift-container-sync /etc/swift/container-server/1.conf =~ uwsgi ]] 2022-09-20 12:44:36.046 | + functions-common:_run_under_systemd:1669 : write_user_unit_file devstack@s-container-sync.service '/usr/local/bin/swift-container-sync /etc/swift/container-server/1.conf' '' ubuntu '' 2022-09-20 12:44:36.049 | + functions-common:write_user_unit_file:1562 : local service=devstack@s-container-sync.service 2022-09-20 12:44:36.051 | + functions-common:write_user_unit_file:1563 : local 'command=/usr/local/bin/swift-container-sync /etc/swift/container-server/1.conf' 2022-09-20 12:44:36.054 | + functions-common:write_user_unit_file:1564 : local group= 2022-09-20 12:44:36.057 | + functions-common:write_user_unit_file:1565 : local user=ubuntu 2022-09-20 12:44:36.059 | + functions-common:write_user_unit_file:1566 : local env_vars= 2022-09-20 12:44:36.062 | + functions-common:write_user_unit_file:1567 : local extra= 2022-09-20 12:44:36.064 | + functions-common:write_user_unit_file:1568 : [[ -n '' ]] 2022-09-20 12:44:36.067 | + functions-common:write_user_unit_file:1571 : local unitfile=/etc/systemd/system/devstack@s-container-sync.service 2022-09-20 12:44:36.070 | + functions-common:write_user_unit_file:1572 : mkdir -p /etc/systemd/system 2022-09-20 12:44:36.075 | + 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-09-20 12:44:36.140 | + functions-common:write_user_unit_file:1575 : iniset -sudo /etc/systemd/system/devstack@s-container-sync.service Service User ubuntu 2022-09-20 12:44:36.207 | + 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-09-20 12:44:36.282 | + functions-common:write_user_unit_file:1577 : iniset -sudo /etc/systemd/system/devstack@s-container-sync.service Service KillMode process 2022-09-20 12:44:36.347 | + functions-common:write_user_unit_file:1578 : iniset -sudo /etc/systemd/system/devstack@s-container-sync.service Service TimeoutStopSec 300 2022-09-20 12:44:36.408 | + 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-09-20 12:44:36.470 | + functions-common:write_user_unit_file:1580 : [[ -n '' ]] 2022-09-20 12:44:36.472 | + functions-common:write_user_unit_file:1583 : [[ -n '' ]] 2022-09-20 12:44:36.475 | + functions-common:write_user_unit_file:1586 : iniset -sudo /etc/systemd/system/devstack@s-container-sync.service Install WantedBy multi-user.target 2022-09-20 12:44:36.539 | + functions-common:write_user_unit_file:1589 : sudo systemctl daemon-reload 2022-09-20 12:44:37.055 | + functions-common:_run_under_systemd:1672 : sudo systemctl enable devstack@s-container-sync.service 2022-09-20 12:44:37.550 | + functions-common:_run_under_systemd:1673 : sudo systemctl start devstack@s-container-sync.service 2022-09-20 12:44:37.578 | + functions-common:run_process:1705 : time_stop run_process 2022-09-20 12:44:37.582 | + functions-common:time_stop:2439 : local name 2022-09-20 12:44:37.588 | + functions-common:time_stop:2440 : local end_time 2022-09-20 12:44:37.592 | + functions-common:time_stop:2441 : local elapsed_time 2022-09-20 12:44:37.594 | + functions-common:time_stop:2442 : local total 2022-09-20 12:44:37.597 | + functions-common:time_stop:2443 : local start_time 2022-09-20 12:44:37.600 | + functions-common:time_stop:2445 : name=run_process 2022-09-20 12:44:37.603 | + functions-common:time_stop:2446 : start_time=1663677875971 2022-09-20 12:44:37.606 | + functions-common:time_stop:2448 : [[ -z 1663677875971 ]] 2022-09-20 12:44:37.609 | ++ functions-common:time_stop:2451 : date +%s%3N 2022-09-20 12:44:37.614 | + functions-common:time_stop:2451 : end_time=1663677877611 2022-09-20 12:44:37.618 | + functions-common:time_stop:2452 : elapsed_time=1640 2022-09-20 12:44:37.620 | + functions-common:time_stop:2453 : total=8136 2022-09-20 12:44:37.623 | + functions-common:time_stop:2455 : _TIME_START[$name]= 2022-09-20 12:44:37.626 | + functions-common:time_stop:2456 : _TIME_TOTAL[$name]=9776 2022-09-20 12:44:37.628 | + lib/swift:start_swift:808 : is_service_enabled tls-proxy 2022-09-20 12:44:37.649 | + functions-common:is_service_enabled:2095 : return 1 2022-09-20 12:44:37.656 | + lib/swift:start_swift:812 : run_process s-proxy '/usr/local/bin/swift-proxy-server /etc/swift/proxy-server.conf -v' 2022-09-20 12:44:37.659 | + functions-common:run_process:1693 : local service=s-proxy 2022-09-20 12:44:37.663 | + functions-common:run_process:1694 : local 'command=/usr/local/bin/swift-proxy-server /etc/swift/proxy-server.conf -v' 2022-09-20 12:44:37.665 | + functions-common:run_process:1695 : local group= 2022-09-20 12:44:37.668 | + functions-common:run_process:1696 : local user= 2022-09-20 12:44:37.671 | + functions-common:run_process:1697 : local env_vars= 2022-09-20 12:44:37.674 | + functions-common:run_process:1699 : local name=s-proxy 2022-09-20 12:44:37.677 | + functions-common:run_process:1701 : time_start run_process 2022-09-20 12:44:37.681 | + functions-common:time_start:2425 : local name=run_process 2022-09-20 12:44:37.684 | + functions-common:time_start:2426 : local start_time= 2022-09-20 12:44:37.687 | + functions-common:time_start:2427 : [[ -n '' ]] 2022-09-20 12:44:37.691 | ++ functions-common:time_start:2430 : date +%s%3N 2022-09-20 12:44:37.696 | + functions-common:time_start:2430 : _TIME_START[$name]=1663677877692 2022-09-20 12:44:37.699 | + functions-common:run_process:1702 : is_service_enabled s-proxy 2022-09-20 12:44:37.719 | + functions-common:is_service_enabled:2095 : return 0 2022-09-20 12:44:37.722 | + functions-common:run_process:1703 : _run_under_systemd s-proxy '/usr/local/bin/swift-proxy-server /etc/swift/proxy-server.conf -v' '' '' '' 2022-09-20 12:44:37.724 | + functions-common:_run_under_systemd:1653 : local service=s-proxy 2022-09-20 12:44:37.727 | + functions-common:_run_under_systemd:1654 : local 'command=/usr/local/bin/swift-proxy-server /etc/swift/proxy-server.conf -v' 2022-09-20 12:44:37.730 | + functions-common:_run_under_systemd:1655 : local 'cmd=/usr/local/bin/swift-proxy-server /etc/swift/proxy-server.conf -v' 2022-09-20 12:44:37.733 | + functions-common:_run_under_systemd:1657 : _common_systemd_pitfalls '/usr/local/bin/swift-proxy-server /etc/swift/proxy-server.conf -v' 2022-09-20 12:44:37.736 | + functions-common:_common_systemd_pitfalls:1625 : local 'cmd=/usr/local/bin/swift-proxy-server /etc/swift/proxy-server.conf -v' 2022-09-20 12:44:37.739 | + functions-common:_common_systemd_pitfalls:1628 : [[ /usr/local/bin/swift-proxy-server /etc/swift/proxy-server.conf -v =~ sudo ]] 2022-09-20 12:44:37.743 | + functions-common:_common_systemd_pitfalls:1639 : [[ ! /usr/local/bin/swift-proxy-server /etc/swift/proxy-server.conf -v =~ ^/ ]] 2022-09-20 12:44:37.746 | + functions-common:_run_under_systemd:1659 : local systemd_service=devstack@s-proxy.service 2022-09-20 12:44:37.749 | + functions-common:_run_under_systemd:1660 : local group= 2022-09-20 12:44:37.752 | + functions-common:_run_under_systemd:1661 : local user=ubuntu 2022-09-20 12:44:37.755 | + functions-common:_run_under_systemd:1662 : [[ -z ubuntu ]] 2022-09-20 12:44:37.759 | + functions-common:_run_under_systemd:1665 : local env_vars= 2022-09-20 12:44:37.762 | + functions-common:_run_under_systemd:1666 : [[ /usr/local/bin/swift-proxy-server /etc/swift/proxy-server.conf -v =~ uwsgi ]] 2022-09-20 12:44:37.765 | + functions-common:_run_under_systemd:1669 : write_user_unit_file devstack@s-proxy.service '/usr/local/bin/swift-proxy-server /etc/swift/proxy-server.conf -v' '' ubuntu '' 2022-09-20 12:44:37.769 | + functions-common:write_user_unit_file:1562 : local service=devstack@s-proxy.service 2022-09-20 12:44:37.772 | + functions-common:write_user_unit_file:1563 : local 'command=/usr/local/bin/swift-proxy-server /etc/swift/proxy-server.conf -v' 2022-09-20 12:44:37.776 | + functions-common:write_user_unit_file:1564 : local group= 2022-09-20 12:44:37.778 | + functions-common:write_user_unit_file:1565 : local user=ubuntu 2022-09-20 12:44:37.780 | + functions-common:write_user_unit_file:1566 : local env_vars= 2022-09-20 12:44:37.783 | + functions-common:write_user_unit_file:1567 : local extra= 2022-09-20 12:44:37.785 | + functions-common:write_user_unit_file:1568 : [[ -n '' ]] 2022-09-20 12:44:37.788 | + functions-common:write_user_unit_file:1571 : local unitfile=/etc/systemd/system/devstack@s-proxy.service 2022-09-20 12:44:37.791 | + functions-common:write_user_unit_file:1572 : mkdir -p /etc/systemd/system 2022-09-20 12:44:37.795 | + functions-common:write_user_unit_file:1574 : iniset -sudo /etc/systemd/system/devstack@s-proxy.service Unit Description 'Devstack devstack@s-proxy.service' 2022-09-20 12:44:37.866 | + functions-common:write_user_unit_file:1575 : iniset -sudo /etc/systemd/system/devstack@s-proxy.service Service User ubuntu 2022-09-20 12:44:37.937 | + 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-09-20 12:44:38.004 | + functions-common:write_user_unit_file:1577 : iniset -sudo /etc/systemd/system/devstack@s-proxy.service Service KillMode process 2022-09-20 12:44:38.078 | + functions-common:write_user_unit_file:1578 : iniset -sudo /etc/systemd/system/devstack@s-proxy.service Service TimeoutStopSec 300 2022-09-20 12:44:38.152 | + functions-common:write_user_unit_file:1579 : iniset -sudo /etc/systemd/system/devstack@s-proxy.service Service ExecReload '/usr/bin/kill -HUP $MAINPID' 2022-09-20 12:44:38.223 | + functions-common:write_user_unit_file:1580 : [[ -n '' ]] 2022-09-20 12:44:38.227 | + functions-common:write_user_unit_file:1583 : [[ -n '' ]] 2022-09-20 12:44:38.229 | + functions-common:write_user_unit_file:1586 : iniset -sudo /etc/systemd/system/devstack@s-proxy.service Install WantedBy multi-user.target 2022-09-20 12:44:38.294 | + functions-common:write_user_unit_file:1589 : sudo systemctl daemon-reload 2022-09-20 12:44:38.817 | + functions-common:_run_under_systemd:1672 : sudo systemctl enable devstack@s-proxy.service 2022-09-20 12:44:38.831 | Created symlink /etc/systemd/system/multi-user.target.wants/devstack@s-proxy.service → /etc/systemd/system/devstack@s-proxy.service. 2022-09-20 12:44:39.292 | + functions-common:_run_under_systemd:1673 : sudo systemctl start devstack@s-proxy.service 2022-09-20 12:44:39.319 | + functions-common:run_process:1705 : time_stop run_process 2022-09-20 12:44:39.322 | + functions-common:time_stop:2439 : local name 2022-09-20 12:44:39.325 | + functions-common:time_stop:2440 : local end_time 2022-09-20 12:44:39.327 | + functions-common:time_stop:2441 : local elapsed_time 2022-09-20 12:44:39.330 | + functions-common:time_stop:2442 : local total 2022-09-20 12:44:39.333 | + functions-common:time_stop:2443 : local start_time 2022-09-20 12:44:39.337 | + functions-common:time_stop:2445 : name=run_process 2022-09-20 12:44:39.340 | + functions-common:time_stop:2446 : start_time=1663677877692 2022-09-20 12:44:39.342 | + functions-common:time_stop:2448 : [[ -z 1663677877692 ]] 2022-09-20 12:44:39.348 | ++ functions-common:time_stop:2451 : date +%s%3N 2022-09-20 12:44:39.357 | + functions-common:time_stop:2451 : end_time=1663677879353 2022-09-20 12:44:39.359 | + functions-common:time_stop:2452 : elapsed_time=1661 2022-09-20 12:44:39.362 | + functions-common:time_stop:2453 : total=9776 2022-09-20 12:44:39.367 | + functions-common:time_stop:2455 : _TIME_START[$name]= 2022-09-20 12:44:39.373 | + functions-common:time_stop:2456 : _TIME_TOTAL[$name]=11437 2022-09-20 12:44:39.376 | + lib/swift:start_swift:817 : echo 'Waiting for swift proxy to start...' 2022-09-20 12:44:39.376 | Waiting for swift proxy to start... 2022-09-20 12:44:39.379 | + lib/swift:start_swift:818 : wait_for_service 60 http://10.222.0.52:8080/info 2022-09-20 12:44:39.382 | + functions:wait_for_service:457 : local timeout=60 2022-09-20 12:44:39.385 | + functions:wait_for_service:458 : local url=http://10.222.0.52:8080/info 2022-09-20 12:44:39.388 | + functions:wait_for_service:459 : local rval=0 2022-09-20 12:44:39.390 | + functions:wait_for_service:460 : time_start wait_for_service 2022-09-20 12:44:39.393 | + functions-common:time_start:2425 : local name=wait_for_service 2022-09-20 12:44:39.395 | + functions-common:time_start:2426 : local start_time= 2022-09-20 12:44:39.401 | + functions-common:time_start:2427 : [[ -n '' ]] 2022-09-20 12:44:39.405 | ++ functions-common:time_start:2430 : date +%s%3N 2022-09-20 12:44:39.410 | + functions-common:time_start:2430 : _TIME_START[$name]=1663677879407 2022-09-20 12:44:39.414 | + functions:wait_for_service:461 : timeout 60 bash -x 2022-09-20 12:44:39.423 | ++ :: : curl -g -k --noproxy '*' -s -o /dev/null -w '%{http_code}' http://10.222.0.52:8080/info 2022-09-20 12:44:39.437 | + :: : [[ 000 == 503 ]] 2022-09-20 12:44:39.439 | + :: : [[ 7 -eq 7 ]] 2022-09-20 12:44:39.441 | + :: : sleep 1 2022-09-20 12:44:40.444 | ++ :: : curl -g -k --noproxy '*' -s -o /dev/null -w '%{http_code}' http://10.222.0.52:8080/info 2022-09-20 12:44:40.457 | + :: : [[ 000 == 503 ]] 2022-09-20 12:44:40.458 | + :: : [[ 7 -eq 7 ]] 2022-09-20 12:44:40.460 | + :: : sleep 1 2022-09-20 12:44:41.463 | ++ :: : curl -g -k --noproxy '*' -s -o /dev/null -w '%{http_code}' http://10.222.0.52:8080/info 2022-09-20 12:44:41.478 | + :: : [[ 000 == 503 ]] 2022-09-20 12:44:41.479 | + :: : [[ 7 -eq 7 ]] 2022-09-20 12:44:41.480 | + :: : sleep 1 2022-09-20 12:44:42.484 | ++ :: : curl -g -k --noproxy '*' -s -o /dev/null -w '%{http_code}' http://10.222.0.52:8080/info 2022-09-20 12:44:42.505 | + :: : [[ 200 == 503 ]] 2022-09-20 12:44:42.507 | + :: : [[ 0 -eq 7 ]] 2022-09-20 12:44:42.510 | + functions:wait_for_service:466 : time_stop wait_for_service 2022-09-20 12:44:42.513 | + functions-common:time_stop:2439 : local name 2022-09-20 12:44:42.515 | + functions-common:time_stop:2440 : local end_time 2022-09-20 12:44:42.518 | + functions-common:time_stop:2441 : local elapsed_time 2022-09-20 12:44:42.520 | + functions-common:time_stop:2442 : local total 2022-09-20 12:44:42.523 | + functions-common:time_stop:2443 : local start_time 2022-09-20 12:44:42.525 | + functions-common:time_stop:2445 : name=wait_for_service 2022-09-20 12:44:42.528 | + functions-common:time_stop:2446 : start_time=1663677879407 2022-09-20 12:44:42.530 | + functions-common:time_stop:2448 : [[ -z 1663677879407 ]] 2022-09-20 12:44:42.533 | ++ functions-common:time_stop:2451 : date +%s%3N 2022-09-20 12:44:42.539 | + functions-common:time_stop:2451 : end_time=1663677882535 2022-09-20 12:44:42.542 | + functions-common:time_stop:2452 : elapsed_time=3128 2022-09-20 12:44:42.544 | + functions-common:time_stop:2453 : total=5148 2022-09-20 12:44:42.547 | + functions-common:time_stop:2455 : _TIME_START[$name]= 2022-09-20 12:44:42.550 | + functions-common:time_stop:2456 : _TIME_TOTAL[$name]=8276 2022-09-20 12:44:42.553 | + functions:wait_for_service:467 : return 0 2022-09-20 12:44:42.556 | + lib/swift:start_swift:822 : [[ False == \T\r\u\e ]] 2022-09-20 12:44:42.558 | + ./stack.sh:main:1249 : FIXED_KEY=bae3516cc1c0eb18b05440eba8012a4a880a2ee04d584a9c1579445e675b12defdc716ec 2022-09-20 12:44:42.561 | + ./stack.sh:main:1250 : is_service_enabled cinder 2022-09-20 12:44:42.579 | + functions-common:is_service_enabled:2095 : return 0 2022-09-20 12:44:42.582 | + ./stack.sh:main:1251 : iniset /etc/cinder/cinder.conf key_manager fixed_key bae3516cc1c0eb18b05440eba8012a4a880a2ee04d584a9c1579445e675b12defdc716ec 2022-09-20 12:44:42.620 | + ./stack.sh:main:1254 : async_wait configure_neutron_nova 2022-09-20 12:44:42.672 | [263205 Async configure_neutron_nova:316679]: Waiting for completion of configure_neutron_nova running on PID 316679 (2 other jobs running) 2022-09-20 12:44:42.699 | [263205 Async configure_neutron_nova:316679]: Signaling child to exit 2022-09-20 12:44:42.699 | WAKEUP 2022-09-20 12:44:42.724 | [263205 Async configure_neutron_nova:316679]: Signaled 2022-09-20 12:44:42.726 | + lib/neutron:configure_neutron_nova:661 : is_neutron_legacy_enabled 2022-09-20 12:44:42.726 | ++ lib/neutron:is_neutron_legacy_enabled:142 : echo c-bak,c-vol,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon 2022-09-20 12:44:42.726 | ++ lib/neutron:is_neutron_legacy_enabled:142 : sed s/neutron-//g 2022-09-20 12:44:42.726 | + lib/neutron:is_neutron_legacy_enabled:142 : disabled_services_copy=c-bak,c-vol,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon 2022-09-20 12:44:42.726 | + lib/neutron:is_neutron_legacy_enabled:143 : [[ ,c-bak,c-vol,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon =~ ,neutron ]] 2022-09-20 12:44:42.726 | + lib/neutron:is_neutron_legacy_enabled:144 : [[ ,key,n-api,n-cond,n-sch,n-api-meta,placement-api,placement-client,g-api,c-sch,c-api,ovn-controller,ovn-northd,ovs-vswitchd,ovsdb-server,q-svc,q-ovn-metadata-agent,rabbit,tempest,mysql,etcd3,dstat,n-crt,n-cauth,q-agt,q-dhcp,q-l3,q-meta,q-metering,q-vpn,g-reg,cinder,s-proxy,s-object,s-container,s-account,heat,h-api,h-api-cfn,h-api-cw,h-eng,ceilometer-acentral,ceilometer-acompute,ceilometer-collector,ceilometer-api,ceilometer-anotification =~ ,q- ]] 2022-09-20 12:44:42.726 | + lib/neutron:is_neutron_legacy_enabled:144 : return 0 2022-09-20 12:44:42.726 | + lib/neutron:configure_neutron_nova:663 : create_nova_conf_neutron /etc/nova/nova.conf 2022-09-20 12:44:42.726 | + lib/neutron-legacy:create_nova_conf_neutron:408 : local conf=/etc/nova/nova.conf 2022-09-20 12:44:42.726 | + lib/neutron-legacy:create_nova_conf_neutron:409 : iniset /etc/nova/nova.conf neutron auth_type password 2022-09-20 12:44:42.726 | + lib/neutron-legacy:create_nova_conf_neutron:410 : iniset /etc/nova/nova.conf neutron auth_url http://10.222.0.52/identity 2022-09-20 12:44:42.726 | + lib/neutron-legacy:create_nova_conf_neutron:411 : iniset /etc/nova/nova.conf neutron username neutron 2022-09-20 12:44:42.726 | + lib/neutron-legacy:create_nova_conf_neutron:412 : iniset /etc/nova/nova.conf neutron password Passw0rd 2022-09-20 12:44:42.726 | + lib/neutron-legacy:create_nova_conf_neutron:413 : iniset /etc/nova/nova.conf neutron user_domain_name Default 2022-09-20 12:44:42.726 | + lib/neutron-legacy:create_nova_conf_neutron:414 : iniset /etc/nova/nova.conf neutron project_name service 2022-09-20 12:44:42.726 | + lib/neutron-legacy:create_nova_conf_neutron:415 : iniset /etc/nova/nova.conf neutron project_domain_name Default 2022-09-20 12:44:42.726 | + lib/neutron-legacy:create_nova_conf_neutron:416 : iniset /etc/nova/nova.conf neutron auth_strategy keystone 2022-09-20 12:44:42.726 | + lib/neutron-legacy:create_nova_conf_neutron:417 : iniset /etc/nova/nova.conf neutron region_name RegionOne 2022-09-20 12:44:42.727 | + lib/neutron-legacy:create_nova_conf_neutron:420 : neutron_plugin_create_nova_conf /etc/nova/nova.conf 2022-09-20 12:44:42.727 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_create_nova_conf:13 : _neutron_ovs_base_configure_nova_vif_driver 2022-09-20 12:44:42.727 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_configure_nova_vif_driver:132 : : 2022-09-20 12:44:42.727 | + lib/neutron-legacy:create_nova_conf_neutron:422 : is_service_enabled q-meta 2022-09-20 12:44:42.727 | + functions-common:is_service_enabled:2095 : return 0 2022-09-20 12:44:42.727 | + lib/neutron-legacy:create_nova_conf_neutron:423 : iniset /etc/nova/nova.conf neutron service_metadata_proxy True 2022-09-20 12:44:42.727 | + lib/neutron-legacy:create_nova_conf_neutron:426 : iniset /etc/nova/nova.conf DEFAULT vif_plugging_is_fatal True 2022-09-20 12:44:42.727 | + lib/neutron-legacy:create_nova_conf_neutron:427 : iniset /etc/nova/nova.conf DEFAULT vif_plugging_timeout 300 2022-09-20 12:44:42.727 | + lib/neutron:configure_neutron_nova:664 : [[ superconductor == \s\u\p\e\r\c\o\n\d\u\c\t\o\r ]] 2022-09-20 12:44:42.727 | ++ lib/neutron:configure_neutron_nova:665 : seq 1 1 2022-09-20 12:44:42.727 | + lib/neutron:configure_neutron_nova:665 : for i in $(seq 1 $NOVA_NUM_CELLS) 2022-09-20 12:44:42.727 | + lib/neutron:configure_neutron_nova:666 : local conf 2022-09-20 12:44:42.727 | ++ lib/neutron:configure_neutron_nova:667 : conductor_conf 1 2022-09-20 12:44:42.727 | ++ lib/nova:conductor_conf:790 : local cell=1 2022-09-20 12:44:42.727 | ++ lib/nova:conductor_conf:791 : echo /etc/nova/nova_cell1.conf 2022-09-20 12:44:42.727 | + lib/neutron:configure_neutron_nova:667 : conf=/etc/nova/nova_cell1.conf 2022-09-20 12:44:42.727 | + lib/neutron:configure_neutron_nova:668 : create_nova_conf_neutron /etc/nova/nova_cell1.conf 2022-09-20 12:44:42.727 | + lib/neutron-legacy:create_nova_conf_neutron:408 : local conf=/etc/nova/nova_cell1.conf 2022-09-20 12:44:42.727 | + lib/neutron-legacy:create_nova_conf_neutron:409 : iniset /etc/nova/nova_cell1.conf neutron auth_type password 2022-09-20 12:44:42.727 | + lib/neutron-legacy:create_nova_conf_neutron:410 : iniset /etc/nova/nova_cell1.conf neutron auth_url http://10.222.0.52/identity 2022-09-20 12:44:42.727 | + lib/neutron-legacy:create_nova_conf_neutron:411 : iniset /etc/nova/nova_cell1.conf neutron username neutron 2022-09-20 12:44:42.727 | + lib/neutron-legacy:create_nova_conf_neutron:412 : iniset /etc/nova/nova_cell1.conf neutron password Passw0rd 2022-09-20 12:44:42.727 | + lib/neutron-legacy:create_nova_conf_neutron:413 : iniset /etc/nova/nova_cell1.conf neutron user_domain_name Default 2022-09-20 12:44:42.727 | + lib/neutron-legacy:create_nova_conf_neutron:414 : iniset /etc/nova/nova_cell1.conf neutron project_name service 2022-09-20 12:44:42.728 | + lib/neutron-legacy:create_nova_conf_neutron:415 : iniset /etc/nova/nova_cell1.conf neutron project_domain_name Default 2022-09-20 12:44:42.728 | + lib/neutron-legacy:create_nova_conf_neutron:416 : iniset /etc/nova/nova_cell1.conf neutron auth_strategy keystone 2022-09-20 12:44:42.728 | + lib/neutron-legacy:create_nova_conf_neutron:417 : iniset /etc/nova/nova_cell1.conf neutron region_name RegionOne 2022-09-20 12:44:42.728 | + lib/neutron-legacy:create_nova_conf_neutron:420 : neutron_plugin_create_nova_conf /etc/nova/nova_cell1.conf 2022-09-20 12:44:42.728 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_create_nova_conf:13 : _neutron_ovs_base_configure_nova_vif_driver 2022-09-20 12:44:42.728 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_configure_nova_vif_driver:132 : : 2022-09-20 12:44:42.728 | + lib/neutron-legacy:create_nova_conf_neutron:422 : is_service_enabled q-meta 2022-09-20 12:44:42.728 | + functions-common:is_service_enabled:2095 : return 0 2022-09-20 12:44:42.728 | + lib/neutron-legacy:create_nova_conf_neutron:423 : iniset /etc/nova/nova_cell1.conf neutron service_metadata_proxy True 2022-09-20 12:44:42.728 | + lib/neutron-legacy:create_nova_conf_neutron:426 : iniset /etc/nova/nova_cell1.conf DEFAULT vif_plugging_is_fatal True 2022-09-20 12:44:42.728 | + lib/neutron-legacy:create_nova_conf_neutron:427 : iniset /etc/nova/nova_cell1.conf DEFAULT vif_plugging_timeout 300 2022-09-20 12:44:42.775 | [263205 Async configure_neutron_nova:316679]: finished configure_neutron_nova with result 0 in 1 seconds 2022-09-20 12:44:42.779 | + inc/async:async_wait:197 : return 0 2022-09-20 12:44:42.782 | + ./stack.sh:main:1260 : is_service_enabled nova 2022-09-20 12:44:42.805 | + functions-common:is_service_enabled:2095 : return 0 2022-09-20 12:44:42.808 | + ./stack.sh:main:1261 : iniset /etc/nova/nova.conf key_manager fixed_key bae3516cc1c0eb18b05440eba8012a4a880a2ee04d584a9c1579445e675b12defdc716ec 2022-09-20 12:44:42.842 | + ./stack.sh:main:1262 : iniset /etc/nova/nova-cpu.conf key_manager fixed_key bae3516cc1c0eb18b05440eba8012a4a880a2ee04d584a9c1579445e675b12defdc716ec 2022-09-20 12:44:42.880 | + ./stack.sh:main:1266 : is_service_enabled n-api 2022-09-20 12:44:42.898 | + functions-common:is_service_enabled:2095 : return 0 2022-09-20 12:44:42.901 | + ./stack.sh:main:1267 : echo_summary 'Starting Nova API' 2022-09-20 12:44:42.903 | + ./stack.sh:echo_summary:435 : [[ -t 3 ]] 2022-09-20 12:44:42.906 | + ./stack.sh:echo_summary:441 : echo -e Starting Nova API 2022-09-20 12:44:42.908 | + ./stack.sh:main:1268 : start_nova_api 2022-09-20 12:44:42.911 | + lib/nova:start_nova_api:916 : local service_port=8774 2022-09-20 12:44:42.914 | + lib/nova:start_nova_api:917 : local service_protocol=http 2022-09-20 12:44:42.917 | + lib/nova:start_nova_api:918 : local nova_url 2022-09-20 12:44:42.919 | + lib/nova:start_nova_api:919 : is_service_enabled tls-proxy 2022-09-20 12:44:42.938 | + functions-common:is_service_enabled:2095 : return 1 2022-09-20 12:44:42.940 | + lib/nova:start_nova_api:925 : 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-09-20 12:44:42.943 | + lib/nova:start_nova_api:926 : 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-09-20 12:44:42.946 | + lib/nova:start_nova_api:926 : 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-09-20 12:44:42.949 | + lib/nova:start_nova_api:928 : '[' True == False ']' 2022-09-20 12:44:42.952 | ++ lib/nova:start_nova_api:936 : which uwsgi 2022-09-20 12:44:42.956 | + lib/nova:start_nova_api:936 : run_process n-api '/usr/bin/uwsgi --procname-prefix nova-api --ini /etc/nova/nova-api-uwsgi.ini' 2022-09-20 12:44:42.960 | + functions-common:run_process:1693 : local service=n-api 2022-09-20 12:44:42.962 | + functions-common:run_process:1694 : local 'command=/usr/bin/uwsgi --procname-prefix nova-api --ini /etc/nova/nova-api-uwsgi.ini' 2022-09-20 12:44:42.965 | + functions-common:run_process:1695 : local group= 2022-09-20 12:44:42.968 | + functions-common:run_process:1696 : local user= 2022-09-20 12:44:42.970 | + functions-common:run_process:1697 : local env_vars= 2022-09-20 12:44:42.973 | + functions-common:run_process:1699 : local name=n-api 2022-09-20 12:44:42.976 | + functions-common:run_process:1701 : time_start run_process 2022-09-20 12:44:42.979 | + functions-common:time_start:2425 : local name=run_process 2022-09-20 12:44:42.981 | + functions-common:time_start:2426 : local start_time= 2022-09-20 12:44:42.984 | + functions-common:time_start:2427 : [[ -n '' ]] 2022-09-20 12:44:42.987 | ++ functions-common:time_start:2430 : date +%s%3N 2022-09-20 12:44:42.992 | + functions-common:time_start:2430 : _TIME_START[$name]=1663677882989 2022-09-20 12:44:42.994 | + functions-common:run_process:1702 : is_service_enabled n-api 2022-09-20 12:44:43.012 | + functions-common:is_service_enabled:2095 : return 0 2022-09-20 12:44:43.015 | + functions-common:run_process:1703 : _run_under_systemd n-api '/usr/bin/uwsgi --procname-prefix nova-api --ini /etc/nova/nova-api-uwsgi.ini' '' '' '' 2022-09-20 12:44:43.017 | + functions-common:_run_under_systemd:1653 : local service=n-api 2022-09-20 12:44:43.020 | + functions-common:_run_under_systemd:1654 : local 'command=/usr/bin/uwsgi --procname-prefix nova-api --ini /etc/nova/nova-api-uwsgi.ini' 2022-09-20 12:44:43.023 | + functions-common:_run_under_systemd:1655 : local 'cmd=/usr/bin/uwsgi --procname-prefix nova-api --ini /etc/nova/nova-api-uwsgi.ini' 2022-09-20 12:44:43.026 | + functions-common:_run_under_systemd:1657 : _common_systemd_pitfalls '/usr/bin/uwsgi --procname-prefix nova-api --ini /etc/nova/nova-api-uwsgi.ini' 2022-09-20 12:44:43.029 | + functions-common:_common_systemd_pitfalls:1625 : local 'cmd=/usr/bin/uwsgi --procname-prefix nova-api --ini /etc/nova/nova-api-uwsgi.ini' 2022-09-20 12:44:43.031 | + functions-common:_common_systemd_pitfalls:1628 : [[ /usr/bin/uwsgi --procname-prefix nova-api --ini /etc/nova/nova-api-uwsgi.ini =~ sudo ]] 2022-09-20 12:44:43.034 | + functions-common:_common_systemd_pitfalls:1639 : [[ ! /usr/bin/uwsgi --procname-prefix nova-api --ini /etc/nova/nova-api-uwsgi.ini =~ ^/ ]] 2022-09-20 12:44:43.036 | + functions-common:_run_under_systemd:1659 : local systemd_service=devstack@n-api.service 2022-09-20 12:44:43.040 | + functions-common:_run_under_systemd:1660 : local group= 2022-09-20 12:44:43.042 | + functions-common:_run_under_systemd:1661 : local user=ubuntu 2022-09-20 12:44:43.045 | + functions-common:_run_under_systemd:1662 : [[ -z ubuntu ]] 2022-09-20 12:44:43.047 | + functions-common:_run_under_systemd:1665 : local env_vars= 2022-09-20 12:44:43.050 | + functions-common:_run_under_systemd:1666 : [[ /usr/bin/uwsgi --procname-prefix nova-api --ini /etc/nova/nova-api-uwsgi.ini =~ uwsgi ]] 2022-09-20 12:44:43.053 | + functions-common:_run_under_systemd:1667 : 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-09-20 12:44:43.055 | + functions-common:write_uwsgi_user_unit_file:1593 : local service=devstack@n-api.service 2022-09-20 12:44:43.058 | + functions-common:write_uwsgi_user_unit_file:1594 : local 'command=/usr/bin/uwsgi --procname-prefix nova-api --ini /etc/nova/nova-api-uwsgi.ini' 2022-09-20 12:44:43.060 | + functions-common:write_uwsgi_user_unit_file:1595 : local group= 2022-09-20 12:44:43.062 | + functions-common:write_uwsgi_user_unit_file:1596 : local user=ubuntu 2022-09-20 12:44:43.065 | + functions-common:write_uwsgi_user_unit_file:1597 : local env_vars= 2022-09-20 12:44:43.067 | + functions-common:write_uwsgi_user_unit_file:1598 : local unitfile=/etc/systemd/system/devstack@n-api.service 2022-09-20 12:44:43.070 | + functions-common:write_uwsgi_user_unit_file:1599 : mkdir -p /etc/systemd/system 2022-09-20 12:44:43.074 | + functions-common:write_uwsgi_user_unit_file:1601 : iniset -sudo /etc/systemd/system/devstack@n-api.service Unit Description 'Devstack devstack@n-api.service' 2022-09-20 12:44:43.134 | + functions-common:write_uwsgi_user_unit_file:1602 : iniset -sudo /etc/systemd/system/devstack@n-api.service Service SyslogIdentifier devstack@n-api.service 2022-09-20 12:44:43.193 | + functions-common:write_uwsgi_user_unit_file:1603 : iniset -sudo /etc/systemd/system/devstack@n-api.service Service User ubuntu 2022-09-20 12:44:43.253 | + functions-common:write_uwsgi_user_unit_file:1604 : 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-09-20 12:44:43.313 | + functions-common:write_uwsgi_user_unit_file:1605 : iniset -sudo /etc/systemd/system/devstack@n-api.service Service ExecReload '/usr/bin/kill -HUP $MAINPID' 2022-09-20 12:44:43.376 | + functions-common:write_uwsgi_user_unit_file:1606 : iniset -sudo /etc/systemd/system/devstack@n-api.service Service Type notify 2022-09-20 12:44:43.435 | + functions-common:write_uwsgi_user_unit_file:1607 : iniset -sudo /etc/systemd/system/devstack@n-api.service Service KillMode process 2022-09-20 12:44:43.493 | + functions-common:write_uwsgi_user_unit_file:1608 : iniset -sudo /etc/systemd/system/devstack@n-api.service Service Restart always 2022-09-20 12:44:43.551 | + functions-common:write_uwsgi_user_unit_file:1609 : iniset -sudo /etc/systemd/system/devstack@n-api.service Service NotifyAccess all 2022-09-20 12:44:43.609 | + functions-common:write_uwsgi_user_unit_file:1610 : iniset -sudo /etc/systemd/system/devstack@n-api.service Service RestartForceExitStatus 100 2022-09-20 12:44:43.668 | + functions-common:write_uwsgi_user_unit_file:1612 : [[ -n '' ]] 2022-09-20 12:44:43.670 | + functions-common:write_uwsgi_user_unit_file:1615 : [[ -n '' ]] 2022-09-20 12:44:43.673 | + functions-common:write_uwsgi_user_unit_file:1618 : iniset -sudo /etc/systemd/system/devstack@n-api.service Install WantedBy multi-user.target 2022-09-20 12:44:43.738 | + functions-common:write_uwsgi_user_unit_file:1621 : sudo systemctl daemon-reload 2022-09-20 12:44:44.205 | + functions-common:_run_under_systemd:1672 : sudo systemctl enable devstack@n-api.service 2022-09-20 12:44:44.220 | Created symlink /etc/systemd/system/multi-user.target.wants/devstack@n-api.service → /etc/systemd/system/devstack@n-api.service. 2022-09-20 12:44:44.684 | + functions-common:_run_under_systemd:1673 : sudo systemctl start devstack@n-api.service 2022-09-20 12:44:44.762 | + functions-common:run_process:1705 : time_stop run_process 2022-09-20 12:44:44.767 | + functions-common:time_stop:2439 : local name 2022-09-20 12:44:44.770 | + functions-common:time_stop:2440 : local end_time 2022-09-20 12:44:44.773 | + functions-common:time_stop:2441 : local elapsed_time 2022-09-20 12:44:44.779 | + functions-common:time_stop:2442 : local total 2022-09-20 12:44:44.783 | + functions-common:time_stop:2443 : local start_time 2022-09-20 12:44:44.792 | + functions-common:time_stop:2445 : name=run_process 2022-09-20 12:44:44.795 | + functions-common:time_stop:2446 : start_time=1663677882989 2022-09-20 12:44:44.798 | + functions-common:time_stop:2448 : [[ -z 1663677882989 ]] 2022-09-20 12:44:44.803 | ++ functions-common:time_stop:2451 : date +%s%3N 2022-09-20 12:44:44.807 | + functions-common:time_stop:2451 : end_time=1663677884805 2022-09-20 12:44:44.810 | + functions-common:time_stop:2452 : elapsed_time=1816 2022-09-20 12:44:44.815 | + functions-common:time_stop:2453 : total=11437 2022-09-20 12:44:44.818 | + functions-common:time_stop:2455 : _TIME_START[$name]= 2022-09-20 12:44:44.821 | + functions-common:time_stop:2456 : _TIME_TOTAL[$name]=13253 2022-09-20 12:44:44.824 | + lib/nova:start_nova_api:937 : nova_url=http://10.222.0.52/compute/v2.1/ 2022-09-20 12:44:44.826 | + lib/nova:start_nova_api:940 : echo 'Waiting for nova-api to start...' 2022-09-20 12:44:44.827 | Waiting for nova-api to start... 2022-09-20 12:44:44.830 | + lib/nova:start_nova_api:941 : wait_for_service 60 http://10.222.0.52/compute/v2.1/ 2022-09-20 12:44:44.834 | + functions:wait_for_service:457 : local timeout=60 2022-09-20 12:44:44.837 | + functions:wait_for_service:458 : local url=http://10.222.0.52/compute/v2.1/ 2022-09-20 12:44:44.840 | + functions:wait_for_service:459 : local rval=0 2022-09-20 12:44:44.843 | + functions:wait_for_service:460 : time_start wait_for_service 2022-09-20 12:44:44.846 | + functions-common:time_start:2425 : local name=wait_for_service 2022-09-20 12:44:44.849 | + functions-common:time_start:2426 : local start_time= 2022-09-20 12:44:44.853 | + functions-common:time_start:2427 : [[ -n '' ]] 2022-09-20 12:44:44.857 | ++ functions-common:time_start:2430 : date +%s%3N 2022-09-20 12:44:44.862 | + functions-common:time_start:2430 : _TIME_START[$name]=1663677884859 2022-09-20 12:44:44.865 | + functions:wait_for_service:461 : timeout 60 bash -x 2022-09-20 12:44:44.873 | ++ :: : curl -g -k --noproxy '*' -s -o /dev/null -w '%{http_code}' http://10.222.0.52/compute/v2.1/ 2022-09-20 12:44:50.528 | + :: : [[ 200 == 503 ]] 2022-09-20 12:44:50.530 | + :: : [[ 0 -eq 7 ]] 2022-09-20 12:44:50.533 | + functions:wait_for_service:466 : time_stop wait_for_service 2022-09-20 12:44:50.536 | + functions-common:time_stop:2439 : local name 2022-09-20 12:44:50.538 | + functions-common:time_stop:2440 : local end_time 2022-09-20 12:44:50.541 | + functions-common:time_stop:2441 : local elapsed_time 2022-09-20 12:44:50.543 | + functions-common:time_stop:2442 : local total 2022-09-20 12:44:50.546 | + functions-common:time_stop:2443 : local start_time 2022-09-20 12:44:50.548 | + functions-common:time_stop:2445 : name=wait_for_service 2022-09-20 12:44:50.551 | + functions-common:time_stop:2446 : start_time=1663677884859 2022-09-20 12:44:50.554 | + functions-common:time_stop:2448 : [[ -z 1663677884859 ]] 2022-09-20 12:44:50.558 | ++ functions-common:time_stop:2451 : date +%s%3N 2022-09-20 12:44:50.563 | + functions-common:time_stop:2451 : end_time=1663677890560 2022-09-20 12:44:50.565 | + functions-common:time_stop:2452 : elapsed_time=5701 2022-09-20 12:44:50.569 | + functions-common:time_stop:2453 : total=8276 2022-09-20 12:44:50.571 | + functions-common:time_stop:2455 : _TIME_START[$name]= 2022-09-20 12:44:50.574 | + functions-common:time_stop:2456 : _TIME_TOTAL[$name]=13977 2022-09-20 12:44:50.576 | + functions:wait_for_service:467 : return 0 2022-09-20 12:44:50.579 | + lib/nova:start_nova_api:945 : 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-09-20 12:44:50.582 | + lib/nova:start_nova_api:945 : 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-09-20 12:44:50.585 | + ./stack.sh:main:1271 : is_service_enabled ovn-controller ovn-controller-vtep 2022-09-20 12:44:50.608 | + functions-common:is_service_enabled:2095 : return 0 2022-09-20 12:44:50.611 | + ./stack.sh:main:1272 : echo_summary 'Starting OVN services' 2022-09-20 12:44:50.614 | + ./stack.sh:echo_summary:435 : [[ -t 3 ]] 2022-09-20 12:44:50.617 | + ./stack.sh:echo_summary:441 : echo -e Starting OVN services 2022-09-20 12:44:50.620 | + ./stack.sh:main:1273 : start_ovn_services 2022-09-20 12:44:50.623 | + lib/neutron-legacy:start_ovn_services:519 : [[ openvswitch == \o\v\n ]] 2022-09-20 12:44:50.626 | + ./stack.sh:main:1276 : is_service_enabled neutron-api 2022-09-20 12:44:50.644 | + functions-common:is_service_enabled:2095 : return 1 2022-09-20 12:44:50.647 | + ./stack.sh:main:1279 : is_service_enabled q-svc 2022-09-20 12:44:50.664 | + functions-common:is_service_enabled:2095 : return 0 2022-09-20 12:44:50.667 | + ./stack.sh:main:1280 : echo_summary 'Starting Neutron' 2022-09-20 12:44:50.670 | + ./stack.sh:echo_summary:435 : [[ -t 3 ]] 2022-09-20 12:44:50.673 | + ./stack.sh:echo_summary:441 : echo -e Starting Neutron 2022-09-20 12:44:50.675 | + ./stack.sh:main:1281 : configure_neutron_after_post_config 2022-09-20 12:44:50.679 | + lib/neutron-legacy:configure_neutron_after_post_config:499 : [[ router,neutron.services.metering.metering_plugin.MeteringPlugin != '' ]] 2022-09-20 12:44:50.682 | + lib/neutron-legacy:configure_neutron_after_post_config:500 : iniset /etc/neutron/neutron.conf DEFAULT service_plugins router,neutron.services.metering.metering_plugin.MeteringPlugin 2022-09-20 12:44:50.719 | + lib/neutron-legacy:configure_neutron_after_post_config:502 : configure_rbac_policies 2022-09-20 12:44:50.721 | + lib/neutron:configure_rbac_policies:650 : [[ False == \T\r\u\e ]] 2022-09-20 12:44:50.725 | + lib/neutron:configure_rbac_policies:650 : [[ False == \T\r\u\e ]] 2022-09-20 12:44:50.727 | + lib/neutron:configure_rbac_policies:654 : iniset /etc/neutron/neutron.conf oslo_policy enforce_new_defaults False 2022-09-20 12:44:50.768 | + lib/neutron:configure_rbac_policies:655 : iniset /etc/neutron/neutron.conf oslo_policy enforce_scope False 2022-09-20 12:44:50.805 | + ./stack.sh:main:1282 : start_neutron_service_and_check 2022-09-20 12:44:50.809 | + lib/neutron-legacy:start_neutron_service_and_check:535 : local service_port=9696 2022-09-20 12:44:50.812 | + lib/neutron-legacy:start_neutron_service_and_check:536 : local service_protocol=http 2022-09-20 12:44:50.814 | + lib/neutron-legacy:start_neutron_service_and_check:537 : local cfg_file_options 2022-09-20 12:44:50.817 | + lib/neutron-legacy:start_neutron_service_and_check:538 : local neutron_url 2022-09-20 12:44:50.821 | ++ lib/neutron-legacy:start_neutron_service_and_check:540 : determine_config_files neutron-server 2022-09-20 12:44:50.824 | ++ lib/neutron-legacy:determine_config_files:337 : local opts= 2022-09-20 12:44:50.827 | ++ lib/neutron-legacy:determine_config_files:338 : case "$1" in 2022-09-20 12:44:50.830 | +++ lib/neutron-legacy:determine_config_files:339 : _determine_config_server 2022-09-20 12:44:50.835 | +++ lib/neutron-legacy:_determine_config_server:307 : [[ '' != '' ]] 2022-09-20 12:44:50.838 | +++ lib/neutron-legacy:_determine_config_server:314 : [[ 0 > 0 ]] 2022-09-20 12:44:50.840 | +++ lib/neutron-legacy:_determine_config_server:321 : local cfg_file 2022-09-20 12:44:50.843 | +++ lib/neutron-legacy:_determine_config_server:322 : local 'opts=--config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini' 2022-09-20 12:44:50.845 | +++ lib/neutron-legacy:_determine_config_server:326 : echo '--config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini' 2022-09-20 12:44:50.849 | ++ lib/neutron-legacy:determine_config_files:339 : opts='--config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini' 2022-09-20 12:44:50.852 | ++ lib/neutron-legacy:determine_config_files:342 : '[' -z '--config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini' ']' 2022-09-20 12:44:50.855 | ++ lib/neutron-legacy:determine_config_files:345 : echo '--config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini' 2022-09-20 12:44:50.858 | + lib/neutron-legacy:start_neutron_service_and_check:540 : cfg_file_options='--config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini' 2022-09-20 12:44:50.861 | + lib/neutron-legacy:start_neutron_service_and_check:542 : is_service_enabled tls-proxy 2022-09-20 12:44:50.879 | + functions-common:is_service_enabled:2095 : return 1 2022-09-20 12:44:50.883 | + lib/neutron-legacy:start_neutron_service_and_check:547 : '[' False == True ']' 2022-09-20 12:44:50.885 | + lib/neutron-legacy:start_neutron_service_and_check:554 : 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-09-20 12:44:50.888 | + functions-common:run_process:1693 : local service=q-svc 2022-09-20 12:44:50.891 | + functions-common:run_process:1694 : local 'command=/usr/local/bin/neutron-server --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini' 2022-09-20 12:44:50.894 | + functions-common:run_process:1695 : local group= 2022-09-20 12:44:50.898 | + functions-common:run_process:1696 : local user= 2022-09-20 12:44:50.901 | + functions-common:run_process:1697 : local env_vars= 2022-09-20 12:44:50.904 | + functions-common:run_process:1699 : local name=q-svc 2022-09-20 12:44:50.907 | + functions-common:run_process:1701 : time_start run_process 2022-09-20 12:44:50.910 | + functions-common:time_start:2425 : local name=run_process 2022-09-20 12:44:50.913 | + functions-common:time_start:2426 : local start_time= 2022-09-20 12:44:50.916 | + functions-common:time_start:2427 : [[ -n '' ]] 2022-09-20 12:44:50.919 | ++ functions-common:time_start:2430 : date +%s%3N 2022-09-20 12:44:50.924 | + functions-common:time_start:2430 : _TIME_START[$name]=1663677890921 2022-09-20 12:44:50.928 | + functions-common:run_process:1702 : is_service_enabled q-svc 2022-09-20 12:44:50.947 | + functions-common:is_service_enabled:2095 : return 0 2022-09-20 12:44:50.950 | + functions-common:run_process:1703 : _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-09-20 12:44:50.953 | + functions-common:_run_under_systemd:1653 : local service=q-svc 2022-09-20 12:44:50.956 | + functions-common:_run_under_systemd:1654 : local 'command=/usr/local/bin/neutron-server --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini' 2022-09-20 12:44:50.960 | + functions-common:_run_under_systemd:1655 : local 'cmd=/usr/local/bin/neutron-server --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini' 2022-09-20 12:44:50.963 | + functions-common:_run_under_systemd:1657 : _common_systemd_pitfalls '/usr/local/bin/neutron-server --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini' 2022-09-20 12:44:50.965 | + functions-common:_common_systemd_pitfalls:1625 : local 'cmd=/usr/local/bin/neutron-server --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini' 2022-09-20 12:44:50.968 | + functions-common:_common_systemd_pitfalls:1628 : [[ /usr/local/bin/neutron-server --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini =~ sudo ]] 2022-09-20 12:44:50.971 | + functions-common:_common_systemd_pitfalls:1639 : [[ ! /usr/local/bin/neutron-server --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini =~ ^/ ]] 2022-09-20 12:44:50.973 | + functions-common:_run_under_systemd:1659 : local systemd_service=devstack@q-svc.service 2022-09-20 12:44:50.976 | + functions-common:_run_under_systemd:1660 : local group= 2022-09-20 12:44:50.979 | + functions-common:_run_under_systemd:1661 : local user=ubuntu 2022-09-20 12:44:50.982 | + functions-common:_run_under_systemd:1662 : [[ -z ubuntu ]] 2022-09-20 12:44:50.984 | + functions-common:_run_under_systemd:1665 : local env_vars= 2022-09-20 12:44:50.987 | + functions-common:_run_under_systemd:1666 : [[ /usr/local/bin/neutron-server --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini =~ uwsgi ]] 2022-09-20 12:44:50.991 | + functions-common:_run_under_systemd:1669 : 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-09-20 12:44:50.993 | + functions-common:write_user_unit_file:1562 : local service=devstack@q-svc.service 2022-09-20 12:44:50.995 | + functions-common:write_user_unit_file:1563 : local 'command=/usr/local/bin/neutron-server --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini' 2022-09-20 12:44:50.998 | + functions-common:write_user_unit_file:1564 : local group= 2022-09-20 12:44:51.000 | + functions-common:write_user_unit_file:1565 : local user=ubuntu 2022-09-20 12:44:51.002 | + functions-common:write_user_unit_file:1566 : local env_vars= 2022-09-20 12:44:51.005 | + functions-common:write_user_unit_file:1567 : local extra= 2022-09-20 12:44:51.008 | + functions-common:write_user_unit_file:1568 : [[ -n '' ]] 2022-09-20 12:44:51.010 | + functions-common:write_user_unit_file:1571 : local unitfile=/etc/systemd/system/devstack@q-svc.service 2022-09-20 12:44:51.012 | + functions-common:write_user_unit_file:1572 : mkdir -p /etc/systemd/system 2022-09-20 12:44:51.017 | + functions-common:write_user_unit_file:1574 : iniset -sudo /etc/systemd/system/devstack@q-svc.service Unit Description 'Devstack devstack@q-svc.service' 2022-09-20 12:44:51.077 | + functions-common:write_user_unit_file:1575 : iniset -sudo /etc/systemd/system/devstack@q-svc.service Service User ubuntu 2022-09-20 12:44:51.140 | + 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-09-20 12:44:51.202 | + functions-common:write_user_unit_file:1577 : iniset -sudo /etc/systemd/system/devstack@q-svc.service Service KillMode process 2022-09-20 12:44:51.265 | + functions-common:write_user_unit_file:1578 : iniset -sudo /etc/systemd/system/devstack@q-svc.service Service TimeoutStopSec 300 2022-09-20 12:44:51.328 | + functions-common:write_user_unit_file:1579 : iniset -sudo /etc/systemd/system/devstack@q-svc.service Service ExecReload '/usr/bin/kill -HUP $MAINPID' 2022-09-20 12:44:51.392 | + functions-common:write_user_unit_file:1580 : [[ -n '' ]] 2022-09-20 12:44:51.394 | + functions-common:write_user_unit_file:1583 : [[ -n '' ]] 2022-09-20 12:44:51.397 | + functions-common:write_user_unit_file:1586 : iniset -sudo /etc/systemd/system/devstack@q-svc.service Install WantedBy multi-user.target 2022-09-20 12:44:51.460 | + functions-common:write_user_unit_file:1589 : sudo systemctl daemon-reload 2022-09-20 12:44:51.921 | + functions-common:_run_under_systemd:1672 : sudo systemctl enable devstack@q-svc.service 2022-09-20 12:44:51.935 | Created symlink /etc/systemd/system/multi-user.target.wants/devstack@q-svc.service → /etc/systemd/system/devstack@q-svc.service. 2022-09-20 12:44:52.404 | + functions-common:_run_under_systemd:1673 : sudo systemctl start devstack@q-svc.service 2022-09-20 12:44:52.427 | + functions-common:run_process:1705 : time_stop run_process 2022-09-20 12:44:52.434 | + functions-common:time_stop:2439 : local name 2022-09-20 12:44:52.438 | + functions-common:time_stop:2440 : local end_time 2022-09-20 12:44:52.440 | + functions-common:time_stop:2441 : local elapsed_time 2022-09-20 12:44:52.444 | + functions-common:time_stop:2442 : local total 2022-09-20 12:44:52.446 | + functions-common:time_stop:2443 : local start_time 2022-09-20 12:44:52.449 | + functions-common:time_stop:2445 : name=run_process 2022-09-20 12:44:52.451 | + functions-common:time_stop:2446 : start_time=1663677890921 2022-09-20 12:44:52.454 | + functions-common:time_stop:2448 : [[ -z 1663677890921 ]] 2022-09-20 12:44:52.458 | ++ functions-common:time_stop:2451 : date +%s%3N 2022-09-20 12:44:52.463 | + functions-common:time_stop:2451 : end_time=1663677892461 2022-09-20 12:44:52.466 | + functions-common:time_stop:2452 : elapsed_time=1540 2022-09-20 12:44:52.469 | + functions-common:time_stop:2453 : total=13253 2022-09-20 12:44:52.471 | + functions-common:time_stop:2455 : _TIME_START[$name]= 2022-09-20 12:44:52.474 | + functions-common:time_stop:2456 : _TIME_TOTAL[$name]=14793 2022-09-20 12:44:52.476 | + lib/neutron-legacy:start_neutron_service_and_check:555 : neutron_url=http://10.222.0.52:9696/ 2022-09-20 12:44:52.480 | + lib/neutron-legacy:start_neutron_service_and_check:557 : is_service_enabled tls-proxy 2022-09-20 12:44:52.501 | + functions-common:is_service_enabled:2095 : return 1 2022-09-20 12:44:52.504 | + lib/neutron-legacy:start_neutron_service_and_check:561 : '[' '!' -z networking ']' 2022-09-20 12:44:52.507 | + lib/neutron-legacy:start_neutron_service_and_check:562 : neutron_url=http://10.222.0.52:9696/networking 2022-09-20 12:44:52.510 | + lib/neutron-legacy:start_neutron_service_and_check:564 : echo 'Waiting for Neutron to start...' 2022-09-20 12:44:52.510 | Waiting for Neutron to start... 2022-09-20 12:44:52.512 | + lib/neutron-legacy:start_neutron_service_and_check:566 : local 'testcmd=wget --no-proxy -q -O- http://10.222.0.52:9696/networking' 2022-09-20 12:44:52.515 | + lib/neutron-legacy:start_neutron_service_and_check:567 : test_with_retry 'wget --no-proxy -q -O- http://10.222.0.52:9696/networking' 'Neutron did not start' 60 2022-09-20 12:44:52.518 | + functions-common:test_with_retry:2377 : local 'testcmd=wget --no-proxy -q -O- http://10.222.0.52:9696/networking' 2022-09-20 12:44:52.521 | + functions-common:test_with_retry:2378 : local 'failmsg=Neutron did not start' 2022-09-20 12:44:52.525 | + functions-common:test_with_retry:2379 : local until=60 2022-09-20 12:44:52.527 | + functions-common:test_with_retry:2380 : local sleep=0.5 2022-09-20 12:44:52.530 | + functions-common:test_with_retry:2382 : time_start test_with_retry 2022-09-20 12:44:52.533 | + functions-common:time_start:2425 : local name=test_with_retry 2022-09-20 12:44:52.535 | + functions-common:time_start:2426 : local start_time= 2022-09-20 12:44:52.538 | + functions-common:time_start:2427 : [[ -n '' ]] 2022-09-20 12:44:52.541 | ++ functions-common:time_start:2430 : date +%s%3N 2022-09-20 12:44:52.546 | + functions-common:time_start:2430 : _TIME_START[$name]=1663677892543 2022-09-20 12:44:52.549 | + functions-common:test_with_retry:2383 : timeout 60 sh -c 'while ! wget --no-proxy -q -O- http://10.222.0.52:9696/networking; do sleep 0.5; done' 2022-09-20 12:44:58.145 | {"versions": [{"id": "v2.0", "status": "CURRENT", "links": [{"rel": "self", "href": "http://10.222.0.52:9696/networking/v2.0/"}]}]}+ functions-common:test_with_retry:2386 : time_stop test_with_retry 2022-09-20 12:44:58.149 | + functions-common:time_stop:2439 : local name 2022-09-20 12:44:58.151 | + functions-common:time_stop:2440 : local end_time 2022-09-20 12:44:58.154 | + functions-common:time_stop:2441 : local elapsed_time 2022-09-20 12:44:58.157 | + functions-common:time_stop:2442 : local total 2022-09-20 12:44:58.160 | + functions-common:time_stop:2443 : local start_time 2022-09-20 12:44:58.163 | + functions-common:time_stop:2445 : name=test_with_retry 2022-09-20 12:44:58.165 | + functions-common:time_stop:2446 : start_time=1663677892543 2022-09-20 12:44:58.168 | + functions-common:time_stop:2448 : [[ -z 1663677892543 ]] 2022-09-20 12:44:58.171 | ++ functions-common:time_stop:2451 : date +%s%3N 2022-09-20 12:44:58.178 | + functions-common:time_stop:2451 : end_time=1663677898173 2022-09-20 12:44:58.180 | + functions-common:time_stop:2452 : elapsed_time=5630 2022-09-20 12:44:58.183 | + functions-common:time_stop:2453 : total=0 2022-09-20 12:44:58.186 | + functions-common:time_stop:2455 : _TIME_START[$name]= 2022-09-20 12:44:58.189 | + functions-common:time_stop:2456 : _TIME_TOTAL[$name]=5630 2022-09-20 12:44:58.194 | + ./stack.sh:main:1287 : is_service_enabled placement 2022-09-20 12:44:58.216 | + functions-common:is_service_enabled:2095 : return 0 2022-09-20 12:44:58.221 | + ./stack.sh:main:1288 : echo_summary 'Starting Placement' 2022-09-20 12:44:58.225 | + ./stack.sh:echo_summary:435 : [[ -t 3 ]] 2022-09-20 12:44:58.228 | + ./stack.sh:echo_summary:441 : echo -e Starting Placement 2022-09-20 12:44:58.231 | + ./stack.sh:main:1289 : start_placement 2022-09-20 12:44:58.234 | + lib/placement:start_placement:160 : start_placement_api 2022-09-20 12:44:58.236 | + lib/placement:start_placement_api:146 : [[ uwsgi == \u\w\s\g\i ]] 2022-09-20 12:44:58.240 | ++ lib/placement:start_placement_api:147 : which uwsgi 2022-09-20 12:44:58.245 | + lib/placement:start_placement_api:147 : run_process placement-api '/usr/bin/uwsgi --procname-prefix placement --ini /etc/placement/placement-uwsgi.ini' 2022-09-20 12:44:58.248 | + functions-common:run_process:1693 : local service=placement-api 2022-09-20 12:44:58.251 | + functions-common:run_process:1694 : local 'command=/usr/bin/uwsgi --procname-prefix placement --ini /etc/placement/placement-uwsgi.ini' 2022-09-20 12:44:58.253 | + functions-common:run_process:1695 : local group= 2022-09-20 12:44:58.256 | + functions-common:run_process:1696 : local user= 2022-09-20 12:44:58.259 | + functions-common:run_process:1697 : local env_vars= 2022-09-20 12:44:58.262 | + functions-common:run_process:1699 : local name=placement-api 2022-09-20 12:44:58.264 | + functions-common:run_process:1701 : time_start run_process 2022-09-20 12:44:58.267 | + functions-common:time_start:2425 : local name=run_process 2022-09-20 12:44:58.270 | + functions-common:time_start:2426 : local start_time= 2022-09-20 12:44:58.273 | + functions-common:time_start:2427 : [[ -n '' ]] 2022-09-20 12:44:58.276 | ++ functions-common:time_start:2430 : date +%s%3N 2022-09-20 12:44:58.281 | + functions-common:time_start:2430 : _TIME_START[$name]=1663677898278 2022-09-20 12:44:58.284 | + functions-common:run_process:1702 : is_service_enabled placement-api 2022-09-20 12:44:58.303 | + functions-common:is_service_enabled:2095 : return 0 2022-09-20 12:44:58.305 | + functions-common:run_process:1703 : _run_under_systemd placement-api '/usr/bin/uwsgi --procname-prefix placement --ini /etc/placement/placement-uwsgi.ini' '' '' '' 2022-09-20 12:44:58.308 | + functions-common:_run_under_systemd:1653 : local service=placement-api 2022-09-20 12:44:58.311 | + functions-common:_run_under_systemd:1654 : local 'command=/usr/bin/uwsgi --procname-prefix placement --ini /etc/placement/placement-uwsgi.ini' 2022-09-20 12:44:58.313 | + functions-common:_run_under_systemd:1655 : local 'cmd=/usr/bin/uwsgi --procname-prefix placement --ini /etc/placement/placement-uwsgi.ini' 2022-09-20 12:44:58.316 | + functions-common:_run_under_systemd:1657 : _common_systemd_pitfalls '/usr/bin/uwsgi --procname-prefix placement --ini /etc/placement/placement-uwsgi.ini' 2022-09-20 12:44:58.319 | + functions-common:_common_systemd_pitfalls:1625 : local 'cmd=/usr/bin/uwsgi --procname-prefix placement --ini /etc/placement/placement-uwsgi.ini' 2022-09-20 12:44:58.322 | + functions-common:_common_systemd_pitfalls:1628 : [[ /usr/bin/uwsgi --procname-prefix placement --ini /etc/placement/placement-uwsgi.ini =~ sudo ]] 2022-09-20 12:44:58.324 | + functions-common:_common_systemd_pitfalls:1639 : [[ ! /usr/bin/uwsgi --procname-prefix placement --ini /etc/placement/placement-uwsgi.ini =~ ^/ ]] 2022-09-20 12:44:58.327 | + functions-common:_run_under_systemd:1659 : local systemd_service=devstack@placement-api.service 2022-09-20 12:44:58.330 | + functions-common:_run_under_systemd:1660 : local group= 2022-09-20 12:44:58.332 | + functions-common:_run_under_systemd:1661 : local user=ubuntu 2022-09-20 12:44:58.335 | + functions-common:_run_under_systemd:1662 : [[ -z ubuntu ]] 2022-09-20 12:44:58.338 | + functions-common:_run_under_systemd:1665 : local env_vars= 2022-09-20 12:44:58.341 | + functions-common:_run_under_systemd:1666 : [[ /usr/bin/uwsgi --procname-prefix placement --ini /etc/placement/placement-uwsgi.ini =~ uwsgi ]] 2022-09-20 12:44:58.343 | + functions-common:_run_under_systemd:1667 : write_uwsgi_user_unit_file devstack@placement-api.service '/usr/bin/uwsgi --procname-prefix placement --ini /etc/placement/placement-uwsgi.ini' '' ubuntu '' 2022-09-20 12:44:58.346 | + functions-common:write_uwsgi_user_unit_file:1593 : local service=devstack@placement-api.service 2022-09-20 12:44:58.348 | + functions-common:write_uwsgi_user_unit_file:1594 : local 'command=/usr/bin/uwsgi --procname-prefix placement --ini /etc/placement/placement-uwsgi.ini' 2022-09-20 12:44:58.351 | + functions-common:write_uwsgi_user_unit_file:1595 : local group= 2022-09-20 12:44:58.355 | + functions-common:write_uwsgi_user_unit_file:1596 : local user=ubuntu 2022-09-20 12:44:58.357 | + functions-common:write_uwsgi_user_unit_file:1597 : local env_vars= 2022-09-20 12:44:58.360 | + functions-common:write_uwsgi_user_unit_file:1598 : local unitfile=/etc/systemd/system/devstack@placement-api.service 2022-09-20 12:44:58.362 | + functions-common:write_uwsgi_user_unit_file:1599 : mkdir -p /etc/systemd/system 2022-09-20 12:44:58.368 | + functions-common:write_uwsgi_user_unit_file:1601 : iniset -sudo /etc/systemd/system/devstack@placement-api.service Unit Description 'Devstack devstack@placement-api.service' 2022-09-20 12:44:58.429 | + functions-common:write_uwsgi_user_unit_file:1602 : iniset -sudo /etc/systemd/system/devstack@placement-api.service Service SyslogIdentifier devstack@placement-api.service 2022-09-20 12:44:58.495 | + functions-common:write_uwsgi_user_unit_file:1603 : iniset -sudo /etc/systemd/system/devstack@placement-api.service Service User ubuntu 2022-09-20 12:44:58.557 | + functions-common:write_uwsgi_user_unit_file:1604 : iniset -sudo /etc/systemd/system/devstack@placement-api.service Service ExecStart '/usr/bin/uwsgi --procname-prefix placement --ini /etc/placement/placement-uwsgi.ini' 2022-09-20 12:44:58.617 | + functions-common:write_uwsgi_user_unit_file:1605 : iniset -sudo /etc/systemd/system/devstack@placement-api.service Service ExecReload '/usr/bin/kill -HUP $MAINPID' 2022-09-20 12:44:58.678 | + functions-common:write_uwsgi_user_unit_file:1606 : iniset -sudo /etc/systemd/system/devstack@placement-api.service Service Type notify 2022-09-20 12:44:58.738 | + functions-common:write_uwsgi_user_unit_file:1607 : iniset -sudo /etc/systemd/system/devstack@placement-api.service Service KillMode process 2022-09-20 12:44:58.798 | + functions-common:write_uwsgi_user_unit_file:1608 : iniset -sudo /etc/systemd/system/devstack@placement-api.service Service Restart always 2022-09-20 12:44:58.859 | + functions-common:write_uwsgi_user_unit_file:1609 : iniset -sudo /etc/systemd/system/devstack@placement-api.service Service NotifyAccess all 2022-09-20 12:44:58.923 | + functions-common:write_uwsgi_user_unit_file:1610 : iniset -sudo /etc/systemd/system/devstack@placement-api.service Service RestartForceExitStatus 100 2022-09-20 12:44:58.994 | + functions-common:write_uwsgi_user_unit_file:1612 : [[ -n '' ]] 2022-09-20 12:44:58.996 | + functions-common:write_uwsgi_user_unit_file:1615 : [[ -n '' ]] 2022-09-20 12:44:58.999 | + functions-common:write_uwsgi_user_unit_file:1618 : iniset -sudo /etc/systemd/system/devstack@placement-api.service Install WantedBy multi-user.target 2022-09-20 12:44:59.065 | + functions-common:write_uwsgi_user_unit_file:1621 : sudo systemctl daemon-reload 2022-09-20 12:44:59.541 | + functions-common:_run_under_systemd:1672 : sudo systemctl enable devstack@placement-api.service 2022-09-20 12:44:59.555 | Created symlink /etc/systemd/system/multi-user.target.wants/devstack@placement-api.service → /etc/systemd/system/devstack@placement-api.service. 2022-09-20 12:45:00.027 | + functions-common:_run_under_systemd:1673 : sudo systemctl start devstack@placement-api.service 2022-09-20 12:45:00.107 | + functions-common:run_process:1705 : time_stop run_process 2022-09-20 12:45:00.110 | + functions-common:time_stop:2439 : local name 2022-09-20 12:45:00.112 | + functions-common:time_stop:2440 : local end_time 2022-09-20 12:45:00.119 | + functions-common:time_stop:2441 : local elapsed_time 2022-09-20 12:45:00.122 | + functions-common:time_stop:2442 : local total 2022-09-20 12:45:00.126 | + functions-common:time_stop:2443 : local start_time 2022-09-20 12:45:00.130 | + functions-common:time_stop:2445 : name=run_process 2022-09-20 12:45:00.133 | + functions-common:time_stop:2446 : start_time=1663677898278 2022-09-20 12:45:00.136 | + functions-common:time_stop:2448 : [[ -z 1663677898278 ]] 2022-09-20 12:45:00.140 | ++ functions-common:time_stop:2451 : date +%s%3N 2022-09-20 12:45:00.148 | + functions-common:time_stop:2451 : end_time=1663677900142 2022-09-20 12:45:00.151 | + functions-common:time_stop:2452 : elapsed_time=1864 2022-09-20 12:45:00.155 | + functions-common:time_stop:2453 : total=14793 2022-09-20 12:45:00.158 | + functions-common:time_stop:2455 : _TIME_START[$name]= 2022-09-20 12:45:00.163 | + functions-common:time_stop:2456 : _TIME_TOTAL[$name]=16657 2022-09-20 12:45:00.166 | + lib/placement:start_placement_api:153 : echo 'Waiting for placement-api to start...' 2022-09-20 12:45:00.166 | Waiting for placement-api to start... 2022-09-20 12:45:00.169 | + lib/placement:start_placement_api:154 : wait_for_service 60 http://10.222.0.52/placement 2022-09-20 12:45:00.171 | + functions:wait_for_service:457 : local timeout=60 2022-09-20 12:45:00.174 | + functions:wait_for_service:458 : local url=http://10.222.0.52/placement 2022-09-20 12:45:00.178 | + functions:wait_for_service:459 : local rval=0 2022-09-20 12:45:00.181 | + functions:wait_for_service:460 : time_start wait_for_service 2022-09-20 12:45:00.186 | + functions-common:time_start:2425 : local name=wait_for_service 2022-09-20 12:45:00.189 | + functions-common:time_start:2426 : local start_time= 2022-09-20 12:45:00.192 | + functions-common:time_start:2427 : [[ -n '' ]] 2022-09-20 12:45:00.195 | ++ functions-common:time_start:2430 : date +%s%3N 2022-09-20 12:45:00.201 | + functions-common:time_start:2430 : _TIME_START[$name]=1663677900197 2022-09-20 12:45:00.203 | + functions:wait_for_service:461 : timeout 60 bash -x 2022-09-20 12:45:00.213 | ++ :: : curl -g -k --noproxy '*' -s -o /dev/null -w '%{http_code}' http://10.222.0.52/placement 2022-09-20 12:45:02.992 | + :: : [[ 200 == 503 ]] 2022-09-20 12:45:02.993 | + :: : [[ 0 -eq 7 ]] 2022-09-20 12:45:02.997 | + functions:wait_for_service:466 : time_stop wait_for_service 2022-09-20 12:45:02.999 | + functions-common:time_stop:2439 : local name 2022-09-20 12:45:03.002 | + functions-common:time_stop:2440 : local end_time 2022-09-20 12:45:03.005 | + functions-common:time_stop:2441 : local elapsed_time 2022-09-20 12:45:03.008 | + functions-common:time_stop:2442 : local total 2022-09-20 12:45:03.010 | + functions-common:time_stop:2443 : local start_time 2022-09-20 12:45:03.013 | + functions-common:time_stop:2445 : name=wait_for_service 2022-09-20 12:45:03.016 | + functions-common:time_stop:2446 : start_time=1663677900197 2022-09-20 12:45:03.018 | + functions-common:time_stop:2448 : [[ -z 1663677900197 ]] 2022-09-20 12:45:03.022 | ++ functions-common:time_stop:2451 : date +%s%3N 2022-09-20 12:45:03.027 | + functions-common:time_stop:2451 : end_time=1663677903024 2022-09-20 12:45:03.029 | + functions-common:time_stop:2452 : elapsed_time=2827 2022-09-20 12:45:03.032 | + functions-common:time_stop:2453 : total=13977 2022-09-20 12:45:03.034 | + functions-common:time_stop:2455 : _TIME_START[$name]= 2022-09-20 12:45:03.037 | + functions-common:time_stop:2456 : _TIME_TOTAL[$name]=16804 2022-09-20 12:45:03.040 | + functions:wait_for_service:467 : return 0 2022-09-20 12:45:03.043 | + ./stack.sh:main:1292 : is_service_enabled neutron 2022-09-20 12:45:03.063 | + functions-common:is_service_enabled:2095 : return 0 2022-09-20 12:45:03.065 | + ./stack.sh:main:1293 : start_neutron 2022-09-20 12:45:03.068 | + lib/neutron:start_neutron:747 : is_neutron_legacy_enabled 2022-09-20 12:45:03.073 | ++ lib/neutron:is_neutron_legacy_enabled:142 : echo c-bak,c-vol,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon 2022-09-20 12:45:03.074 | ++ lib/neutron:is_neutron_legacy_enabled:142 : sed s/neutron-//g 2022-09-20 12:45:03.080 | + lib/neutron:is_neutron_legacy_enabled:142 : disabled_services_copy=c-bak,c-vol,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon 2022-09-20 12:45:03.083 | + lib/neutron:is_neutron_legacy_enabled:143 : [[ ,c-bak,c-vol,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon =~ ,neutron ]] 2022-09-20 12:45:03.086 | + lib/neutron:is_neutron_legacy_enabled:144 : [[ ,key,n-api,n-cond,n-sch,n-api-meta,placement-api,placement-client,g-api,c-sch,c-api,ovn-controller,ovn-northd,ovs-vswitchd,ovsdb-server,q-svc,q-ovn-metadata-agent,rabbit,tempest,mysql,etcd3,dstat,n-crt,n-cauth,q-agt,q-dhcp,q-l3,q-meta,q-metering,q-vpn,g-reg,cinder,s-proxy,s-object,s-container,s-account,heat,h-api,h-api-cfn,h-api-cw,h-eng,ceilometer-acentral,ceilometer-acompute,ceilometer-collector,ceilometer-api,ceilometer-anotification,s-container-sync =~ ,q- ]] 2022-09-20 12:45:03.089 | + lib/neutron:is_neutron_legacy_enabled:144 : return 0 2022-09-20 12:45:03.091 | + lib/neutron:start_neutron:749 : start_mutnauq_l2_agent 2022-09-20 12:45:03.094 | + lib/neutron-legacy:start_mutnauq_l2_agent:573 : 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-09-20 12:45:03.097 | + functions-common:run_process:1693 : local service=q-agt 2022-09-20 12:45:03.100 | + functions-common:run_process:1694 : local 'command=/usr/local/bin/neutron-openvswitch-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini' 2022-09-20 12:45:03.103 | + functions-common:run_process:1695 : local group= 2022-09-20 12:45:03.105 | + functions-common:run_process:1696 : local user= 2022-09-20 12:45:03.108 | + functions-common:run_process:1697 : local env_vars= 2022-09-20 12:45:03.111 | + functions-common:run_process:1699 : local name=q-agt 2022-09-20 12:45:03.114 | + functions-common:run_process:1701 : time_start run_process 2022-09-20 12:45:03.117 | + functions-common:time_start:2425 : local name=run_process 2022-09-20 12:45:03.119 | + functions-common:time_start:2426 : local start_time= 2022-09-20 12:45:03.122 | + functions-common:time_start:2427 : [[ -n '' ]] 2022-09-20 12:45:03.126 | ++ functions-common:time_start:2430 : date +%s%3N 2022-09-20 12:45:03.131 | + functions-common:time_start:2430 : _TIME_START[$name]=1663677903128 2022-09-20 12:45:03.133 | + functions-common:run_process:1702 : is_service_enabled q-agt 2022-09-20 12:45:03.151 | + functions-common:is_service_enabled:2095 : return 0 2022-09-20 12:45:03.154 | + functions-common:run_process:1703 : _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-09-20 12:45:03.157 | + functions-common:_run_under_systemd:1653 : local service=q-agt 2022-09-20 12:45:03.159 | + functions-common:_run_under_systemd:1654 : local 'command=/usr/local/bin/neutron-openvswitch-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini' 2022-09-20 12:45:03.163 | + functions-common:_run_under_systemd:1655 : local 'cmd=/usr/local/bin/neutron-openvswitch-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini' 2022-09-20 12:45:03.166 | + functions-common:_run_under_systemd:1657 : _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-09-20 12:45:03.168 | + functions-common:_common_systemd_pitfalls:1625 : local 'cmd=/usr/local/bin/neutron-openvswitch-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini' 2022-09-20 12:45:03.171 | + functions-common:_common_systemd_pitfalls:1628 : [[ /usr/local/bin/neutron-openvswitch-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini =~ sudo ]] 2022-09-20 12:45:03.174 | + functions-common:_common_systemd_pitfalls:1639 : [[ ! /usr/local/bin/neutron-openvswitch-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini =~ ^/ ]] 2022-09-20 12:45:03.177 | + functions-common:_run_under_systemd:1659 : local systemd_service=devstack@q-agt.service 2022-09-20 12:45:03.180 | + functions-common:_run_under_systemd:1660 : local group= 2022-09-20 12:45:03.183 | + functions-common:_run_under_systemd:1661 : local user=ubuntu 2022-09-20 12:45:03.185 | + functions-common:_run_under_systemd:1662 : [[ -z ubuntu ]] 2022-09-20 12:45:03.188 | + functions-common:_run_under_systemd:1665 : local env_vars= 2022-09-20 12:45:03.190 | + functions-common:_run_under_systemd:1666 : [[ /usr/local/bin/neutron-openvswitch-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini =~ uwsgi ]] 2022-09-20 12:45:03.194 | + functions-common:_run_under_systemd:1669 : 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-09-20 12:45:03.196 | + functions-common:write_user_unit_file:1562 : local service=devstack@q-agt.service 2022-09-20 12:45:03.198 | + functions-common:write_user_unit_file:1563 : local 'command=/usr/local/bin/neutron-openvswitch-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini' 2022-09-20 12:45:03.201 | + functions-common:write_user_unit_file:1564 : local group= 2022-09-20 12:45:03.203 | + functions-common:write_user_unit_file:1565 : local user=ubuntu 2022-09-20 12:45:03.206 | + functions-common:write_user_unit_file:1566 : local env_vars= 2022-09-20 12:45:03.208 | + functions-common:write_user_unit_file:1567 : local extra= 2022-09-20 12:45:03.211 | + functions-common:write_user_unit_file:1568 : [[ -n '' ]] 2022-09-20 12:45:03.213 | + functions-common:write_user_unit_file:1571 : local unitfile=/etc/systemd/system/devstack@q-agt.service 2022-09-20 12:45:03.216 | + functions-common:write_user_unit_file:1572 : mkdir -p /etc/systemd/system 2022-09-20 12:45:03.220 | + functions-common:write_user_unit_file:1574 : iniset -sudo /etc/systemd/system/devstack@q-agt.service Unit Description 'Devstack devstack@q-agt.service' 2022-09-20 12:45:03.281 | + functions-common:write_user_unit_file:1575 : iniset -sudo /etc/systemd/system/devstack@q-agt.service Service User ubuntu 2022-09-20 12:45:03.340 | + 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-09-20 12:45:03.401 | + functions-common:write_user_unit_file:1577 : iniset -sudo /etc/systemd/system/devstack@q-agt.service Service KillMode process 2022-09-20 12:45:03.461 | + functions-common:write_user_unit_file:1578 : iniset -sudo /etc/systemd/system/devstack@q-agt.service Service TimeoutStopSec 300 2022-09-20 12:45:03.525 | + functions-common:write_user_unit_file:1579 : iniset -sudo /etc/systemd/system/devstack@q-agt.service Service ExecReload '/usr/bin/kill -HUP $MAINPID' 2022-09-20 12:45:03.589 | + functions-common:write_user_unit_file:1580 : [[ -n '' ]] 2022-09-20 12:45:03.591 | + functions-common:write_user_unit_file:1583 : [[ -n '' ]] 2022-09-20 12:45:03.594 | + functions-common:write_user_unit_file:1586 : iniset -sudo /etc/systemd/system/devstack@q-agt.service Install WantedBy multi-user.target 2022-09-20 12:45:03.653 | + functions-common:write_user_unit_file:1589 : sudo systemctl daemon-reload 2022-09-20 12:45:04.116 | + functions-common:_run_under_systemd:1672 : sudo systemctl enable devstack@q-agt.service 2022-09-20 12:45:04.131 | Created symlink /etc/systemd/system/multi-user.target.wants/devstack@q-agt.service → /etc/systemd/system/devstack@q-agt.service. 2022-09-20 12:45:04.601 | + functions-common:_run_under_systemd:1673 : sudo systemctl start devstack@q-agt.service 2022-09-20 12:45:04.626 | + functions-common:run_process:1705 : time_stop run_process 2022-09-20 12:45:04.628 | + functions-common:time_stop:2439 : local name 2022-09-20 12:45:04.632 | + functions-common:time_stop:2440 : local end_time 2022-09-20 12:45:04.635 | + functions-common:time_stop:2441 : local elapsed_time 2022-09-20 12:45:04.638 | + functions-common:time_stop:2442 : local total 2022-09-20 12:45:04.641 | + functions-common:time_stop:2443 : local start_time 2022-09-20 12:45:04.643 | + functions-common:time_stop:2445 : name=run_process 2022-09-20 12:45:04.647 | + functions-common:time_stop:2446 : start_time=1663677903128 2022-09-20 12:45:04.649 | + functions-common:time_stop:2448 : [[ -z 1663677903128 ]] 2022-09-20 12:45:04.652 | ++ functions-common:time_stop:2451 : date +%s%3N 2022-09-20 12:45:04.658 | + functions-common:time_stop:2451 : end_time=1663677904654 2022-09-20 12:45:04.661 | + functions-common:time_stop:2452 : elapsed_time=1526 2022-09-20 12:45:04.664 | + functions-common:time_stop:2453 : total=16657 2022-09-20 12:45:04.666 | + functions-common:time_stop:2455 : _TIME_START[$name]= 2022-09-20 12:45:04.669 | + functions-common:time_stop:2456 : _TIME_TOTAL[$name]=18183 2022-09-20 12:45:04.672 | + lib/neutron-legacy:start_mutnauq_l2_agent:575 : is_provider_network 2022-09-20 12:45:04.675 | + functions-common:is_provider_network:2288 : '[' '' == True ']' 2022-09-20 12:45:04.680 | + functions-common:is_provider_network:2291 : return 1 2022-09-20 12:45:04.683 | + lib/neutron:start_neutron:750 : start_mutnauq_other_agents 2022-09-20 12:45:04.685 | + lib/neutron-legacy:start_mutnauq_other_agents:591 : run_process q-dhcp '/usr/local/bin/neutron-dhcp-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/dhcp_agent.ini' 2022-09-20 12:45:04.688 | + functions-common:run_process:1693 : local service=q-dhcp 2022-09-20 12:45:04.691 | + functions-common:run_process:1694 : local 'command=/usr/local/bin/neutron-dhcp-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/dhcp_agent.ini' 2022-09-20 12:45:04.694 | + functions-common:run_process:1695 : local group= 2022-09-20 12:45:04.696 | + functions-common:run_process:1696 : local user= 2022-09-20 12:45:04.699 | + functions-common:run_process:1697 : local env_vars= 2022-09-20 12:45:04.702 | + functions-common:run_process:1699 : local name=q-dhcp 2022-09-20 12:45:04.705 | + functions-common:run_process:1701 : time_start run_process 2022-09-20 12:45:04.707 | + functions-common:time_start:2425 : local name=run_process 2022-09-20 12:45:04.710 | + functions-common:time_start:2426 : local start_time= 2022-09-20 12:45:04.714 | + functions-common:time_start:2427 : [[ -n '' ]] 2022-09-20 12:45:04.718 | ++ functions-common:time_start:2430 : date +%s%3N 2022-09-20 12:45:04.724 | + functions-common:time_start:2430 : _TIME_START[$name]=1663677904720 2022-09-20 12:45:04.726 | + functions-common:run_process:1702 : is_service_enabled q-dhcp 2022-09-20 12:45:04.754 | + functions-common:is_service_enabled:2095 : return 0 2022-09-20 12:45:04.758 | + functions-common:run_process:1703 : _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-09-20 12:45:04.761 | + functions-common:_run_under_systemd:1653 : local service=q-dhcp 2022-09-20 12:45:04.764 | + functions-common:_run_under_systemd:1654 : local 'command=/usr/local/bin/neutron-dhcp-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/dhcp_agent.ini' 2022-09-20 12:45:04.766 | + functions-common:_run_under_systemd:1655 : local 'cmd=/usr/local/bin/neutron-dhcp-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/dhcp_agent.ini' 2022-09-20 12:45:04.769 | + functions-common:_run_under_systemd:1657 : _common_systemd_pitfalls '/usr/local/bin/neutron-dhcp-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/dhcp_agent.ini' 2022-09-20 12:45:04.773 | + functions-common:_common_systemd_pitfalls:1625 : local 'cmd=/usr/local/bin/neutron-dhcp-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/dhcp_agent.ini' 2022-09-20 12:45:04.776 | + functions-common:_common_systemd_pitfalls:1628 : [[ /usr/local/bin/neutron-dhcp-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/dhcp_agent.ini =~ sudo ]] 2022-09-20 12:45:04.781 | + functions-common:_common_systemd_pitfalls:1639 : [[ ! /usr/local/bin/neutron-dhcp-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/dhcp_agent.ini =~ ^/ ]] 2022-09-20 12:45:04.784 | + functions-common:_run_under_systemd:1659 : local systemd_service=devstack@q-dhcp.service 2022-09-20 12:45:04.787 | + functions-common:_run_under_systemd:1660 : local group= 2022-09-20 12:45:04.790 | + functions-common:_run_under_systemd:1661 : local user=ubuntu 2022-09-20 12:45:04.793 | + functions-common:_run_under_systemd:1662 : [[ -z ubuntu ]] 2022-09-20 12:45:04.796 | + functions-common:_run_under_systemd:1665 : local env_vars= 2022-09-20 12:45:04.799 | + functions-common:_run_under_systemd:1666 : [[ /usr/local/bin/neutron-dhcp-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/dhcp_agent.ini =~ uwsgi ]] 2022-09-20 12:45:04.802 | + functions-common:_run_under_systemd:1669 : 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-09-20 12:45:04.807 | + functions-common:write_user_unit_file:1562 : local service=devstack@q-dhcp.service 2022-09-20 12:45:04.810 | + functions-common:write_user_unit_file:1563 : local 'command=/usr/local/bin/neutron-dhcp-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/dhcp_agent.ini' 2022-09-20 12:45:04.812 | + functions-common:write_user_unit_file:1564 : local group= 2022-09-20 12:45:04.816 | + functions-common:write_user_unit_file:1565 : local user=ubuntu 2022-09-20 12:45:04.818 | + functions-common:write_user_unit_file:1566 : local env_vars= 2022-09-20 12:45:04.821 | + functions-common:write_user_unit_file:1567 : local extra= 2022-09-20 12:45:04.824 | + functions-common:write_user_unit_file:1568 : [[ -n '' ]] 2022-09-20 12:45:04.828 | + functions-common:write_user_unit_file:1571 : local unitfile=/etc/systemd/system/devstack@q-dhcp.service 2022-09-20 12:45:04.832 | + functions-common:write_user_unit_file:1572 : mkdir -p /etc/systemd/system 2022-09-20 12:45:04.839 | + functions-common:write_user_unit_file:1574 : iniset -sudo /etc/systemd/system/devstack@q-dhcp.service Unit Description 'Devstack devstack@q-dhcp.service' 2022-09-20 12:45:04.904 | + functions-common:write_user_unit_file:1575 : iniset -sudo /etc/systemd/system/devstack@q-dhcp.service Service User ubuntu 2022-09-20 12:45:04.967 | + 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-09-20 12:45:05.043 | + functions-common:write_user_unit_file:1577 : iniset -sudo /etc/systemd/system/devstack@q-dhcp.service Service KillMode process 2022-09-20 12:45:05.107 | + functions-common:write_user_unit_file:1578 : iniset -sudo /etc/systemd/system/devstack@q-dhcp.service Service TimeoutStopSec 300 2022-09-20 12:45:05.172 | + functions-common:write_user_unit_file:1579 : iniset -sudo /etc/systemd/system/devstack@q-dhcp.service Service ExecReload '/usr/bin/kill -HUP $MAINPID' 2022-09-20 12:45:05.239 | + functions-common:write_user_unit_file:1580 : [[ -n '' ]] 2022-09-20 12:45:05.243 | + functions-common:write_user_unit_file:1583 : [[ -n '' ]] 2022-09-20 12:45:05.246 | + functions-common:write_user_unit_file:1586 : iniset -sudo /etc/systemd/system/devstack@q-dhcp.service Install WantedBy multi-user.target 2022-09-20 12:45:05.319 | + functions-common:write_user_unit_file:1589 : sudo systemctl daemon-reload 2022-09-20 12:45:05.838 | + functions-common:_run_under_systemd:1672 : sudo systemctl enable devstack@q-dhcp.service 2022-09-20 12:45:05.851 | Created symlink /etc/systemd/system/multi-user.target.wants/devstack@q-dhcp.service → /etc/systemd/system/devstack@q-dhcp.service. 2022-09-20 12:45:06.347 | + functions-common:_run_under_systemd:1673 : sudo systemctl start devstack@q-dhcp.service 2022-09-20 12:45:06.369 | + functions-common:run_process:1705 : time_stop run_process 2022-09-20 12:45:06.372 | + functions-common:time_stop:2439 : local name 2022-09-20 12:45:06.380 | + functions-common:time_stop:2440 : local end_time 2022-09-20 12:45:06.385 | + functions-common:time_stop:2441 : local elapsed_time 2022-09-20 12:45:06.389 | + functions-common:time_stop:2442 : local total 2022-09-20 12:45:06.396 | + functions-common:time_stop:2443 : local start_time 2022-09-20 12:45:06.400 | + functions-common:time_stop:2445 : name=run_process 2022-09-20 12:45:06.408 | + functions-common:time_stop:2446 : start_time=1663677904720 2022-09-20 12:45:06.412 | + functions-common:time_stop:2448 : [[ -z 1663677904720 ]] 2022-09-20 12:45:06.417 | ++ functions-common:time_stop:2451 : date +%s%3N 2022-09-20 12:45:06.422 | + functions-common:time_stop:2451 : end_time=1663677906419 2022-09-20 12:45:06.425 | + functions-common:time_stop:2452 : elapsed_time=1699 2022-09-20 12:45:06.429 | + functions-common:time_stop:2453 : total=18183 2022-09-20 12:45:06.432 | + functions-common:time_stop:2455 : _TIME_START[$name]= 2022-09-20 12:45:06.435 | + functions-common:time_stop:2456 : _TIME_TOTAL[$name]=19882 2022-09-20 12:45:06.441 | ++ lib/neutron-legacy:start_mutnauq_other_agents:593 : determine_config_files neutron-l3-agent 2022-09-20 12:45:06.445 | ++ lib/neutron-legacy:determine_config_files:337 : local opts= 2022-09-20 12:45:06.449 | ++ lib/neutron-legacy:determine_config_files:338 : case "$1" in 2022-09-20 12:45:06.454 | +++ lib/neutron-legacy:determine_config_files:340 : _determine_config_l3 2022-09-20 12:45:06.457 | +++ lib/neutron-legacy:_determine_config_l3:330 : local 'opts=--config-file /etc/neutron/neutron.conf --config-file /etc/neutron/l3_agent.ini' 2022-09-20 12:45:06.460 | +++ lib/neutron-legacy:_determine_config_l3:331 : echo '--config-file /etc/neutron/neutron.conf --config-file /etc/neutron/l3_agent.ini' 2022-09-20 12:45:06.464 | ++ lib/neutron-legacy:determine_config_files:340 : opts='--config-file /etc/neutron/neutron.conf --config-file /etc/neutron/l3_agent.ini' 2022-09-20 12:45:06.466 | ++ lib/neutron-legacy:determine_config_files:342 : '[' -z '--config-file /etc/neutron/neutron.conf --config-file /etc/neutron/l3_agent.ini' ']' 2022-09-20 12:45:06.469 | ++ lib/neutron-legacy:determine_config_files:345 : echo '--config-file /etc/neutron/neutron.conf --config-file /etc/neutron/l3_agent.ini' 2022-09-20 12:45:06.472 | + lib/neutron-legacy:start_mutnauq_other_agents:593 : run_process q-l3 '/usr/local/bin/neutron-l3-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/l3_agent.ini' 2022-09-20 12:45:06.477 | + functions-common:run_process:1693 : local service=q-l3 2022-09-20 12:45:06.480 | + functions-common:run_process:1694 : local 'command=/usr/local/bin/neutron-l3-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/l3_agent.ini' 2022-09-20 12:45:06.483 | + functions-common:run_process:1695 : local group= 2022-09-20 12:45:06.486 | + functions-common:run_process:1696 : local user= 2022-09-20 12:45:06.490 | + functions-common:run_process:1697 : local env_vars= 2022-09-20 12:45:06.493 | + functions-common:run_process:1699 : local name=q-l3 2022-09-20 12:45:06.500 | + functions-common:run_process:1701 : time_start run_process 2022-09-20 12:45:06.503 | + functions-common:time_start:2425 : local name=run_process 2022-09-20 12:45:06.506 | + functions-common:time_start:2426 : local start_time= 2022-09-20 12:45:06.509 | + functions-common:time_start:2427 : [[ -n '' ]] 2022-09-20 12:45:06.516 | ++ functions-common:time_start:2430 : date +%s%3N 2022-09-20 12:45:06.522 | + functions-common:time_start:2430 : _TIME_START[$name]=1663677906518 2022-09-20 12:45:06.525 | + functions-common:run_process:1702 : is_service_enabled q-l3 2022-09-20 12:45:06.552 | + functions-common:is_service_enabled:2095 : return 0 2022-09-20 12:45:06.555 | + functions-common:run_process:1703 : _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-09-20 12:45:06.559 | + functions-common:_run_under_systemd:1653 : local service=q-l3 2022-09-20 12:45:06.562 | + functions-common:_run_under_systemd:1654 : local 'command=/usr/local/bin/neutron-l3-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/l3_agent.ini' 2022-09-20 12:45:06.565 | + functions-common:_run_under_systemd:1655 : local 'cmd=/usr/local/bin/neutron-l3-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/l3_agent.ini' 2022-09-20 12:45:06.569 | + functions-common:_run_under_systemd:1657 : _common_systemd_pitfalls '/usr/local/bin/neutron-l3-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/l3_agent.ini' 2022-09-20 12:45:06.572 | + functions-common:_common_systemd_pitfalls:1625 : local 'cmd=/usr/local/bin/neutron-l3-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/l3_agent.ini' 2022-09-20 12:45:06.575 | + functions-common:_common_systemd_pitfalls:1628 : [[ /usr/local/bin/neutron-l3-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/l3_agent.ini =~ sudo ]] 2022-09-20 12:45:06.577 | + functions-common:_common_systemd_pitfalls:1639 : [[ ! /usr/local/bin/neutron-l3-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/l3_agent.ini =~ ^/ ]] 2022-09-20 12:45:06.580 | + functions-common:_run_under_systemd:1659 : local systemd_service=devstack@q-l3.service 2022-09-20 12:45:06.584 | + functions-common:_run_under_systemd:1660 : local group= 2022-09-20 12:45:06.587 | + functions-common:_run_under_systemd:1661 : local user=ubuntu 2022-09-20 12:45:06.590 | + functions-common:_run_under_systemd:1662 : [[ -z ubuntu ]] 2022-09-20 12:45:06.593 | + functions-common:_run_under_systemd:1665 : local env_vars= 2022-09-20 12:45:06.601 | + functions-common:_run_under_systemd:1666 : [[ /usr/local/bin/neutron-l3-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/l3_agent.ini =~ uwsgi ]] 2022-09-20 12:45:06.605 | + functions-common:_run_under_systemd:1669 : 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-09-20 12:45:06.608 | + functions-common:write_user_unit_file:1562 : local service=devstack@q-l3.service 2022-09-20 12:45:06.612 | + functions-common:write_user_unit_file:1563 : local 'command=/usr/local/bin/neutron-l3-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/l3_agent.ini' 2022-09-20 12:45:06.615 | + functions-common:write_user_unit_file:1564 : local group= 2022-09-20 12:45:06.621 | + functions-common:write_user_unit_file:1565 : local user=ubuntu 2022-09-20 12:45:06.626 | + functions-common:write_user_unit_file:1566 : local env_vars= 2022-09-20 12:45:06.630 | + functions-common:write_user_unit_file:1567 : local extra= 2022-09-20 12:45:06.634 | + functions-common:write_user_unit_file:1568 : [[ -n '' ]] 2022-09-20 12:45:06.637 | + functions-common:write_user_unit_file:1571 : local unitfile=/etc/systemd/system/devstack@q-l3.service 2022-09-20 12:45:06.641 | + functions-common:write_user_unit_file:1572 : mkdir -p /etc/systemd/system 2022-09-20 12:45:06.647 | + functions-common:write_user_unit_file:1574 : iniset -sudo /etc/systemd/system/devstack@q-l3.service Unit Description 'Devstack devstack@q-l3.service' 2022-09-20 12:45:06.725 | + functions-common:write_user_unit_file:1575 : iniset -sudo /etc/systemd/system/devstack@q-l3.service Service User ubuntu 2022-09-20 12:45:06.804 | + 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-09-20 12:45:06.876 | + functions-common:write_user_unit_file:1577 : iniset -sudo /etc/systemd/system/devstack@q-l3.service Service KillMode process 2022-09-20 12:45:06.956 | + functions-common:write_user_unit_file:1578 : iniset -sudo /etc/systemd/system/devstack@q-l3.service Service TimeoutStopSec 300 2022-09-20 12:45:07.033 | + functions-common:write_user_unit_file:1579 : iniset -sudo /etc/systemd/system/devstack@q-l3.service Service ExecReload '/usr/bin/kill -HUP $MAINPID' 2022-09-20 12:45:07.111 | + functions-common:write_user_unit_file:1580 : [[ -n '' ]] 2022-09-20 12:45:07.115 | + functions-common:write_user_unit_file:1583 : [[ -n '' ]] 2022-09-20 12:45:07.117 | + functions-common:write_user_unit_file:1586 : iniset -sudo /etc/systemd/system/devstack@q-l3.service Install WantedBy multi-user.target 2022-09-20 12:45:07.196 | + functions-common:write_user_unit_file:1589 : sudo systemctl daemon-reload 2022-09-20 12:45:07.744 | + functions-common:_run_under_systemd:1672 : sudo systemctl enable devstack@q-l3.service 2022-09-20 12:45:07.768 | Created symlink /etc/systemd/system/multi-user.target.wants/devstack@q-l3.service → /etc/systemd/system/devstack@q-l3.service. 2022-09-20 12:45:08.273 | + functions-common:_run_under_systemd:1673 : sudo systemctl start devstack@q-l3.service 2022-09-20 12:45:08.313 | + functions-common:run_process:1705 : time_stop run_process 2022-09-20 12:45:08.313 | + functions-common:time_stop:2439 : local name 2022-09-20 12:45:08.316 | + functions-common:time_stop:2440 : local end_time 2022-09-20 12:45:08.321 | + functions-common:time_stop:2441 : local elapsed_time 2022-09-20 12:45:08.321 | + functions-common:time_stop:2442 : local total 2022-09-20 12:45:08.325 | + functions-common:time_stop:2443 : local start_time 2022-09-20 12:45:08.327 | + functions-common:time_stop:2445 : name=run_process 2022-09-20 12:45:08.331 | + functions-common:time_stop:2446 : start_time=1663677906518 2022-09-20 12:45:08.334 | + functions-common:time_stop:2448 : [[ -z 1663677906518 ]] 2022-09-20 12:45:08.341 | ++ functions-common:time_stop:2451 : date +%s%3N 2022-09-20 12:45:08.344 | + functions-common:time_stop:2451 : end_time=1663677908338 2022-09-20 12:45:08.346 | + functions-common:time_stop:2452 : elapsed_time=1820 2022-09-20 12:45:08.350 | + functions-common:time_stop:2453 : total=19882 2022-09-20 12:45:08.354 | + functions-common:time_stop:2455 : _TIME_START[$name]= 2022-09-20 12:45:08.356 | + functions-common:time_stop:2456 : _TIME_TOTAL[$name]=21702 2022-09-20 12:45:08.361 | + lib/neutron-legacy:start_mutnauq_other_agents:595 : run_process q-meta '/usr/local/bin/neutron-metadata-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/metadata_agent.ini' 2022-09-20 12:45:08.365 | + functions-common:run_process:1693 : local service=q-meta 2022-09-20 12:45:08.367 | + functions-common:run_process:1694 : local 'command=/usr/local/bin/neutron-metadata-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/metadata_agent.ini' 2022-09-20 12:45:08.373 | + functions-common:run_process:1695 : local group= 2022-09-20 12:45:08.373 | + functions-common:run_process:1696 : local user= 2022-09-20 12:45:08.377 | + functions-common:run_process:1697 : local env_vars= 2022-09-20 12:45:08.381 | + functions-common:run_process:1699 : local name=q-meta 2022-09-20 12:45:08.383 | + functions-common:run_process:1701 : time_start run_process 2022-09-20 12:45:08.387 | + functions-common:time_start:2425 : local name=run_process 2022-09-20 12:45:08.389 | + functions-common:time_start:2426 : local start_time= 2022-09-20 12:45:08.393 | + functions-common:time_start:2427 : [[ -n '' ]] 2022-09-20 12:45:08.395 | ++ functions-common:time_start:2430 : date +%s%3N 2022-09-20 12:45:08.401 | + functions-common:time_start:2430 : _TIME_START[$name]=1663677908396 2022-09-20 12:45:08.407 | + functions-common:run_process:1702 : is_service_enabled q-meta 2022-09-20 12:45:08.436 | + functions-common:is_service_enabled:2095 : return 0 2022-09-20 12:45:08.439 | + functions-common:run_process:1703 : _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-09-20 12:45:08.443 | + functions-common:_run_under_systemd:1653 : local service=q-meta 2022-09-20 12:45:08.446 | + functions-common:_run_under_systemd:1654 : local 'command=/usr/local/bin/neutron-metadata-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/metadata_agent.ini' 2022-09-20 12:45:08.449 | + functions-common:_run_under_systemd:1655 : local 'cmd=/usr/local/bin/neutron-metadata-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/metadata_agent.ini' 2022-09-20 12:45:08.452 | + functions-common:_run_under_systemd:1657 : _common_systemd_pitfalls '/usr/local/bin/neutron-metadata-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/metadata_agent.ini' 2022-09-20 12:45:08.455 | + functions-common:_common_systemd_pitfalls:1625 : local 'cmd=/usr/local/bin/neutron-metadata-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/metadata_agent.ini' 2022-09-20 12:45:08.457 | + functions-common:_common_systemd_pitfalls:1628 : [[ /usr/local/bin/neutron-metadata-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/metadata_agent.ini =~ sudo ]] 2022-09-20 12:45:08.461 | + functions-common:_common_systemd_pitfalls:1639 : [[ ! /usr/local/bin/neutron-metadata-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/metadata_agent.ini =~ ^/ ]] 2022-09-20 12:45:08.464 | + functions-common:_run_under_systemd:1659 : local systemd_service=devstack@q-meta.service 2022-09-20 12:45:08.469 | + functions-common:_run_under_systemd:1660 : local group= 2022-09-20 12:45:08.472 | + functions-common:_run_under_systemd:1661 : local user=ubuntu 2022-09-20 12:45:08.476 | + functions-common:_run_under_systemd:1662 : [[ -z ubuntu ]] 2022-09-20 12:45:08.478 | + functions-common:_run_under_systemd:1665 : local env_vars= 2022-09-20 12:45:08.481 | + functions-common:_run_under_systemd:1666 : [[ /usr/local/bin/neutron-metadata-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/metadata_agent.ini =~ uwsgi ]] 2022-09-20 12:45:08.484 | + functions-common:_run_under_systemd:1669 : 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-09-20 12:45:08.487 | + functions-common:write_user_unit_file:1562 : local service=devstack@q-meta.service 2022-09-20 12:45:08.489 | + functions-common:write_user_unit_file:1563 : local 'command=/usr/local/bin/neutron-metadata-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/metadata_agent.ini' 2022-09-20 12:45:08.492 | + functions-common:write_user_unit_file:1564 : local group= 2022-09-20 12:45:08.495 | + functions-common:write_user_unit_file:1565 : local user=ubuntu 2022-09-20 12:45:08.497 | + functions-common:write_user_unit_file:1566 : local env_vars= 2022-09-20 12:45:08.500 | + functions-common:write_user_unit_file:1567 : local extra= 2022-09-20 12:45:08.503 | + functions-common:write_user_unit_file:1568 : [[ -n '' ]] 2022-09-20 12:45:08.505 | + functions-common:write_user_unit_file:1571 : local unitfile=/etc/systemd/system/devstack@q-meta.service 2022-09-20 12:45:08.508 | + functions-common:write_user_unit_file:1572 : mkdir -p /etc/systemd/system 2022-09-20 12:45:08.513 | + functions-common:write_user_unit_file:1574 : iniset -sudo /etc/systemd/system/devstack@q-meta.service Unit Description 'Devstack devstack@q-meta.service' 2022-09-20 12:45:08.596 | + functions-common:write_user_unit_file:1575 : iniset -sudo /etc/systemd/system/devstack@q-meta.service Service User ubuntu 2022-09-20 12:45:08.680 | + 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-09-20 12:45:08.753 | + functions-common:write_user_unit_file:1577 : iniset -sudo /etc/systemd/system/devstack@q-meta.service Service KillMode process 2022-09-20 12:45:08.825 | + functions-common:write_user_unit_file:1578 : iniset -sudo /etc/systemd/system/devstack@q-meta.service Service TimeoutStopSec 300 2022-09-20 12:45:08.901 | + functions-common:write_user_unit_file:1579 : iniset -sudo /etc/systemd/system/devstack@q-meta.service Service ExecReload '/usr/bin/kill -HUP $MAINPID' 2022-09-20 12:45:09.015 | + functions-common:write_user_unit_file:1580 : [[ -n '' ]] 2022-09-20 12:45:09.018 | + functions-common:write_user_unit_file:1583 : [[ -n '' ]] 2022-09-20 12:45:09.025 | + functions-common:write_user_unit_file:1586 : iniset -sudo /etc/systemd/system/devstack@q-meta.service Install WantedBy multi-user.target 2022-09-20 12:45:09.101 | + functions-common:write_user_unit_file:1589 : sudo systemctl daemon-reload 2022-09-20 12:45:09.736 | + functions-common:_run_under_systemd:1672 : sudo systemctl enable devstack@q-meta.service 2022-09-20 12:45:09.755 | Created symlink /etc/systemd/system/multi-user.target.wants/devstack@q-meta.service → /etc/systemd/system/devstack@q-meta.service. 2022-09-20 12:45:10.274 | + functions-common:_run_under_systemd:1673 : sudo systemctl start devstack@q-meta.service 2022-09-20 12:45:10.300 | + functions-common:run_process:1705 : time_stop run_process 2022-09-20 12:45:10.306 | + functions-common:time_stop:2439 : local name 2022-09-20 12:45:10.310 | + functions-common:time_stop:2440 : local end_time 2022-09-20 12:45:10.314 | + functions-common:time_stop:2441 : local elapsed_time 2022-09-20 12:45:10.322 | + functions-common:time_stop:2442 : local total 2022-09-20 12:45:10.327 | + functions-common:time_stop:2443 : local start_time 2022-09-20 12:45:10.331 | + functions-common:time_stop:2445 : name=run_process 2022-09-20 12:45:10.337 | + functions-common:time_stop:2446 : start_time=1663677908396 2022-09-20 12:45:10.341 | + functions-common:time_stop:2448 : [[ -z 1663677908396 ]] 2022-09-20 12:45:10.349 | ++ functions-common:time_stop:2451 : date +%s%3N 2022-09-20 12:45:10.353 | + functions-common:time_stop:2451 : end_time=1663677910348 2022-09-20 12:45:10.355 | + functions-common:time_stop:2452 : elapsed_time=1952 2022-09-20 12:45:10.359 | + functions-common:time_stop:2453 : total=21702 2022-09-20 12:45:10.361 | + functions-common:time_stop:2455 : _TIME_START[$name]= 2022-09-20 12:45:10.365 | + functions-common:time_stop:2456 : _TIME_TOTAL[$name]=23654 2022-09-20 12:45:10.369 | + lib/neutron-legacy:start_mutnauq_other_agents:596 : 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-09-20 12:45:10.372 | + functions-common:run_process:1693 : local service=q-metering 2022-09-20 12:45:10.376 | + functions-common:run_process:1694 : local 'command=/usr/local/bin/neutron-metering-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/services/metering/metering_agent.ini' 2022-09-20 12:45:10.378 | + functions-common:run_process:1695 : local group= 2022-09-20 12:45:10.381 | + functions-common:run_process:1696 : local user= 2022-09-20 12:45:10.384 | + functions-common:run_process:1697 : local env_vars= 2022-09-20 12:45:10.387 | + functions-common:run_process:1699 : local name=q-metering 2022-09-20 12:45:10.390 | + functions-common:run_process:1701 : time_start run_process 2022-09-20 12:45:10.392 | + functions-common:time_start:2425 : local name=run_process 2022-09-20 12:45:10.396 | + functions-common:time_start:2426 : local start_time= 2022-09-20 12:45:10.399 | + functions-common:time_start:2427 : [[ -n '' ]] 2022-09-20 12:45:10.408 | ++ functions-common:time_start:2430 : date +%s%3N 2022-09-20 12:45:10.416 | + functions-common:time_start:2430 : _TIME_START[$name]=1663677910412 2022-09-20 12:45:10.419 | + functions-common:run_process:1702 : is_service_enabled q-metering 2022-09-20 12:45:10.454 | + functions-common:is_service_enabled:2095 : return 0 2022-09-20 12:45:10.457 | + functions-common:run_process:1703 : _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-09-20 12:45:10.463 | + functions-common:_run_under_systemd:1653 : local service=q-metering 2022-09-20 12:45:10.468 | + functions-common:_run_under_systemd:1654 : local 'command=/usr/local/bin/neutron-metering-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/services/metering/metering_agent.ini' 2022-09-20 12:45:10.471 | + functions-common:_run_under_systemd:1655 : local 'cmd=/usr/local/bin/neutron-metering-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/services/metering/metering_agent.ini' 2022-09-20 12:45:10.479 | + functions-common:_run_under_systemd:1657 : _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-09-20 12:45:10.487 | + functions-common:_common_systemd_pitfalls:1625 : local 'cmd=/usr/local/bin/neutron-metering-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/services/metering/metering_agent.ini' 2022-09-20 12:45:10.501 | + functions-common:_common_systemd_pitfalls:1628 : [[ /usr/local/bin/neutron-metering-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/services/metering/metering_agent.ini =~ sudo ]] 2022-09-20 12:45:10.501 | + functions-common:_common_systemd_pitfalls:1639 : [[ ! /usr/local/bin/neutron-metering-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/services/metering/metering_agent.ini =~ ^/ ]] 2022-09-20 12:45:10.501 | + functions-common:_run_under_systemd:1659 : local systemd_service=devstack@q-metering.service 2022-09-20 12:45:10.504 | + functions-common:_run_under_systemd:1660 : local group= 2022-09-20 12:45:10.510 | + functions-common:_run_under_systemd:1661 : local user=ubuntu 2022-09-20 12:45:10.513 | + functions-common:_run_under_systemd:1662 : [[ -z ubuntu ]] 2022-09-20 12:45:10.522 | + functions-common:_run_under_systemd:1665 : local env_vars= 2022-09-20 12:45:10.525 | + functions-common:_run_under_systemd:1666 : [[ /usr/local/bin/neutron-metering-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/services/metering/metering_agent.ini =~ uwsgi ]] 2022-09-20 12:45:10.530 | + functions-common:_run_under_systemd:1669 : 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-09-20 12:45:10.532 | + functions-common:write_user_unit_file:1562 : local service=devstack@q-metering.service 2022-09-20 12:45:10.538 | + functions-common:write_user_unit_file:1563 : local 'command=/usr/local/bin/neutron-metering-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/services/metering/metering_agent.ini' 2022-09-20 12:45:10.541 | + functions-common:write_user_unit_file:1564 : local group= 2022-09-20 12:45:10.546 | + functions-common:write_user_unit_file:1565 : local user=ubuntu 2022-09-20 12:45:10.550 | + functions-common:write_user_unit_file:1566 : local env_vars= 2022-09-20 12:45:10.553 | + functions-common:write_user_unit_file:1567 : local extra= 2022-09-20 12:45:10.558 | + functions-common:write_user_unit_file:1568 : [[ -n '' ]] 2022-09-20 12:45:10.563 | + functions-common:write_user_unit_file:1571 : local unitfile=/etc/systemd/system/devstack@q-metering.service 2022-09-20 12:45:10.567 | + functions-common:write_user_unit_file:1572 : mkdir -p /etc/systemd/system 2022-09-20 12:45:10.577 | + functions-common:write_user_unit_file:1574 : iniset -sudo /etc/systemd/system/devstack@q-metering.service Unit Description 'Devstack devstack@q-metering.service' 2022-09-20 12:45:10.674 | + functions-common:write_user_unit_file:1575 : iniset -sudo /etc/systemd/system/devstack@q-metering.service Service User ubuntu 2022-09-20 12:45:10.790 | + 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-09-20 12:45:10.904 | + functions-common:write_user_unit_file:1577 : iniset -sudo /etc/systemd/system/devstack@q-metering.service Service KillMode process 2022-09-20 12:45:11.018 | + functions-common:write_user_unit_file:1578 : iniset -sudo /etc/systemd/system/devstack@q-metering.service Service TimeoutStopSec 300 2022-09-20 12:45:11.128 | + functions-common:write_user_unit_file:1579 : iniset -sudo /etc/systemd/system/devstack@q-metering.service Service ExecReload '/usr/bin/kill -HUP $MAINPID' 2022-09-20 12:45:11.241 | + functions-common:write_user_unit_file:1580 : [[ -n '' ]] 2022-09-20 12:45:11.245 | + functions-common:write_user_unit_file:1583 : [[ -n '' ]] 2022-09-20 12:45:11.248 | + functions-common:write_user_unit_file:1586 : iniset -sudo /etc/systemd/system/devstack@q-metering.service Install WantedBy multi-user.target 2022-09-20 12:45:11.339 | + functions-common:write_user_unit_file:1589 : sudo systemctl daemon-reload 2022-09-20 12:45:12.079 | + functions-common:_run_under_systemd:1672 : sudo systemctl enable devstack@q-metering.service 2022-09-20 12:45:12.096 | Created symlink /etc/systemd/system/multi-user.target.wants/devstack@q-metering.service → /etc/systemd/system/devstack@q-metering.service. 2022-09-20 12:45:12.662 | + functions-common:_run_under_systemd:1673 : sudo systemctl start devstack@q-metering.service 2022-09-20 12:45:12.697 | + functions-common:run_process:1705 : time_stop run_process 2022-09-20 12:45:12.701 | + functions-common:time_stop:2439 : local name 2022-09-20 12:45:12.703 | + functions-common:time_stop:2440 : local end_time 2022-09-20 12:45:12.707 | + functions-common:time_stop:2441 : local elapsed_time 2022-09-20 12:45:12.712 | + functions-common:time_stop:2442 : local total 2022-09-20 12:45:12.716 | + functions-common:time_stop:2443 : local start_time 2022-09-20 12:45:12.723 | + functions-common:time_stop:2445 : name=run_process 2022-09-20 12:45:12.731 | + functions-common:time_stop:2446 : start_time=1663677910412 2022-09-20 12:45:12.739 | + functions-common:time_stop:2448 : [[ -z 1663677910412 ]] 2022-09-20 12:45:12.753 | ++ functions-common:time_stop:2451 : date +%s%3N 2022-09-20 12:45:12.771 | + functions-common:time_stop:2451 : end_time=1663677912758 2022-09-20 12:45:12.779 | + functions-common:time_stop:2452 : elapsed_time=2346 2022-09-20 12:45:12.784 | + functions-common:time_stop:2453 : total=23654 2022-09-20 12:45:12.794 | + functions-common:time_stop:2455 : _TIME_START[$name]= 2022-09-20 12:45:12.803 | + functions-common:time_stop:2456 : _TIME_TOTAL[$name]=26000 2022-09-20 12:45:12.811 | + ./stack.sh:main:1296 : is_service_enabled q-svc 2022-09-20 12:45:12.866 | + functions-common:is_service_enabled:2095 : return 0 2022-09-20 12:45:12.875 | + ./stack.sh:main:1296 : [[ True == \T\r\u\e ]] 2022-09-20 12:45:12.890 | + ./stack.sh:main:1297 : echo_summary 'Creating initial neutron network elements' 2022-09-20 12:45:12.899 | + ./stack.sh:echo_summary:435 : [[ -t 3 ]] 2022-09-20 12:45:12.906 | + ./stack.sh:echo_summary:441 : echo -e Creating initial neutron network elements 2022-09-20 12:45:12.915 | + ./stack.sh:main:1300 : type -p neutron_plugin_create_initial_networks 2022-09-20 12:45:12.919 | + ./stack.sh:main:1303 : create_neutron_initial_network 2022-09-20 12:45:12.929 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:151 : type -p neutron_plugin_create_initial_network_profile 2022-09-20 12:45:12.938 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:155 : is_networking_extension_supported auto-allocated-topology 2022-09-20 12:45:12.944 | + lib/neutron_plugins/services/l3:is_networking_extension_supported:427 : local extension=auto-allocated-topology 2022-09-20 12:45:12.957 | ++ 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-09-20 12:45:17.513 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-09-20 12:45:17.513 | from cryptography.utils import int_from_bytes 2022-09-20 12:45:17.513 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-09-20 12:45:17.513 | from cryptography.utils import int_from_bytes 2022-09-20 12:45:17.721 | ++ functions-common:oscwrap:2479 : return 0 2022-09-20 12:45:17.726 | + lib/neutron_plugins/services/l3:is_networking_extension_supported:429 : EXT_LIST='address-group 2022-09-20 12:45:17.726 | address-scope 2022-09-20 12:45:17.726 | router-admin-state-down-before-update 2022-09-20 12:45:17.726 | agent 2022-09-20 12:45:17.726 | agent-resources-synced 2022-09-20 12:45:17.726 | allowed-address-pairs 2022-09-20 12:45:17.726 | auto-allocated-topology 2022-09-20 12:45:17.726 | availability_zone 2022-09-20 12:45:17.726 | availability_zone_filter 2022-09-20 12:45:17.726 | default-subnetpools 2022-09-20 12:45:17.726 | dhcp_agent_scheduler 2022-09-20 12:45:17.726 | dvr 2022-09-20 12:45:17.726 | empty-string-filtering 2022-09-20 12:45:17.726 | external-net 2022-09-20 12:45:17.726 | extra_dhcp_opt 2022-09-20 12:45:17.726 | extraroute 2022-09-20 12:45:17.726 | extraroute-atomic 2022-09-20 12:45:17.726 | filter-validation 2022-09-20 12:45:17.726 | floating-ip-port-forwarding-detail 2022-09-20 12:45:17.726 | fip-port-details 2022-09-20 12:45:17.726 | flavors 2022-09-20 12:45:17.727 | floatingip-pools 2022-09-20 12:45:17.727 | ip-substring-filtering 2022-09-20 12:45:17.727 | router 2022-09-20 12:45:17.727 | ext-gw-mode 2022-09-20 12:45:17.727 | l3-ha 2022-09-20 12:45:17.727 | l3-flavors 2022-09-20 12:45:17.727 | l3-port-ip-change-not-allowed 2022-09-20 12:45:17.727 | l3_agent_scheduler 2022-09-20 12:45:17.727 | metering 2022-09-20 12:45:17.727 | metering_source_and_destination_fields 2022-09-20 12:45:17.727 | multi-provider 2022-09-20 12:45:17.727 | net-mtu 2022-09-20 12:45:17.727 | net-mtu-writable 2022-09-20 12:45:17.727 | network_availability_zone 2022-09-20 12:45:17.727 | network-ip-availability 2022-09-20 12:45:17.727 | pagination 2022-09-20 12:45:17.727 | port-device-profile 2022-09-20 12:45:17.727 | port-mac-override 2022-09-20 12:45:17.727 | port-mac-address-regenerate 2022-09-20 12:45:17.727 | port-numa-affinity-policy 2022-09-20 12:45:17.727 | binding 2022-09-20 12:45:17.727 | binding-extended 2022-09-20 12:45:17.727 | port-security 2022-09-20 12:45:17.727 | project-id 2022-09-20 12:45:17.727 | provider 2022-09-20 12:45:17.727 | quota-check-limit 2022-09-20 12:45:17.727 | quotas 2022-09-20 12:45:17.727 | quota_details 2022-09-20 12:45:17.727 | rbac-policies 2022-09-20 12:45:17.727 | rbac-address-group 2022-09-20 12:45:17.727 | rbac-address-scope 2022-09-20 12:45:17.727 | rbac-security-groups 2022-09-20 12:45:17.727 | rbac-subnetpool 2022-09-20 12:45:17.727 | revision-if-match 2022-09-20 12:45:17.727 | standard-attr-revisions 2022-09-20 12:45:17.727 | router_availability_zone 2022-09-20 12:45:17.727 | security-groups-normalized-cidr 2022-09-20 12:45:17.727 | port-security-groups-filtering 2022-09-20 12:45:17.727 | security-groups-remote-address-group 2022-09-20 12:45:17.728 | security-groups-shared-filtering 2022-09-20 12:45:17.728 | security-group 2022-09-20 12:45:17.728 | service-type 2022-09-20 12:45:17.728 | sorting 2022-09-20 12:45:17.728 | standard-attr-description 2022-09-20 12:45:17.728 | stateful-security-group 2022-09-20 12:45:17.728 | subnet_onboard 2022-09-20 12:45:17.728 | subnet-service-types 2022-09-20 12:45:17.728 | subnet_allocation 2022-09-20 12:45:17.728 | subnetpool-prefix-ops 2022-09-20 12:45:17.728 | standard-attr-tag 2022-09-20 12:45:17.728 | standard-attr-timestamp' 2022-09-20 12:45:17.733 | + lib/neutron_plugins/services/l3:is_networking_extension_supported:430 : [[ address-group 2022-09-20 12:45:17.733 | address-scope 2022-09-20 12:45:17.733 | router-admin-state-down-before-update 2022-09-20 12:45:17.733 | agent 2022-09-20 12:45:17.733 | agent-resources-synced 2022-09-20 12:45:17.733 | allowed-address-pairs 2022-09-20 12:45:17.733 | auto-allocated-topology 2022-09-20 12:45:17.733 | availability_zone 2022-09-20 12:45:17.733 | availability_zone_filter 2022-09-20 12:45:17.733 | default-subnetpools 2022-09-20 12:45:17.733 | dhcp_agent_scheduler 2022-09-20 12:45:17.734 | dvr 2022-09-20 12:45:17.734 | empty-string-filtering 2022-09-20 12:45:17.734 | external-net 2022-09-20 12:45:17.734 | extra_dhcp_opt 2022-09-20 12:45:17.734 | extraroute 2022-09-20 12:45:17.734 | extraroute-atomic 2022-09-20 12:45:17.734 | filter-validation 2022-09-20 12:45:17.734 | floating-ip-port-forwarding-detail 2022-09-20 12:45:17.734 | fip-port-details 2022-09-20 12:45:17.734 | flavors 2022-09-20 12:45:17.734 | floatingip-pools 2022-09-20 12:45:17.734 | ip-substring-filtering 2022-09-20 12:45:17.734 | router 2022-09-20 12:45:17.734 | ext-gw-mode 2022-09-20 12:45:17.734 | l3-ha 2022-09-20 12:45:17.734 | l3-flavors 2022-09-20 12:45:17.734 | l3-port-ip-change-not-allowed 2022-09-20 12:45:17.735 | l3_agent_scheduler 2022-09-20 12:45:17.735 | metering 2022-09-20 12:45:17.735 | metering_source_and_destination_fields 2022-09-20 12:45:17.735 | multi-provider 2022-09-20 12:45:17.735 | net-mtu 2022-09-20 12:45:17.735 | net-mtu-writable 2022-09-20 12:45:17.735 | network_availability_zone 2022-09-20 12:45:17.735 | network-ip-availability 2022-09-20 12:45:17.735 | pagination 2022-09-20 12:45:17.735 | port-device-profile 2022-09-20 12:45:17.735 | port-mac-override 2022-09-20 12:45:17.735 | port-mac-address-regenerate 2022-09-20 12:45:17.735 | port-numa-affinity-policy 2022-09-20 12:45:17.735 | binding 2022-09-20 12:45:17.735 | binding-extended 2022-09-20 12:45:17.735 | port-security 2022-09-20 12:45:17.735 | project-id 2022-09-20 12:45:17.735 | provider 2022-09-20 12:45:17.736 | quota-check-limit 2022-09-20 12:45:17.736 | quotas 2022-09-20 12:45:17.736 | quota_details 2022-09-20 12:45:17.736 | rbac-policies 2022-09-20 12:45:17.736 | rbac-address-group 2022-09-20 12:45:17.736 | rbac-address-scope 2022-09-20 12:45:17.736 | rbac-security-groups 2022-09-20 12:45:17.736 | rbac-subnetpool 2022-09-20 12:45:17.736 | revision-if-match 2022-09-20 12:45:17.736 | standard-attr-revisions 2022-09-20 12:45:17.736 | router_availability_zone 2022-09-20 12:45:17.736 | security-groups-normalized-cidr 2022-09-20 12:45:17.736 | port-security-groups-filtering 2022-09-20 12:45:17.736 | security-groups-remote-address-group 2022-09-20 12:45:17.736 | security-groups-shared-filtering 2022-09-20 12:45:17.736 | security-group 2022-09-20 12:45:17.736 | service-type 2022-09-20 12:45:17.737 | sorting 2022-09-20 12:45:17.737 | standard-attr-description 2022-09-20 12:45:17.737 | stateful-security-group 2022-09-20 12:45:17.737 | subnet_onboard 2022-09-20 12:45:17.737 | subnet-service-types 2022-09-20 12:45:17.737 | subnet_allocation 2022-09-20 12:45:17.737 | subnetpool-prefix-ops 2022-09-20 12:45:17.737 | standard-attr-tag 2022-09-20 12:45:17.737 | standard-attr-timestamp =~ auto-allocated-topology ]] 2022-09-20 12:45:17.737 | + lib/neutron_plugins/services/l3:is_networking_extension_supported:430 : return 0 2022-09-20 12:45:17.742 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:156 : [[ True == \T\r\u\e ]] 2022-09-20 12:45:17.747 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:157 : [[ 4 =~ 4.* ]] 2022-09-20 12:45:17.760 | ++ 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-09-20 12:45:21.494 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-09-20 12:45:21.494 | from cryptography.utils import int_from_bytes 2022-09-20 12:45:21.494 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-09-20 12:45:21.494 | from cryptography.utils import int_from_bytes 2022-09-20 12:45:21.674 | ++ functions-common:oscwrap:2479 : return 0 2022-09-20 12:45:21.678 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:158 : SUBNETPOOL_V4_ID=7400d845-b304-430b-b2b0-d04b7f0af54c 2022-09-20 12:45:21.681 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:160 : [[ 4 =~ .*6 ]] 2022-09-20 12:45:21.683 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:166 : is_provider_network 2022-09-20 12:45:21.686 | + functions-common:is_provider_network:2288 : '[' '' == True ']' 2022-09-20 12:45:21.689 | + functions-common:is_provider_network:2291 : return 1 2022-09-20 12:45:21.693 | ++ lib/neutron_plugins/services/l3:create_neutron_initial_network:196 : oscwrap --os-cloud devstack --os-region RegionOne network create private -f value -c id 2022-09-20 12:45:25.111 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-09-20 12:45:25.112 | from cryptography.utils import int_from_bytes 2022-09-20 12:45:25.112 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-09-20 12:45:25.112 | from cryptography.utils import int_from_bytes 2022-09-20 12:45:25.307 | ++ functions-common:oscwrap:2479 : return 0 2022-09-20 12:45:25.311 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:196 : NET_ID=c915c31a-e4da-45c3-831b-0067258a5083 2022-09-20 12:45:25.313 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:197 : die_if_not_set 197 NET_ID 'Failure creating NET_ID for private' 2022-09-20 12:45:25.316 | + functions-common:die_if_not_set:282 : local exitcode=0 2022-09-20 12:45:25.336 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:199 : [[ 4 =~ 4.* ]] 2022-09-20 12:45:25.341 | ++ lib/neutron_plugins/services/l3:create_neutron_initial_network:201 : _neutron_create_private_subnet_v4 2022-09-20 12:45:25.344 | ++ lib/neutron_plugins/services/l3:_neutron_create_private_subnet_v4:248 : '[' -z 7400d845-b304-430b-b2b0-d04b7f0af54c ']' 2022-09-20 12:45:25.348 | ++ lib/neutron_plugins/services/l3:_neutron_create_private_subnet_v4:251 : local 'subnet_params=--ip-version 4 ' 2022-09-20 12:45:25.351 | ++ lib/neutron_plugins/services/l3:_neutron_create_private_subnet_v4:252 : [[ -n 172.20.0.1 ]] 2022-09-20 12:45:25.353 | ++ lib/neutron_plugins/services/l3:_neutron_create_private_subnet_v4:253 : subnet_params+='--gateway 172.20.0.1 ' 2022-09-20 12:45:25.356 | ++ lib/neutron_plugins/services/l3:_neutron_create_private_subnet_v4:256 : subnet_params+='--subnet-pool 7400d845-b304-430b-b2b0-d04b7f0af54c ' 2022-09-20 12:45:25.359 | ++ lib/neutron_plugins/services/l3:_neutron_create_private_subnet_v4:257 : subnet_params+=' ' 2022-09-20 12:45:25.361 | ++ lib/neutron_plugins/services/l3:_neutron_create_private_subnet_v4:258 : subnet_params+='--network c915c31a-e4da-45c3-831b-0067258a5083 private-subnet' 2022-09-20 12:45:25.364 | ++ lib/neutron_plugins/services/l3:_neutron_create_private_subnet_v4:259 : local subnet_id 2022-09-20 12:45:25.368 | +++ 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 7400d845-b304-430b-b2b0-d04b7f0af54c --network c915c31a-e4da-45c3-831b-0067258a5083 private-subnet -f value -c id 2022-09-20 12:45:28.908 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-09-20 12:45:28.908 | from cryptography.utils import int_from_bytes 2022-09-20 12:45:28.908 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-09-20 12:45:28.908 | from cryptography.utils import int_from_bytes 2022-09-20 12:45:29.111 | +++ functions-common:oscwrap:2479 : return 0 2022-09-20 12:45:29.114 | ++ lib/neutron_plugins/services/l3:_neutron_create_private_subnet_v4:260 : subnet_id=fcf249b2-8b76-4225-9ce3-4c3e32d45a6b 2022-09-20 12:45:29.117 | ++ lib/neutron_plugins/services/l3:_neutron_create_private_subnet_v4:261 : die_if_not_set 261 subnet_id 'Failure creating private IPv4 subnet' 2022-09-20 12:45:29.120 | ++ functions-common:die_if_not_set:282 : local exitcode=0 2022-09-20 12:45:29.143 | ++ lib/neutron_plugins/services/l3:_neutron_create_private_subnet_v4:262 : echo fcf249b2-8b76-4225-9ce3-4c3e32d45a6b 2022-09-20 12:45:29.147 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:201 : SUBNET_ID=fcf249b2-8b76-4225-9ce3-4c3e32d45a6b 2022-09-20 12:45:29.150 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:204 : [[ 4 =~ .*6 ]] 2022-09-20 12:45:29.153 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:210 : is_networking_extension_supported router 2022-09-20 12:45:29.156 | + lib/neutron_plugins/services/l3:is_networking_extension_supported:427 : local extension=router 2022-09-20 12:45:29.160 | ++ 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-09-20 12:45:32.553 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-09-20 12:45:32.553 | from cryptography.utils import int_from_bytes 2022-09-20 12:45:32.553 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-09-20 12:45:32.553 | from cryptography.utils import int_from_bytes 2022-09-20 12:45:32.726 | ++ functions-common:oscwrap:2479 : return 0 2022-09-20 12:45:32.730 | + lib/neutron_plugins/services/l3:is_networking_extension_supported:429 : EXT_LIST='address-group 2022-09-20 12:45:32.730 | address-scope 2022-09-20 12:45:32.731 | router-admin-state-down-before-update 2022-09-20 12:45:32.731 | agent 2022-09-20 12:45:32.731 | agent-resources-synced 2022-09-20 12:45:32.731 | allowed-address-pairs 2022-09-20 12:45:32.731 | auto-allocated-topology 2022-09-20 12:45:32.731 | availability_zone 2022-09-20 12:45:32.731 | availability_zone_filter 2022-09-20 12:45:32.731 | default-subnetpools 2022-09-20 12:45:32.731 | dhcp_agent_scheduler 2022-09-20 12:45:32.731 | dvr 2022-09-20 12:45:32.731 | empty-string-filtering 2022-09-20 12:45:32.731 | external-net 2022-09-20 12:45:32.731 | extra_dhcp_opt 2022-09-20 12:45:32.731 | extraroute 2022-09-20 12:45:32.731 | extraroute-atomic 2022-09-20 12:45:32.731 | filter-validation 2022-09-20 12:45:32.731 | floating-ip-port-forwarding-detail 2022-09-20 12:45:32.731 | fip-port-details 2022-09-20 12:45:32.731 | flavors 2022-09-20 12:45:32.731 | floatingip-pools 2022-09-20 12:45:32.731 | ip-substring-filtering 2022-09-20 12:45:32.731 | router 2022-09-20 12:45:32.731 | ext-gw-mode 2022-09-20 12:45:32.731 | l3-ha 2022-09-20 12:45:32.731 | l3-flavors 2022-09-20 12:45:32.731 | l3-port-ip-change-not-allowed 2022-09-20 12:45:32.731 | l3_agent_scheduler 2022-09-20 12:45:32.731 | metering 2022-09-20 12:45:32.731 | metering_source_and_destination_fields 2022-09-20 12:45:32.731 | multi-provider 2022-09-20 12:45:32.731 | net-mtu 2022-09-20 12:45:32.731 | net-mtu-writable 2022-09-20 12:45:32.731 | network_availability_zone 2022-09-20 12:45:32.731 | network-ip-availability 2022-09-20 12:45:32.731 | pagination 2022-09-20 12:45:32.731 | port-device-profile 2022-09-20 12:45:32.731 | port-mac-override 2022-09-20 12:45:32.731 | port-mac-address-regenerate 2022-09-20 12:45:32.732 | port-numa-affinity-policy 2022-09-20 12:45:32.732 | binding 2022-09-20 12:45:32.732 | binding-extended 2022-09-20 12:45:32.732 | port-security 2022-09-20 12:45:32.732 | project-id 2022-09-20 12:45:32.732 | provider 2022-09-20 12:45:32.732 | quota-check-limit 2022-09-20 12:45:32.732 | quotas 2022-09-20 12:45:32.732 | quota_details 2022-09-20 12:45:32.732 | rbac-policies 2022-09-20 12:45:32.732 | rbac-address-group 2022-09-20 12:45:32.732 | rbac-address-scope 2022-09-20 12:45:32.732 | rbac-security-groups 2022-09-20 12:45:32.732 | rbac-subnetpool 2022-09-20 12:45:32.732 | revision-if-match 2022-09-20 12:45:32.732 | standard-attr-revisions 2022-09-20 12:45:32.732 | router_availability_zone 2022-09-20 12:45:32.732 | security-groups-normalized-cidr 2022-09-20 12:45:32.732 | port-security-groups-filtering 2022-09-20 12:45:32.732 | security-groups-remote-address-group 2022-09-20 12:45:32.732 | security-groups-shared-filtering 2022-09-20 12:45:32.732 | security-group 2022-09-20 12:45:32.732 | service-type 2022-09-20 12:45:32.732 | sorting 2022-09-20 12:45:32.732 | standard-attr-description 2022-09-20 12:45:32.732 | stateful-security-group 2022-09-20 12:45:32.732 | subnet_onboard 2022-09-20 12:45:32.732 | subnet-service-types 2022-09-20 12:45:32.732 | subnet_allocation 2022-09-20 12:45:32.732 | subnetpool-prefix-ops 2022-09-20 12:45:32.732 | standard-attr-tag 2022-09-20 12:45:32.732 | standard-attr-timestamp' 2022-09-20 12:45:32.734 | + lib/neutron_plugins/services/l3:is_networking_extension_supported:430 : [[ address-group 2022-09-20 12:45:32.735 | address-scope 2022-09-20 12:45:32.735 | router-admin-state-down-before-update 2022-09-20 12:45:32.735 | agent 2022-09-20 12:45:32.735 | agent-resources-synced 2022-09-20 12:45:32.735 | allowed-address-pairs 2022-09-20 12:45:32.735 | auto-allocated-topology 2022-09-20 12:45:32.735 | availability_zone 2022-09-20 12:45:32.735 | availability_zone_filter 2022-09-20 12:45:32.735 | default-subnetpools 2022-09-20 12:45:32.735 | dhcp_agent_scheduler 2022-09-20 12:45:32.735 | dvr 2022-09-20 12:45:32.735 | empty-string-filtering 2022-09-20 12:45:32.735 | external-net 2022-09-20 12:45:32.735 | extra_dhcp_opt 2022-09-20 12:45:32.735 | extraroute 2022-09-20 12:45:32.735 | extraroute-atomic 2022-09-20 12:45:32.735 | filter-validation 2022-09-20 12:45:32.735 | floating-ip-port-forwarding-detail 2022-09-20 12:45:32.735 | fip-port-details 2022-09-20 12:45:32.735 | flavors 2022-09-20 12:45:32.735 | floatingip-pools 2022-09-20 12:45:32.735 | ip-substring-filtering 2022-09-20 12:45:32.735 | router 2022-09-20 12:45:32.735 | ext-gw-mode 2022-09-20 12:45:32.735 | l3-ha 2022-09-20 12:45:32.735 | l3-flavors 2022-09-20 12:45:32.735 | l3-port-ip-change-not-allowed 2022-09-20 12:45:32.735 | l3_agent_scheduler 2022-09-20 12:45:32.735 | metering 2022-09-20 12:45:32.735 | metering_source_and_destination_fields 2022-09-20 12:45:32.735 | multi-provider 2022-09-20 12:45:32.735 | net-mtu 2022-09-20 12:45:32.735 | net-mtu-writable 2022-09-20 12:45:32.735 | network_availability_zone 2022-09-20 12:45:32.736 | network-ip-availability 2022-09-20 12:45:32.736 | pagination 2022-09-20 12:45:32.736 | port-device-profile 2022-09-20 12:45:32.736 | port-mac-override 2022-09-20 12:45:32.736 | port-mac-address-regenerate 2022-09-20 12:45:32.736 | port-numa-affinity-policy 2022-09-20 12:45:32.736 | binding 2022-09-20 12:45:32.736 | binding-extended 2022-09-20 12:45:32.736 | port-security 2022-09-20 12:45:32.736 | project-id 2022-09-20 12:45:32.736 | provider 2022-09-20 12:45:32.736 | quota-check-limit 2022-09-20 12:45:32.736 | quotas 2022-09-20 12:45:32.736 | quota_details 2022-09-20 12:45:32.736 | rbac-policies 2022-09-20 12:45:32.736 | rbac-address-group 2022-09-20 12:45:32.736 | rbac-address-scope 2022-09-20 12:45:32.736 | rbac-security-groups 2022-09-20 12:45:32.736 | rbac-subnetpool 2022-09-20 12:45:32.736 | revision-if-match 2022-09-20 12:45:32.736 | standard-attr-revisions 2022-09-20 12:45:32.736 | router_availability_zone 2022-09-20 12:45:32.736 | security-groups-normalized-cidr 2022-09-20 12:45:32.736 | port-security-groups-filtering 2022-09-20 12:45:32.736 | security-groups-remote-address-group 2022-09-20 12:45:32.736 | security-groups-shared-filtering 2022-09-20 12:45:32.736 | security-group 2022-09-20 12:45:32.736 | service-type 2022-09-20 12:45:32.736 | sorting 2022-09-20 12:45:32.737 | standard-attr-description 2022-09-20 12:45:32.737 | stateful-security-group 2022-09-20 12:45:32.737 | subnet_onboard 2022-09-20 12:45:32.737 | subnet-service-types 2022-09-20 12:45:32.737 | subnet_allocation 2022-09-20 12:45:32.737 | subnetpool-prefix-ops 2022-09-20 12:45:32.737 | standard-attr-tag 2022-09-20 12:45:32.737 | standard-attr-timestamp =~ router ]] 2022-09-20 12:45:32.740 | + lib/neutron_plugins/services/l3:is_networking_extension_supported:430 : return 0 2022-09-20 12:45:32.743 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:210 : is_networking_extension_supported external-net 2022-09-20 12:45:32.747 | + lib/neutron_plugins/services/l3:is_networking_extension_supported:427 : local extension=external-net 2022-09-20 12:45:32.752 | ++ 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-09-20 12:45:35.725 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-09-20 12:45:35.725 | from cryptography.utils import int_from_bytes 2022-09-20 12:45:35.725 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-09-20 12:45:35.725 | from cryptography.utils import int_from_bytes 2022-09-20 12:45:35.905 | ++ functions-common:oscwrap:2479 : return 0 2022-09-20 12:45:35.909 | + lib/neutron_plugins/services/l3:is_networking_extension_supported:429 : EXT_LIST='address-group 2022-09-20 12:45:35.909 | address-scope 2022-09-20 12:45:35.909 | router-admin-state-down-before-update 2022-09-20 12:45:35.909 | agent 2022-09-20 12:45:35.909 | agent-resources-synced 2022-09-20 12:45:35.909 | allowed-address-pairs 2022-09-20 12:45:35.909 | auto-allocated-topology 2022-09-20 12:45:35.909 | availability_zone 2022-09-20 12:45:35.909 | availability_zone_filter 2022-09-20 12:45:35.910 | default-subnetpools 2022-09-20 12:45:35.910 | dhcp_agent_scheduler 2022-09-20 12:45:35.910 | dvr 2022-09-20 12:45:35.910 | empty-string-filtering 2022-09-20 12:45:35.910 | external-net 2022-09-20 12:45:35.910 | extra_dhcp_opt 2022-09-20 12:45:35.910 | extraroute 2022-09-20 12:45:35.910 | extraroute-atomic 2022-09-20 12:45:35.910 | filter-validation 2022-09-20 12:45:35.910 | floating-ip-port-forwarding-detail 2022-09-20 12:45:35.910 | fip-port-details 2022-09-20 12:45:35.910 | flavors 2022-09-20 12:45:35.910 | floatingip-pools 2022-09-20 12:45:35.910 | ip-substring-filtering 2022-09-20 12:45:35.910 | router 2022-09-20 12:45:35.910 | ext-gw-mode 2022-09-20 12:45:35.910 | l3-ha 2022-09-20 12:45:35.910 | l3-flavors 2022-09-20 12:45:35.910 | l3-port-ip-change-not-allowed 2022-09-20 12:45:35.910 | l3_agent_scheduler 2022-09-20 12:45:35.910 | metering 2022-09-20 12:45:35.910 | metering_source_and_destination_fields 2022-09-20 12:45:35.910 | multi-provider 2022-09-20 12:45:35.910 | net-mtu 2022-09-20 12:45:35.910 | net-mtu-writable 2022-09-20 12:45:35.910 | network_availability_zone 2022-09-20 12:45:35.910 | network-ip-availability 2022-09-20 12:45:35.910 | pagination 2022-09-20 12:45:35.910 | port-device-profile 2022-09-20 12:45:35.910 | port-mac-override 2022-09-20 12:45:35.910 | port-mac-address-regenerate 2022-09-20 12:45:35.910 | port-numa-affinity-policy 2022-09-20 12:45:35.910 | binding 2022-09-20 12:45:35.910 | binding-extended 2022-09-20 12:45:35.910 | port-security 2022-09-20 12:45:35.910 | project-id 2022-09-20 12:45:35.911 | provider 2022-09-20 12:45:35.911 | quota-check-limit 2022-09-20 12:45:35.911 | quotas 2022-09-20 12:45:35.911 | quota_details 2022-09-20 12:45:35.911 | rbac-policies 2022-09-20 12:45:35.911 | rbac-address-group 2022-09-20 12:45:35.911 | rbac-address-scope 2022-09-20 12:45:35.911 | rbac-security-groups 2022-09-20 12:45:35.911 | rbac-subnetpool 2022-09-20 12:45:35.911 | revision-if-match 2022-09-20 12:45:35.911 | standard-attr-revisions 2022-09-20 12:45:35.911 | router_availability_zone 2022-09-20 12:45:35.911 | security-groups-normalized-cidr 2022-09-20 12:45:35.911 | port-security-groups-filtering 2022-09-20 12:45:35.911 | security-groups-remote-address-group 2022-09-20 12:45:35.911 | security-groups-shared-filtering 2022-09-20 12:45:35.911 | security-group 2022-09-20 12:45:35.911 | service-type 2022-09-20 12:45:35.911 | sorting 2022-09-20 12:45:35.911 | standard-attr-description 2022-09-20 12:45:35.911 | stateful-security-group 2022-09-20 12:45:35.911 | subnet_onboard 2022-09-20 12:45:35.911 | subnet-service-types 2022-09-20 12:45:35.911 | subnet_allocation 2022-09-20 12:45:35.911 | subnetpool-prefix-ops 2022-09-20 12:45:35.911 | standard-attr-tag 2022-09-20 12:45:35.911 | standard-attr-timestamp' 2022-09-20 12:45:35.912 | + lib/neutron_plugins/services/l3:is_networking_extension_supported:430 : [[ address-group 2022-09-20 12:45:35.912 | address-scope 2022-09-20 12:45:35.912 | router-admin-state-down-before-update 2022-09-20 12:45:35.912 | agent 2022-09-20 12:45:35.912 | agent-resources-synced 2022-09-20 12:45:35.912 | allowed-address-pairs 2022-09-20 12:45:35.912 | auto-allocated-topology 2022-09-20 12:45:35.912 | availability_zone 2022-09-20 12:45:35.912 | availability_zone_filter 2022-09-20 12:45:35.912 | default-subnetpools 2022-09-20 12:45:35.912 | dhcp_agent_scheduler 2022-09-20 12:45:35.912 | dvr 2022-09-20 12:45:35.912 | empty-string-filtering 2022-09-20 12:45:35.912 | external-net 2022-09-20 12:45:35.912 | extra_dhcp_opt 2022-09-20 12:45:35.912 | extraroute 2022-09-20 12:45:35.912 | extraroute-atomic 2022-09-20 12:45:35.912 | filter-validation 2022-09-20 12:45:35.912 | floating-ip-port-forwarding-detail 2022-09-20 12:45:35.912 | fip-port-details 2022-09-20 12:45:35.912 | flavors 2022-09-20 12:45:35.912 | floatingip-pools 2022-09-20 12:45:35.912 | ip-substring-filtering 2022-09-20 12:45:35.912 | router 2022-09-20 12:45:35.913 | ext-gw-mode 2022-09-20 12:45:35.913 | l3-ha 2022-09-20 12:45:35.913 | l3-flavors 2022-09-20 12:45:35.913 | l3-port-ip-change-not-allowed 2022-09-20 12:45:35.913 | l3_agent_scheduler 2022-09-20 12:45:35.913 | metering 2022-09-20 12:45:35.913 | metering_source_and_destination_fields 2022-09-20 12:45:35.913 | multi-provider 2022-09-20 12:45:35.913 | net-mtu 2022-09-20 12:45:35.913 | net-mtu-writable 2022-09-20 12:45:35.913 | network_availability_zone 2022-09-20 12:45:35.913 | network-ip-availability 2022-09-20 12:45:35.913 | pagination 2022-09-20 12:45:35.913 | port-device-profile 2022-09-20 12:45:35.913 | port-mac-override 2022-09-20 12:45:35.913 | port-mac-address-regenerate 2022-09-20 12:45:35.913 | port-numa-affinity-policy 2022-09-20 12:45:35.913 | binding 2022-09-20 12:45:35.913 | binding-extended 2022-09-20 12:45:35.913 | port-security 2022-09-20 12:45:35.913 | project-id 2022-09-20 12:45:35.913 | provider 2022-09-20 12:45:35.913 | quota-check-limit 2022-09-20 12:45:35.913 | quotas 2022-09-20 12:45:35.913 | quota_details 2022-09-20 12:45:35.913 | rbac-policies 2022-09-20 12:45:35.913 | rbac-address-group 2022-09-20 12:45:35.913 | rbac-address-scope 2022-09-20 12:45:35.913 | rbac-security-groups 2022-09-20 12:45:35.913 | rbac-subnetpool 2022-09-20 12:45:35.913 | revision-if-match 2022-09-20 12:45:35.913 | standard-attr-revisions 2022-09-20 12:45:35.914 | router_availability_zone 2022-09-20 12:45:35.914 | security-groups-normalized-cidr 2022-09-20 12:45:35.914 | port-security-groups-filtering 2022-09-20 12:45:35.914 | security-groups-remote-address-group 2022-09-20 12:45:35.914 | security-groups-shared-filtering 2022-09-20 12:45:35.914 | security-group 2022-09-20 12:45:35.914 | service-type 2022-09-20 12:45:35.914 | sorting 2022-09-20 12:45:35.914 | standard-attr-description 2022-09-20 12:45:35.914 | stateful-security-group 2022-09-20 12:45:35.914 | subnet_onboard 2022-09-20 12:45:35.914 | subnet-service-types 2022-09-20 12:45:35.914 | subnet_allocation 2022-09-20 12:45:35.914 | subnetpool-prefix-ops 2022-09-20 12:45:35.914 | standard-attr-tag 2022-09-20 12:45:35.914 | standard-attr-timestamp =~ external-net ]] 2022-09-20 12:45:35.915 | + lib/neutron_plugins/services/l3:is_networking_extension_supported:430 : return 0 2022-09-20 12:45:35.918 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:212 : [[ True == \T\r\u\e ]] 2022-09-20 12:45:35.921 | ++ lib/neutron_plugins/services/l3:create_neutron_initial_network:214 : oscwrap --os-cloud devstack --os-region RegionOne router create router1 -f value -c id 2022-09-20 12:45:39.076 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-09-20 12:45:39.076 | from cryptography.utils import int_from_bytes 2022-09-20 12:45:39.076 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-09-20 12:45:39.076 | from cryptography.utils import int_from_bytes 2022-09-20 12:45:39.246 | ++ functions-common:oscwrap:2479 : return 0 2022-09-20 12:45:39.249 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:214 : ROUTER_ID=8b1c4d8a-8a15-4f83-91a6-042a7b8cebea 2022-09-20 12:45:39.252 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:215 : die_if_not_set 215 ROUTER_ID 'Failure creating router router1' 2022-09-20 12:45:39.255 | + functions-common:die_if_not_set:282 : local exitcode=0 2022-09-20 12:45:39.273 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:222 : EXTERNAL_NETWORK_FLAGS=--external 2022-09-20 12:45:39.275 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:223 : is_networking_extension_supported auto-allocated-topology 2022-09-20 12:45:39.278 | + lib/neutron_plugins/services/l3:is_networking_extension_supported:427 : local extension=auto-allocated-topology 2022-09-20 12:45:39.282 | ++ 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-09-20 12:45:42.131 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-09-20 12:45:42.131 | from cryptography.utils import int_from_bytes 2022-09-20 12:45:42.131 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-09-20 12:45:42.131 | from cryptography.utils import int_from_bytes 2022-09-20 12:45:42.299 | ++ functions-common:oscwrap:2479 : return 0 2022-09-20 12:45:42.303 | + lib/neutron_plugins/services/l3:is_networking_extension_supported:429 : EXT_LIST='address-group 2022-09-20 12:45:42.303 | address-scope 2022-09-20 12:45:42.303 | router-admin-state-down-before-update 2022-09-20 12:45:42.303 | agent 2022-09-20 12:45:42.303 | agent-resources-synced 2022-09-20 12:45:42.303 | allowed-address-pairs 2022-09-20 12:45:42.303 | auto-allocated-topology 2022-09-20 12:45:42.303 | availability_zone 2022-09-20 12:45:42.303 | availability_zone_filter 2022-09-20 12:45:42.303 | default-subnetpools 2022-09-20 12:45:42.303 | dhcp_agent_scheduler 2022-09-20 12:45:42.303 | dvr 2022-09-20 12:45:42.303 | empty-string-filtering 2022-09-20 12:45:42.303 | external-net 2022-09-20 12:45:42.303 | extra_dhcp_opt 2022-09-20 12:45:42.303 | extraroute 2022-09-20 12:45:42.303 | extraroute-atomic 2022-09-20 12:45:42.303 | filter-validation 2022-09-20 12:45:42.303 | floating-ip-port-forwarding-detail 2022-09-20 12:45:42.303 | fip-port-details 2022-09-20 12:45:42.303 | flavors 2022-09-20 12:45:42.303 | floatingip-pools 2022-09-20 12:45:42.303 | ip-substring-filtering 2022-09-20 12:45:42.303 | router 2022-09-20 12:45:42.303 | ext-gw-mode 2022-09-20 12:45:42.303 | l3-ha 2022-09-20 12:45:42.303 | l3-flavors 2022-09-20 12:45:42.303 | l3-port-ip-change-not-allowed 2022-09-20 12:45:42.303 | l3_agent_scheduler 2022-09-20 12:45:42.303 | metering 2022-09-20 12:45:42.303 | metering_source_and_destination_fields 2022-09-20 12:45:42.304 | multi-provider 2022-09-20 12:45:42.304 | net-mtu 2022-09-20 12:45:42.304 | net-mtu-writable 2022-09-20 12:45:42.304 | network_availability_zone 2022-09-20 12:45:42.304 | network-ip-availability 2022-09-20 12:45:42.304 | pagination 2022-09-20 12:45:42.304 | port-device-profile 2022-09-20 12:45:42.304 | port-mac-override 2022-09-20 12:45:42.304 | port-mac-address-regenerate 2022-09-20 12:45:42.304 | port-numa-affinity-policy 2022-09-20 12:45:42.304 | binding 2022-09-20 12:45:42.304 | binding-extended 2022-09-20 12:45:42.304 | port-security 2022-09-20 12:45:42.304 | project-id 2022-09-20 12:45:42.304 | provider 2022-09-20 12:45:42.304 | quota-check-limit 2022-09-20 12:45:42.304 | quotas 2022-09-20 12:45:42.304 | quota_details 2022-09-20 12:45:42.304 | rbac-policies 2022-09-20 12:45:42.304 | rbac-address-group 2022-09-20 12:45:42.304 | rbac-address-scope 2022-09-20 12:45:42.304 | rbac-security-groups 2022-09-20 12:45:42.304 | rbac-subnetpool 2022-09-20 12:45:42.304 | revision-if-match 2022-09-20 12:45:42.304 | standard-attr-revisions 2022-09-20 12:45:42.304 | router_availability_zone 2022-09-20 12:45:42.304 | security-groups-normalized-cidr 2022-09-20 12:45:42.304 | port-security-groups-filtering 2022-09-20 12:45:42.304 | security-groups-remote-address-group 2022-09-20 12:45:42.304 | security-groups-shared-filtering 2022-09-20 12:45:42.304 | security-group 2022-09-20 12:45:42.304 | service-type 2022-09-20 12:45:42.304 | sorting 2022-09-20 12:45:42.304 | standard-attr-description 2022-09-20 12:45:42.304 | stateful-security-group 2022-09-20 12:45:42.304 | subnet_onboard 2022-09-20 12:45:42.304 | subnet-service-types 2022-09-20 12:45:42.305 | subnet_allocation 2022-09-20 12:45:42.305 | subnetpool-prefix-ops 2022-09-20 12:45:42.305 | standard-attr-tag 2022-09-20 12:45:42.305 | standard-attr-timestamp' 2022-09-20 12:45:42.305 | + lib/neutron_plugins/services/l3:is_networking_extension_supported:430 : [[ address-group 2022-09-20 12:45:42.305 | address-scope 2022-09-20 12:45:42.305 | router-admin-state-down-before-update 2022-09-20 12:45:42.306 | agent 2022-09-20 12:45:42.306 | agent-resources-synced 2022-09-20 12:45:42.306 | allowed-address-pairs 2022-09-20 12:45:42.306 | auto-allocated-topology 2022-09-20 12:45:42.306 | availability_zone 2022-09-20 12:45:42.306 | availability_zone_filter 2022-09-20 12:45:42.306 | default-subnetpools 2022-09-20 12:45:42.306 | dhcp_agent_scheduler 2022-09-20 12:45:42.306 | dvr 2022-09-20 12:45:42.306 | empty-string-filtering 2022-09-20 12:45:42.306 | external-net 2022-09-20 12:45:42.306 | extra_dhcp_opt 2022-09-20 12:45:42.306 | extraroute 2022-09-20 12:45:42.306 | extraroute-atomic 2022-09-20 12:45:42.306 | filter-validation 2022-09-20 12:45:42.306 | floating-ip-port-forwarding-detail 2022-09-20 12:45:42.306 | fip-port-details 2022-09-20 12:45:42.306 | flavors 2022-09-20 12:45:42.306 | floatingip-pools 2022-09-20 12:45:42.306 | ip-substring-filtering 2022-09-20 12:45:42.306 | router 2022-09-20 12:45:42.306 | ext-gw-mode 2022-09-20 12:45:42.306 | l3-ha 2022-09-20 12:45:42.306 | l3-flavors 2022-09-20 12:45:42.306 | l3-port-ip-change-not-allowed 2022-09-20 12:45:42.306 | l3_agent_scheduler 2022-09-20 12:45:42.306 | metering 2022-09-20 12:45:42.306 | metering_source_and_destination_fields 2022-09-20 12:45:42.306 | multi-provider 2022-09-20 12:45:42.306 | net-mtu 2022-09-20 12:45:42.306 | net-mtu-writable 2022-09-20 12:45:42.306 | network_availability_zone 2022-09-20 12:45:42.306 | network-ip-availability 2022-09-20 12:45:42.306 | pagination 2022-09-20 12:45:42.306 | port-device-profile 2022-09-20 12:45:42.306 | port-mac-override 2022-09-20 12:45:42.306 | port-mac-address-regenerate 2022-09-20 12:45:42.306 | port-numa-affinity-policy 2022-09-20 12:45:42.307 | binding 2022-09-20 12:45:42.307 | binding-extended 2022-09-20 12:45:42.307 | port-security 2022-09-20 12:45:42.307 | project-id 2022-09-20 12:45:42.307 | provider 2022-09-20 12:45:42.307 | quota-check-limit 2022-09-20 12:45:42.307 | quotas 2022-09-20 12:45:42.307 | quota_details 2022-09-20 12:45:42.307 | rbac-policies 2022-09-20 12:45:42.307 | rbac-address-group 2022-09-20 12:45:42.307 | rbac-address-scope 2022-09-20 12:45:42.307 | rbac-security-groups 2022-09-20 12:45:42.307 | rbac-subnetpool 2022-09-20 12:45:42.307 | revision-if-match 2022-09-20 12:45:42.307 | standard-attr-revisions 2022-09-20 12:45:42.307 | router_availability_zone 2022-09-20 12:45:42.307 | security-groups-normalized-cidr 2022-09-20 12:45:42.307 | port-security-groups-filtering 2022-09-20 12:45:42.307 | security-groups-remote-address-group 2022-09-20 12:45:42.307 | security-groups-shared-filtering 2022-09-20 12:45:42.307 | security-group 2022-09-20 12:45:42.307 | service-type 2022-09-20 12:45:42.307 | sorting 2022-09-20 12:45:42.307 | standard-attr-description 2022-09-20 12:45:42.307 | stateful-security-group 2022-09-20 12:45:42.307 | subnet_onboard 2022-09-20 12:45:42.307 | subnet-service-types 2022-09-20 12:45:42.307 | subnet_allocation 2022-09-20 12:45:42.307 | subnetpool-prefix-ops 2022-09-20 12:45:42.307 | standard-attr-tag 2022-09-20 12:45:42.307 | standard-attr-timestamp =~ auto-allocated-topology ]] 2022-09-20 12:45:42.308 | + lib/neutron_plugins/services/l3:is_networking_extension_supported:430 : return 0 2022-09-20 12:45:42.311 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:224 : EXTERNAL_NETWORK_FLAGS='--external --default' 2022-09-20 12:45:42.314 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:227 : '[' True = True ']' 2022-09-20 12:45:42.318 | ++ 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 -f value -c id 2022-09-20 12:45:45.499 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-09-20 12:45:45.499 | from cryptography.utils import int_from_bytes 2022-09-20 12:45:45.499 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-09-20 12:45:45.499 | from cryptography.utils import int_from_bytes 2022-09-20 12:45:45.684 | ++ functions-common:oscwrap:2479 : return 0 2022-09-20 12:45:45.688 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:228 : EXT_NET_ID=8feae6c4-935f-41b0-ad2c-7c04ee0c81b1 2022-09-20 12:45:45.691 | + 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-09-20 12:45:45.694 | + functions-common:die_if_not_set:282 : local exitcode=0 2022-09-20 12:45:45.713 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:234 : [[ 4 =~ 4.* ]] 2022-09-20 12:45:45.716 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:236 : _neutron_configure_router_v4 2022-09-20 12:45:45.718 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:315 : openstack --os-cloud devstack-admin-demo --os-region RegionOne router add subnet 8b1c4d8a-8a15-4f83-91a6-042a7b8cebea fcf249b2-8b76-4225-9ce3-4c3e32d45a6b 2022-09-20 12:45:50.595 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-09-20 12:45:50.595 | from cryptography.utils import int_from_bytes 2022-09-20 12:45:50.595 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-09-20 12:45:50.595 | from cryptography.utils import int_from_bytes 2022-09-20 12:45:50.770 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:317 : local id_and_ext_gw_ip 2022-09-20 12:45:50.774 | ++ lib/neutron_plugins/services/l3:_neutron_configure_router_v4:318 : _neutron_create_public_subnet_v4 8feae6c4-935f-41b0-ad2c-7c04ee0c81b1 2022-09-20 12:45:50.776 | ++ lib/neutron_plugins/services/l3:_neutron_create_public_subnet_v4:288 : local 'subnet_params=--ip-version 4 ' 2022-09-20 12:45:50.779 | ++ lib/neutron_plugins/services/l3:_neutron_create_public_subnet_v4:289 : subnet_params+=' ' 2022-09-20 12:45:50.781 | ++ lib/neutron_plugins/services/l3:_neutron_create_public_subnet_v4:290 : [[ -n 172.28.0.1 ]] 2022-09-20 12:45:50.784 | ++ lib/neutron_plugins/services/l3:_neutron_create_public_subnet_v4:291 : subnet_params+='--gateway 172.28.0.1 ' 2022-09-20 12:45:50.787 | ++ lib/neutron_plugins/services/l3:_neutron_create_public_subnet_v4:293 : subnet_params+='--network 8feae6c4-935f-41b0-ad2c-7c04ee0c81b1 --subnet-range 172.28.0.0/24 --no-dhcp ' 2022-09-20 12:45:50.789 | ++ lib/neutron_plugins/services/l3:_neutron_create_public_subnet_v4:294 : subnet_params+=public-subnet 2022-09-20 12:45:50.792 | ++ lib/neutron_plugins/services/l3:_neutron_create_public_subnet_v4:295 : local id_and_ext_gw_ip 2022-09-20 12:45:50.796 | +++ lib/neutron_plugins/services/l3:_neutron_create_public_subnet_v4:296 : grep -e gateway_ip -e ' id ' 2022-09-20 12:45:50.796 | +++ lib/neutron_plugins/services/l3:_neutron_create_public_subnet_v4:296 : oscwrap --os-cloud devstack-admin --os-region RegionOne subnet create --ip-version 4 --gateway 172.28.0.1 --network 8feae6c4-935f-41b0-ad2c-7c04ee0c81b1 --subnet-range 172.28.0.0/24 --no-dhcp public-subnet 2022-09-20 12:45:54.692 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-09-20 12:45:54.692 | from cryptography.utils import int_from_bytes 2022-09-20 12:45:54.692 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-09-20 12:45:54.692 | from cryptography.utils import int_from_bytes 2022-09-20 12:45:54.890 | +++ functions-common:oscwrap:2479 : return 0 2022-09-20 12:45:54.893 | ++ lib/neutron_plugins/services/l3:_neutron_create_public_subnet_v4:296 : id_and_ext_gw_ip='| gateway_ip | 172.28.0.1 | 2022-09-20 12:45:54.894 | | id | 15a0248d-86df-4361-9e23-d582137561db |' 2022-09-20 12:45:54.896 | ++ lib/neutron_plugins/services/l3:_neutron_create_public_subnet_v4:297 : die_if_not_set 297 id_and_ext_gw_ip 'Failure creating public IPv4 subnet' 2022-09-20 12:45:54.898 | ++ functions-common:die_if_not_set:282 : local exitcode=0 2022-09-20 12:45:54.922 | ++ lib/neutron_plugins/services/l3:_neutron_create_public_subnet_v4:298 : echo '|' gateway_ip '|' 172.28.0.1 '|' '|' id '|' 15a0248d-86df-4361-9e23-d582137561db '|' 2022-09-20 12:45:54.926 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:318 : id_and_ext_gw_ip='| gateway_ip | 172.28.0.1 | | id | 15a0248d-86df-4361-9e23-d582137561db |' 2022-09-20 12:45:54.929 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:319 : local ext_gw_ip 2022-09-20 12:45:54.933 | ++ lib/neutron_plugins/services/l3:_neutron_configure_router_v4:320 : get_field 2 2022-09-20 12:45:54.936 | ++ lib/neutron_plugins/services/l3:_neutron_configure_router_v4:320 : echo '|' gateway_ip '|' 172.28.0.1 '|' '|' id '|' 15a0248d-86df-4361-9e23-d582137561db '|' 2022-09-20 12:45:54.936 | ++ functions-common:get_field:811 : local data field 2022-09-20 12:45:54.939 | ++ functions-common:get_field:812 : read data 2022-09-20 12:45:54.941 | ++ functions-common:get_field:813 : '[' 2 -lt 0 ']' 2022-09-20 12:45:54.944 | ++ functions-common:get_field:816 : field='$3' 2022-09-20 12:45:54.951 | ++ functions-common:get_field:818 : awk '-F[ \t]*\\|[ \t]*' '{print $3}' 2022-09-20 12:45:54.951 | ++ functions-common:get_field:818 : echo '| gateway_ip | 172.28.0.1 | | id | 15a0248d-86df-4361-9e23-d582137561db |' 2022-09-20 12:45:54.953 | ++ functions-common:get_field:812 : read data 2022-09-20 12:45:54.957 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:320 : ext_gw_ip=172.28.0.1 2022-09-20 12:45:54.961 | ++ lib/neutron_plugins/services/l3:_neutron_configure_router_v4:321 : echo '|' gateway_ip '|' 172.28.0.1 '|' '|' id '|' 15a0248d-86df-4361-9e23-d582137561db '|' 2022-09-20 12:45:54.961 | ++ lib/neutron_plugins/services/l3:_neutron_configure_router_v4:321 : get_field 5 2022-09-20 12:45:54.964 | ++ functions-common:get_field:811 : local data field 2022-09-20 12:45:54.967 | ++ functions-common:get_field:812 : read data 2022-09-20 12:45:54.969 | ++ functions-common:get_field:813 : '[' 5 -lt 0 ']' 2022-09-20 12:45:54.972 | ++ functions-common:get_field:816 : field='$6' 2022-09-20 12:45:54.976 | ++ functions-common:get_field:818 : echo '| gateway_ip | 172.28.0.1 | | id | 15a0248d-86df-4361-9e23-d582137561db |' 2022-09-20 12:45:54.976 | ++ functions-common:get_field:818 : awk '-F[ \t]*\\|[ \t]*' '{print $6}' 2022-09-20 12:45:54.983 | ++ functions-common:get_field:812 : read data 2022-09-20 12:45:54.987 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:321 : PUB_SUBNET_ID=15a0248d-86df-4361-9e23-d582137561db 2022-09-20 12:45:54.991 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:323 : openstack --os-cloud devstack-admin-demo --os-region RegionOne router set --external-gateway 8feae6c4-935f-41b0-ad2c-7c04ee0c81b1 8b1c4d8a-8a15-4f83-91a6-042a7b8cebea 2022-09-20 12:46:00.249 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-09-20 12:46:00.249 | from cryptography.utils import int_from_bytes 2022-09-20 12:46:00.249 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-09-20 12:46:00.250 | from cryptography.utils import int_from_bytes 2022-09-20 12:46:00.439 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:326 : [[ openvswitch == \o\v\n ]] 2022-09-20 12:46:00.442 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:326 : is_service_enabled q-l3 neutron-l3 2022-09-20 12:46:00.461 | + functions-common:is_service_enabled:2095 : return 0 2022-09-20 12:46:00.463 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:328 : local ext_gw_interface=none 2022-09-20 12:46:00.466 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:329 : is_neutron_ovs_base_plugin 2022-09-20 12:46:00.469 | + lib/neutron_plugins/ovs_base:is_neutron_ovs_base_plugin:23 : return 0 2022-09-20 12:46:00.473 | ++ lib/neutron_plugins/services/l3:_neutron_configure_router_v4:330 : _neutron_get_ext_gw_interface 2022-09-20 12:46:00.476 | ++ lib/neutron_plugins/services/l3:_neutron_get_ext_gw_interface:138 : [[ False == \T\r\u\e ]] 2022-09-20 12:46:00.478 | ++ lib/neutron_plugins/services/l3:_neutron_get_ext_gw_interface:143 : sudo ovs-vsctl set Bridge br-data other_config:disable-in-band=true 2022-09-20 12:46:00.500 | ++ lib/neutron_plugins/services/l3:_neutron_get_ext_gw_interface:145 : echo br-data 2022-09-20 12:46:00.503 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:330 : ext_gw_interface=br-data 2022-09-20 12:46:00.510 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:342 : [[ br-data != \n\o\n\e ]] 2022-09-20 12:46:00.513 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:343 : local cidr_len=24 2022-09-20 12:46:00.515 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:344 : local 'testcmd=ip -o link | grep -q br-data' 2022-09-20 12:46:00.518 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:345 : test_with_retry 'ip -o link | grep -q br-data' 'br-data creation failed' 2022-09-20 12:46:00.521 | + functions-common:test_with_retry:2377 : local 'testcmd=ip -o link | grep -q br-data' 2022-09-20 12:46:00.523 | + functions-common:test_with_retry:2378 : local 'failmsg=br-data creation failed' 2022-09-20 12:46:00.526 | + functions-common:test_with_retry:2379 : local until=10 2022-09-20 12:46:00.528 | + functions-common:test_with_retry:2380 : local sleep=0.5 2022-09-20 12:46:00.531 | + functions-common:test_with_retry:2382 : time_start test_with_retry 2022-09-20 12:46:00.534 | + functions-common:time_start:2425 : local name=test_with_retry 2022-09-20 12:46:00.537 | + functions-common:time_start:2426 : local start_time= 2022-09-20 12:46:00.539 | + functions-common:time_start:2427 : [[ -n '' ]] 2022-09-20 12:46:00.542 | ++ functions-common:time_start:2430 : date +%s%3N 2022-09-20 12:46:00.547 | + functions-common:time_start:2430 : _TIME_START[$name]=1663677960544 2022-09-20 12:46:00.550 | + functions-common:test_with_retry:2383 : timeout 10 sh -c 'while ! ip -o link | grep -q br-data; do sleep 0.5; done' 2022-09-20 12:46:00.558 | + functions-common:test_with_retry:2386 : time_stop test_with_retry 2022-09-20 12:46:00.561 | + functions-common:time_stop:2439 : local name 2022-09-20 12:46:00.563 | + functions-common:time_stop:2440 : local end_time 2022-09-20 12:46:00.566 | + functions-common:time_stop:2441 : local elapsed_time 2022-09-20 12:46:00.568 | + functions-common:time_stop:2442 : local total 2022-09-20 12:46:00.570 | + functions-common:time_stop:2443 : local start_time 2022-09-20 12:46:00.573 | + functions-common:time_stop:2445 : name=test_with_retry 2022-09-20 12:46:00.576 | + functions-common:time_stop:2446 : start_time=1663677960544 2022-09-20 12:46:00.578 | + functions-common:time_stop:2448 : [[ -z 1663677960544 ]] 2022-09-20 12:46:00.582 | ++ functions-common:time_stop:2451 : date +%s%3N 2022-09-20 12:46:00.590 | + functions-common:time_stop:2451 : end_time=1663677960584 2022-09-20 12:46:00.592 | + functions-common:time_stop:2452 : elapsed_time=40 2022-09-20 12:46:00.595 | + functions-common:time_stop:2453 : total=5630 2022-09-20 12:46:00.598 | + functions-common:time_stop:2455 : _TIME_START[$name]= 2022-09-20 12:46:00.600 | + functions-common:time_stop:2456 : _TIME_TOTAL[$name]=5670 2022-09-20 12:46:00.604 | ++ lib/neutron_plugins/services/l3:_neutron_configure_router_v4:346 : ip addr show dev br-data 2022-09-20 12:46:00.604 | ++ lib/neutron_plugins/services/l3:_neutron_configure_router_v4:346 : grep -c 172.28.0.1 2022-09-20 12:46:00.611 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:346 : [[ 0 == 0 ]] 2022-09-20 12:46:00.613 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:346 : [[ True == \F\a\l\s\e ]] 2022-09-20 12:46:00.616 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:346 : [[ False == \T\r\u\e ]] 2022-09-20 12:46:00.618 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:346 : [[ True == \T\r\u\e ]] 2022-09-20 12:46:00.621 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:347 : sudo ip addr add 172.28.0.1/24 dev br-data 2022-09-20 12:46:00.635 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:348 : sudo ip link set br-data up 2022-09-20 12:46:00.651 | ++ lib/neutron_plugins/services/l3:_neutron_configure_router_v4:350 : awk -Fip_address '{ print $2 }' 2022-09-20 12:46:00.653 | ++ lib/neutron_plugins/services/l3:_neutron_configure_router_v4:350 : oscwrap --os-cloud devstack-admin --os-region RegionOne port list -c 'Fixed IP Addresses' --device-owner network:router_gateway 2022-09-20 12:46:00.653 | ++ lib/neutron_plugins/services/l3:_neutron_configure_router_v4:350 : cut -f2 '-d'\''' 2022-09-20 12:46:00.657 | ++ lib/neutron_plugins/services/l3:_neutron_configure_router_v4:350 : tr '\n' ' ' 2022-09-20 12:46:03.865 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-09-20 12:46:03.865 | from cryptography.utils import int_from_bytes 2022-09-20 12:46:03.865 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-09-20 12:46:03.865 | from cryptography.utils import int_from_bytes 2022-09-20 12:46:04.039 | ++ functions-common:oscwrap:2479 : return 0 2022-09-20 12:46:04.043 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:350 : ROUTER_GW_IP=' 172.28.0.34 ' 2022-09-20 12:46:04.046 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:351 : die_if_not_set 351 ROUTER_GW_IP 'Failure retrieving ROUTER_GW_IP' 2022-09-20 12:46:04.050 | + functions-common:die_if_not_set:282 : local exitcode=0 2022-09-20 12:46:04.068 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:353 : _neutron_set_router_id 2022-09-20 12:46:04.070 | + lib/neutron_plugins/services/l3:_neutron_set_router_id:131 : [[ True == \F\a\l\s\e ]] 2022-09-20 12:46:04.073 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:239 : [[ 4 =~ .*6 ]] 2022-09-20 12:46:04.076 | + ./stack.sh:main:1308 : is_service_enabled nova 2022-09-20 12:46:04.095 | + functions-common:is_service_enabled:2095 : return 0 2022-09-20 12:46:04.098 | + ./stack.sh:main:1309 : echo_summary 'Starting Nova' 2022-09-20 12:46:04.100 | + ./stack.sh:echo_summary:435 : [[ -t 3 ]] 2022-09-20 12:46:04.103 | + ./stack.sh:echo_summary:441 : echo -e Starting Nova 2022-09-20 12:46:04.106 | + ./stack.sh:main:1310 : start_nova 2022-09-20 12:46:04.108 | + lib/nova:start_nova:1118 : start_nova_rest 2022-09-20 12:46:04.112 | + lib/nova:start_nova_rest:1027 : 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-09-20 12:46:04.114 | + lib/nova:start_nova_rest:1028 : 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-09-20 12:46:04.117 | + lib/nova:start_nova_rest:1028 : 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-09-20 12:46:04.120 | + lib/nova:start_nova_rest:1030 : local compute_cell_conf=/etc/nova/nova.conf 2022-09-20 12:46:04.123 | + lib/nova:start_nova_rest:1032 : run_process n-sch '/usr/local/bin/nova-scheduler --config-file /etc/nova/nova.conf' 2022-09-20 12:46:04.127 | + functions-common:run_process:1693 : local service=n-sch 2022-09-20 12:46:04.129 | + functions-common:run_process:1694 : local 'command=/usr/local/bin/nova-scheduler --config-file /etc/nova/nova.conf' 2022-09-20 12:46:04.132 | + functions-common:run_process:1695 : local group= 2022-09-20 12:46:04.135 | + functions-common:run_process:1696 : local user= 2022-09-20 12:46:04.138 | + functions-common:run_process:1697 : local env_vars= 2022-09-20 12:46:04.140 | + functions-common:run_process:1699 : local name=n-sch 2022-09-20 12:46:04.143 | + functions-common:run_process:1701 : time_start run_process 2022-09-20 12:46:04.146 | + functions-common:time_start:2425 : local name=run_process 2022-09-20 12:46:04.149 | + functions-common:time_start:2426 : local start_time= 2022-09-20 12:46:04.151 | + functions-common:time_start:2427 : [[ -n '' ]] 2022-09-20 12:46:04.155 | ++ functions-common:time_start:2430 : date +%s%3N 2022-09-20 12:46:04.160 | + functions-common:time_start:2430 : _TIME_START[$name]=1663677964157 2022-09-20 12:46:04.163 | + functions-common:run_process:1702 : is_service_enabled n-sch 2022-09-20 12:46:04.182 | + functions-common:is_service_enabled:2095 : return 0 2022-09-20 12:46:04.185 | + functions-common:run_process:1703 : _run_under_systemd n-sch '/usr/local/bin/nova-scheduler --config-file /etc/nova/nova.conf' '' '' '' 2022-09-20 12:46:04.189 | + functions-common:_run_under_systemd:1653 : local service=n-sch 2022-09-20 12:46:04.191 | + functions-common:_run_under_systemd:1654 : local 'command=/usr/local/bin/nova-scheduler --config-file /etc/nova/nova.conf' 2022-09-20 12:46:04.194 | + functions-common:_run_under_systemd:1655 : local 'cmd=/usr/local/bin/nova-scheduler --config-file /etc/nova/nova.conf' 2022-09-20 12:46:04.197 | + functions-common:_run_under_systemd:1657 : _common_systemd_pitfalls '/usr/local/bin/nova-scheduler --config-file /etc/nova/nova.conf' 2022-09-20 12:46:04.201 | + functions-common:_common_systemd_pitfalls:1625 : local 'cmd=/usr/local/bin/nova-scheduler --config-file /etc/nova/nova.conf' 2022-09-20 12:46:04.204 | + functions-common:_common_systemd_pitfalls:1628 : [[ /usr/local/bin/nova-scheduler --config-file /etc/nova/nova.conf =~ sudo ]] 2022-09-20 12:46:04.208 | + functions-common:_common_systemd_pitfalls:1639 : [[ ! /usr/local/bin/nova-scheduler --config-file /etc/nova/nova.conf =~ ^/ ]] 2022-09-20 12:46:04.211 | + functions-common:_run_under_systemd:1659 : local systemd_service=devstack@n-sch.service 2022-09-20 12:46:04.213 | + functions-common:_run_under_systemd:1660 : local group= 2022-09-20 12:46:04.216 | + functions-common:_run_under_systemd:1661 : local user=ubuntu 2022-09-20 12:46:04.220 | + functions-common:_run_under_systemd:1662 : [[ -z ubuntu ]] 2022-09-20 12:46:04.223 | + functions-common:_run_under_systemd:1665 : local env_vars= 2022-09-20 12:46:04.225 | + functions-common:_run_under_systemd:1666 : [[ /usr/local/bin/nova-scheduler --config-file /etc/nova/nova.conf =~ uwsgi ]] 2022-09-20 12:46:04.228 | + functions-common:_run_under_systemd:1669 : write_user_unit_file devstack@n-sch.service '/usr/local/bin/nova-scheduler --config-file /etc/nova/nova.conf' '' ubuntu '' 2022-09-20 12:46:04.231 | + functions-common:write_user_unit_file:1562 : local service=devstack@n-sch.service 2022-09-20 12:46:04.234 | + functions-common:write_user_unit_file:1563 : local 'command=/usr/local/bin/nova-scheduler --config-file /etc/nova/nova.conf' 2022-09-20 12:46:04.237 | + functions-common:write_user_unit_file:1564 : local group= 2022-09-20 12:46:04.240 | + functions-common:write_user_unit_file:1565 : local user=ubuntu 2022-09-20 12:46:04.242 | + functions-common:write_user_unit_file:1566 : local env_vars= 2022-09-20 12:46:04.244 | + functions-common:write_user_unit_file:1567 : local extra= 2022-09-20 12:46:04.247 | + functions-common:write_user_unit_file:1568 : [[ -n '' ]] 2022-09-20 12:46:04.250 | + functions-common:write_user_unit_file:1571 : local unitfile=/etc/systemd/system/devstack@n-sch.service 2022-09-20 12:46:04.253 | + functions-common:write_user_unit_file:1572 : mkdir -p /etc/systemd/system 2022-09-20 12:46:04.258 | + functions-common:write_user_unit_file:1574 : iniset -sudo /etc/systemd/system/devstack@n-sch.service Unit Description 'Devstack devstack@n-sch.service' 2022-09-20 12:46:04.325 | + functions-common:write_user_unit_file:1575 : iniset -sudo /etc/systemd/system/devstack@n-sch.service Service User ubuntu 2022-09-20 12:46:04.392 | + functions-common:write_user_unit_file:1576 : iniset -sudo /etc/systemd/system/devstack@n-sch.service Service ExecStart '/usr/local/bin/nova-scheduler --config-file /etc/nova/nova.conf' 2022-09-20 12:46:04.466 | + functions-common:write_user_unit_file:1577 : iniset -sudo /etc/systemd/system/devstack@n-sch.service Service KillMode process 2022-09-20 12:46:04.532 | + functions-common:write_user_unit_file:1578 : iniset -sudo /etc/systemd/system/devstack@n-sch.service Service TimeoutStopSec 300 2022-09-20 12:46:04.596 | + functions-common:write_user_unit_file:1579 : iniset -sudo /etc/systemd/system/devstack@n-sch.service Service ExecReload '/usr/bin/kill -HUP $MAINPID' 2022-09-20 12:46:04.661 | + functions-common:write_user_unit_file:1580 : [[ -n '' ]] 2022-09-20 12:46:04.663 | + functions-common:write_user_unit_file:1583 : [[ -n '' ]] 2022-09-20 12:46:04.666 | + functions-common:write_user_unit_file:1586 : iniset -sudo /etc/systemd/system/devstack@n-sch.service Install WantedBy multi-user.target 2022-09-20 12:46:04.731 | + functions-common:write_user_unit_file:1589 : sudo systemctl daemon-reload 2022-09-20 12:46:05.259 | + functions-common:_run_under_systemd:1672 : sudo systemctl enable devstack@n-sch.service 2022-09-20 12:46:05.273 | Created symlink /etc/systemd/system/multi-user.target.wants/devstack@n-sch.service → /etc/systemd/system/devstack@n-sch.service. 2022-09-20 12:46:05.748 | + functions-common:_run_under_systemd:1673 : sudo systemctl start devstack@n-sch.service 2022-09-20 12:46:05.775 | + functions-common:run_process:1705 : time_stop run_process 2022-09-20 12:46:05.778 | + functions-common:time_stop:2439 : local name 2022-09-20 12:46:05.780 | + functions-common:time_stop:2440 : local end_time 2022-09-20 12:46:05.785 | + functions-common:time_stop:2441 : local elapsed_time 2022-09-20 12:46:05.787 | + functions-common:time_stop:2442 : local total 2022-09-20 12:46:05.791 | + functions-common:time_stop:2443 : local start_time 2022-09-20 12:46:05.794 | + functions-common:time_stop:2445 : name=run_process 2022-09-20 12:46:05.797 | + functions-common:time_stop:2446 : start_time=1663677964157 2022-09-20 12:46:05.800 | + functions-common:time_stop:2448 : [[ -z 1663677964157 ]] 2022-09-20 12:46:05.804 | ++ functions-common:time_stop:2451 : date +%s%3N 2022-09-20 12:46:05.809 | + functions-common:time_stop:2451 : end_time=1663677965806 2022-09-20 12:46:05.812 | + functions-common:time_stop:2452 : elapsed_time=1649 2022-09-20 12:46:05.815 | + functions-common:time_stop:2453 : total=26000 2022-09-20 12:46:05.819 | + functions-common:time_stop:2455 : _TIME_START[$name]= 2022-09-20 12:46:05.822 | + functions-common:time_stop:2456 : _TIME_TOTAL[$name]=27649 2022-09-20 12:46:05.824 | + lib/nova:start_nova_rest:1033 : '[' True == False ']' 2022-09-20 12:46:05.829 | ++ lib/nova:start_nova_rest:1036 : which uwsgi 2022-09-20 12:46:05.834 | + lib/nova:start_nova_rest:1036 : run_process n-api-meta '/usr/bin/uwsgi --procname-prefix nova-api-meta --ini /etc/nova/nova-metadata-uwsgi.ini' 2022-09-20 12:46:05.837 | + functions-common:run_process:1693 : local service=n-api-meta 2022-09-20 12:46:05.840 | + functions-common:run_process:1694 : local 'command=/usr/bin/uwsgi --procname-prefix nova-api-meta --ini /etc/nova/nova-metadata-uwsgi.ini' 2022-09-20 12:46:05.842 | + functions-common:run_process:1695 : local group= 2022-09-20 12:46:05.846 | + functions-common:run_process:1696 : local user= 2022-09-20 12:46:05.848 | + functions-common:run_process:1697 : local env_vars= 2022-09-20 12:46:05.851 | + functions-common:run_process:1699 : local name=n-api-meta 2022-09-20 12:46:05.854 | + functions-common:run_process:1701 : time_start run_process 2022-09-20 12:46:05.856 | + functions-common:time_start:2425 : local name=run_process 2022-09-20 12:46:05.859 | + functions-common:time_start:2426 : local start_time= 2022-09-20 12:46:05.862 | + functions-common:time_start:2427 : [[ -n '' ]] 2022-09-20 12:46:05.866 | ++ functions-common:time_start:2430 : date +%s%3N 2022-09-20 12:46:05.871 | + functions-common:time_start:2430 : _TIME_START[$name]=1663677965868 2022-09-20 12:46:05.876 | + functions-common:run_process:1702 : is_service_enabled n-api-meta 2022-09-20 12:46:05.900 | + functions-common:is_service_enabled:2095 : return 0 2022-09-20 12:46:05.903 | + functions-common:run_process:1703 : _run_under_systemd n-api-meta '/usr/bin/uwsgi --procname-prefix nova-api-meta --ini /etc/nova/nova-metadata-uwsgi.ini' '' '' '' 2022-09-20 12:46:05.907 | + functions-common:_run_under_systemd:1653 : local service=n-api-meta 2022-09-20 12:46:05.910 | + functions-common:_run_under_systemd:1654 : local 'command=/usr/bin/uwsgi --procname-prefix nova-api-meta --ini /etc/nova/nova-metadata-uwsgi.ini' 2022-09-20 12:46:05.913 | + functions-common:_run_under_systemd:1655 : local 'cmd=/usr/bin/uwsgi --procname-prefix nova-api-meta --ini /etc/nova/nova-metadata-uwsgi.ini' 2022-09-20 12:46:05.916 | + functions-common:_run_under_systemd:1657 : _common_systemd_pitfalls '/usr/bin/uwsgi --procname-prefix nova-api-meta --ini /etc/nova/nova-metadata-uwsgi.ini' 2022-09-20 12:46:05.919 | + functions-common:_common_systemd_pitfalls:1625 : local 'cmd=/usr/bin/uwsgi --procname-prefix nova-api-meta --ini /etc/nova/nova-metadata-uwsgi.ini' 2022-09-20 12:46:05.922 | + functions-common:_common_systemd_pitfalls:1628 : [[ /usr/bin/uwsgi --procname-prefix nova-api-meta --ini /etc/nova/nova-metadata-uwsgi.ini =~ sudo ]] 2022-09-20 12:46:05.925 | + functions-common:_common_systemd_pitfalls:1639 : [[ ! /usr/bin/uwsgi --procname-prefix nova-api-meta --ini /etc/nova/nova-metadata-uwsgi.ini =~ ^/ ]] 2022-09-20 12:46:05.928 | + functions-common:_run_under_systemd:1659 : local systemd_service=devstack@n-api-meta.service 2022-09-20 12:46:05.931 | + functions-common:_run_under_systemd:1660 : local group= 2022-09-20 12:46:05.934 | + functions-common:_run_under_systemd:1661 : local user=ubuntu 2022-09-20 12:46:05.937 | + functions-common:_run_under_systemd:1662 : [[ -z ubuntu ]] 2022-09-20 12:46:05.940 | + functions-common:_run_under_systemd:1665 : local env_vars= 2022-09-20 12:46:05.943 | + functions-common:_run_under_systemd:1666 : [[ /usr/bin/uwsgi --procname-prefix nova-api-meta --ini /etc/nova/nova-metadata-uwsgi.ini =~ uwsgi ]] 2022-09-20 12:46:05.946 | + functions-common:_run_under_systemd:1667 : write_uwsgi_user_unit_file devstack@n-api-meta.service '/usr/bin/uwsgi --procname-prefix nova-api-meta --ini /etc/nova/nova-metadata-uwsgi.ini' '' ubuntu '' 2022-09-20 12:46:05.950 | + functions-common:write_uwsgi_user_unit_file:1593 : local service=devstack@n-api-meta.service 2022-09-20 12:46:05.952 | + functions-common:write_uwsgi_user_unit_file:1594 : local 'command=/usr/bin/uwsgi --procname-prefix nova-api-meta --ini /etc/nova/nova-metadata-uwsgi.ini' 2022-09-20 12:46:05.955 | + functions-common:write_uwsgi_user_unit_file:1595 : local group= 2022-09-20 12:46:05.959 | + functions-common:write_uwsgi_user_unit_file:1596 : local user=ubuntu 2022-09-20 12:46:05.962 | + functions-common:write_uwsgi_user_unit_file:1597 : local env_vars= 2022-09-20 12:46:05.964 | + functions-common:write_uwsgi_user_unit_file:1598 : local unitfile=/etc/systemd/system/devstack@n-api-meta.service 2022-09-20 12:46:05.967 | + functions-common:write_uwsgi_user_unit_file:1599 : mkdir -p /etc/systemd/system 2022-09-20 12:46:05.973 | + functions-common:write_uwsgi_user_unit_file:1601 : iniset -sudo /etc/systemd/system/devstack@n-api-meta.service Unit Description 'Devstack devstack@n-api-meta.service' 2022-09-20 12:46:06.040 | + functions-common:write_uwsgi_user_unit_file:1602 : iniset -sudo /etc/systemd/system/devstack@n-api-meta.service Service SyslogIdentifier devstack@n-api-meta.service 2022-09-20 12:46:06.118 | + functions-common:write_uwsgi_user_unit_file:1603 : iniset -sudo /etc/systemd/system/devstack@n-api-meta.service Service User ubuntu 2022-09-20 12:46:06.191 | + functions-common:write_uwsgi_user_unit_file:1604 : iniset -sudo /etc/systemd/system/devstack@n-api-meta.service Service ExecStart '/usr/bin/uwsgi --procname-prefix nova-api-meta --ini /etc/nova/nova-metadata-uwsgi.ini' 2022-09-20 12:46:06.264 | + functions-common:write_uwsgi_user_unit_file:1605 : iniset -sudo /etc/systemd/system/devstack@n-api-meta.service Service ExecReload '/usr/bin/kill -HUP $MAINPID' 2022-09-20 12:46:06.339 | + functions-common:write_uwsgi_user_unit_file:1606 : iniset -sudo /etc/systemd/system/devstack@n-api-meta.service Service Type notify 2022-09-20 12:46:06.418 | + functions-common:write_uwsgi_user_unit_file:1607 : iniset -sudo /etc/systemd/system/devstack@n-api-meta.service Service KillMode process 2022-09-20 12:46:06.493 | + functions-common:write_uwsgi_user_unit_file:1608 : iniset -sudo /etc/systemd/system/devstack@n-api-meta.service Service Restart always 2022-09-20 12:46:06.572 | + functions-common:write_uwsgi_user_unit_file:1609 : iniset -sudo /etc/systemd/system/devstack@n-api-meta.service Service NotifyAccess all 2022-09-20 12:46:06.647 | + functions-common:write_uwsgi_user_unit_file:1610 : iniset -sudo /etc/systemd/system/devstack@n-api-meta.service Service RestartForceExitStatus 100 2022-09-20 12:46:06.727 | + functions-common:write_uwsgi_user_unit_file:1612 : [[ -n '' ]] 2022-09-20 12:46:06.730 | + functions-common:write_uwsgi_user_unit_file:1615 : [[ -n '' ]] 2022-09-20 12:46:06.733 | + functions-common:write_uwsgi_user_unit_file:1618 : iniset -sudo /etc/systemd/system/devstack@n-api-meta.service Install WantedBy multi-user.target 2022-09-20 12:46:06.816 | + functions-common:write_uwsgi_user_unit_file:1621 : sudo systemctl daemon-reload 2022-09-20 12:46:07.322 | + functions-common:_run_under_systemd:1672 : sudo systemctl enable devstack@n-api-meta.service 2022-09-20 12:46:07.336 | Created symlink /etc/systemd/system/multi-user.target.wants/devstack@n-api-meta.service → /etc/systemd/system/devstack@n-api-meta.service. 2022-09-20 12:46:07.796 | + functions-common:_run_under_systemd:1673 : sudo systemctl start devstack@n-api-meta.service 2022-09-20 12:46:07.883 | + functions-common:run_process:1705 : time_stop run_process 2022-09-20 12:46:07.886 | + functions-common:time_stop:2439 : local name 2022-09-20 12:46:07.889 | + functions-common:time_stop:2440 : local end_time 2022-09-20 12:46:07.893 | + functions-common:time_stop:2441 : local elapsed_time 2022-09-20 12:46:07.896 | + functions-common:time_stop:2442 : local total 2022-09-20 12:46:07.897 | + functions-common:time_stop:2443 : local start_time 2022-09-20 12:46:07.901 | + functions-common:time_stop:2445 : name=run_process 2022-09-20 12:46:07.904 | + functions-common:time_stop:2446 : start_time=1663677965868 2022-09-20 12:46:07.907 | + functions-common:time_stop:2448 : [[ -z 1663677965868 ]] 2022-09-20 12:46:07.913 | ++ functions-common:time_stop:2451 : date +%s%3N 2022-09-20 12:46:07.915 | + functions-common:time_stop:2451 : end_time=1663677967912 2022-09-20 12:46:07.918 | + functions-common:time_stop:2452 : elapsed_time=2044 2022-09-20 12:46:07.921 | + functions-common:time_stop:2453 : total=27649 2022-09-20 12:46:07.924 | + functions-common:time_stop:2455 : _TIME_START[$name]= 2022-09-20 12:46:07.927 | + functions-common:time_stop:2456 : _TIME_TOTAL[$name]=29693 2022-09-20 12:46:07.930 | + lib/nova:start_nova_rest:1039 : 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-09-20 12:46:07.933 | + lib/nova:start_nova_rest:1039 : 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-09-20 12:46:07.936 | + lib/nova:start_nova:1119 : start_nova_console_proxies 2022-09-20 12:46:07.939 | + lib/nova:start_nova_console_proxies:1054 : 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-09-20 12:46:07.942 | + lib/nova:start_nova_console_proxies:1056 : 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-09-20 12:46:07.945 | + lib/nova:start_nova_console_proxies:1056 : 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-09-20 12:46:07.948 | + lib/nova:start_nova_console_proxies:1058 : local api_cell_conf=/etc/nova/nova.conf 2022-09-20 12:46:07.951 | + lib/nova:start_nova_console_proxies:1060 : [[ superconductor == \s\i\n\g\l\e\c\o\n\d\u\c\t\o\r ]] 2022-09-20 12:46:07.954 | + lib/nova:start_nova_console_proxies:1065 : enable_nova_console_proxies 2022-09-20 12:46:07.959 | ++ lib/nova:enable_nova_console_proxies:1043 : seq 1 1 2022-09-20 12:46:07.962 | + lib/nova:enable_nova_console_proxies:1043 : for i in $(seq 1 $NOVA_NUM_CELLS) 2022-09-20 12:46:07.965 | + lib/nova:enable_nova_console_proxies:1044 : for srv in n-novnc n-spice n-sproxy 2022-09-20 12:46:07.967 | + lib/nova:enable_nova_console_proxies:1045 : is_service_enabled n-novnc 2022-09-20 12:46:07.991 | + functions-common:is_service_enabled:2095 : return 1 2022-09-20 12:46:07.994 | + lib/nova:enable_nova_console_proxies:1044 : for srv in n-novnc n-spice n-sproxy 2022-09-20 12:46:07.997 | + lib/nova:enable_nova_console_proxies:1045 : is_service_enabled n-spice 2022-09-20 12:46:08.021 | + functions-common:is_service_enabled:2095 : return 1 2022-09-20 12:46:08.024 | + lib/nova:enable_nova_console_proxies:1044 : for srv in n-novnc n-spice n-sproxy 2022-09-20 12:46:08.027 | + lib/nova:enable_nova_console_proxies:1045 : is_service_enabled n-sproxy 2022-09-20 12:46:08.050 | + functions-common:is_service_enabled:2095 : return 1 2022-09-20 12:46:08.056 | ++ lib/nova:start_nova_console_proxies:1066 : seq 1 1 2022-09-20 12:46:08.059 | + lib/nova:start_nova_console_proxies:1066 : for i in $(seq 1 $NOVA_NUM_CELLS) 2022-09-20 12:46:08.062 | + lib/nova:start_nova_console_proxies:1067 : local conf 2022-09-20 12:46:08.067 | ++ lib/nova:start_nova_console_proxies:1068 : conductor_conf 1 2022-09-20 12:46:08.073 | ++ lib/nova:conductor_conf:790 : local cell=1 2022-09-20 12:46:08.078 | ++ lib/nova:conductor_conf:791 : echo /etc/nova/nova_cell1.conf 2022-09-20 12:46:08.082 | + lib/nova:start_nova_console_proxies:1068 : conf=/etc/nova/nova_cell1.conf 2022-09-20 12:46:08.084 | + lib/nova:start_nova_console_proxies:1069 : run_process n-novnc-cell1 '/usr/local/bin/nova-novncproxy --config-file /etc/nova/nova_cell1.conf --web ' 2022-09-20 12:46:08.087 | + functions-common:run_process:1693 : local service=n-novnc-cell1 2022-09-20 12:46:08.090 | + functions-common:run_process:1694 : local 'command=/usr/local/bin/nova-novncproxy --config-file /etc/nova/nova_cell1.conf --web ' 2022-09-20 12:46:08.093 | + functions-common:run_process:1695 : local group= 2022-09-20 12:46:08.097 | + functions-common:run_process:1696 : local user= 2022-09-20 12:46:08.100 | + functions-common:run_process:1697 : local env_vars= 2022-09-20 12:46:08.103 | + functions-common:run_process:1699 : local name=n-novnc-cell1 2022-09-20 12:46:08.106 | + functions-common:run_process:1701 : time_start run_process 2022-09-20 12:46:08.109 | + functions-common:time_start:2425 : local name=run_process 2022-09-20 12:46:08.112 | + functions-common:time_start:2426 : local start_time= 2022-09-20 12:46:08.115 | + functions-common:time_start:2427 : [[ -n '' ]] 2022-09-20 12:46:08.120 | ++ functions-common:time_start:2430 : date +%s%3N 2022-09-20 12:46:08.124 | + functions-common:time_start:2430 : _TIME_START[$name]=1663677968120 2022-09-20 12:46:08.128 | + functions-common:run_process:1702 : is_service_enabled n-novnc-cell1 2022-09-20 12:46:08.149 | + functions-common:is_service_enabled:2095 : return 1 2022-09-20 12:46:08.152 | + functions-common:run_process:1705 : time_stop run_process 2022-09-20 12:46:08.155 | + functions-common:time_stop:2439 : local name 2022-09-20 12:46:08.158 | + functions-common:time_stop:2440 : local end_time 2022-09-20 12:46:08.161 | + functions-common:time_stop:2441 : local elapsed_time 2022-09-20 12:46:08.164 | + functions-common:time_stop:2442 : local total 2022-09-20 12:46:08.167 | + functions-common:time_stop:2443 : local start_time 2022-09-20 12:46:08.170 | + functions-common:time_stop:2445 : name=run_process 2022-09-20 12:46:08.172 | + functions-common:time_stop:2446 : start_time=1663677968120 2022-09-20 12:46:08.175 | + functions-common:time_stop:2448 : [[ -z 1663677968120 ]] 2022-09-20 12:46:08.183 | ++ functions-common:time_stop:2451 : date +%s%3N 2022-09-20 12:46:08.185 | + functions-common:time_stop:2451 : end_time=1663677968182 2022-09-20 12:46:08.189 | + functions-common:time_stop:2452 : elapsed_time=62 2022-09-20 12:46:08.192 | + functions-common:time_stop:2453 : total=29693 2022-09-20 12:46:08.195 | + functions-common:time_stop:2455 : _TIME_START[$name]= 2022-09-20 12:46:08.198 | + functions-common:time_stop:2456 : _TIME_TOTAL[$name]=29755 2022-09-20 12:46:08.201 | + lib/nova:start_nova_console_proxies:1070 : run_process n-spice-cell1 '/usr/local/bin/nova-spicehtml5proxy --config-file /etc/nova/nova_cell1.conf --web ' 2022-09-20 12:46:08.205 | + functions-common:run_process:1693 : local service=n-spice-cell1 2022-09-20 12:46:08.207 | + functions-common:run_process:1694 : local 'command=/usr/local/bin/nova-spicehtml5proxy --config-file /etc/nova/nova_cell1.conf --web ' 2022-09-20 12:46:08.210 | + functions-common:run_process:1695 : local group= 2022-09-20 12:46:08.213 | + functions-common:run_process:1696 : local user= 2022-09-20 12:46:08.216 | + functions-common:run_process:1697 : local env_vars= 2022-09-20 12:46:08.219 | + functions-common:run_process:1699 : local name=n-spice-cell1 2022-09-20 12:46:08.223 | + functions-common:run_process:1701 : time_start run_process 2022-09-20 12:46:08.226 | + functions-common:time_start:2425 : local name=run_process 2022-09-20 12:46:08.228 | + functions-common:time_start:2426 : local start_time= 2022-09-20 12:46:08.231 | + functions-common:time_start:2427 : [[ -n '' ]] 2022-09-20 12:46:08.239 | ++ functions-common:time_start:2430 : date +%s%3N 2022-09-20 12:46:08.241 | + functions-common:time_start:2430 : _TIME_START[$name]=1663677968238 2022-09-20 12:46:08.244 | + functions-common:run_process:1702 : is_service_enabled n-spice-cell1 2022-09-20 12:46:08.271 | + functions-common:is_service_enabled:2095 : return 1 2022-09-20 12:46:08.273 | + functions-common:run_process:1705 : time_stop run_process 2022-09-20 12:46:08.276 | + functions-common:time_stop:2439 : local name 2022-09-20 12:46:08.279 | + functions-common:time_stop:2440 : local end_time 2022-09-20 12:46:08.283 | + functions-common:time_stop:2441 : local elapsed_time 2022-09-20 12:46:08.286 | + functions-common:time_stop:2442 : local total 2022-09-20 12:46:08.289 | + functions-common:time_stop:2443 : local start_time 2022-09-20 12:46:08.292 | + functions-common:time_stop:2445 : name=run_process 2022-09-20 12:46:08.295 | + functions-common:time_stop:2446 : start_time=1663677968238 2022-09-20 12:46:08.298 | + functions-common:time_stop:2448 : [[ -z 1663677968238 ]] 2022-09-20 12:46:08.304 | ++ functions-common:time_stop:2451 : date +%s%3N 2022-09-20 12:46:08.307 | + functions-common:time_stop:2451 : end_time=1663677968303 2022-09-20 12:46:08.310 | + functions-common:time_stop:2452 : elapsed_time=65 2022-09-20 12:46:08.313 | + functions-common:time_stop:2453 : total=29755 2022-09-20 12:46:08.316 | + functions-common:time_stop:2455 : _TIME_START[$name]= 2022-09-20 12:46:08.319 | + functions-common:time_stop:2456 : _TIME_TOTAL[$name]=29820 2022-09-20 12:46:08.323 | + lib/nova:start_nova_console_proxies:1071 : run_process n-sproxy-cell1 '/usr/local/bin/nova-serialproxy --config-file /etc/nova/nova_cell1.conf' 2022-09-20 12:46:08.325 | + functions-common:run_process:1693 : local service=n-sproxy-cell1 2022-09-20 12:46:08.329 | + functions-common:run_process:1694 : local 'command=/usr/local/bin/nova-serialproxy --config-file /etc/nova/nova_cell1.conf' 2022-09-20 12:46:08.332 | + functions-common:run_process:1695 : local group= 2022-09-20 12:46:08.335 | + functions-common:run_process:1696 : local user= 2022-09-20 12:46:08.337 | + functions-common:run_process:1697 : local env_vars= 2022-09-20 12:46:08.340 | + functions-common:run_process:1699 : local name=n-sproxy-cell1 2022-09-20 12:46:08.343 | + functions-common:run_process:1701 : time_start run_process 2022-09-20 12:46:08.346 | + functions-common:time_start:2425 : local name=run_process 2022-09-20 12:46:08.349 | + functions-common:time_start:2426 : local start_time= 2022-09-20 12:46:08.352 | + functions-common:time_start:2427 : [[ -n '' ]] 2022-09-20 12:46:08.358 | ++ functions-common:time_start:2430 : date +%s%3N 2022-09-20 12:46:08.361 | + functions-common:time_start:2430 : _TIME_START[$name]=1663677968357 2022-09-20 12:46:08.365 | + functions-common:run_process:1702 : is_service_enabled n-sproxy-cell1 2022-09-20 12:46:08.390 | + functions-common:is_service_enabled:2095 : return 1 2022-09-20 12:46:08.394 | + functions-common:run_process:1705 : time_stop run_process 2022-09-20 12:46:08.397 | + functions-common:time_stop:2439 : local name 2022-09-20 12:46:08.400 | + functions-common:time_stop:2440 : local end_time 2022-09-20 12:46:08.407 | + functions-common:time_stop:2441 : local elapsed_time 2022-09-20 12:46:08.410 | + functions-common:time_stop:2442 : local total 2022-09-20 12:46:08.416 | + functions-common:time_stop:2443 : local start_time 2022-09-20 12:46:08.420 | + functions-common:time_stop:2445 : name=run_process 2022-09-20 12:46:08.423 | + functions-common:time_stop:2446 : start_time=1663677968357 2022-09-20 12:46:08.426 | + functions-common:time_stop:2448 : [[ -z 1663677968357 ]] 2022-09-20 12:46:08.432 | ++ functions-common:time_stop:2451 : date +%s%3N 2022-09-20 12:46:08.435 | + functions-common:time_stop:2451 : end_time=1663677968431 2022-09-20 12:46:08.438 | + functions-common:time_stop:2452 : elapsed_time=74 2022-09-20 12:46:08.441 | + functions-common:time_stop:2453 : total=29820 2022-09-20 12:46:08.444 | + functions-common:time_stop:2455 : _TIME_START[$name]= 2022-09-20 12:46:08.447 | + functions-common:time_stop:2456 : _TIME_TOTAL[$name]=29894 2022-09-20 12:46:08.450 | + lib/nova:start_nova_console_proxies:1075 : 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-09-20 12:46:08.454 | + lib/nova:start_nova_console_proxies:1075 : 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-09-20 12:46:08.457 | + lib/nova:start_nova:1120 : start_nova_conductor 2022-09-20 12:46:08.460 | + lib/nova:start_nova_conductor:1088 : [[ superconductor == \s\i\n\g\l\e\c\o\n\d\u\c\t\o\r ]] 2022-09-20 12:46:08.463 | + lib/nova:start_nova_conductor:1094 : enable_nova_fleet 2022-09-20 12:46:08.466 | + lib/nova:enable_nova_fleet:1079 : is_service_enabled n-cond 2022-09-20 12:46:08.491 | + functions-common:is_service_enabled:2095 : return 0 2022-09-20 12:46:08.495 | + lib/nova:enable_nova_fleet:1080 : enable_service n-super-cond 2022-09-20 12:46:08.573 | ++ lib/nova:enable_nova_fleet:1081 : seq 1 1 2022-09-20 12:46:08.580 | + lib/nova:enable_nova_fleet:1081 : for i in $(seq 1 $NOVA_NUM_CELLS) 2022-09-20 12:46:08.583 | + lib/nova:enable_nova_fleet:1082 : enable_service n-cond-cell1 2022-09-20 12:46:08.651 | + lib/nova:start_nova_conductor:1095 : is_service_enabled n-super-cond 2022-09-20 12:46:08.675 | + functions-common:is_service_enabled:2095 : return 0 2022-09-20 12:46:08.678 | + lib/nova:start_nova_conductor:1096 : run_process n-super-cond '/usr/local/bin/nova-conductor --config-file /etc/nova/nova.conf' 2022-09-20 12:46:08.681 | + functions-common:run_process:1693 : local service=n-super-cond 2022-09-20 12:46:08.685 | + functions-common:run_process:1694 : local 'command=/usr/local/bin/nova-conductor --config-file /etc/nova/nova.conf' 2022-09-20 12:46:08.690 | + functions-common:run_process:1695 : local group= 2022-09-20 12:46:08.693 | + functions-common:run_process:1696 : local user= 2022-09-20 12:46:08.697 | + functions-common:run_process:1697 : local env_vars= 2022-09-20 12:46:08.701 | + functions-common:run_process:1699 : local name=n-super-cond 2022-09-20 12:46:08.704 | + functions-common:run_process:1701 : time_start run_process 2022-09-20 12:46:08.708 | + functions-common:time_start:2425 : local name=run_process 2022-09-20 12:46:08.712 | + functions-common:time_start:2426 : local start_time= 2022-09-20 12:46:08.718 | + functions-common:time_start:2427 : [[ -n '' ]] 2022-09-20 12:46:08.725 | ++ functions-common:time_start:2430 : date +%s%3N 2022-09-20 12:46:08.733 | + functions-common:time_start:2430 : _TIME_START[$name]=1663677968728 2022-09-20 12:46:08.738 | + functions-common:run_process:1702 : is_service_enabled n-super-cond 2022-09-20 12:46:08.773 | + functions-common:is_service_enabled:2095 : return 0 2022-09-20 12:46:08.785 | + functions-common:run_process:1703 : _run_under_systemd n-super-cond '/usr/local/bin/nova-conductor --config-file /etc/nova/nova.conf' '' '' '' 2022-09-20 12:46:08.785 | + functions-common:_run_under_systemd:1653 : local service=n-super-cond 2022-09-20 12:46:08.789 | + functions-common:_run_under_systemd:1654 : local 'command=/usr/local/bin/nova-conductor --config-file /etc/nova/nova.conf' 2022-09-20 12:46:08.792 | + functions-common:_run_under_systemd:1655 : local 'cmd=/usr/local/bin/nova-conductor --config-file /etc/nova/nova.conf' 2022-09-20 12:46:08.795 | + functions-common:_run_under_systemd:1657 : _common_systemd_pitfalls '/usr/local/bin/nova-conductor --config-file /etc/nova/nova.conf' 2022-09-20 12:46:08.801 | + functions-common:_common_systemd_pitfalls:1625 : local 'cmd=/usr/local/bin/nova-conductor --config-file /etc/nova/nova.conf' 2022-09-20 12:46:08.801 | + functions-common:_common_systemd_pitfalls:1628 : [[ /usr/local/bin/nova-conductor --config-file /etc/nova/nova.conf =~ sudo ]] 2022-09-20 12:46:08.805 | + functions-common:_common_systemd_pitfalls:1639 : [[ ! /usr/local/bin/nova-conductor --config-file /etc/nova/nova.conf =~ ^/ ]] 2022-09-20 12:46:08.809 | + functions-common:_run_under_systemd:1659 : local systemd_service=devstack@n-super-cond.service 2022-09-20 12:46:08.811 | + functions-common:_run_under_systemd:1660 : local group= 2022-09-20 12:46:08.816 | + functions-common:_run_under_systemd:1661 : local user=ubuntu 2022-09-20 12:46:08.816 | + functions-common:_run_under_systemd:1662 : [[ -z ubuntu ]] 2022-09-20 12:46:08.821 | + functions-common:_run_under_systemd:1665 : local env_vars= 2022-09-20 12:46:08.821 | + functions-common:_run_under_systemd:1666 : [[ /usr/local/bin/nova-conductor --config-file /etc/nova/nova.conf =~ uwsgi ]] 2022-09-20 12:46:08.825 | + functions-common:_run_under_systemd:1669 : write_user_unit_file devstack@n-super-cond.service '/usr/local/bin/nova-conductor --config-file /etc/nova/nova.conf' '' ubuntu '' 2022-09-20 12:46:08.829 | + functions-common:write_user_unit_file:1562 : local service=devstack@n-super-cond.service 2022-09-20 12:46:08.829 | + functions-common:write_user_unit_file:1563 : local 'command=/usr/local/bin/nova-conductor --config-file /etc/nova/nova.conf' 2022-09-20 12:46:08.837 | + functions-common:write_user_unit_file:1564 : local group= 2022-09-20 12:46:08.837 | + functions-common:write_user_unit_file:1565 : local user=ubuntu 2022-09-20 12:46:08.840 | + functions-common:write_user_unit_file:1566 : local env_vars= 2022-09-20 12:46:08.840 | + functions-common:write_user_unit_file:1567 : local extra= 2022-09-20 12:46:08.842 | + functions-common:write_user_unit_file:1568 : [[ -n '' ]] 2022-09-20 12:46:08.845 | + functions-common:write_user_unit_file:1571 : local unitfile=/etc/systemd/system/devstack@n-super-cond.service 2022-09-20 12:46:08.847 | + functions-common:write_user_unit_file:1572 : mkdir -p /etc/systemd/system 2022-09-20 12:46:08.852 | + functions-common:write_user_unit_file:1574 : iniset -sudo /etc/systemd/system/devstack@n-super-cond.service Unit Description 'Devstack devstack@n-super-cond.service' 2022-09-20 12:46:08.935 | + functions-common:write_user_unit_file:1575 : iniset -sudo /etc/systemd/system/devstack@n-super-cond.service Service User ubuntu 2022-09-20 12:46:09.017 | + functions-common:write_user_unit_file:1576 : iniset -sudo /etc/systemd/system/devstack@n-super-cond.service Service ExecStart '/usr/local/bin/nova-conductor --config-file /etc/nova/nova.conf' 2022-09-20 12:46:09.100 | + functions-common:write_user_unit_file:1577 : iniset -sudo /etc/systemd/system/devstack@n-super-cond.service Service KillMode process 2022-09-20 12:46:09.173 | + functions-common:write_user_unit_file:1578 : iniset -sudo /etc/systemd/system/devstack@n-super-cond.service Service TimeoutStopSec 300 2022-09-20 12:46:09.246 | + functions-common:write_user_unit_file:1579 : iniset -sudo /etc/systemd/system/devstack@n-super-cond.service Service ExecReload '/usr/bin/kill -HUP $MAINPID' 2022-09-20 12:46:09.338 | + functions-common:write_user_unit_file:1580 : [[ -n '' ]] 2022-09-20 12:46:09.342 | + functions-common:write_user_unit_file:1583 : [[ -n '' ]] 2022-09-20 12:46:09.346 | + functions-common:write_user_unit_file:1586 : iniset -sudo /etc/systemd/system/devstack@n-super-cond.service Install WantedBy multi-user.target 2022-09-20 12:46:09.452 | + functions-common:write_user_unit_file:1589 : sudo systemctl daemon-reload 2022-09-20 12:46:10.043 | + functions-common:_run_under_systemd:1672 : sudo systemctl enable devstack@n-super-cond.service 2022-09-20 12:46:10.060 | Created symlink /etc/systemd/system/multi-user.target.wants/devstack@n-super-cond.service → /etc/systemd/system/devstack@n-super-cond.service. 2022-09-20 12:46:10.625 | + functions-common:_run_under_systemd:1673 : sudo systemctl start devstack@n-super-cond.service 2022-09-20 12:46:10.664 | + functions-common:run_process:1705 : time_stop run_process 2022-09-20 12:46:10.669 | + functions-common:time_stop:2439 : local name 2022-09-20 12:46:10.677 | + functions-common:time_stop:2440 : local end_time 2022-09-20 12:46:10.687 | + functions-common:time_stop:2441 : local elapsed_time 2022-09-20 12:46:10.698 | + functions-common:time_stop:2442 : local total 2022-09-20 12:46:10.713 | + functions-common:time_stop:2443 : local start_time 2022-09-20 12:46:10.722 | + functions-common:time_stop:2445 : name=run_process 2022-09-20 12:46:10.725 | + functions-common:time_stop:2446 : start_time=1663677968728 2022-09-20 12:46:10.730 | + functions-common:time_stop:2448 : [[ -z 1663677968728 ]] 2022-09-20 12:46:10.738 | ++ functions-common:time_stop:2451 : date +%s%3N 2022-09-20 12:46:10.747 | + functions-common:time_stop:2451 : end_time=1663677970739 2022-09-20 12:46:10.754 | + functions-common:time_stop:2452 : elapsed_time=2011 2022-09-20 12:46:10.759 | + functions-common:time_stop:2453 : total=29894 2022-09-20 12:46:10.764 | + functions-common:time_stop:2455 : _TIME_START[$name]= 2022-09-20 12:46:10.771 | + functions-common:time_stop:2456 : _TIME_TOTAL[$name]=31905 2022-09-20 12:46:10.776 | ++ lib/nova:start_nova_conductor:1098 : seq 1 1 2022-09-20 12:46:10.783 | + lib/nova:start_nova_conductor:1098 : for i in $(seq 1 $NOVA_NUM_CELLS) 2022-09-20 12:46:10.787 | + lib/nova:start_nova_conductor:1099 : is_service_enabled n-cond-cell1 2022-09-20 12:46:10.812 | + functions-common:is_service_enabled:2095 : return 0 2022-09-20 12:46:10.815 | + lib/nova:start_nova_conductor:1100 : local conf 2022-09-20 12:46:10.819 | ++ lib/nova:start_nova_conductor:1101 : conductor_conf 1 2022-09-20 12:46:10.821 | ++ lib/nova:conductor_conf:790 : local cell=1 2022-09-20 12:46:10.824 | ++ lib/nova:conductor_conf:791 : echo /etc/nova/nova_cell1.conf 2022-09-20 12:46:10.827 | + lib/nova:start_nova_conductor:1101 : conf=/etc/nova/nova_cell1.conf 2022-09-20 12:46:10.831 | + lib/nova:start_nova_conductor:1102 : run_process n-cond-cell1 '/usr/local/bin/nova-conductor --config-file /etc/nova/nova_cell1.conf' 2022-09-20 12:46:10.833 | + functions-common:run_process:1693 : local service=n-cond-cell1 2022-09-20 12:46:10.837 | + functions-common:run_process:1694 : local 'command=/usr/local/bin/nova-conductor --config-file /etc/nova/nova_cell1.conf' 2022-09-20 12:46:10.840 | + functions-common:run_process:1695 : local group= 2022-09-20 12:46:10.843 | + functions-common:run_process:1696 : local user= 2022-09-20 12:46:10.846 | + functions-common:run_process:1697 : local env_vars= 2022-09-20 12:46:10.849 | + functions-common:run_process:1699 : local name=n-cond-cell1 2022-09-20 12:46:10.852 | + functions-common:run_process:1701 : time_start run_process 2022-09-20 12:46:10.855 | + functions-common:time_start:2425 : local name=run_process 2022-09-20 12:46:10.857 | + functions-common:time_start:2426 : local start_time= 2022-09-20 12:46:10.861 | + functions-common:time_start:2427 : [[ -n '' ]] 2022-09-20 12:46:10.866 | ++ functions-common:time_start:2430 : date +%s%3N 2022-09-20 12:46:10.869 | + functions-common:time_start:2430 : _TIME_START[$name]=1663677970866 2022-09-20 12:46:10.872 | + functions-common:run_process:1702 : is_service_enabled n-cond-cell1 2022-09-20 12:46:10.897 | + functions-common:is_service_enabled:2095 : return 0 2022-09-20 12:46:10.900 | + functions-common:run_process:1703 : _run_under_systemd n-cond-cell1 '/usr/local/bin/nova-conductor --config-file /etc/nova/nova_cell1.conf' '' '' '' 2022-09-20 12:46:10.904 | + functions-common:_run_under_systemd:1653 : local service=n-cond-cell1 2022-09-20 12:46:10.907 | + functions-common:_run_under_systemd:1654 : local 'command=/usr/local/bin/nova-conductor --config-file /etc/nova/nova_cell1.conf' 2022-09-20 12:46:10.910 | + functions-common:_run_under_systemd:1655 : local 'cmd=/usr/local/bin/nova-conductor --config-file /etc/nova/nova_cell1.conf' 2022-09-20 12:46:10.913 | + functions-common:_run_under_systemd:1657 : _common_systemd_pitfalls '/usr/local/bin/nova-conductor --config-file /etc/nova/nova_cell1.conf' 2022-09-20 12:46:10.919 | + functions-common:_common_systemd_pitfalls:1625 : local 'cmd=/usr/local/bin/nova-conductor --config-file /etc/nova/nova_cell1.conf' 2022-09-20 12:46:10.927 | + functions-common:_common_systemd_pitfalls:1628 : [[ /usr/local/bin/nova-conductor --config-file /etc/nova/nova_cell1.conf =~ sudo ]] 2022-09-20 12:46:10.931 | + functions-common:_common_systemd_pitfalls:1639 : [[ ! /usr/local/bin/nova-conductor --config-file /etc/nova/nova_cell1.conf =~ ^/ ]] 2022-09-20 12:46:10.935 | + functions-common:_run_under_systemd:1659 : local systemd_service=devstack@n-cond-cell1.service 2022-09-20 12:46:10.940 | + functions-common:_run_under_systemd:1660 : local group= 2022-09-20 12:46:10.944 | + functions-common:_run_under_systemd:1661 : local user=ubuntu 2022-09-20 12:46:10.948 | + functions-common:_run_under_systemd:1662 : [[ -z ubuntu ]] 2022-09-20 12:46:10.952 | + functions-common:_run_under_systemd:1665 : local env_vars= 2022-09-20 12:46:10.957 | + functions-common:_run_under_systemd:1666 : [[ /usr/local/bin/nova-conductor --config-file /etc/nova/nova_cell1.conf =~ uwsgi ]] 2022-09-20 12:46:10.960 | + functions-common:_run_under_systemd:1669 : write_user_unit_file devstack@n-cond-cell1.service '/usr/local/bin/nova-conductor --config-file /etc/nova/nova_cell1.conf' '' ubuntu '' 2022-09-20 12:46:10.963 | + functions-common:write_user_unit_file:1562 : local service=devstack@n-cond-cell1.service 2022-09-20 12:46:10.968 | + functions-common:write_user_unit_file:1563 : local 'command=/usr/local/bin/nova-conductor --config-file /etc/nova/nova_cell1.conf' 2022-09-20 12:46:10.971 | + functions-common:write_user_unit_file:1564 : local group= 2022-09-20 12:46:10.974 | + functions-common:write_user_unit_file:1565 : local user=ubuntu 2022-09-20 12:46:10.977 | + functions-common:write_user_unit_file:1566 : local env_vars= 2022-09-20 12:46:10.981 | + functions-common:write_user_unit_file:1567 : local extra= 2022-09-20 12:46:10.985 | + functions-common:write_user_unit_file:1568 : [[ -n '' ]] 2022-09-20 12:46:10.987 | + functions-common:write_user_unit_file:1571 : local unitfile=/etc/systemd/system/devstack@n-cond-cell1.service 2022-09-20 12:46:10.990 | + functions-common:write_user_unit_file:1572 : mkdir -p /etc/systemd/system 2022-09-20 12:46:10.995 | + functions-common:write_user_unit_file:1574 : iniset -sudo /etc/systemd/system/devstack@n-cond-cell1.service Unit Description 'Devstack devstack@n-cond-cell1.service' 2022-09-20 12:46:11.068 | + functions-common:write_user_unit_file:1575 : iniset -sudo /etc/systemd/system/devstack@n-cond-cell1.service Service User ubuntu 2022-09-20 12:46:11.151 | + functions-common:write_user_unit_file:1576 : iniset -sudo /etc/systemd/system/devstack@n-cond-cell1.service Service ExecStart '/usr/local/bin/nova-conductor --config-file /etc/nova/nova_cell1.conf' 2022-09-20 12:46:11.242 | + functions-common:write_user_unit_file:1577 : iniset -sudo /etc/systemd/system/devstack@n-cond-cell1.service Service KillMode process 2022-09-20 12:46:11.318 | + functions-common:write_user_unit_file:1578 : iniset -sudo /etc/systemd/system/devstack@n-cond-cell1.service Service TimeoutStopSec 300 2022-09-20 12:46:11.391 | + functions-common:write_user_unit_file:1579 : iniset -sudo /etc/systemd/system/devstack@n-cond-cell1.service Service ExecReload '/usr/bin/kill -HUP $MAINPID' 2022-09-20 12:46:11.473 | + functions-common:write_user_unit_file:1580 : [[ -n '' ]] 2022-09-20 12:46:11.475 | + functions-common:write_user_unit_file:1583 : [[ -n '' ]] 2022-09-20 12:46:11.478 | + functions-common:write_user_unit_file:1586 : iniset -sudo /etc/systemd/system/devstack@n-cond-cell1.service Install WantedBy multi-user.target 2022-09-20 12:46:11.554 | + functions-common:write_user_unit_file:1589 : sudo systemctl daemon-reload 2022-09-20 12:46:12.169 | + functions-common:_run_under_systemd:1672 : sudo systemctl enable devstack@n-cond-cell1.service 2022-09-20 12:46:12.185 | Created symlink /etc/systemd/system/multi-user.target.wants/devstack@n-cond-cell1.service → /etc/systemd/system/devstack@n-cond-cell1.service. 2022-09-20 12:46:12.829 | + functions-common:_run_under_systemd:1673 : sudo systemctl start devstack@n-cond-cell1.service 2022-09-20 12:46:12.869 | + functions-common:run_process:1705 : time_stop run_process 2022-09-20 12:46:12.876 | + functions-common:time_stop:2439 : local name 2022-09-20 12:46:12.885 | + functions-common:time_stop:2440 : local end_time 2022-09-20 12:46:12.890 | + functions-common:time_stop:2441 : local elapsed_time 2022-09-20 12:46:12.898 | + functions-common:time_stop:2442 : local total 2022-09-20 12:46:12.907 | + functions-common:time_stop:2443 : local start_time 2022-09-20 12:46:12.911 | + functions-common:time_stop:2445 : name=run_process 2022-09-20 12:46:12.921 | + functions-common:time_stop:2446 : start_time=1663677970866 2022-09-20 12:46:12.926 | + functions-common:time_stop:2448 : [[ -z 1663677970866 ]] 2022-09-20 12:46:12.938 | ++ functions-common:time_stop:2451 : date +%s%3N 2022-09-20 12:46:12.946 | + functions-common:time_stop:2451 : end_time=1663677972941 2022-09-20 12:46:12.951 | + functions-common:time_stop:2452 : elapsed_time=2075 2022-09-20 12:46:12.956 | + functions-common:time_stop:2453 : total=31905 2022-09-20 12:46:12.964 | + functions-common:time_stop:2455 : _TIME_START[$name]= 2022-09-20 12:46:12.971 | + functions-common:time_stop:2456 : _TIME_TOTAL[$name]=33980 2022-09-20 12:46:12.977 | + lib/nova:start_nova:1121 : start_nova_compute 2022-09-20 12:46:12.990 | + lib/nova:start_nova_compute:952 : 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-09-20 12:46:13.007 | + lib/nova:start_nova_compute:953 : 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-09-20 12:46:13.015 | + lib/nova:start_nova_compute:953 : 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-09-20 12:46:13.029 | + lib/nova:start_nova_compute:955 : local compute_cell_conf=/etc/nova/nova.conf 2022-09-20 12:46:13.041 | + lib/nova:start_nova_compute:958 : cp /etc/nova/nova.conf /etc/nova/nova-cpu.conf 2022-09-20 12:46:13.053 | + lib/nova:start_nova_compute:960 : merge_config_file /home/ubuntu/devstack/local.conf post-config '$NOVA_CPU_CONF' 2022-09-20 12:46:13.065 | + inc/meta-config:merge_config_file:83 : local file=/home/ubuntu/devstack/local.conf 2022-09-20 12:46:13.076 | + inc/meta-config:merge_config_file:84 : local matchgroup=post-config 2022-09-20 12:46:13.080 | + inc/meta-config:merge_config_file:85 : local 'configfile=$NOVA_CPU_CONF' 2022-09-20 12:46:13.085 | + inc/meta-config:merge_config_file:90 : local real_configfile 2022-09-20 12:46:13.093 | ++ inc/meta-config:merge_config_file:91 : eval echo '$NOVA_CPU_CONF' 2022-09-20 12:46:13.106 | +++ inc/meta-config:merge_config_file:91 : echo /etc/nova/nova-cpu.conf 2022-09-20 12:46:13.121 | + inc/meta-config:merge_config_file:91 : real_configfile=/etc/nova/nova-cpu.conf 2022-09-20 12:46:13.129 | + inc/meta-config:merge_config_file:92 : '[' '!' -f /etc/nova/nova-cpu.conf ']' 2022-09-20 12:46:13.137 | + inc/meta-config:merge_config_file:96 : get_meta_section /home/ubuntu/devstack/local.conf post-config '$NOVA_CPU_CONF' 2022-09-20 12:46:13.142 | + inc/meta-config:merge_config_file:164 : read a 2022-09-20 12:46:13.145 | + inc/meta-config:merge_config_file:97 : awk -v 'configfile=$NOVA_CPU_CONF' ' 2022-09-20 12:46:13.145 | BEGIN { 2022-09-20 12:46:13.145 | section = "" 2022-09-20 12:46:13.145 | last_section = "" 2022-09-20 12:46:13.145 | section_count = 0 2022-09-20 12:46:13.145 | } 2022-09-20 12:46:13.146 | /^\[.+\]/ { 2022-09-20 12:46:13.146 | gsub("[][]", "", $1); 2022-09-20 12:46:13.146 | section=$1 2022-09-20 12:46:13.146 | next 2022-09-20 12:46:13.146 | } 2022-09-20 12:46:13.146 | /^ *\#/ { 2022-09-20 12:46:13.146 | next 2022-09-20 12:46:13.146 | } 2022-09-20 12:46:13.146 | /^[^ \t]+/ { 2022-09-20 12:46:13.146 | # get offset of first = in $0 2022-09-20 12:46:13.146 | eq_idx = index($0, "=") 2022-09-20 12:46:13.146 | # extract attr & value from $0 2022-09-20 12:46:13.146 | attr = substr($0, 1, eq_idx - 1) 2022-09-20 12:46:13.146 | value = substr($0, eq_idx + 1) 2022-09-20 12:46:13.146 | # only need to strip trailing whitespace from attr 2022-09-20 12:46:13.146 | sub(/[ \t]*$/, "", attr) 2022-09-20 12:46:13.146 | # need to strip leading & trailing whitespace from value 2022-09-20 12:46:13.146 | sub(/^[ \t]*/, "", value) 2022-09-20 12:46:13.146 | sub(/[ \t]*$/, "", value) 2022-09-20 12:46:13.147 | 2022-09-20 12:46:13.147 | # cfg_attr_count: number of config lines per [section, attr] 2022-09-20 12:46:13.147 | # cfg_attr: three dimensional array to keep all the config lines per [section, attr] 2022-09-20 12:46:13.147 | # cfg_section: keep the section names in the same order as they appear in local.conf 2022-09-20 12:46:13.147 | # cfg_sec_attr_name: keep the attr names in the same order as they appear in local.conf 2022-09-20 12:46:13.147 | if (! (section, attr) in cfg_attr_count) { 2022-09-20 12:46:13.147 | if (section != last_section) { 2022-09-20 12:46:13.147 | cfg_section[section_count++] = section 2022-09-20 12:46:13.147 | last_section = section 2022-09-20 12:46:13.147 | } 2022-09-20 12:46:13.147 | attr_count = cfg_sec_attr_count[section_count - 1]++ 2022-09-20 12:46:13.147 | cfg_sec_attr_name[section_count - 1, attr_count] = attr 2022-09-20 12:46:13.147 | 2022-09-20 12:46:13.147 | cfg_attr[section, attr, 0] = value 2022-09-20 12:46:13.147 | cfg_attr_count[section, attr] = 1 2022-09-20 12:46:13.147 | } else { 2022-09-20 12:46:13.147 | lno = cfg_attr_count[section, attr]++ 2022-09-20 12:46:13.148 | cfg_attr[section, attr, lno] = value 2022-09-20 12:46:13.148 | } 2022-09-20 12:46:13.148 | } 2022-09-20 12:46:13.148 | END { 2022-09-20 12:46:13.148 | # Process each section in order 2022-09-20 12:46:13.148 | for (sno = 0; sno < section_count; sno++) { 2022-09-20 12:46:13.148 | section = cfg_section[sno] 2022-09-20 12:46:13.148 | # The ini routines simply append a config item immediately 2022-09-20 12:46:13.148 | # after the section header. To keep the same order as defined 2022-09-20 12:46:13.148 | # in local.conf, invoke the ini routines in the reverse order 2022-09-20 12:46:13.148 | for (attr_no = cfg_sec_attr_count[sno] - 1; attr_no >=0; attr_no--) { 2022-09-20 12:46:13.148 | attr = cfg_sec_attr_name[sno, attr_no] 2022-09-20 12:46:13.148 | if (cfg_attr_count[section, attr] == 1) 2022-09-20 12:46:13.148 | print "iniset " configfile " " section " " attr " \"" cfg_attr[section, attr, 0] "\"" 2022-09-20 12:46:13.148 | else { 2022-09-20 12:46:13.148 | # For multiline, invoke the ini routines in the reverse order 2022-09-20 12:46:13.148 | count = cfg_attr_count[section, attr] 2022-09-20 12:46:13.148 | print "inidelete " configfile " " section " " attr 2022-09-20 12:46:13.149 | print "iniset " configfile " " section " " attr " \"" cfg_attr[section, attr, count - 1] "\"" 2022-09-20 12:46:13.149 | for (l = count -2; l >= 0; l--) 2022-09-20 12:46:13.149 | print "iniadd_literal " configfile " " section " " attr " \"" cfg_attr[section, attr, l] "\"" 2022-09-20 12:46:13.149 | } 2022-09-20 12:46:13.149 | } 2022-09-20 12:46:13.149 | } 2022-09-20 12:46:13.149 | } 2022-09-20 12:46:13.149 | ' 2022-09-20 12:46:13.150 | + inc/meta-config:get_meta_section:33 : local file=/home/ubuntu/devstack/local.conf 2022-09-20 12:46:13.150 | awk: cmd. line:12: warning: regexp escape sequence `\#' is not a known regexp operator 2022-09-20 12:46:13.163 | + inc/meta-config:get_meta_section:34 : local matchgroup=post-config 2022-09-20 12:46:13.173 | + inc/meta-config:get_meta_section:35 : local 'configfile=$NOVA_CPU_CONF' 2022-09-20 12:46:13.185 | + inc/meta-config:get_meta_section:37 : [[ -r /home/ubuntu/devstack/local.conf ]] 2022-09-20 12:46:13.198 | + inc/meta-config:get_meta_section:38 : [[ -z $NOVA_CPU_CONF ]] 2022-09-20 12:46:13.210 | + inc/meta-config:get_meta_section:40 : awk -v matchgroup=post-config -v 'configfile=$NOVA_CPU_CONF' ' 2022-09-20 12:46:13.210 | BEGIN { group = "" } 2022-09-20 12:46:13.210 | /^\[\[.+\|.*\]\]/ { 2022-09-20 12:46:13.210 | gsub("[][]", "", $1); 2022-09-20 12:46:13.210 | split($1, a, "|"); 2022-09-20 12:46:13.210 | if (a[1] == matchgroup && a[2] == configfile) { 2022-09-20 12:46:13.210 | group=a[1] 2022-09-20 12:46:13.210 | } else { 2022-09-20 12:46:13.210 | group="" 2022-09-20 12:46:13.210 | } 2022-09-20 12:46:13.211 | next 2022-09-20 12:46:13.211 | } 2022-09-20 12:46:13.211 | { 2022-09-20 12:46:13.211 | if (group != "") 2022-09-20 12:46:13.211 | print $0 2022-09-20 12:46:13.211 | } 2022-09-20 12:46:13.211 | ' /home/ubuntu/devstack/local.conf 2022-09-20 12:46:13.224 | + lib/nova:start_nova_compute:962 : [[ superconductor == \s\i\n\g\l\e\c\o\n\d\u\c\t\o\r ]] 2022-09-20 12:46:13.229 | + lib/nova:start_nova_compute:969 : iniset /etc/nova/nova-cpu.conf workarounds disable_group_policy_check_upcall True 2022-09-20 12:46:13.312 | + lib/nova:start_nova_compute:972 : iniset /etc/nova/nova-cpu.conf filter_scheduler track_instance_changes False 2022-09-20 12:46:13.409 | + lib/nova:start_nova_compute:973 : iniset_rpc_backend nova /etc/nova/nova-cpu.conf DEFAULT nova_cell1 2022-09-20 12:46:13.419 | + lib/rpc_backend:iniset_rpc_backend:157 : local package=nova 2022-09-20 12:46:13.423 | + lib/rpc_backend:iniset_rpc_backend:158 : local file=/etc/nova/nova-cpu.conf 2022-09-20 12:46:13.432 | + lib/rpc_backend:iniset_rpc_backend:159 : local section=DEFAULT 2022-09-20 12:46:13.440 | + lib/rpc_backend:iniset_rpc_backend:160 : local virtual_host=nova_cell1 2022-09-20 12:46:13.447 | + lib/rpc_backend:iniset_rpc_backend:161 : is_service_enabled rabbit 2022-09-20 12:46:13.494 | + functions-common:is_service_enabled:2095 : return 0 2022-09-20 12:46:13.508 | ++ lib/rpc_backend:iniset_rpc_backend:162 : get_transport_url nova_cell1 2022-09-20 12:46:13.517 | ++ lib/rpc_backend:get_transport_url:139 : local virtual_host=nova_cell1 2022-09-20 12:46:13.530 | ++ lib/rpc_backend:get_transport_url:140 : is_service_enabled rabbit 2022-09-20 12:46:13.568 | ++ functions-common:is_service_enabled:2095 : return 0 2022-09-20 12:46:13.573 | ++ lib/rpc_backend:get_transport_url:141 : echo rabbit://stackrabbit:Passw0rd@10.222.0.52:5672/nova_cell1 2022-09-20 12:46:13.581 | + lib/rpc_backend:iniset_rpc_backend:162 : iniset /etc/nova/nova-cpu.conf DEFAULT transport_url rabbit://stackrabbit:Passw0rd@10.222.0.52:5672/nova_cell1 2022-09-20 12:46:13.649 | + lib/rpc_backend:iniset_rpc_backend:163 : '[' -n '' ']' 2022-09-20 12:46:13.653 | + lib/rpc_backend:iniset_rpc_backend:166 : '[' -n '' ']' 2022-09-20 12:46:13.658 | + lib/nova:start_nova_compute:977 : inidelete /etc/nova/nova-cpu.conf database connection 2022-09-20 12:46:13.684 | + lib/nova:start_nova_compute:978 : inidelete /etc/nova/nova-cpu.conf api_database connection 2022-09-20 12:46:13.720 | + lib/nova:start_nova_compute:983 : configure_console_compute 2022-09-20 12:46:13.722 | + lib/nova:configure_console_compute:625 : local offset 2022-09-20 12:46:13.727 | + lib/nova:configure_console_compute:626 : offset=0 2022-09-20 12:46:13.733 | + lib/nova:configure_console_compute:630 : local default_proxyclient_addr 2022-09-20 12:46:13.738 | ++ lib/nova:configure_console_compute:631 : iniget /etc/nova/nova-cpu.conf DEFAULT my_ip 2022-09-20 12:46:13.773 | + lib/nova:configure_console_compute:631 : default_proxyclient_addr=10.222.0.52 2022-09-20 12:46:13.780 | + lib/nova:configure_console_compute:635 : is_service_enabled n-cpu 2022-09-20 12:46:13.804 | + functions-common:is_service_enabled:2095 : return 1 2022-09-20 12:46:13.807 | + lib/nova:configure_console_compute:651 : is_service_enabled n-novnc 2022-09-20 12:46:13.830 | + functions-common:is_service_enabled:2095 : return 1 2022-09-20 12:46:13.832 | + lib/nova:configure_console_compute:651 : '[' False '!=' False ']' 2022-09-20 12:46:13.835 | + lib/nova:configure_console_compute:659 : iniset /etc/nova/nova-cpu.conf vnc enabled false 2022-09-20 12:46:13.916 | + lib/nova:configure_console_compute:662 : is_service_enabled n-spice 2022-09-20 12:46:13.947 | + functions-common:is_service_enabled:2095 : return 1 2022-09-20 12:46:13.951 | + lib/nova:configure_console_compute:672 : is_service_enabled n-sproxy 2022-09-20 12:46:13.980 | + functions-common:is_service_enabled:2095 : return 1 2022-09-20 12:46:13.985 | + lib/nova:start_nova_compute:986 : '[' -n '' ']' 2022-09-20 12:46:13.989 | + lib/nova:start_nova_compute:991 : [[ libvirt == \l\i\b\v\i\r\t ]] 2022-09-20 12:46:13.993 | + lib/nova:start_nova_compute:991 : [[ kvm == \q\e\m\u ]] 2022-09-20 12:46:13.998 | + lib/nova:start_nova_compute:995 : [[ libvirt = \l\i\b\v\i\r\t ]] 2022-09-20 12:46:14.003 | + lib/nova:start_nova_compute:999 : run_process n-cpu '/usr/local/bin/nova-compute --config-file /etc/nova/nova-cpu.conf' libvirt 2022-09-20 12:46:14.007 | + functions-common:run_process:1693 : local service=n-cpu 2022-09-20 12:46:14.012 | + functions-common:run_process:1694 : local 'command=/usr/local/bin/nova-compute --config-file /etc/nova/nova-cpu.conf' 2022-09-20 12:46:14.017 | + functions-common:run_process:1695 : local group=libvirt 2022-09-20 12:46:14.021 | + functions-common:run_process:1696 : local user= 2022-09-20 12:46:14.025 | + functions-common:run_process:1697 : local env_vars= 2022-09-20 12:46:14.029 | + functions-common:run_process:1699 : local name=n-cpu 2022-09-20 12:46:14.036 | + functions-common:run_process:1701 : time_start run_process 2022-09-20 12:46:14.039 | + functions-common:time_start:2425 : local name=run_process 2022-09-20 12:46:14.042 | + functions-common:time_start:2426 : local start_time= 2022-09-20 12:46:14.044 | + functions-common:time_start:2427 : [[ -n '' ]] 2022-09-20 12:46:14.049 | ++ functions-common:time_start:2430 : date +%s%3N 2022-09-20 12:46:14.054 | + functions-common:time_start:2430 : _TIME_START[$name]=1663677974051 2022-09-20 12:46:14.057 | + functions-common:run_process:1702 : is_service_enabled n-cpu 2022-09-20 12:46:14.080 | + functions-common:is_service_enabled:2095 : return 1 2022-09-20 12:46:14.082 | + functions-common:run_process:1705 : time_stop run_process 2022-09-20 12:46:14.085 | + functions-common:time_stop:2439 : local name 2022-09-20 12:46:14.088 | + functions-common:time_stop:2440 : local end_time 2022-09-20 12:46:14.091 | + functions-common:time_stop:2441 : local elapsed_time 2022-09-20 12:46:14.095 | + functions-common:time_stop:2442 : local total 2022-09-20 12:46:14.098 | + functions-common:time_stop:2443 : local start_time 2022-09-20 12:46:14.101 | + functions-common:time_stop:2445 : name=run_process 2022-09-20 12:46:14.103 | + functions-common:time_stop:2446 : start_time=1663677974051 2022-09-20 12:46:14.106 | + functions-common:time_stop:2448 : [[ -z 1663677974051 ]] 2022-09-20 12:46:14.110 | ++ functions-common:time_stop:2451 : date +%s%3N 2022-09-20 12:46:14.115 | + functions-common:time_stop:2451 : end_time=1663677974112 2022-09-20 12:46:14.118 | + functions-common:time_stop:2452 : elapsed_time=61 2022-09-20 12:46:14.120 | + functions-common:time_stop:2453 : total=33980 2022-09-20 12:46:14.123 | + functions-common:time_stop:2455 : _TIME_START[$name]= 2022-09-20 12:46:14.128 | + functions-common:time_stop:2456 : _TIME_TOTAL[$name]=34041 2022-09-20 12:46:14.130 | + lib/nova:start_nova_compute:1021 : 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-09-20 12:46:14.133 | + lib/nova:start_nova_compute:1021 : 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-09-20 12:46:14.136 | + lib/nova:start_nova:1122 : is_service_enabled n-api 2022-09-20 12:46:14.158 | + functions-common:is_service_enabled:2095 : return 0 2022-09-20 12:46:14.161 | + lib/nova:start_nova:1124 : echo 'Dumping cells_v2 mapping' 2022-09-20 12:46:14.161 | Dumping cells_v2 mapping 2022-09-20 12:46:14.163 | + lib/nova:start_nova:1125 : /usr/local/bin/nova-manage cell_v2 list_cells --verbose 2022-09-20 12:46:14.808 | 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-09-20 12:46:18.444 | INFO dbcounter [None req-37747fc6-c988-45c6-89ec-6c1769f5698d None None] Registered counter for database nova_api 2022-09-20 12:46:18.471 | DEBUG dbcounter [-] [328758] Writer thread running {{(pid=328758) stat_writer /usr/local/lib/python3.8/dist-packages/dbcounter.py:99}} 2022-09-20 12:46:18.526 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-09-20 12:46:18.526 | from cryptography.utils import int_from_bytes 2022-09-20 12:46:18.526 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-09-20 12:46:18.526 | from cryptography.utils import int_from_bytes 2022-09-20 12:46:18.526 | +-------+--------------------------------------+-----------------------------------------------------------+----------------------------------------------------------------------------------+----------+ 2022-09-20 12:46:18.526 | | Name | UUID | Transport URL | Database Connection | Disabled | 2022-09-20 12:46:18.526 | +-------+--------------------------------------+-----------------------------------------------------------+----------------------------------------------------------------------------------+----------+ 2022-09-20 12:46:18.526 | | cell0 | 00000000-0000-0000-0000-000000000000 | none:/// | mysql+pymysql://root:Passw0rd@127.0.0.1/nova_cell0?charset=utf8&plugin=dbcounter | False | 2022-09-20 12:46:18.526 | | cell1 | 62c1710b-c9e2-47c1-bbea-84382031d6c8 | rabbit://stackrabbit:Passw0rd@10.222.0.52:5672/nova_cell1 | mysql+pymysql://root:Passw0rd@127.0.0.1/nova_cell1?charset=utf8&plugin=dbcounter | False | 2022-09-20 12:46:18.526 | +-------+--------------------------------------+-----------------------------------------------------------+----------------------------------------------------------------------------------+----------+ 2022-09-20 12:46:18.974 | + ./stack.sh:main:1311 : async_runfunc create_flavors 2022-09-20 12:46:18.977 | + inc/async:async_runfunc:116 : async_run create_flavors create_flavors 2022-09-20 12:46:19.058 | + inc/async:async_inner:63 : create_flavors 2022-09-20 12:46:19.160 | [263205 Async create_flavors:328830]: running: create_flavors 2022-09-20 12:46:19.162 | + ./stack.sh:main:1313 : is_service_enabled cinder 2022-09-20 12:46:19.194 | + functions-common:is_service_enabled:2095 : return 0 2022-09-20 12:46:19.197 | + ./stack.sh:main:1314 : echo_summary 'Starting Cinder' 2022-09-20 12:46:19.200 | + ./stack.sh:echo_summary:435 : [[ -t 3 ]] 2022-09-20 12:46:19.205 | + ./stack.sh:echo_summary:441 : echo -e Starting Cinder 2022-09-20 12:46:19.208 | + ./stack.sh:main:1315 : start_cinder 2022-09-20 12:46:19.211 | + lib/cinder:start_cinder:516 : local service_port=8776 2022-09-20 12:46:19.215 | + lib/cinder:start_cinder:517 : local service_protocol=http 2022-09-20 12:46:19.219 | + lib/cinder:start_cinder:518 : local cinder_url 2022-09-20 12:46:19.223 | + lib/cinder:start_cinder:519 : is_service_enabled tls-proxy 2022-09-20 12:46:19.254 | + functions-common:is_service_enabled:2095 : return 1 2022-09-20 12:46:19.257 | + lib/cinder:start_cinder:523 : '[' lioadm = tgtadm ']' 2022-09-20 12:46:19.260 | + lib/cinder:start_cinder:543 : [[ key,n-api,n-cond,n-sch,n-api-meta,placement-api,placement-client,g-api,c-sch,c-api,ovn-controller,ovn-northd,ovs-vswitchd,ovsdb-server,q-svc,q-ovn-metadata-agent,rabbit,tempest,mysql,etcd3,dstat,n-crt,n-cauth,q-agt,q-dhcp,q-l3,q-meta,q-metering,q-vpn,g-reg,cinder,s-proxy,s-object,s-container,s-account,heat,h-api,h-api-cfn,h-api-cw,h-eng,ceilometer-acentral,ceilometer-acompute,ceilometer-collector,ceilometer-api,ceilometer-anotification,s-container-sync,n-super-cond,n-cond-cell1 =~ c-api ]] 2022-09-20 12:46:19.264 | + lib/cinder:start_cinder:544 : '[' True == False ']' 2022-09-20 12:46:19.269 | ++ lib/cinder:start_cinder:552 : which uwsgi 2022-09-20 12:46:19.276 | + lib/cinder:start_cinder:552 : run_process c-api '/usr/bin/uwsgi --procname-prefix cinder-api --ini /etc/cinder/cinder-api-uwsgi.ini' 2022-09-20 12:46:19.279 | + functions-common:run_process:1693 : local service=c-api 2022-09-20 12:46:19.283 | + functions-common:run_process:1694 : local 'command=/usr/bin/uwsgi --procname-prefix cinder-api --ini /etc/cinder/cinder-api-uwsgi.ini' 2022-09-20 12:46:19.287 | + functions-common:run_process:1695 : local group= 2022-09-20 12:46:19.291 | + functions-common:run_process:1696 : local user= 2022-09-20 12:46:19.295 | + functions-common:run_process:1697 : local env_vars= 2022-09-20 12:46:19.299 | + functions-common:run_process:1699 : local name=c-api 2022-09-20 12:46:19.302 | + functions-common:run_process:1701 : time_start run_process 2022-09-20 12:46:19.305 | + functions-common:time_start:2425 : local name=run_process 2022-09-20 12:46:19.308 | + functions-common:time_start:2426 : local start_time= 2022-09-20 12:46:19.312 | + functions-common:time_start:2427 : [[ -n '' ]] 2022-09-20 12:46:19.317 | ++ functions-common:time_start:2430 : date +%s%3N 2022-09-20 12:46:19.327 | + functions-common:time_start:2430 : _TIME_START[$name]=1663677979319 2022-09-20 12:46:19.332 | + functions-common:run_process:1702 : is_service_enabled c-api 2022-09-20 12:46:19.356 | + functions-common:is_service_enabled:2095 : return 0 2022-09-20 12:46:19.360 | + functions-common:run_process:1703 : _run_under_systemd c-api '/usr/bin/uwsgi --procname-prefix cinder-api --ini /etc/cinder/cinder-api-uwsgi.ini' '' '' '' 2022-09-20 12:46:19.365 | + functions-common:_run_under_systemd:1653 : local service=c-api 2022-09-20 12:46:19.370 | + functions-common:_run_under_systemd:1654 : local 'command=/usr/bin/uwsgi --procname-prefix cinder-api --ini /etc/cinder/cinder-api-uwsgi.ini' 2022-09-20 12:46:19.373 | + functions-common:_run_under_systemd:1655 : local 'cmd=/usr/bin/uwsgi --procname-prefix cinder-api --ini /etc/cinder/cinder-api-uwsgi.ini' 2022-09-20 12:46:19.377 | + functions-common:_run_under_systemd:1657 : _common_systemd_pitfalls '/usr/bin/uwsgi --procname-prefix cinder-api --ini /etc/cinder/cinder-api-uwsgi.ini' 2022-09-20 12:46:19.380 | + functions-common:_common_systemd_pitfalls:1625 : local 'cmd=/usr/bin/uwsgi --procname-prefix cinder-api --ini /etc/cinder/cinder-api-uwsgi.ini' 2022-09-20 12:46:19.384 | + functions-common:_common_systemd_pitfalls:1628 : [[ /usr/bin/uwsgi --procname-prefix cinder-api --ini /etc/cinder/cinder-api-uwsgi.ini =~ sudo ]] 2022-09-20 12:46:19.388 | + functions-common:_common_systemd_pitfalls:1639 : [[ ! /usr/bin/uwsgi --procname-prefix cinder-api --ini /etc/cinder/cinder-api-uwsgi.ini =~ ^/ ]] 2022-09-20 12:46:19.399 | + functions-common:_run_under_systemd:1659 : local systemd_service=devstack@c-api.service 2022-09-20 12:46:19.403 | + functions-common:_run_under_systemd:1660 : local group= 2022-09-20 12:46:19.406 | + functions-common:_run_under_systemd:1661 : local user=ubuntu 2022-09-20 12:46:19.410 | + functions-common:_run_under_systemd:1662 : [[ -z ubuntu ]] 2022-09-20 12:46:19.418 | + functions-common:_run_under_systemd:1665 : local env_vars= 2022-09-20 12:46:19.420 | + functions-common:_run_under_systemd:1666 : [[ /usr/bin/uwsgi --procname-prefix cinder-api --ini /etc/cinder/cinder-api-uwsgi.ini =~ uwsgi ]] 2022-09-20 12:46:19.426 | + functions-common:_run_under_systemd:1667 : write_uwsgi_user_unit_file devstack@c-api.service '/usr/bin/uwsgi --procname-prefix cinder-api --ini /etc/cinder/cinder-api-uwsgi.ini' '' ubuntu '' 2022-09-20 12:46:19.429 | + functions-common:write_uwsgi_user_unit_file:1593 : local service=devstack@c-api.service 2022-09-20 12:46:19.434 | + functions-common:write_uwsgi_user_unit_file:1594 : local 'command=/usr/bin/uwsgi --procname-prefix cinder-api --ini /etc/cinder/cinder-api-uwsgi.ini' 2022-09-20 12:46:19.437 | + functions-common:write_uwsgi_user_unit_file:1595 : local group= 2022-09-20 12:46:19.440 | + functions-common:write_uwsgi_user_unit_file:1596 : local user=ubuntu 2022-09-20 12:46:19.442 | + functions-common:write_uwsgi_user_unit_file:1597 : local env_vars= 2022-09-20 12:46:19.445 | + functions-common:write_uwsgi_user_unit_file:1598 : local unitfile=/etc/systemd/system/devstack@c-api.service 2022-09-20 12:46:19.451 | + functions-common:write_uwsgi_user_unit_file:1599 : mkdir -p /etc/systemd/system 2022-09-20 12:46:19.458 | + functions-common:write_uwsgi_user_unit_file:1601 : iniset -sudo /etc/systemd/system/devstack@c-api.service Unit Description 'Devstack devstack@c-api.service' 2022-09-20 12:46:19.533 | + functions-common:write_uwsgi_user_unit_file:1602 : iniset -sudo /etc/systemd/system/devstack@c-api.service Service SyslogIdentifier devstack@c-api.service 2022-09-20 12:46:19.609 | + functions-common:write_uwsgi_user_unit_file:1603 : iniset -sudo /etc/systemd/system/devstack@c-api.service Service User ubuntu 2022-09-20 12:46:19.690 | + functions-common:write_uwsgi_user_unit_file:1604 : iniset -sudo /etc/systemd/system/devstack@c-api.service Service ExecStart '/usr/bin/uwsgi --procname-prefix cinder-api --ini /etc/cinder/cinder-api-uwsgi.ini' 2022-09-20 12:46:19.770 | + functions-common:write_uwsgi_user_unit_file:1605 : iniset -sudo /etc/systemd/system/devstack@c-api.service Service ExecReload '/usr/bin/kill -HUP $MAINPID' 2022-09-20 12:46:19.852 | + functions-common:write_uwsgi_user_unit_file:1606 : iniset -sudo /etc/systemd/system/devstack@c-api.service Service Type notify 2022-09-20 12:46:19.929 | + functions-common:write_uwsgi_user_unit_file:1607 : iniset -sudo /etc/systemd/system/devstack@c-api.service Service KillMode process 2022-09-20 12:46:20.009 | + functions-common:write_uwsgi_user_unit_file:1608 : iniset -sudo /etc/systemd/system/devstack@c-api.service Service Restart always 2022-09-20 12:46:20.079 | + functions-common:write_uwsgi_user_unit_file:1609 : iniset -sudo /etc/systemd/system/devstack@c-api.service Service NotifyAccess all 2022-09-20 12:46:20.151 | + functions-common:write_uwsgi_user_unit_file:1610 : iniset -sudo /etc/systemd/system/devstack@c-api.service Service RestartForceExitStatus 100 2022-09-20 12:46:20.232 | + functions-common:write_uwsgi_user_unit_file:1612 : [[ -n '' ]] 2022-09-20 12:46:20.236 | + functions-common:write_uwsgi_user_unit_file:1615 : [[ -n '' ]] 2022-09-20 12:46:20.246 | + functions-common:write_uwsgi_user_unit_file:1618 : iniset -sudo /etc/systemd/system/devstack@c-api.service Install WantedBy multi-user.target 2022-09-20 12:46:20.336 | + functions-common:write_uwsgi_user_unit_file:1621 : sudo systemctl daemon-reload 2022-09-20 12:46:20.895 | + functions-common:_run_under_systemd:1672 : sudo systemctl enable devstack@c-api.service 2022-09-20 12:46:20.911 | Created symlink /etc/systemd/system/multi-user.target.wants/devstack@c-api.service → /etc/systemd/system/devstack@c-api.service. 2022-09-20 12:46:21.413 | + functions-common:_run_under_systemd:1673 : sudo systemctl start devstack@c-api.service 2022-09-20 12:46:21.503 | + functions-common:run_process:1705 : time_stop run_process 2022-09-20 12:46:21.506 | + functions-common:time_stop:2439 : local name 2022-09-20 12:46:21.511 | + functions-common:time_stop:2440 : local end_time 2022-09-20 12:46:21.514 | + functions-common:time_stop:2441 : local elapsed_time 2022-09-20 12:46:21.519 | + functions-common:time_stop:2442 : local total 2022-09-20 12:46:21.523 | + functions-common:time_stop:2443 : local start_time 2022-09-20 12:46:21.527 | + functions-common:time_stop:2445 : name=run_process 2022-09-20 12:46:21.530 | + functions-common:time_stop:2446 : start_time=1663677979319 2022-09-20 12:46:21.534 | + functions-common:time_stop:2448 : [[ -z 1663677979319 ]] 2022-09-20 12:46:21.538 | ++ functions-common:time_stop:2451 : date +%s%3N 2022-09-20 12:46:21.545 | + functions-common:time_stop:2451 : end_time=1663677981541 2022-09-20 12:46:21.549 | + functions-common:time_stop:2452 : elapsed_time=2222 2022-09-20 12:46:21.552 | + functions-common:time_stop:2453 : total=34041 2022-09-20 12:46:21.555 | + functions-common:time_stop:2455 : _TIME_START[$name]= 2022-09-20 12:46:21.562 | + functions-common:time_stop:2456 : _TIME_TOTAL[$name]=36263 2022-09-20 12:46:21.567 | + lib/cinder:start_cinder:553 : cinder_url=http://10.222.0.52/volume/v3 2022-09-20 12:46:21.570 | + lib/cinder:start_cinder:557 : echo 'Waiting for Cinder API to start...' 2022-09-20 12:46:21.570 | Waiting for Cinder API to start... 2022-09-20 12:46:21.576 | + lib/cinder:start_cinder:558 : wait_for_service 60 http://10.222.0.52/volume/v3 2022-09-20 12:46:21.579 | + functions:wait_for_service:457 : local timeout=60 2022-09-20 12:46:21.584 | + functions:wait_for_service:458 : local url=http://10.222.0.52/volume/v3 2022-09-20 12:46:21.591 | + functions:wait_for_service:459 : local rval=0 2022-09-20 12:46:21.595 | + functions:wait_for_service:460 : time_start wait_for_service 2022-09-20 12:46:21.598 | + functions-common:time_start:2425 : local name=wait_for_service 2022-09-20 12:46:21.601 | + functions-common:time_start:2426 : local start_time= 2022-09-20 12:46:21.604 | + functions-common:time_start:2427 : [[ -n '' ]] 2022-09-20 12:46:21.612 | ++ functions-common:time_start:2430 : date +%s%3N 2022-09-20 12:46:21.620 | + functions-common:time_start:2430 : _TIME_START[$name]=1663677981615 2022-09-20 12:46:21.626 | + functions:wait_for_service:461 : timeout 60 bash -x 2022-09-20 12:46:21.645 | ++ :: : curl -g -k --noproxy '*' -s -o /dev/null -w '%{http_code}' http://10.222.0.52/volume/v3 2022-09-20 12:46:25.865 | + :: : [[ 500 == 503 ]] 2022-09-20 12:46:25.869 | + :: : [[ 0 -eq 7 ]] 2022-09-20 12:46:25.873 | + functions:wait_for_service:466 : time_stop wait_for_service 2022-09-20 12:46:25.877 | + functions-common:time_stop:2439 : local name 2022-09-20 12:46:25.883 | + functions-common:time_stop:2440 : local end_time 2022-09-20 12:46:25.887 | + functions-common:time_stop:2441 : local elapsed_time 2022-09-20 12:46:25.895 | + functions-common:time_stop:2442 : local total 2022-09-20 12:46:25.899 | + functions-common:time_stop:2443 : local start_time 2022-09-20 12:46:25.902 | + functions-common:time_stop:2445 : name=wait_for_service 2022-09-20 12:46:25.905 | + functions-common:time_stop:2446 : start_time=1663677981615 2022-09-20 12:46:25.909 | + functions-common:time_stop:2448 : [[ -z 1663677981615 ]] 2022-09-20 12:46:25.913 | ++ functions-common:time_stop:2451 : date +%s%3N 2022-09-20 12:46:25.920 | + functions-common:time_stop:2451 : end_time=1663677985916 2022-09-20 12:46:25.925 | + functions-common:time_stop:2452 : elapsed_time=4301 2022-09-20 12:46:25.929 | + functions-common:time_stop:2453 : total=16804 2022-09-20 12:46:25.932 | + functions-common:time_stop:2455 : _TIME_START[$name]= 2022-09-20 12:46:25.939 | + functions-common:time_stop:2456 : _TIME_TOTAL[$name]=21105 2022-09-20 12:46:25.944 | + functions:wait_for_service:467 : return 0 2022-09-20 12:46:25.948 | + lib/cinder:start_cinder:562 : run_process c-sch '/usr/local/bin/cinder-scheduler --config-file /etc/cinder/cinder.conf' 2022-09-20 12:46:25.953 | + functions-common:run_process:1693 : local service=c-sch 2022-09-20 12:46:25.958 | + functions-common:run_process:1694 : local 'command=/usr/local/bin/cinder-scheduler --config-file /etc/cinder/cinder.conf' 2022-09-20 12:46:25.961 | + functions-common:run_process:1695 : local group= 2022-09-20 12:46:25.964 | + functions-common:run_process:1696 : local user= 2022-09-20 12:46:25.967 | + functions-common:run_process:1697 : local env_vars= 2022-09-20 12:46:25.971 | + functions-common:run_process:1699 : local name=c-sch 2022-09-20 12:46:25.974 | + functions-common:run_process:1701 : time_start run_process 2022-09-20 12:46:25.977 | + functions-common:time_start:2425 : local name=run_process 2022-09-20 12:46:25.980 | + functions-common:time_start:2426 : local start_time= 2022-09-20 12:46:25.982 | + functions-common:time_start:2427 : [[ -n '' ]] 2022-09-20 12:46:25.987 | ++ functions-common:time_start:2430 : date +%s%3N 2022-09-20 12:46:25.993 | + functions-common:time_start:2430 : _TIME_START[$name]=1663677985989 2022-09-20 12:46:25.996 | + functions-common:run_process:1702 : is_service_enabled c-sch 2022-09-20 12:46:26.019 | + functions-common:is_service_enabled:2095 : return 0 2022-09-20 12:46:26.021 | + functions-common:run_process:1703 : _run_under_systemd c-sch '/usr/local/bin/cinder-scheduler --config-file /etc/cinder/cinder.conf' '' '' '' 2022-09-20 12:46:26.024 | + functions-common:_run_under_systemd:1653 : local service=c-sch 2022-09-20 12:46:26.027 | + functions-common:_run_under_systemd:1654 : local 'command=/usr/local/bin/cinder-scheduler --config-file /etc/cinder/cinder.conf' 2022-09-20 12:46:26.030 | + functions-common:_run_under_systemd:1655 : local 'cmd=/usr/local/bin/cinder-scheduler --config-file /etc/cinder/cinder.conf' 2022-09-20 12:46:26.034 | + functions-common:_run_under_systemd:1657 : _common_systemd_pitfalls '/usr/local/bin/cinder-scheduler --config-file /etc/cinder/cinder.conf' 2022-09-20 12:46:26.037 | + functions-common:_common_systemd_pitfalls:1625 : local 'cmd=/usr/local/bin/cinder-scheduler --config-file /etc/cinder/cinder.conf' 2022-09-20 12:46:26.040 | + functions-common:_common_systemd_pitfalls:1628 : [[ /usr/local/bin/cinder-scheduler --config-file /etc/cinder/cinder.conf =~ sudo ]] 2022-09-20 12:46:26.043 | + functions-common:_common_systemd_pitfalls:1639 : [[ ! /usr/local/bin/cinder-scheduler --config-file /etc/cinder/cinder.conf =~ ^/ ]] 2022-09-20 12:46:26.047 | + functions-common:_run_under_systemd:1659 : local systemd_service=devstack@c-sch.service 2022-09-20 12:46:26.050 | + functions-common:_run_under_systemd:1660 : local group= 2022-09-20 12:46:26.053 | + functions-common:_run_under_systemd:1661 : local user=ubuntu 2022-09-20 12:46:26.056 | + functions-common:_run_under_systemd:1662 : [[ -z ubuntu ]] 2022-09-20 12:46:26.058 | + functions-common:_run_under_systemd:1665 : local env_vars= 2022-09-20 12:46:26.062 | + functions-common:_run_under_systemd:1666 : [[ /usr/local/bin/cinder-scheduler --config-file /etc/cinder/cinder.conf =~ uwsgi ]] 2022-09-20 12:46:26.065 | + functions-common:_run_under_systemd:1669 : write_user_unit_file devstack@c-sch.service '/usr/local/bin/cinder-scheduler --config-file /etc/cinder/cinder.conf' '' ubuntu '' 2022-09-20 12:46:26.069 | + functions-common:write_user_unit_file:1562 : local service=devstack@c-sch.service 2022-09-20 12:46:26.072 | + functions-common:write_user_unit_file:1563 : local 'command=/usr/local/bin/cinder-scheduler --config-file /etc/cinder/cinder.conf' 2022-09-20 12:46:26.075 | + functions-common:write_user_unit_file:1564 : local group= 2022-09-20 12:46:26.079 | + functions-common:write_user_unit_file:1565 : local user=ubuntu 2022-09-20 12:46:26.081 | + functions-common:write_user_unit_file:1566 : local env_vars= 2022-09-20 12:46:26.085 | + functions-common:write_user_unit_file:1567 : local extra= 2022-09-20 12:46:26.087 | + functions-common:write_user_unit_file:1568 : [[ -n '' ]] 2022-09-20 12:46:26.090 | + functions-common:write_user_unit_file:1571 : local unitfile=/etc/systemd/system/devstack@c-sch.service 2022-09-20 12:46:26.100 | + functions-common:write_user_unit_file:1572 : mkdir -p /etc/systemd/system 2022-09-20 12:46:26.106 | + functions-common:write_user_unit_file:1574 : iniset -sudo /etc/systemd/system/devstack@c-sch.service Unit Description 'Devstack devstack@c-sch.service' 2022-09-20 12:46:26.179 | + functions-common:write_user_unit_file:1575 : iniset -sudo /etc/systemd/system/devstack@c-sch.service Service User ubuntu 2022-09-20 12:46:26.260 | + functions-common:write_user_unit_file:1576 : iniset -sudo /etc/systemd/system/devstack@c-sch.service Service ExecStart '/usr/local/bin/cinder-scheduler --config-file /etc/cinder/cinder.conf' 2022-09-20 12:46:26.332 | + functions-common:write_user_unit_file:1577 : iniset -sudo /etc/systemd/system/devstack@c-sch.service Service KillMode process 2022-09-20 12:46:26.406 | + functions-common:write_user_unit_file:1578 : iniset -sudo /etc/systemd/system/devstack@c-sch.service Service TimeoutStopSec 300 2022-09-20 12:46:26.482 | + functions-common:write_user_unit_file:1579 : iniset -sudo /etc/systemd/system/devstack@c-sch.service Service ExecReload '/usr/bin/kill -HUP $MAINPID' 2022-09-20 12:46:26.567 | + functions-common:write_user_unit_file:1580 : [[ -n '' ]] 2022-09-20 12:46:26.570 | + functions-common:write_user_unit_file:1583 : [[ -n '' ]] 2022-09-20 12:46:26.574 | + functions-common:write_user_unit_file:1586 : iniset -sudo /etc/systemd/system/devstack@c-sch.service Install WantedBy multi-user.target 2022-09-20 12:46:26.659 | + functions-common:write_user_unit_file:1589 : sudo systemctl daemon-reload 2022-09-20 12:46:27.247 | + functions-common:_run_under_systemd:1672 : sudo systemctl enable devstack@c-sch.service 2022-09-20 12:46:27.266 | Created symlink /etc/systemd/system/multi-user.target.wants/devstack@c-sch.service → /etc/systemd/system/devstack@c-sch.service. 2022-09-20 12:46:27.888 | + functions-common:_run_under_systemd:1673 : sudo systemctl start devstack@c-sch.service 2022-09-20 12:46:27.923 | + functions-common:run_process:1705 : time_stop run_process 2022-09-20 12:46:27.937 | + functions-common:time_stop:2439 : local name 2022-09-20 12:46:27.947 | + functions-common:time_stop:2440 : local end_time 2022-09-20 12:46:27.950 | + functions-common:time_stop:2441 : local elapsed_time 2022-09-20 12:46:27.954 | + functions-common:time_stop:2442 : local total 2022-09-20 12:46:27.959 | + functions-common:time_stop:2443 : local start_time 2022-09-20 12:46:27.964 | + functions-common:time_stop:2445 : name=run_process 2022-09-20 12:46:27.968 | + functions-common:time_stop:2446 : start_time=1663677985989 2022-09-20 12:46:27.972 | + functions-common:time_stop:2448 : [[ -z 1663677985989 ]] 2022-09-20 12:46:27.976 | ++ functions-common:time_stop:2451 : date +%s%3N 2022-09-20 12:46:27.985 | + functions-common:time_stop:2451 : end_time=1663677987979 2022-09-20 12:46:27.989 | + functions-common:time_stop:2452 : elapsed_time=1990 2022-09-20 12:46:27.995 | + functions-common:time_stop:2453 : total=36263 2022-09-20 12:46:27.999 | + functions-common:time_stop:2455 : _TIME_START[$name]= 2022-09-20 12:46:28.003 | + functions-common:time_stop:2456 : _TIME_TOTAL[$name]=38253 2022-09-20 12:46:28.008 | + lib/cinder:start_cinder:567 : malloc_tuning='MALLOC_ARENA_MAX=1 MALLOC_MMAP_THRESHOLD_=131072 MALLOC_TRIM_THRESHOLD_=262144' 2022-09-20 12:46:28.013 | + lib/cinder:start_cinder:568 : run_process c-bak '/usr/local/bin/cinder-backup --config-file /etc/cinder/cinder.conf' '' '' 'MALLOC_ARENA_MAX=1 MALLOC_MMAP_THRESHOLD_=131072 MALLOC_TRIM_THRESHOLD_=262144' 2022-09-20 12:46:28.017 | + functions-common:run_process:1693 : local service=c-bak 2022-09-20 12:46:28.021 | + functions-common:run_process:1694 : local 'command=/usr/local/bin/cinder-backup --config-file /etc/cinder/cinder.conf' 2022-09-20 12:46:28.024 | + functions-common:run_process:1695 : local group= 2022-09-20 12:46:28.028 | + functions-common:run_process:1696 : local user= 2022-09-20 12:46:28.032 | + functions-common:run_process:1697 : local 'env_vars=MALLOC_ARENA_MAX=1 MALLOC_MMAP_THRESHOLD_=131072 MALLOC_TRIM_THRESHOLD_=262144' 2022-09-20 12:46:28.037 | + functions-common:run_process:1699 : local name=c-bak 2022-09-20 12:46:28.040 | + functions-common:run_process:1701 : time_start run_process 2022-09-20 12:46:28.047 | + functions-common:time_start:2425 : local name=run_process 2022-09-20 12:46:28.051 | + functions-common:time_start:2426 : local start_time= 2022-09-20 12:46:28.055 | + functions-common:time_start:2427 : [[ -n '' ]] 2022-09-20 12:46:28.059 | ++ functions-common:time_start:2430 : date +%s%3N 2022-09-20 12:46:28.068 | + functions-common:time_start:2430 : _TIME_START[$name]=1663677988063 2022-09-20 12:46:28.071 | + functions-common:run_process:1702 : is_service_enabled c-bak 2022-09-20 12:46:28.104 | + functions-common:is_service_enabled:2095 : return 1 2022-09-20 12:46:28.107 | + functions-common:run_process:1705 : time_stop run_process 2022-09-20 12:46:28.111 | + functions-common:time_stop:2439 : local name 2022-09-20 12:46:28.114 | + functions-common:time_stop:2440 : local end_time 2022-09-20 12:46:28.118 | + functions-common:time_stop:2441 : local elapsed_time 2022-09-20 12:46:28.121 | + functions-common:time_stop:2442 : local total 2022-09-20 12:46:28.126 | + functions-common:time_stop:2443 : local start_time 2022-09-20 12:46:28.129 | + functions-common:time_stop:2445 : name=run_process 2022-09-20 12:46:28.132 | + functions-common:time_stop:2446 : start_time=1663677988063 2022-09-20 12:46:28.135 | + functions-common:time_stop:2448 : [[ -z 1663677988063 ]] 2022-09-20 12:46:28.140 | ++ functions-common:time_stop:2451 : date +%s%3N 2022-09-20 12:46:28.146 | + functions-common:time_stop:2451 : end_time=1663677988142 2022-09-20 12:46:28.150 | + functions-common:time_stop:2452 : elapsed_time=79 2022-09-20 12:46:28.153 | + functions-common:time_stop:2453 : total=38253 2022-09-20 12:46:28.156 | + functions-common:time_stop:2455 : _TIME_START[$name]= 2022-09-20 12:46:28.159 | + functions-common:time_stop:2456 : _TIME_TOTAL[$name]=38332 2022-09-20 12:46:28.163 | + lib/cinder:start_cinder:569 : run_process c-vol '/usr/local/bin/cinder-volume --config-file /etc/cinder/cinder.conf' '' '' 'MALLOC_ARENA_MAX=1 MALLOC_MMAP_THRESHOLD_=131072 MALLOC_TRIM_THRESHOLD_=262144' 2022-09-20 12:46:28.166 | + functions-common:run_process:1693 : local service=c-vol 2022-09-20 12:46:28.169 | + functions-common:run_process:1694 : local 'command=/usr/local/bin/cinder-volume --config-file /etc/cinder/cinder.conf' 2022-09-20 12:46:28.177 | + functions-common:run_process:1695 : local group= 2022-09-20 12:46:28.181 | + functions-common:run_process:1696 : local user= 2022-09-20 12:46:28.184 | + functions-common:run_process:1697 : local 'env_vars=MALLOC_ARENA_MAX=1 MALLOC_MMAP_THRESHOLD_=131072 MALLOC_TRIM_THRESHOLD_=262144' 2022-09-20 12:46:28.188 | + functions-common:run_process:1699 : local name=c-vol 2022-09-20 12:46:28.191 | + functions-common:run_process:1701 : time_start run_process 2022-09-20 12:46:28.195 | + functions-common:time_start:2425 : local name=run_process 2022-09-20 12:46:28.198 | + functions-common:time_start:2426 : local start_time= 2022-09-20 12:46:28.202 | + functions-common:time_start:2427 : [[ -n '' ]] 2022-09-20 12:46:28.208 | ++ functions-common:time_start:2430 : date +%s%3N 2022-09-20 12:46:28.215 | + functions-common:time_start:2430 : _TIME_START[$name]=1663677988211 2022-09-20 12:46:28.219 | + functions-common:run_process:1702 : is_service_enabled c-vol 2022-09-20 12:46:28.252 | + functions-common:is_service_enabled:2095 : return 1 2022-09-20 12:46:28.255 | + functions-common:run_process:1705 : time_stop run_process 2022-09-20 12:46:28.258 | + functions-common:time_stop:2439 : local name 2022-09-20 12:46:28.262 | + functions-common:time_stop:2440 : local end_time 2022-09-20 12:46:28.266 | + functions-common:time_stop:2441 : local elapsed_time 2022-09-20 12:46:28.269 | + functions-common:time_stop:2442 : local total 2022-09-20 12:46:28.274 | + functions-common:time_stop:2443 : local start_time 2022-09-20 12:46:28.277 | + functions-common:time_stop:2445 : name=run_process 2022-09-20 12:46:28.282 | + functions-common:time_stop:2446 : start_time=1663677988211 2022-09-20 12:46:28.285 | + functions-common:time_stop:2448 : [[ -z 1663677988211 ]] 2022-09-20 12:46:28.289 | ++ functions-common:time_stop:2451 : date +%s%3N 2022-09-20 12:46:28.296 | + functions-common:time_stop:2451 : end_time=1663677988291 2022-09-20 12:46:28.299 | + functions-common:time_stop:2452 : elapsed_time=80 2022-09-20 12:46:28.304 | + functions-common:time_stop:2453 : total=38332 2022-09-20 12:46:28.307 | + functions-common:time_stop:2455 : _TIME_START[$name]= 2022-09-20 12:46:28.311 | + functions-common:time_stop:2456 : _TIME_TOTAL[$name]=38412 2022-09-20 12:46:28.315 | + ./stack.sh:main:1316 : create_volume_types 2022-09-20 12:46:28.319 | + lib/cinder:create_volume_types:587 : is_service_enabled c-api 2022-09-20 12:46:28.349 | + functions-common:is_service_enabled:2095 : return 0 2022-09-20 12:46:28.353 | + lib/cinder:create_volume_types:587 : [[ -n lvm:lvmdriver-1 ]] 2022-09-20 12:46:28.356 | + lib/cinder:create_volume_types:588 : local be be_name 2022-09-20 12:46:28.360 | + lib/cinder:create_volume_types:589 : for be in ${CINDER_ENABLED_BACKENDS//,/ } 2022-09-20 12:46:28.364 | + lib/cinder:create_volume_types:590 : be_name=lvmdriver-1 2022-09-20 12:46:28.368 | + lib/cinder:create_volume_types:592 : is_service_enabled keystone 2022-09-20 12:46:28.402 | + functions-common:is_service_enabled:2095 : return 0 2022-09-20 12:46:28.414 | + lib/cinder:create_volume_types:593 : openstack --os-region-name=RegionOne volume type create --property volume_backend_name=lvmdriver-1 lvmdriver-1 2022-09-20 12:46:31.687 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-09-20 12:46:31.687 | from cryptography.utils import int_from_bytes 2022-09-20 12:46:31.687 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-09-20 12:46:31.687 | from cryptography.utils import int_from_bytes 2022-09-20 12:46:31.687 | Internal Server Error (HTTP 500) 2022-09-20 12:46:31.895 | + lib/cinder:create_volume_types:1 : exit_trap 2022-09-20 12:46:31.898 | + ./stack.sh:exit_trap:516 : local r=1 2022-09-20 12:46:31.902 | ++ ./stack.sh:exit_trap:517 : jobs -p 2022-09-20 12:46:31.907 | + ./stack.sh:exit_trap:517 : jobs='294785 2022-09-20 12:46:31.907 | 328830' 2022-09-20 12:46:31.910 | + ./stack.sh:exit_trap:520 : [[ -n 294785 2022-09-20 12:46:31.910 | 328830 ]] 2022-09-20 12:46:31.914 | + ./stack.sh:exit_trap:520 : [[ -n /opt/stack/logs/stack.sh.log.2022-09-20-123331 ]] 2022-09-20 12:46:31.919 | + ./stack.sh:exit_trap:520 : [[ True == \T\r\u\e ]] 2022-09-20 12:46:31.924 | + ./stack.sh:exit_trap:521 : echo 'exit_trap: cleaning up child processes' 2022-09-20 12:46:31.924 | exit_trap: cleaning up child processes 2022-09-20 12:46:31.928 | + ./stack.sh:exit_trap:522 : kill 294785 328830 2022-09-20 12:46:31.931 | + ./stack.sh:exit_trap:526 : '[' -f /tmp/tmp.98cMBywrp6 ']' 2022-09-20 12:46:31.934 | + ./stack.sh:exit_trap:527 : rm /tmp/tmp.98cMBywrp6 2022-09-20 12:46:31.939 | + ./stack.sh:exit_trap:531 : kill_spinner 2022-09-20 12:46:31.942 | + ./stack.sh:kill_spinner:426 : '[' '!' -z '' ']' 2022-09-20 12:46:31.945 | + ./stack.sh:exit_trap:533 : [[ 1 -ne 0 ]] 2022-09-20 12:46:31.948 | + ./stack.sh:exit_trap:534 : echo 'Error on exit' 2022-09-20 12:46:31.948 | Error on exit 2022-09-20 12:46:31.951 | + ./stack.sh:exit_trap:536 : type -p generate-subunit 2022-09-20 12:46:31.955 | + ./stack.sh:exit_trap:537 : generate-subunit 1663677207 784 fail 2022-09-20 12:46:32.219 | + ./stack.sh:exit_trap:539 : [[ -z /opt/stack/logs ]] 2022-09-20 12:46:32.223 | + ./stack.sh:exit_trap:542 : /usr/bin/python3.8 /home/ubuntu/devstack/tools/worlddump.py -d /opt/stack/logs 2022-09-20 12:46:33.366 | + ./stack.sh:exit_trap:551 : exit 1