2022-05-18 09:37:38.153 | + ./stack.sh:main:489 : exec 2022-05-18 09:37:38.153 | + ./stack.sh:main:497 : echo_summary 'stack.sh log /opt/stack/logs/stack.sh.log.2022-05-18-093738' 2022-05-18 09:37:38.153 | ++ ./stack.sh:main:489 : /usr/bin/python3.8 /home/ubuntu/devstack/tools/outfilter.py -o /opt/stack/logs/stack.sh.log.2022-05-18-093738.summary.2022-05-18-093738 2022-05-18 09:37:38.153 | + ./stack.sh:echo_summary:442 : [[ -t 3 ]] 2022-05-18 09:37:38.153 | + ./stack.sh:echo_summary:448 : echo -e stack.sh log /opt/stack/logs/stack.sh.log.2022-05-18-093738 2022-05-18 09:37:38.153 | + ./stack.sh:main:499 : ln -sf /opt/stack/logs/stack.sh.log.2022-05-18-093738 /opt/stack/logs/stack.sh.log 2022-05-18 09:37:38.153 | + ./stack.sh:main:500 : ln -sf /opt/stack/logs/stack.sh.log.2022-05-18-093738.summary.2022-05-18-093738 /opt/stack/logs/stack.sh.log.summary 2022-05-18 09:37:38.153 | + ./stack.sh:main:515 : check_path_perm_sanity /opt/stack 2022-05-18 09:37:38.154 | + functions:check_path_perm_sanity:596 : local real_path 2022-05-18 09:37:38.154 | ++ functions:check_path_perm_sanity:597 : readlink -f /opt/stack 2022-05-18 09:37:38.154 | + functions:check_path_perm_sanity:597 : real_path=/opt/stack 2022-05-18 09:37:38.154 | + functions:check_path_perm_sanity:598 : local rebuilt_path= 2022-05-18 09:37:38.154 | ++ functions:check_path_perm_sanity:599 : tr / ' ' 2022-05-18 09:37:38.154 | ++ functions:check_path_perm_sanity:599 : echo /opt/stack 2022-05-18 09:37:38.154 | + functions:check_path_perm_sanity:599 : for i in $(echo ${real_path} | tr "/" " ") 2022-05-18 09:37:38.154 | + functions:check_path_perm_sanity:600 : rebuilt_path=/opt 2022-05-18 09:37:38.154 | ++ functions:check_path_perm_sanity:602 : stat -c %a /opt 2022-05-18 09:37:38.154 | + functions:check_path_perm_sanity:602 : [[ 755 = 700 ]] 2022-05-18 09:37:38.154 | + functions:check_path_perm_sanity:599 : for i in $(echo ${real_path} | tr "/" " ") 2022-05-18 09:37:38.154 | + functions:check_path_perm_sanity:600 : rebuilt_path=/opt/stack 2022-05-18 09:37:38.154 | ++ functions:check_path_perm_sanity:602 : stat -c %a /opt/stack 2022-05-18 09:37:38.154 | + functions:check_path_perm_sanity:602 : [[ 755 = 700 ]] 2022-05-18 09:37:38.154 | + ./stack.sh:main:521 : trap exit_trap EXIT 2022-05-18 09:37:38.155 | + ./stack.sh:main:562 : trap err_trap ERR 2022-05-18 09:37:38.157 | + ./stack.sh:main:575 : set -o errexit 2022-05-18 09:37:38.159 | + ./stack.sh:main:578 : uname -a 2022-05-18 09:37:38.160 | Linux n-d-768851-20 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-05-18 09:37:38.163 | + ./stack.sh:main:581 : SSL_BUNDLE_FILE=/opt/stack/data/ca-bundle.pem 2022-05-18 09:37:38.164 | + ./stack.sh:main:582 : rm -f /opt/stack/data/ca-bundle.pem 2022-05-18 09:37:38.168 | + ./stack.sh:main:585 : source /home/ubuntu/devstack/lib/database 2022-05-18 09:37:38.204 | + ./stack.sh:main:586 : source /home/ubuntu/devstack/lib/rpc_backend 2022-05-18 09:37:38.221 | + ./stack.sh:main:592 : fetch_plugins 2022-05-18 09:37:38.223 | + functions-common:fetch_plugins:1783 : local plugins= 2022-05-18 09:37:38.225 | + functions-common:fetch_plugins:1784 : local plugin 2022-05-18 09:37:38.226 | + functions-common:fetch_plugins:1787 : [[ -z '' ]] 2022-05-18 09:37:38.228 | + functions-common:fetch_plugins:1788 : return 2022-05-18 09:37:38.230 | + ./stack.sh:main:596 : run_phase override_defaults 2022-05-18 09:37:38.232 | + functions-common:run_phase:1865 : local mode=override_defaults 2022-05-18 09:37:38.234 | + functions-common:run_phase:1866 : local phase= 2022-05-18 09:37:38.236 | + functions-common:run_phase:1867 : [[ -d /home/ubuntu/devstack/extras.d ]] 2022-05-18 09:37:38.238 | + functions-common:run_phase:1868 : local extra_plugin_file_name 2022-05-18 09:37:38.239 | + functions-common:run_phase:1869 : for extra_plugin_file_name in $TOP_DIR/extras.d/*.sh 2022-05-18 09:37:38.241 | + functions-common:run_phase:1874 : local exceptions=80-tempest.sh 2022-05-18 09:37:38.243 | + functions-common:run_phase:1875 : local extra 2022-05-18 09:37:38.245 | ++ functions-common:run_phase:1876 : basename /home/ubuntu/devstack/extras.d/80-tempest.sh 2022-05-18 09:37:38.249 | + functions-common:run_phase:1876 : extra=80-tempest.sh 2022-05-18 09:37:38.251 | + functions-common:run_phase:1877 : [[ 80-tempest.sh =~ 80-tempest\.sh ]] 2022-05-18 09:37:38.253 | + functions-common:run_phase:1881 : [[ -r /home/ubuntu/devstack/extras.d/80-tempest.sh ]] 2022-05-18 09:37:38.255 | + functions-common:run_phase:1881 : source /home/ubuntu/devstack/extras.d/80-tempest.sh override_defaults 2022-05-18 09:37:38.257 | ++ extras.d/80-tempest.sh:source:3 : is_service_enabled tempest 2022-05-18 09:37:38.270 | ++ functions-common:is_service_enabled:2093 : return 0 2022-05-18 09:37:38.271 | ++ extras.d/80-tempest.sh:source:4 : [[ override_defaults == \s\o\u\r\c\e ]] 2022-05-18 09:37:38.273 | ++ extras.d/80-tempest.sh:source:7 : [[ override_defaults == \s\t\a\c\k ]] 2022-05-18 09:37:38.275 | ++ extras.d/80-tempest.sh:source:10 : [[ override_defaults == \s\t\a\c\k ]] 2022-05-18 09:37:38.277 | ++ extras.d/80-tempest.sh:source:13 : [[ override_defaults == \s\t\a\c\k ]] 2022-05-18 09:37:38.279 | ++ extras.d/80-tempest.sh:source:16 : [[ override_defaults == \s\t\a\c\k ]] 2022-05-18 09:37:38.280 | ++ extras.d/80-tempest.sh:source:19 : [[ override_defaults == \s\t\a\c\k ]] 2022-05-18 09:37:38.282 | ++ extras.d/80-tempest.sh:source:27 : [[ override_defaults == \u\n\s\t\a\c\k ]] 2022-05-18 09:37:38.284 | ++ extras.d/80-tempest.sh:source:32 : [[ override_defaults == \c\l\e\a\n ]] 2022-05-18 09:37:38.286 | + functions-common:run_phase:1886 : [[ override_defaults == \s\o\u\r\c\e ]] 2022-05-18 09:37:38.288 | + functions-common:run_phase:1889 : [[ override_defaults == \o\v\e\r\r\i\d\e\_\d\e\f\a\u\l\t\s ]] 2022-05-18 09:37:38.289 | + functions-common:run_phase:1890 : plugin_override_defaults 2022-05-18 09:37:38.291 | + functions-common:plugin_override_defaults:1824 : local plugins= 2022-05-18 09:37:38.293 | + functions-common:plugin_override_defaults:1825 : local plugin 2022-05-18 09:37:38.295 | + functions-common:plugin_override_defaults:1828 : [[ -z '' ]] 2022-05-18 09:37:38.297 | + functions-common:plugin_override_defaults:1829 : return 2022-05-18 09:37:38.299 | + ./stack.sh:main:599 : source /home/ubuntu/devstack/lib/apache 2022-05-18 09:37:38.318 | + ./stack.sh:main:602 : source /home/ubuntu/devstack/lib/tls 2022-05-18 09:37:38.321 | ++ lib/tls:source:38 : is_service_enabled tls-proxy 2022-05-18 09:37:38.334 | ++ functions-common:is_service_enabled:2093 : return 1 2022-05-18 09:37:38.336 | +++ lib/tls:source:43 : hostname -f 2022-05-18 09:37:38.340 | ++ lib/tls:source:43 : DEVSTACK_HOSTNAME=localhost 2022-05-18 09:37:38.342 | ++ lib/tls:source:44 : DEVSTACK_CERT_NAME=devstack-cert 2022-05-18 09:37:38.343 | ++ lib/tls:source:45 : DEVSTACK_CERT=/opt/stack/data/devstack-cert.pem 2022-05-18 09:37:38.345 | ++ lib/tls:source:48 : ROOT_CA_DIR=/opt/stack/data/CA/root-ca 2022-05-18 09:37:38.347 | ++ lib/tls:source:49 : INT_CA_DIR=/opt/stack/data/CA/int-ca 2022-05-18 09:37:38.349 | ++ lib/tls:source:51 : ORG_NAME=OpenStack 2022-05-18 09:37:38.351 | ++ lib/tls:source:52 : ORG_UNIT_NAME=DevStack 2022-05-18 09:37:38.353 | ++ lib/tls:source:55 : STUD_PROTO=--tls 2022-05-18 09:37:38.355 | ++ lib/tls:source:56 : STUD_CIPHERS='TLSv1+HIGH:!DES:!aNULL:!eNULL:@STRENGTH' 2022-05-18 09:37:38.356 | ++ lib/tls:source:63 : OPENSSL=/usr/bin/openssl 2022-05-18 09:37:38.361 | + ./stack.sh:main:605 : source /home/ubuntu/devstack/lib/infra 2022-05-18 09:37:38.377 | + ./stack.sh:main:606 : source /home/ubuntu/devstack/lib/libraries 2022-05-18 09:37:38.396 | + ./stack.sh:main:607 : source /home/ubuntu/devstack/lib/lvm 2022-05-18 09:37:38.408 | + ./stack.sh:main:608 : source /home/ubuntu/devstack/lib/horizon 2022-05-18 09:37:38.421 | + ./stack.sh:main:609 : source /home/ubuntu/devstack/lib/keystone 2022-05-18 09:37:38.458 | + ./stack.sh:main:610 : source /home/ubuntu/devstack/lib/glance 2022-05-18 09:37:38.518 | + ./stack.sh:main:611 : source /home/ubuntu/devstack/lib/nova 2022-05-18 09:37:38.620 | + ./stack.sh:main:612 : source /home/ubuntu/devstack/lib/placement 2022-05-18 09:37:38.643 | + ./stack.sh:main:613 : source /home/ubuntu/devstack/lib/cinder 2022-05-18 09:37:38.696 | + ./stack.sh:main:614 : source /home/ubuntu/devstack/lib/swift 2022-05-18 09:37:38.758 | + ./stack.sh:main:615 : source /home/ubuntu/devstack/lib/neutron 2022-05-18 09:37:38.927 | + ./stack.sh:main:616 : source /home/ubuntu/devstack/lib/ldap 2022-05-18 09:37:38.941 | + ./stack.sh:main:617 : source /home/ubuntu/devstack/lib/dstat 2022-05-18 09:37:38.954 | + ./stack.sh:main:618 : source /home/ubuntu/devstack/lib/tcpdump 2022-05-18 09:37:38.970 | + ./stack.sh:main:619 : source /home/ubuntu/devstack/lib/etcd3 2022-05-18 09:37:39.065 | + ./stack.sh:main:620 : source /home/ubuntu/devstack/lib/os-vif 2022-05-18 09:37:39.067 | ++ lib/os-vif:source:6 : OS_VIF_OVS_OVSDB_INTERFACE=vsctl 2022-05-18 09:37:39.070 | +++ lib/os-vif:source:17 : is_ml2_ovs 2022-05-18 09:37:39.072 | +++ lib/os-vif:is_ml2_ovs:9 : [[ openvswitch == \o\p\e\n\v\s\w\i\t\c\h ]] 2022-05-18 09:37:39.074 | +++ lib/os-vif:is_ml2_ovs:10 : echo True 2022-05-18 09:37:39.076 | +++ lib/os-vif:is_ml2_ovs:12 : echo False 2022-05-18 09:37:39.079 | ++ lib/os-vif:source:17 : OS_VIF_OVS_ISOLATE_VIF='True 2022-05-18 09:37:39.079 | False' 2022-05-18 09:37:39.082 | +++ lib/os-vif:source:18 : trueorfalse False OS_VIF_OVS_ISOLATE_VIF 2022-05-18 09:37:39.097 | ++ lib/os-vif:source:18 : OS_VIF_OVS_ISOLATE_VIF=False 2022-05-18 09:37:39.099 | + ./stack.sh:main:626 : run_phase source 2022-05-18 09:37:39.101 | + functions-common:run_phase:1865 : local mode=source 2022-05-18 09:37:39.103 | + functions-common:run_phase:1866 : local phase= 2022-05-18 09:37:39.105 | + functions-common:run_phase:1867 : [[ -d /home/ubuntu/devstack/extras.d ]] 2022-05-18 09:37:39.108 | + functions-common:run_phase:1868 : local extra_plugin_file_name 2022-05-18 09:37:39.110 | + functions-common:run_phase:1869 : for extra_plugin_file_name in $TOP_DIR/extras.d/*.sh 2022-05-18 09:37:39.112 | + functions-common:run_phase:1874 : local exceptions=80-tempest.sh 2022-05-18 09:37:39.114 | + functions-common:run_phase:1875 : local extra 2022-05-18 09:37:39.117 | ++ functions-common:run_phase:1876 : basename /home/ubuntu/devstack/extras.d/80-tempest.sh 2022-05-18 09:37:39.120 | + functions-common:run_phase:1876 : extra=80-tempest.sh 2022-05-18 09:37:39.123 | + functions-common:run_phase:1877 : [[ 80-tempest.sh =~ 80-tempest\.sh ]] 2022-05-18 09:37:39.125 | + functions-common:run_phase:1881 : [[ -r /home/ubuntu/devstack/extras.d/80-tempest.sh ]] 2022-05-18 09:37:39.127 | + functions-common:run_phase:1881 : source /home/ubuntu/devstack/extras.d/80-tempest.sh source 2022-05-18 09:37:39.130 | ++ extras.d/80-tempest.sh:source:3 : is_service_enabled tempest 2022-05-18 09:37:39.149 | ++ functions-common:is_service_enabled:2093 : return 0 2022-05-18 09:37:39.151 | ++ extras.d/80-tempest.sh:source:4 : [[ source == \s\o\u\r\c\e ]] 2022-05-18 09:37:39.154 | ++ extras.d/80-tempest.sh:source:6 : source /home/ubuntu/devstack/lib/tempest 2022-05-18 09:37:39.195 | ++ extras.d/80-tempest.sh:source:27 : [[ source == \u\n\s\t\a\c\k ]] 2022-05-18 09:37:39.197 | ++ extras.d/80-tempest.sh:source:32 : [[ source == \c\l\e\a\n ]] 2022-05-18 09:37:39.200 | + functions-common:run_phase:1886 : [[ source == \s\o\u\r\c\e ]] 2022-05-18 09:37:39.202 | + functions-common:run_phase:1887 : load_plugin_settings 2022-05-18 09:37:39.204 | + functions-common:load_plugin_settings:1801 : local plugins= 2022-05-18 09:37:39.206 | + functions-common:load_plugin_settings:1802 : local plugin 2022-05-18 09:37:39.208 | + functions-common:load_plugin_settings:1805 : [[ -z '' ]] 2022-05-18 09:37:39.210 | + functions-common:load_plugin_settings:1806 : return 2022-05-18 09:37:39.212 | + functions-common:run_phase:1888 : verify_disabled_services 2022-05-18 09:37:39.214 | + functions-common:verify_disabled_services:2148 : local service 2022-05-18 09:37:39.217 | + functions-common:verify_disabled_services:2149 : for service in ${ENABLED_SERVICES//,/ } 2022-05-18 09:37:39.219 | + functions-common:verify_disabled_services:2150 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,key, ]] 2022-05-18 09:37:39.222 | + functions-common:verify_disabled_services:2149 : for service in ${ENABLED_SERVICES//,/ } 2022-05-18 09:37:39.224 | + functions-common:verify_disabled_services:2150 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,n-api, ]] 2022-05-18 09:37:39.226 | + functions-common:verify_disabled_services:2149 : for service in ${ENABLED_SERVICES//,/ } 2022-05-18 09:37:39.229 | + functions-common:verify_disabled_services:2150 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,n-cond, ]] 2022-05-18 09:37:39.232 | + functions-common:verify_disabled_services:2149 : for service in ${ENABLED_SERVICES//,/ } 2022-05-18 09:37:39.234 | + functions-common:verify_disabled_services:2150 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,n-sch, ]] 2022-05-18 09:37:39.236 | + functions-common:verify_disabled_services:2149 : for service in ${ENABLED_SERVICES//,/ } 2022-05-18 09:37:39.238 | + functions-common:verify_disabled_services:2150 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,n-api-meta, ]] 2022-05-18 09:37:39.241 | + functions-common:verify_disabled_services:2149 : for service in ${ENABLED_SERVICES//,/ } 2022-05-18 09:37:39.243 | + functions-common:verify_disabled_services:2150 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,placement-api, ]] 2022-05-18 09:37:39.245 | + functions-common:verify_disabled_services:2149 : for service in ${ENABLED_SERVICES//,/ } 2022-05-18 09:37:39.248 | + functions-common:verify_disabled_services:2150 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,placement-client, ]] 2022-05-18 09:37:39.250 | + functions-common:verify_disabled_services:2149 : for service in ${ENABLED_SERVICES//,/ } 2022-05-18 09:37:39.252 | + functions-common:verify_disabled_services:2150 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,g-api, ]] 2022-05-18 09:37:39.254 | + functions-common:verify_disabled_services:2149 : for service in ${ENABLED_SERVICES//,/ } 2022-05-18 09:37:39.257 | + functions-common:verify_disabled_services:2150 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,c-sch, ]] 2022-05-18 09:37:39.259 | + functions-common:verify_disabled_services:2149 : for service in ${ENABLED_SERVICES//,/ } 2022-05-18 09:37:39.261 | + functions-common:verify_disabled_services:2150 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,c-api, ]] 2022-05-18 09:37:39.264 | + functions-common:verify_disabled_services:2149 : for service in ${ENABLED_SERVICES//,/ } 2022-05-18 09:37:39.266 | + functions-common:verify_disabled_services:2150 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,c-vol, ]] 2022-05-18 09:37:39.268 | + functions-common:verify_disabled_services:2149 : for service in ${ENABLED_SERVICES//,/ } 2022-05-18 09:37:39.270 | + functions-common:verify_disabled_services:2150 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,ovn-controller, ]] 2022-05-18 09:37:39.272 | + functions-common:verify_disabled_services:2149 : for service in ${ENABLED_SERVICES//,/ } 2022-05-18 09:37:39.275 | + functions-common:verify_disabled_services:2150 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,ovn-northd, ]] 2022-05-18 09:37:39.277 | + functions-common:verify_disabled_services:2149 : for service in ${ENABLED_SERVICES//,/ } 2022-05-18 09:37:39.280 | + functions-common:verify_disabled_services:2150 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,ovs-vswitchd, ]] 2022-05-18 09:37:39.282 | + functions-common:verify_disabled_services:2149 : for service in ${ENABLED_SERVICES//,/ } 2022-05-18 09:37:39.284 | + functions-common:verify_disabled_services:2150 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,ovsdb-server, ]] 2022-05-18 09:37:39.287 | + functions-common:verify_disabled_services:2149 : for service in ${ENABLED_SERVICES//,/ } 2022-05-18 09:37:39.289 | + functions-common:verify_disabled_services:2150 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,q-svc, ]] 2022-05-18 09:37:39.291 | + functions-common:verify_disabled_services:2149 : for service in ${ENABLED_SERVICES//,/ } 2022-05-18 09:37:39.293 | + functions-common:verify_disabled_services:2150 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,q-ovn-metadata-agent, ]] 2022-05-18 09:37:39.296 | + functions-common:verify_disabled_services:2149 : for service in ${ENABLED_SERVICES//,/ } 2022-05-18 09:37:39.298 | + functions-common:verify_disabled_services:2150 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,rabbit, ]] 2022-05-18 09:37:39.301 | + functions-common:verify_disabled_services:2149 : for service in ${ENABLED_SERVICES//,/ } 2022-05-18 09:37:39.303 | + functions-common:verify_disabled_services:2150 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,tempest, ]] 2022-05-18 09:37:39.305 | + functions-common:verify_disabled_services:2149 : for service in ${ENABLED_SERVICES//,/ } 2022-05-18 09:37:39.307 | + functions-common:verify_disabled_services:2150 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,mysql, ]] 2022-05-18 09:37:39.310 | + functions-common:verify_disabled_services:2149 : for service in ${ENABLED_SERVICES//,/ } 2022-05-18 09:37:39.312 | + functions-common:verify_disabled_services:2150 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,etcd3, ]] 2022-05-18 09:37:39.314 | + functions-common:verify_disabled_services:2149 : for service in ${ENABLED_SERVICES//,/ } 2022-05-18 09:37:39.317 | + functions-common:verify_disabled_services:2150 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,dstat, ]] 2022-05-18 09:37:39.319 | + functions-common:verify_disabled_services:2149 : for service in ${ENABLED_SERVICES//,/ } 2022-05-18 09:37:39.321 | + functions-common:verify_disabled_services:2150 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,n-crt, ]] 2022-05-18 09:37:39.323 | + functions-common:verify_disabled_services:2149 : for service in ${ENABLED_SERVICES//,/ } 2022-05-18 09:37:39.325 | + functions-common:verify_disabled_services:2150 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,n-cauth, ]] 2022-05-18 09:37:39.328 | + functions-common:verify_disabled_services:2149 : for service in ${ENABLED_SERVICES//,/ } 2022-05-18 09:37:39.330 | + functions-common:verify_disabled_services:2150 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,q-agt, ]] 2022-05-18 09:37:39.332 | + functions-common:verify_disabled_services:2149 : for service in ${ENABLED_SERVICES//,/ } 2022-05-18 09:37:39.335 | + functions-common:verify_disabled_services:2150 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,q-dhcp, ]] 2022-05-18 09:37:39.337 | + functions-common:verify_disabled_services:2149 : for service in ${ENABLED_SERVICES//,/ } 2022-05-18 09:37:39.339 | + functions-common:verify_disabled_services:2150 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,q-l3, ]] 2022-05-18 09:37:39.342 | + functions-common:verify_disabled_services:2149 : for service in ${ENABLED_SERVICES//,/ } 2022-05-18 09:37:39.344 | + functions-common:verify_disabled_services:2150 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,q-meta, ]] 2022-05-18 09:37:39.346 | + functions-common:verify_disabled_services:2149 : for service in ${ENABLED_SERVICES//,/ } 2022-05-18 09:37:39.349 | + functions-common:verify_disabled_services:2150 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,q-metering, ]] 2022-05-18 09:37:39.351 | + functions-common:verify_disabled_services:2149 : for service in ${ENABLED_SERVICES//,/ } 2022-05-18 09:37:39.353 | + functions-common:verify_disabled_services:2150 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,q-vpn, ]] 2022-05-18 09:37:39.355 | + functions-common:verify_disabled_services:2149 : for service in ${ENABLED_SERVICES//,/ } 2022-05-18 09:37:39.358 | + functions-common:verify_disabled_services:2150 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,g-reg, ]] 2022-05-18 09:37:39.360 | + functions-common:verify_disabled_services:2149 : for service in ${ENABLED_SERVICES//,/ } 2022-05-18 09:37:39.363 | + functions-common:verify_disabled_services:2150 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,cinder, ]] 2022-05-18 09:37:39.365 | + functions-common:verify_disabled_services:2149 : for service in ${ENABLED_SERVICES//,/ } 2022-05-18 09:37:39.367 | + functions-common:verify_disabled_services:2150 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,c-bak, ]] 2022-05-18 09:37:39.369 | + functions-common:verify_disabled_services:2149 : for service in ${ENABLED_SERVICES//,/ } 2022-05-18 09:37:39.372 | + functions-common:verify_disabled_services:2150 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,s-proxy, ]] 2022-05-18 09:37:39.374 | + functions-common:verify_disabled_services:2149 : for service in ${ENABLED_SERVICES//,/ } 2022-05-18 09:37:39.376 | + functions-common:verify_disabled_services:2150 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,s-object, ]] 2022-05-18 09:37:39.379 | + functions-common:verify_disabled_services:2149 : for service in ${ENABLED_SERVICES//,/ } 2022-05-18 09:37:39.381 | + functions-common:verify_disabled_services:2150 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,s-container, ]] 2022-05-18 09:37:39.383 | + functions-common:verify_disabled_services:2149 : for service in ${ENABLED_SERVICES//,/ } 2022-05-18 09:37:39.385 | + functions-common:verify_disabled_services:2150 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,s-account, ]] 2022-05-18 09:37:39.388 | + functions-common:verify_disabled_services:2149 : for service in ${ENABLED_SERVICES//,/ } 2022-05-18 09:37:39.390 | + functions-common:verify_disabled_services:2150 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,heat, ]] 2022-05-18 09:37:39.393 | + functions-common:verify_disabled_services:2149 : for service in ${ENABLED_SERVICES//,/ } 2022-05-18 09:37:39.395 | + functions-common:verify_disabled_services:2150 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,h-api, ]] 2022-05-18 09:37:39.397 | + functions-common:verify_disabled_services:2149 : for service in ${ENABLED_SERVICES//,/ } 2022-05-18 09:37:39.399 | + functions-common:verify_disabled_services:2150 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,h-api-cfn, ]] 2022-05-18 09:37:39.402 | + functions-common:verify_disabled_services:2149 : for service in ${ENABLED_SERVICES//,/ } 2022-05-18 09:37:39.404 | + functions-common:verify_disabled_services:2150 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,h-api-cw, ]] 2022-05-18 09:37:39.407 | + functions-common:verify_disabled_services:2149 : for service in ${ENABLED_SERVICES//,/ } 2022-05-18 09:37:39.409 | + functions-common:verify_disabled_services:2150 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,h-eng, ]] 2022-05-18 09:37:39.411 | + functions-common:verify_disabled_services:2149 : for service in ${ENABLED_SERVICES//,/ } 2022-05-18 09:37:39.413 | + functions-common:verify_disabled_services:2150 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,ceilometer-acentral, ]] 2022-05-18 09:37:39.416 | + functions-common:verify_disabled_services:2149 : for service in ${ENABLED_SERVICES//,/ } 2022-05-18 09:37:39.418 | + functions-common:verify_disabled_services:2150 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,ceilometer-acompute, ]] 2022-05-18 09:37:39.420 | + functions-common:verify_disabled_services:2149 : for service in ${ENABLED_SERVICES//,/ } 2022-05-18 09:37:39.422 | + functions-common:verify_disabled_services:2150 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,ceilometer-collector, ]] 2022-05-18 09:37:39.425 | + functions-common:verify_disabled_services:2149 : for service in ${ENABLED_SERVICES//,/ } 2022-05-18 09:37:39.427 | + functions-common:verify_disabled_services:2150 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,ceilometer-api, ]] 2022-05-18 09:37:39.429 | + functions-common:verify_disabled_services:2149 : for service in ${ENABLED_SERVICES//,/ } 2022-05-18 09:37:39.431 | + functions-common:verify_disabled_services:2150 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,ceilometer-anotification, ]] 2022-05-18 09:37:39.434 | + ./stack.sh:main:697 : initialize_database_backends 2022-05-18 09:37:39.437 | + lib/database:initialize_database_backends:65 : for backend in $DATABASE_BACKENDS 2022-05-18 09:37:39.439 | + lib/database:initialize_database_backends:66 : is_service_enabled mysql 2022-05-18 09:37:39.454 | + functions-common:is_service_enabled:2093 : return 0 2022-05-18 09:37:39.457 | + lib/database:initialize_database_backends:66 : DATABASE_TYPE=mysql 2022-05-18 09:37:39.459 | + lib/database:initialize_database_backends:65 : for backend in $DATABASE_BACKENDS 2022-05-18 09:37:39.461 | + lib/database:initialize_database_backends:66 : is_service_enabled postgresql 2022-05-18 09:37:39.476 | + functions-common:is_service_enabled:2093 : return 1 2022-05-18 09:37:39.479 | + lib/database:initialize_database_backends:69 : '[' -z mysql ']' 2022-05-18 09:37:39.481 | + lib/database:initialize_database_backends:73 : MYSQL_HOST=127.0.0.1 2022-05-18 09:37:39.483 | + lib/database:initialize_database_backends:74 : MYSQL_USER=root 2022-05-18 09:37:39.486 | + lib/database:initialize_database_backends:80 : [[ 4 == 6 ]] 2022-05-18 09:37:39.488 | + lib/database:initialize_database_backends:83 : DATABASE_HOST=127.0.0.1 2022-05-18 09:37:39.490 | + lib/database:initialize_database_backends:86 : DATABASE_USER=root 2022-05-18 09:37:39.493 | + lib/database:initialize_database_backends:88 : '[' -n '' ']' 2022-05-18 09:37:39.495 | + lib/database:initialize_database_backends:92 : return 0 2022-05-18 09:37:39.497 | + ./stack.sh:main:698 : echo 'Using mysql database backend' 2022-05-18 09:37:39.497 | Using mysql database backend 2022-05-18 09:37:39.500 | + ./stack.sh:main:701 : read_password DATABASE_PASSWORD 'ENTER A PASSWORD TO USE FOR THE DATABASE.' 2022-05-18 09:37:39.521 | + ./stack.sh:main:703 : define_database_baseurl 2022-05-18 09:37:39.524 | ++ lib/database:define_database_baseurl:106 : get_database_type_mysql 2022-05-18 09:37:39.528 | ++ lib/databases/mysql:get_database_type_mysql:38 : [[ PyMySQL == \P\y\M\y\S\Q\L ]] 2022-05-18 09:37:39.531 | ++ lib/databases/mysql:get_database_type_mysql:39 : echo mysql+pymysql 2022-05-18 09:37:39.534 | + lib/database:define_database_baseurl:106 : BASE_SQL_CONN=mysql+pymysql://root:Passw0rd@127.0.0.1 2022-05-18 09:37:39.536 | + ./stack.sh:main:715 : is_service_enabled rabbit 2022-05-18 09:37:39.553 | + functions-common:is_service_enabled:2093 : return 0 2022-05-18 09:37:39.556 | + ./stack.sh:main:716 : read_password RABBIT_PASSWORD 'ENTER A PASSWORD TO USE FOR RABBIT.' 2022-05-18 09:37:39.575 | + ./stack.sh:main:723 : is_service_enabled keystone 2022-05-18 09:37:39.593 | + functions-common:is_service_enabled:2093 : return 0 2022-05-18 09:37:39.596 | + ./stack.sh:main:725 : read_password SERVICE_PASSWORD 'ENTER A SERVICE_PASSWORD TO USE FOR THE SERVICE AUTHENTICATION.' 2022-05-18 09:37:39.614 | + ./stack.sh:main:727 : read_password ADMIN_PASSWORD 'ENTER A PASSWORD TO USE FOR HORIZON AND KEYSTONE (20 CHARS OR LESS).' 2022-05-18 09:37:39.630 | + ./stack.sh:main:738 : is_service_enabled ldap 2022-05-18 09:37:39.647 | + functions-common:is_service_enabled:2093 : return 1 2022-05-18 09:37:39.650 | + ./stack.sh:main:747 : is_service_enabled s-proxy 2022-05-18 09:37:39.666 | + functions-common:is_service_enabled:2093 : return 0 2022-05-18 09:37:39.669 | + ./stack.sh:main:751 : read_password SWIFT_HASH 'ENTER A RANDOM SWIFT HASH.' 2022-05-18 09:37:39.686 | + ./stack.sh:main:753 : [[ -z '' ]] 2022-05-18 09:37:39.689 | + ./stack.sh:main:753 : [[ False == \T\r\u\e ]] 2022-05-18 09:37:39.691 | + ./stack.sh:main:759 : save_stackenv 759 2022-05-18 09:37:39.694 | + functions-common:save_stackenv:60 : local tag=759 2022-05-18 09:37:39.697 | ++ functions-common:save_stackenv:62 : date +%F-%H%M%S 2022-05-18 09:37:39.702 | + functions-common:save_stackenv:62 : time_stamp=2022-05-18-093739 2022-05-18 09:37:39.704 | + functions-common:save_stackenv:63 : echo '# 2022-05-18-093739 759' 2022-05-18 09:37:39.707 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2022-05-18 09:37:39.709 | + functions-common:save_stackenv:65 : echo BASE_SQL_CONN=mysql+pymysql://root:Passw0rd@127.0.0.1 2022-05-18 09:37:39.712 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2022-05-18 09:37:39.714 | + functions-common:save_stackenv:65 : echo DATA_DIR=/opt/stack/data 2022-05-18 09:37:39.717 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2022-05-18 09:37:39.720 | + functions-common:save_stackenv:65 : echo DEST=/opt/stack 2022-05-18 09:37:39.722 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2022-05-18 09:37:39.725 | + functions-common:save_stackenv:65 : echo ENABLED_SERVICES=key,n-api,n-cond,n-sch,n-api-meta,placement-api,placement-client,g-api,c-sch,c-api,c-vol,ovn-controller,ovn-northd,ovs-vswitchd,ovsdb-server,q-svc,q-ovn-metadata-agent,rabbit,tempest,mysql,etcd3,dstat,n-crt,n-cauth,q-agt,q-dhcp,q-l3,q-meta,q-metering,q-vpn,g-reg,cinder,c-bak,s-proxy,s-object,s-container,s-account,heat,h-api,h-api-cfn,h-api-cw,h-eng,ceilometer-acentral,ceilometer-acompute,ceilometer-collector,ceilometer-api,ceilometer-anotification 2022-05-18 09:37:39.727 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2022-05-18 09:37:39.730 | + functions-common:save_stackenv:65 : echo HOST_IP=10.222.0.71 2022-05-18 09:37:39.732 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2022-05-18 09:37:39.735 | + functions-common:save_stackenv:65 : echo KEYSTONE_SERVICE_URI=http://10.222.0.71/identity 2022-05-18 09:37:39.737 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2022-05-18 09:37:39.742 | + functions-common:save_stackenv:65 : echo LOGFILE=/opt/stack/logs/stack.sh.log.2022-05-18-093738 2022-05-18 09:37:39.744 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2022-05-18 09:37:39.747 | + functions-common:save_stackenv:65 : echo OS_CACERT= 2022-05-18 09:37:39.750 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2022-05-18 09:37:39.752 | + functions-common:save_stackenv:65 : echo SERVICE_HOST=10.222.0.71 2022-05-18 09:37:39.755 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2022-05-18 09:37:39.757 | + functions-common:save_stackenv:65 : echo STACK_USER=ubuntu 2022-05-18 09:37:39.760 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2022-05-18 09:37:39.762 | + functions-common:save_stackenv:65 : echo TLS_IP= 2022-05-18 09:37:39.765 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2022-05-18 09:37:39.767 | + functions-common:save_stackenv:65 : echo HOST_IPV6=::1 2022-05-18 09:37:39.770 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2022-05-18 09:37:39.772 | + functions-common:save_stackenv:65 : echo SERVICE_IP_VERSION=4 2022-05-18 09:37:39.775 | + ./stack.sh:main:772 : GIT_DEPTH=0 2022-05-18 09:37:39.777 | + ./stack.sh:main:772 : git_clone https://opendev.org/openstack/requirements.git /opt/stack/requirements master 2022-05-18 09:37:39.780 | + functions-common:git_clone:608 : local git_remote=https://opendev.org/openstack/requirements.git 2022-05-18 09:37:39.782 | + functions-common:git_clone:609 : local git_dest=/opt/stack/requirements 2022-05-18 09:37:39.784 | + functions-common:git_clone:610 : local git_ref=master 2022-05-18 09:37:39.786 | + functions-common:git_clone:611 : local orig_dir 2022-05-18 09:37:39.789 | ++ functions-common:git_clone:612 : pwd 2022-05-18 09:37:39.792 | + functions-common:git_clone:612 : orig_dir=/home/ubuntu/devstack 2022-05-18 09:37:39.794 | + functions-common:git_clone:613 : local git_clone_flags= 2022-05-18 09:37:39.797 | ++ functions-common:git_clone:615 : trueorfalse False RECLONE 2022-05-18 09:37:39.815 | + functions-common:git_clone:615 : RECLONE=False 2022-05-18 09:37:39.818 | + functions-common:git_clone:616 : [[ 0 -gt 0 ]] 2022-05-18 09:37:39.820 | + functions-common:git_clone:620 : [[ False = \T\r\u\e ]] 2022-05-18 09:37:39.823 | + functions-common:git_clone:629 : echo master 2022-05-18 09:37:39.823 | + functions-common:git_clone:629 : egrep -q '^refs' 2022-05-18 09:37:39.829 | + functions-common:git_clone:643 : [[ ! -d /opt/stack/requirements ]] 2022-05-18 09:37:39.831 | + functions-common:git_clone:651 : [[ False = \T\r\u\e ]] 2022-05-18 09:37:39.833 | + functions-common:git_clone:686 : sudo git config --system --add safe.directory /opt/stack/requirements 2022-05-18 09:37:39.846 | + functions-common:git_clone:689 : cd /opt/stack/requirements 2022-05-18 09:37:39.849 | + functions-common:git_clone:690 : git show --oneline 2022-05-18 09:37:39.850 | + functions-common:git_clone:690 : head -1 2022-05-18 09:37:39.853 | 62e1b9bf Merge "Add prettytable to global-requirements" 2022-05-18 09:37:39.856 | + functions-common:git_clone:691 : cd /home/ubuntu/devstack 2022-05-18 09:37:39.858 | + ./stack.sh:main:776 : echo_summary 'Installing package prerequisites' 2022-05-18 09:37:39.861 | + ./stack.sh:echo_summary:442 : [[ -t 3 ]] 2022-05-18 09:37:39.863 | + ./stack.sh:echo_summary:448 : echo -e Installing package prerequisites 2022-05-18 09:37:39.866 | + ./stack.sh:main:777 : source /home/ubuntu/devstack/tools/install_prereqs.sh 2022-05-18 09:37:39.868 | ++ tools/install_prereqs.sh:source:11 : FORCE_PREREQ=0 2022-05-18 09:37:39.871 | ++ tools/install_prereqs.sh:source:13 : getopts :f opt 2022-05-18 09:37:39.874 | ++ tools/install_prereqs.sh:source:23 : [[ -z /home/ubuntu/devstack ]] 2022-05-18 09:37:39.876 | ++ tools/install_prereqs.sh:source:43 : PREREQ_RERUN_MARKER=/home/ubuntu/devstack/.prereqs 2022-05-18 09:37:39.879 | ++ tools/install_prereqs.sh:source:44 : PREREQ_RERUN_HOURS=2 2022-05-18 09:37:39.881 | ++ tools/install_prereqs.sh:source:45 : PREREQ_RERUN_SECONDS=7200 2022-05-18 09:37:39.884 | +++ tools/install_prereqs.sh:source:47 : date +%s 2022-05-18 09:37:39.891 | ++ tools/install_prereqs.sh:source:47 : NOW=1652866659 2022-05-18 09:37:39.894 | +++ tools/install_prereqs.sh:source:48 : head -1 /home/ubuntu/devstack/.prereqs 2022-05-18 09:37:39.898 | ++ tools/install_prereqs.sh:source:48 : LAST_RUN=1652865995 2022-05-18 09:37:39.901 | ++ tools/install_prereqs.sh:source:49 : DELTA=664 2022-05-18 09:37:39.903 | ++ tools/install_prereqs.sh:source:50 : [[ 664 -lt 7200 ]] 2022-05-18 09:37:39.906 | ++ tools/install_prereqs.sh:source:50 : [[ -z 0 ]] 2022-05-18 09:37:39.908 | ++ tools/install_prereqs.sh:source:57 : export_proxy_variables 2022-05-18 09:37:39.911 | ++ functions-common:export_proxy_variables:2255 : isset http_proxy 2022-05-18 09:37:39.914 | ++ functions-common:isset:240 : [[ -v http_proxy ]] 2022-05-18 09:37:39.917 | ++ functions-common:export_proxy_variables:2258 : isset https_proxy 2022-05-18 09:37:39.919 | ++ functions-common:isset:240 : [[ -v https_proxy ]] 2022-05-18 09:37:39.922 | ++ functions-common:export_proxy_variables:2261 : isset no_proxy 2022-05-18 09:37:39.924 | ++ functions-common:isset:240 : [[ -v no_proxy ]] 2022-05-18 09:37:39.928 | +++ tools/install_prereqs.sh:source:64 : get_packages general,key,n-api,n-cond,n-sch,n-api-meta,placement-api,placement-client,g-api,c-sch,c-api,c-vol,ovn-controller,ovn-northd,ovs-vswitchd,ovsdb-server,q-svc,q-ovn-metadata-agent,rabbit,tempest,mysql,etcd3,dstat,n-crt,n-cauth,q-agt,q-dhcp,q-l3,q-meta,q-metering,q-vpn,g-reg,cinder,c-bak,s-proxy,s-object,s-container,s-account,heat,h-api,h-api-cfn,h-api-cw,h-eng,ceilometer-acentral,ceilometer-acompute,ceilometer-collector,ceilometer-api,ceilometer-anotification 2022-05-18 09:37:39.976 | ++ tools/install_prereqs.sh:source:64 : PACKAGES='apache2 2022-05-18 09:37:39.977 | apache2-dev 2022-05-18 09:37:39.977 | bc 2022-05-18 09:37:39.977 | bsdmainutils 2022-05-18 09:37:39.977 | curl 2022-05-18 09:37:39.977 | g++ 2022-05-18 09:37:39.977 | gawk 2022-05-18 09:37:39.977 | gcc 2022-05-18 09:37:39.977 | gettext 2022-05-18 09:37:39.977 | git 2022-05-18 09:37:39.977 | graphviz 2022-05-18 09:37:39.977 | iputils-ping 2022-05-18 09:37:39.977 | libapache2-mod-proxy-uwsgi 2022-05-18 09:37:39.977 | libffi-dev 2022-05-18 09:37:39.977 | libjpeg-dev 2022-05-18 09:37:39.977 | libpcre3-dev 2022-05-18 09:37:39.977 | libpq-dev 2022-05-18 09:37:39.977 | libssl-dev 2022-05-18 09:37:39.977 | libsystemd-dev 2022-05-18 09:37:39.977 | libxml2-dev 2022-05-18 09:37:39.977 | libxslt1-dev 2022-05-18 09:37:39.977 | libyaml-dev 2022-05-18 09:37:39.977 | lsof 2022-05-18 09:37:39.977 | openssh-server 2022-05-18 09:37:39.977 | openssl 2022-05-18 09:37:39.977 | pkg-config 2022-05-18 09:37:39.977 | psmisc 2022-05-18 09:37:39.977 | python3-dev 2022-05-18 09:37:39.977 | python3-pip 2022-05-18 09:37:39.977 | python3-systemd 2022-05-18 09:37:39.977 | python3-venv 2022-05-18 09:37:39.977 | tar 2022-05-18 09:37:39.977 | tcpdump 2022-05-18 09:37:39.977 | unzip 2022-05-18 09:37:39.977 | uuid-runtime 2022-05-18 09:37:39.977 | wget 2022-05-18 09:37:39.977 | wget 2022-05-18 09:37:39.977 | zlib1g-dev 2022-05-18 09:37:39.978 | libkrb5-dev 2022-05-18 09:37:39.978 | libldap2-dev 2022-05-18 09:37:39.978 | libsasl2-dev 2022-05-18 09:37:39.978 | memcached 2022-05-18 09:37:39.978 | python3-mysqldb 2022-05-18 09:37:39.978 | sqlite3 2022-05-18 09:37:39.978 | conntrack 2022-05-18 09:37:39.978 | curl 2022-05-18 09:37:39.978 | dnsmasq-base 2022-05-18 09:37:39.978 | dnsmasq-utils 2022-05-18 09:37:39.978 | ebtables 2022-05-18 09:37:39.978 | genisoimage 2022-05-18 09:37:39.978 | iptables 2022-05-18 09:37:39.978 | iputils-arping 2022-05-18 09:37:39.978 | kpartx 2022-05-18 09:37:39.978 | libjs-jquery-tablesorter 2022-05-18 09:37:39.978 | parted 2022-05-18 09:37:39.978 | pm-utils 2022-05-18 09:37:39.978 | python3-mysqldb 2022-05-18 09:37:39.978 | socat 2022-05-18 09:37:39.978 | sqlite3 2022-05-18 09:37:39.978 | sudo 2022-05-18 09:37:39.978 | vlan 2022-05-18 09:37:39.978 | lsscsi 2022-05-18 09:37:39.978 | open-iscsi 2022-05-18 09:37:39.978 | lvm2 2022-05-18 09:37:39.978 | qemu-utils 2022-05-18 09:37:39.978 | thin-provisioning-tools 2022-05-18 09:37:39.978 | acl 2022-05-18 09:37:39.978 | dnsmasq-base 2022-05-18 09:37:39.978 | dnsmasq-utils 2022-05-18 09:37:39.978 | ebtables 2022-05-18 09:37:39.978 | haproxy 2022-05-18 09:37:39.978 | iptables 2022-05-18 09:37:39.978 | iputils-arping 2022-05-18 09:37:39.978 | iputils-ping 2022-05-18 09:37:39.978 | postgresql-server-dev-all 2022-05-18 09:37:39.979 | python3-mysqldb 2022-05-18 09:37:39.979 | sqlite3 2022-05-18 09:37:39.979 | sudo 2022-05-18 09:37:39.979 | vlan 2022-05-18 09:37:39.979 | pcp 2022-05-18 09:37:39.979 | ipset 2022-05-18 09:37:39.979 | conntrack 2022-05-18 09:37:39.979 | conntrackd 2022-05-18 09:37:39.979 | keepalived 2022-05-18 09:37:39.979 | lvm2 2022-05-18 09:37:39.979 | qemu-utils 2022-05-18 09:37:39.979 | thin-provisioning-tools 2022-05-18 09:37:39.979 | curl 2022-05-18 09:37:39.979 | liberasurecode-dev 2022-05-18 09:37:39.979 | make 2022-05-18 09:37:39.979 | memcached 2022-05-18 09:37:39.979 | rsync 2022-05-18 09:37:39.979 | sqlite3 2022-05-18 09:37:39.979 | xfsprogs' 2022-05-18 09:37:39.980 | +++ tools/install_prereqs.sh:source:65 : get_plugin_packages 2022-05-18 09:37:39.999 | ++ tools/install_prereqs.sh:source:65 : PACKAGES='apache2 2022-05-18 09:37:39.999 | apache2-dev 2022-05-18 09:37:39.999 | bc 2022-05-18 09:37:39.999 | bsdmainutils 2022-05-18 09:37:39.999 | curl 2022-05-18 09:37:39.999 | g++ 2022-05-18 09:37:39.999 | gawk 2022-05-18 09:37:39.999 | gcc 2022-05-18 09:37:39.999 | gettext 2022-05-18 09:37:39.999 | git 2022-05-18 09:37:39.999 | graphviz 2022-05-18 09:37:39.999 | iputils-ping 2022-05-18 09:37:39.999 | libapache2-mod-proxy-uwsgi 2022-05-18 09:37:39.999 | libffi-dev 2022-05-18 09:37:39.999 | libjpeg-dev 2022-05-18 09:37:39.999 | libpcre3-dev 2022-05-18 09:37:39.999 | libpq-dev 2022-05-18 09:37:39.999 | libssl-dev 2022-05-18 09:37:39.999 | libsystemd-dev 2022-05-18 09:37:39.999 | libxml2-dev 2022-05-18 09:37:39.999 | libxslt1-dev 2022-05-18 09:37:40.000 | libyaml-dev 2022-05-18 09:37:40.000 | lsof 2022-05-18 09:37:40.000 | openssh-server 2022-05-18 09:37:40.000 | openssl 2022-05-18 09:37:40.000 | pkg-config 2022-05-18 09:37:40.000 | psmisc 2022-05-18 09:37:40.000 | python3-dev 2022-05-18 09:37:40.000 | python3-pip 2022-05-18 09:37:40.000 | python3-systemd 2022-05-18 09:37:40.000 | python3-venv 2022-05-18 09:37:40.000 | tar 2022-05-18 09:37:40.000 | tcpdump 2022-05-18 09:37:40.000 | unzip 2022-05-18 09:37:40.000 | uuid-runtime 2022-05-18 09:37:40.000 | wget 2022-05-18 09:37:40.000 | wget 2022-05-18 09:37:40.000 | zlib1g-dev 2022-05-18 09:37:40.000 | libkrb5-dev 2022-05-18 09:37:40.000 | libldap2-dev 2022-05-18 09:37:40.000 | libsasl2-dev 2022-05-18 09:37:40.000 | memcached 2022-05-18 09:37:40.000 | python3-mysqldb 2022-05-18 09:37:40.000 | sqlite3 2022-05-18 09:37:40.000 | conntrack 2022-05-18 09:37:40.000 | curl 2022-05-18 09:37:40.000 | dnsmasq-base 2022-05-18 09:37:40.000 | dnsmasq-utils 2022-05-18 09:37:40.000 | ebtables 2022-05-18 09:37:40.000 | genisoimage 2022-05-18 09:37:40.000 | iptables 2022-05-18 09:37:40.000 | iputils-arping 2022-05-18 09:37:40.000 | kpartx 2022-05-18 09:37:40.000 | libjs-jquery-tablesorter 2022-05-18 09:37:40.000 | parted 2022-05-18 09:37:40.000 | pm-utils 2022-05-18 09:37:40.000 | python3-mysqldb 2022-05-18 09:37:40.000 | socat 2022-05-18 09:37:40.001 | sqlite3 2022-05-18 09:37:40.001 | sudo 2022-05-18 09:37:40.001 | vlan 2022-05-18 09:37:40.001 | lsscsi 2022-05-18 09:37:40.001 | open-iscsi 2022-05-18 09:37:40.001 | lvm2 2022-05-18 09:37:40.001 | qemu-utils 2022-05-18 09:37:40.001 | thin-provisioning-tools 2022-05-18 09:37:40.001 | acl 2022-05-18 09:37:40.001 | dnsmasq-base 2022-05-18 09:37:40.001 | dnsmasq-utils 2022-05-18 09:37:40.001 | ebtables 2022-05-18 09:37:40.001 | haproxy 2022-05-18 09:37:40.001 | iptables 2022-05-18 09:37:40.001 | iputils-arping 2022-05-18 09:37:40.001 | iputils-ping 2022-05-18 09:37:40.001 | postgresql-server-dev-all 2022-05-18 09:37:40.001 | python3-mysqldb 2022-05-18 09:37:40.001 | sqlite3 2022-05-18 09:37:40.001 | sudo 2022-05-18 09:37:40.001 | vlan 2022-05-18 09:37:40.001 | pcp 2022-05-18 09:37:40.001 | ipset 2022-05-18 09:37:40.001 | conntrack 2022-05-18 09:37:40.001 | conntrackd 2022-05-18 09:37:40.001 | keepalived 2022-05-18 09:37:40.001 | lvm2 2022-05-18 09:37:40.001 | qemu-utils 2022-05-18 09:37:40.001 | thin-provisioning-tools 2022-05-18 09:37:40.001 | curl 2022-05-18 09:37:40.001 | liberasurecode-dev 2022-05-18 09:37:40.001 | make 2022-05-18 09:37:40.001 | memcached 2022-05-18 09:37:40.001 | rsync 2022-05-18 09:37:40.001 | sqlite3 2022-05-18 09:37:40.001 | xfsprogs ' 2022-05-18 09:37:40.004 | ++ tools/install_prereqs.sh:source:67 : is_ubuntu 2022-05-18 09:37:40.006 | ++ functions-common:is_ubuntu:573 : [[ -z deb ]] 2022-05-18 09:37:40.009 | ++ functions-common:is_ubuntu:576 : '[' deb = deb ']' 2022-05-18 09:37:40.013 | ++ tools/install_prereqs.sh:source:67 : echo apache2 apache2-dev bc bsdmainutils curl g++ gawk gcc gettext git graphviz iputils-ping libapache2-mod-proxy-uwsgi libffi-dev libjpeg-dev libpcre3-dev libpq-dev libssl-dev libsystemd-dev libxml2-dev libxslt1-dev libyaml-dev lsof openssh-server openssl pkg-config psmisc python3-dev python3-pip python3-systemd python3-venv tar tcpdump unzip uuid-runtime wget wget zlib1g-dev libkrb5-dev libldap2-dev libsasl2-dev memcached python3-mysqldb sqlite3 conntrack curl dnsmasq-base dnsmasq-utils ebtables genisoimage iptables iputils-arping kpartx libjs-jquery-tablesorter parted pm-utils python3-mysqldb socat sqlite3 sudo vlan lsscsi open-iscsi lvm2 qemu-utils thin-provisioning-tools acl dnsmasq-base dnsmasq-utils ebtables haproxy iptables iputils-arping iputils-ping postgresql-server-dev-all python3-mysqldb sqlite3 sudo vlan pcp ipset conntrack conntrackd keepalived lvm2 qemu-utils thin-provisioning-tools curl liberasurecode-dev make memcached rsync sqlite3 xfsprogs 2022-05-18 09:37:40.013 | ++ tools/install_prereqs.sh:source:67 : grep -q dkms 2022-05-18 09:37:40.018 | ++ tools/install_prereqs.sh:source:72 : install_package apache2 apache2-dev bc bsdmainutils curl g++ gawk gcc gettext git graphviz iputils-ping libapache2-mod-proxy-uwsgi libffi-dev libjpeg-dev libpcre3-dev libpq-dev libssl-dev libsystemd-dev libxml2-dev libxslt1-dev libyaml-dev lsof openssh-server openssl pkg-config psmisc python3-dev python3-pip python3-systemd python3-venv tar tcpdump unzip uuid-runtime wget wget zlib1g-dev libkrb5-dev libldap2-dev libsasl2-dev memcached python3-mysqldb sqlite3 conntrack curl dnsmasq-base dnsmasq-utils ebtables genisoimage iptables iputils-arping kpartx libjs-jquery-tablesorter parted pm-utils python3-mysqldb socat sqlite3 sudo vlan lsscsi open-iscsi lvm2 qemu-utils thin-provisioning-tools acl dnsmasq-base dnsmasq-utils ebtables haproxy iptables iputils-arping iputils-ping postgresql-server-dev-all python3-mysqldb sqlite3 sudo vlan pcp ipset conntrack conntrackd keepalived lvm2 qemu-utils thin-provisioning-tools curl liberasurecode-dev make memcached rsync sqlite3 xfsprogs 2022-05-18 09:37:40.020 | ++ functions-common:install_package:1475 : update_package_repo 2022-05-18 09:37:40.022 | ++ functions-common:update_package_repo:1447 : NO_UPDATE_REPOS=False 2022-05-18 09:37:40.025 | ++ functions-common:update_package_repo:1448 : REPOS_UPDATED=False 2022-05-18 09:37:40.028 | ++ functions-common:update_package_repo:1449 : RETRY_UPDATE=False 2022-05-18 09:37:40.030 | ++ functions-common:update_package_repo:1451 : [[ False = \T\r\u\e ]] 2022-05-18 09:37:40.032 | ++ functions-common:update_package_repo:1455 : is_ubuntu 2022-05-18 09:37:40.034 | ++ functions-common:is_ubuntu:573 : [[ -z deb ]] 2022-05-18 09:37:40.036 | ++ functions-common:is_ubuntu:576 : '[' deb = deb ']' 2022-05-18 09:37:40.038 | ++ functions-common:update_package_repo:1456 : apt_get_update 2022-05-18 09:37:40.040 | ++ functions-common:apt_get_update:1201 : [[ False == \T\r\u\e ]] 2022-05-18 09:37:40.042 | ++ functions-common:apt_get_update:1206 : [[ False = \T\r\u\e ]] 2022-05-18 09:37:40.045 | ++ functions-common:apt_get_update:1208 : local sudo=sudo 2022-05-18 09:37:40.047 | +++ functions-common:apt_get_update:1209 : id -u 2022-05-18 09:37:40.051 | ++ functions-common:apt_get_update:1209 : [[ 1000 = \0 ]] 2022-05-18 09:37:40.053 | ++ functions-common:apt_get_update:1212 : time_start apt-get-update 2022-05-18 09:37:40.055 | ++ functions-common:time_start:2423 : local name=apt-get-update 2022-05-18 09:37:40.057 | ++ functions-common:time_start:2424 : local start_time= 2022-05-18 09:37:40.060 | ++ functions-common:time_start:2425 : [[ -n '' ]] 2022-05-18 09:37:40.063 | +++ functions-common:time_start:2428 : date +%s%3N 2022-05-18 09:37:40.067 | ++ functions-common:time_start:2428 : _TIME_START[$name]=1652866660064 2022-05-18 09:37:40.069 | ++ functions-common:apt_get_update:1214 : local 'proxies=http_proxy= https_proxy= no_proxy= ' 2022-05-18 09:37:40.071 | ++ functions-common:apt_get_update:1215 : local 'update_cmd=sudo http_proxy= https_proxy= no_proxy= apt-get update' 2022-05-18 09:37:40.074 | ++ functions-common:apt_get_update:1216 : timeout 300 sh -c 'while ! sudo http_proxy= https_proxy= no_proxy= apt-get update; do sleep 30; done' 2022-05-18 09:37:40.285 | Hit:1 http://nova.clouds.archive.ubuntu.com/ubuntu focal InRelease 2022-05-18 09:37:40.318 | Get:2 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates InRelease [114 kB] 2022-05-18 09:37:40.494 | Get:3 http://nova.clouds.archive.ubuntu.com/ubuntu focal-backports InRelease [108 kB] 2022-05-18 09:37:40.505 | Get:4 http://security.ubuntu.com/ubuntu focal-security InRelease [114 kB] 2022-05-18 09:37:41.366 | Fetched 336 kB in 1s (385 kB/s) 2022-05-18 09:37:42.994 | Reading package lists... 2022-05-18 09:37:43.025 | ++ functions-common:apt_get_update:1220 : REPOS_UPDATED=True 2022-05-18 09:37:43.027 | ++ functions-common:apt_get_update:1222 : time_stop apt-get-update 2022-05-18 09:37:43.030 | ++ functions-common:time_stop:2437 : local name 2022-05-18 09:37:43.032 | ++ functions-common:time_stop:2438 : local end_time 2022-05-18 09:37:43.034 | ++ functions-common:time_stop:2439 : local elapsed_time 2022-05-18 09:37:43.036 | ++ functions-common:time_stop:2440 : local total 2022-05-18 09:37:43.038 | ++ functions-common:time_stop:2441 : local start_time 2022-05-18 09:37:43.040 | ++ functions-common:time_stop:2443 : name=apt-get-update 2022-05-18 09:37:43.042 | ++ functions-common:time_stop:2444 : start_time=1652866660064 2022-05-18 09:37:43.045 | ++ functions-common:time_stop:2446 : [[ -z 1652866660064 ]] 2022-05-18 09:37:43.047 | +++ functions-common:time_stop:2449 : date +%s%3N 2022-05-18 09:37:43.051 | ++ functions-common:time_stop:2449 : end_time=1652866663049 2022-05-18 09:37:43.053 | ++ functions-common:time_stop:2450 : elapsed_time=2985 2022-05-18 09:37:43.056 | ++ functions-common:time_stop:2451 : total=0 2022-05-18 09:37:43.058 | ++ functions-common:time_stop:2453 : _TIME_START[$name]= 2022-05-18 09:37:43.060 | ++ functions-common:time_stop:2454 : _TIME_TOTAL[$name]=2985 2022-05-18 09:37:43.071 | ++ functions-common:install_package:1476 : real_install_package apache2 apache2-dev bc bsdmainutils curl g++ gawk gcc gettext git graphviz iputils-ping libapache2-mod-proxy-uwsgi libffi-dev libjpeg-dev libpcre3-dev libpq-dev libssl-dev libsystemd-dev libxml2-dev libxslt1-dev libyaml-dev lsof openssh-server openssl pkg-config psmisc python3-dev python3-pip python3-systemd python3-venv tar tcpdump unzip uuid-runtime wget wget zlib1g-dev libkrb5-dev libldap2-dev libsasl2-dev memcached python3-mysqldb sqlite3 conntrack curl dnsmasq-base dnsmasq-utils ebtables genisoimage iptables iputils-arping kpartx libjs-jquery-tablesorter parted pm-utils python3-mysqldb socat sqlite3 sudo vlan lsscsi open-iscsi lvm2 qemu-utils thin-provisioning-tools acl dnsmasq-base dnsmasq-utils ebtables haproxy iptables iputils-arping iputils-ping postgresql-server-dev-all python3-mysqldb sqlite3 sudo vlan pcp ipset conntrack conntrackd keepalived lvm2 qemu-utils thin-provisioning-tools curl liberasurecode-dev make memcached rsync sqlite3 xfsprogs 2022-05-18 09:37:43.073 | ++ functions-common:real_install_package:1461 : is_ubuntu 2022-05-18 09:37:43.076 | ++ functions-common:is_ubuntu:573 : [[ -z deb ]] 2022-05-18 09:37:43.078 | ++ functions-common:is_ubuntu:576 : '[' deb = deb ']' 2022-05-18 09:37:43.080 | ++ functions-common:real_install_package:1462 : apt_get install apache2 apache2-dev bc bsdmainutils curl g++ gawk gcc gettext git graphviz iputils-ping libapache2-mod-proxy-uwsgi libffi-dev libjpeg-dev libpcre3-dev libpq-dev libssl-dev libsystemd-dev libxml2-dev libxslt1-dev libyaml-dev lsof openssh-server openssl pkg-config psmisc python3-dev python3-pip python3-systemd python3-venv tar tcpdump unzip uuid-runtime wget wget zlib1g-dev libkrb5-dev libldap2-dev libsasl2-dev memcached python3-mysqldb sqlite3 conntrack curl dnsmasq-base dnsmasq-utils ebtables genisoimage iptables iputils-arping kpartx libjs-jquery-tablesorter parted pm-utils python3-mysqldb socat sqlite3 sudo vlan lsscsi open-iscsi lvm2 qemu-utils thin-provisioning-tools acl dnsmasq-base dnsmasq-utils ebtables haproxy iptables iputils-arping iputils-ping postgresql-server-dev-all python3-mysqldb sqlite3 sudo vlan pcp ipset conntrack conntrackd keepalived lvm2 qemu-utils thin-provisioning-tools curl liberasurecode-dev make memcached rsync sqlite3 xfsprogs 2022-05-18 09:37:43.102 | ++ functions-common:apt_get:1242 : sudo DEBIAN_FRONTEND=noninteractive http_proxy= https_proxy= no_proxy= apt-get --option Dpkg::Options::=--force-confold --assume-yes install apache2 apache2-dev bc bsdmainutils curl g++ gawk gcc gettext git graphviz iputils-ping libapache2-mod-proxy-uwsgi libffi-dev libjpeg-dev libpcre3-dev libpq-dev libssl-dev libsystemd-dev libxml2-dev libxslt1-dev libyaml-dev lsof openssh-server openssl pkg-config psmisc python3-dev python3-pip python3-systemd python3-venv tar tcpdump unzip uuid-runtime wget wget zlib1g-dev libkrb5-dev libldap2-dev libsasl2-dev memcached python3-mysqldb sqlite3 conntrack curl dnsmasq-base dnsmasq-utils ebtables genisoimage iptables iputils-arping kpartx libjs-jquery-tablesorter parted pm-utils python3-mysqldb socat sqlite3 sudo vlan lsscsi open-iscsi lvm2 qemu-utils thin-provisioning-tools acl dnsmasq-base dnsmasq-utils ebtables haproxy iptables iputils-arping iputils-ping postgresql-server-dev-all python3-mysqldb sqlite3 sudo vlan pcp ipset conntrack conntrackd keepalived lvm2 qemu-utils thin-provisioning-tools curl liberasurecode-dev make memcached rsync sqlite3 xfsprogs 2022-05-18 09:37:43.212 | Reading package lists... 2022-05-18 09:37:43.475 | Building dependency tree... 2022-05-18 09:37:43.477 | Reading state information... 2022-05-18 09:37:43.511 | acl is already the newest version (2.2.53-6). 2022-05-18 09:37:43.511 | bc is already the newest version (1.07.1-2build1). 2022-05-18 09:37:43.511 | bsdmainutils is already the newest version (11.1.2ubuntu3). 2022-05-18 09:37:43.511 | conntrack is already the newest version (1:1.4.5-2). 2022-05-18 09:37:43.511 | ebtables is already the newest version (2.0.11-3build1). 2022-05-18 09:37:43.511 | g++ is already the newest version (4:9.3.0-1ubuntu2). 2022-05-18 09:37:43.511 | gawk is already the newest version (1:5.0.1+dfsg-1). 2022-05-18 09:37:43.511 | gcc is already the newest version (4:9.3.0-1ubuntu2). 2022-05-18 09:37:43.511 | genisoimage is already the newest version (9:1.1.11-3.1ubuntu1). 2022-05-18 09:37:43.511 | gettext is already the newest version (0.19.8.1-10build1). 2022-05-18 09:37:43.512 | iptables is already the newest version (1.8.4-3ubuntu2). 2022-05-18 09:37:43.512 | iputils-arping is already the newest version (3:20190709-3). 2022-05-18 09:37:43.512 | iputils-ping is already the newest version (3:20190709-3). 2022-05-18 09:37:43.512 | kpartx is already the newest version (0.8.3-1ubuntu2). 2022-05-18 09:37:43.512 | liberasurecode-dev is already the newest version (1.6.1-4). 2022-05-18 09:37:43.512 | libffi-dev is already the newest version (3.3-4). 2022-05-18 09:37:43.512 | libjpeg-dev is already the newest version (8c-2ubuntu8). 2022-05-18 09:37:43.512 | libxslt1-dev is already the newest version (1.1.34-4). 2022-05-18 09:37:43.512 | libyaml-dev is already the newest version (0.2.2-1). 2022-05-18 09:37:43.512 | lsscsi is already the newest version (0.30-0.1). 2022-05-18 09:37:43.512 | lvm2 is already the newest version (2.03.07-1ubuntu1). 2022-05-18 09:37:43.512 | make is already the newest version (4.2.1-1.2). 2022-05-18 09:37:43.512 | pkg-config is already the newest version (0.29.1-0ubuntu4). 2022-05-18 09:37:43.512 | psmisc is already the newest version (23.3-1). 2022-05-18 09:37:43.512 | python3-dev is already the newest version (3.8.2-0ubuntu2). 2022-05-18 09:37:43.512 | python3-mysqldb is already the newest version (1.4.4-2build1). 2022-05-18 09:37:43.512 | python3-systemd is already the newest version (234-3build2). 2022-05-18 09:37:43.512 | socat is already the newest version (1.7.3.3-2). 2022-05-18 09:37:43.512 | thin-provisioning-tools is already the newest version (0.8.5-4build1). 2022-05-18 09:37:43.512 | unzip is already the newest version (6.0-25ubuntu1). 2022-05-18 09:37:43.512 | xfsprogs is already the newest version (5.3.0-1ubuntu2). 2022-05-18 09:37:43.512 | conntrackd is already the newest version (1:1.4.5-2). 2022-05-18 09:37:43.512 | graphviz is already the newest version (2.42.2-3build2). 2022-05-18 09:37:43.512 | libjs-jquery-tablesorter is already the newest version (1:2.31.1+dfsg1-1). 2022-05-18 09:37:43.512 | pcp is already the newest version (5.0.3-1). 2022-05-18 09:37:43.512 | pm-utils is already the newest version (1.4.1-19). 2022-05-18 09:37:43.512 | python3-venv is already the newest version (3.8.2-0ubuntu2). 2022-05-18 09:37:43.512 | apache2 is already the newest version (2.4.41-4ubuntu3.10). 2022-05-18 09:37:43.512 | apache2-dev is already the newest version (2.4.41-4ubuntu3.10). 2022-05-18 09:37:43.512 | curl is already the newest version (7.68.0-1ubuntu2.11). 2022-05-18 09:37:43.512 | dnsmasq-base is already the newest version (2.80-1.1ubuntu1.5). 2022-05-18 09:37:43.512 | dnsmasq-utils is already the newest version (2.80-1.1ubuntu1.5). 2022-05-18 09:37:43.512 | git is already the newest version (1:2.25.1-1ubuntu3.4). 2022-05-18 09:37:43.512 | haproxy is already the newest version (2.0.13-2ubuntu0.5). 2022-05-18 09:37:43.512 | ipset is already the newest version (7.5-1ubuntu0.20.04.1). 2022-05-18 09:37:43.512 | keepalived is already the newest version (1:2.0.19-2ubuntu0.2). 2022-05-18 09:37:43.513 | libkrb5-dev is already the newest version (1.17-6ubuntu4.1). 2022-05-18 09:37:43.513 | libldap2-dev is already the newest version (2.4.49+dfsg-2ubuntu1.9). 2022-05-18 09:37:43.513 | libpcre3-dev is already the newest version (2:8.39-12ubuntu0.1). 2022-05-18 09:37:43.513 | libpq-dev is already the newest version (12.10-0ubuntu0.20.04.1). 2022-05-18 09:37:43.513 | libsasl2-dev is already the newest version (2.1.27+dfsg-2ubuntu0.1). 2022-05-18 09:37:43.513 | libssl-dev is already the newest version (1.1.1f-1ubuntu2.13). 2022-05-18 09:37:43.513 | libsystemd-dev is already the newest version (245.4-4ubuntu3.17). 2022-05-18 09:37:43.513 | libxml2-dev is already the newest version (2.9.10+dfsg-5ubuntu0.20.04.3). 2022-05-18 09:37:43.513 | lsof is already the newest version (4.93.2+dfsg-1ubuntu0.20.04.1). 2022-05-18 09:37:43.513 | memcached is already the newest version (1.5.22-2ubuntu0.2). 2022-05-18 09:37:43.513 | open-iscsi is already the newest version (2.0.874-7.1ubuntu6.2). 2022-05-18 09:37:43.513 | openssh-server is already the newest version (1:8.2p1-4ubuntu0.5). 2022-05-18 09:37:43.513 | openssl is already the newest version (1.1.1f-1ubuntu2.13). 2022-05-18 09:37:43.513 | parted is already the newest version (3.3-4ubuntu0.20.04.1). 2022-05-18 09:37:43.513 | qemu-utils is already the newest version (1:4.2-3ubuntu6.21). 2022-05-18 09:37:43.513 | rsync is already the newest version (3.1.3-8ubuntu0.3). 2022-05-18 09:37:43.513 | sqlite3 is already the newest version (3.31.1-4ubuntu0.3). 2022-05-18 09:37:43.513 | sudo is already the newest version (1.8.31-1ubuntu1.2). 2022-05-18 09:37:43.513 | tar is already the newest version (1.30+dfsg-7ubuntu0.20.04.2). 2022-05-18 09:37:43.513 | tcpdump is already the newest version (4.9.3-4ubuntu0.1). 2022-05-18 09:37:43.513 | uuid-runtime is already the newest version (2.34-0.1ubuntu9.3). 2022-05-18 09:37:43.513 | wget is already the newest version (1.20.3-1ubuntu2). 2022-05-18 09:37:43.513 | zlib1g-dev is already the newest version (1:1.2.11.dfsg-2ubuntu1.3). 2022-05-18 09:37:43.739 | libapache2-mod-proxy-uwsgi is already the newest version (2.4.41-4ubuntu3.10). 2022-05-18 09:37:43.739 | postgresql-server-dev-all is already the newest version (214ubuntu0.1). 2022-05-18 09:37:43.740 | python3-pip is already the newest version (20.0.2-5ubuntu1.6). 2022-05-18 09:37:43.740 | vlan is already the newest version (2.0.4ubuntu1.20.04.1). 2022-05-18 09:37:43.740 | The following packages were automatically installed and are no longer required: 2022-05-18 09:37:43.741 | apport-symptoms libnetplan0 python3-automat python3-blinker python3-click 2022-05-18 09:37:43.741 | python3-colorama python3-configobj python3-constantly python3-entrypoints 2022-05-18 09:37:43.741 | python3-hamcrest python3-hyperlink python3-incremental python3-jwt 2022-05-18 09:37:43.741 | python3-keyring python3-lazr.uri python3-oauthlib python3-problem-report 2022-05-18 09:37:43.741 | python3-secretstorage python3-twisted-bin python3-wadllib 2022-05-18 09:37:43.741 | python3-zope.interface 2022-05-18 09:37:43.741 | Use 'sudo apt autoremove' to remove them. 2022-05-18 09:37:43.856 | 0 upgraded, 0 newly installed, 0 to remove and 136 not upgraded. 2022-05-18 09:37:43.861 | ++ functions-common:apt_get:1246 : result=0 2022-05-18 09:37:43.863 | ++ functions-common:apt_get:1249 : time_stop apt-get 2022-05-18 09:37:43.865 | ++ functions-common:time_stop:2437 : local name 2022-05-18 09:37:43.867 | ++ functions-common:time_stop:2438 : local end_time 2022-05-18 09:37:43.870 | ++ functions-common:time_stop:2439 : local elapsed_time 2022-05-18 09:37:43.873 | ++ functions-common:time_stop:2440 : local total 2022-05-18 09:37:43.875 | ++ functions-common:time_stop:2441 : local start_time 2022-05-18 09:37:43.877 | ++ functions-common:time_stop:2443 : name=apt-get 2022-05-18 09:37:43.879 | ++ functions-common:time_stop:2444 : start_time=1652866663099 2022-05-18 09:37:43.881 | ++ functions-common:time_stop:2446 : [[ -z 1652866663099 ]] 2022-05-18 09:37:43.884 | +++ functions-common:time_stop:2449 : date +%s%3N 2022-05-18 09:37:43.889 | ++ functions-common:time_stop:2449 : end_time=1652866663886 2022-05-18 09:37:43.891 | ++ functions-common:time_stop:2450 : elapsed_time=787 2022-05-18 09:37:43.893 | ++ functions-common:time_stop:2451 : total=787 2022-05-18 09:37:43.895 | ++ functions-common:time_stop:2453 : _TIME_START[$name]= 2022-05-18 09:37:43.898 | ++ functions-common:time_stop:2454 : _TIME_TOTAL[$name]=1574 2022-05-18 09:37:43.900 | ++ functions-common:apt_get:1250 : return 0 2022-05-18 09:37:43.903 | ++ tools/install_prereqs.sh:source:74 : [[ -n False ]] 2022-05-18 09:37:43.905 | ++ tools/install_prereqs.sh:source:74 : [[ False != \F\a\l\s\e ]] 2022-05-18 09:37:43.908 | ++ tools/install_prereqs.sh:source:88 : date +%s 2022-05-18 09:37:43.912 | ++ tools/install_prereqs.sh:source:89 : date 2022-05-18 09:37:43.916 | + ./stack.sh:main:792 : [[ False != \T\r\u\e ]] 2022-05-18 09:37:43.919 | + ./stack.sh:main:793 : PYPI_ALTERNATIVE_URL= 2022-05-18 09:37:43.922 | + ./stack.sh:main:793 : /home/ubuntu/devstack/tools/install_pip.sh 2022-05-18 09:37:45.433 | + tools/install_pip.sh:main:25 : FILES=/home/ubuntu/devstack/files 2022-05-18 09:37:45.436 | + tools/install_pip.sh:main:40 : PIP_GET_PIP_URL=https://bootstrap.pypa.io/get-pip.py 2022-05-18 09:37:45.438 | + tools/install_pip.sh:main:41 : PIP_GET_PIP36_URL=https://bootstrap.pypa.io/pip/3.6/get-pip.py 2022-05-18 09:37:45.440 | + tools/install_pip.sh:main:43 : GetDistro 2022-05-18 09:37:45.442 | + functions-common:GetDistro:446 : GetOSVersion 2022-05-18 09:37:45.444 | + functions-common:GetOSVersion:416 : source /etc/os-release 2022-05-18 09:37:45.445 | ++ /etc/os-release:source:1 : NAME=Ubuntu 2022-05-18 09:37:45.447 | ++ /etc/os-release:source:2 : VERSION='20.04.2 LTS (Focal Fossa)' 2022-05-18 09:37:45.449 | ++ /etc/os-release:source:3 : ID=ubuntu 2022-05-18 09:37:45.451 | ++ /etc/os-release:source:4 : ID_LIKE=debian 2022-05-18 09:37:45.452 | ++ /etc/os-release:source:5 : PRETTY_NAME='Ubuntu 20.04.2 LTS' 2022-05-18 09:37:45.454 | ++ /etc/os-release:source:6 : VERSION_ID=20.04 2022-05-18 09:37:45.456 | ++ /etc/os-release:source:7 : HOME_URL=https://www.ubuntu.com/ 2022-05-18 09:37:45.461 | ++ /etc/os-release:source:8 : SUPPORT_URL=https://help.ubuntu.com/ 2022-05-18 09:37:45.463 | ++ /etc/os-release:source:9 : BUG_REPORT_URL=https://bugs.launchpad.net/ubuntu/ 2022-05-18 09:37:45.465 | ++ /etc/os-release:source:10 : PRIVACY_POLICY_URL=https://www.ubuntu.com/legal/terms-and-policies/privacy-policy 2022-05-18 09:37:45.466 | ++ /etc/os-release:source:11 : VERSION_CODENAME=focal 2022-05-18 09:37:45.469 | ++ /etc/os-release:source:12 : UBUNTU_CODENAME=focal 2022-05-18 09:37:45.470 | + functions-common:GetOSVersion:417 : [[ ubuntu20.04.2 LTS (Focal Fossa) == \c\e\n\t\o\s\9 ]] 2022-05-18 09:37:45.472 | + functions-common:GetOSVersion:422 : _ensure_lsb_release 2022-05-18 09:37:45.475 | ++ functions-common:_ensure_lsb_release:393 : command -v lsb_release 2022-05-18 09:37:45.477 | + functions-common:_ensure_lsb_release:393 : [[ -x /usr/bin/lsb_release ]] 2022-05-18 09:37:45.479 | + functions-common:_ensure_lsb_release:394 : return 2022-05-18 09:37:45.482 | ++ functions-common:GetOSVersion:424 : lsb_release -r -s 2022-05-18 09:37:45.573 | + functions-common:GetOSVersion:424 : os_RELEASE=20.04 2022-05-18 09:37:45.576 | ++ functions-common:GetOSVersion:425 : lsb_release -c -s 2022-05-18 09:37:45.655 | + functions-common:GetOSVersion:425 : os_CODENAME=focal 2022-05-18 09:37:45.658 | ++ functions-common:GetOSVersion:426 : lsb_release -i -s 2022-05-18 09:37:45.736 | + functions-common:GetOSVersion:426 : os_VENDOR=Ubuntu 2022-05-18 09:37:45.738 | + functions-common:GetOSVersion:429 : [[ Ubuntu =~ (Debian|Ubuntu|LinuxMint) ]] 2022-05-18 09:37:45.740 | + functions-common:GetOSVersion:430 : os_PACKAGE=deb 2022-05-18 09:37:45.742 | + functions-common:GetOSVersion:435 : typeset -xr os_VENDOR 2022-05-18 09:37:45.744 | + functions-common:GetOSVersion:436 : typeset -xr os_RELEASE 2022-05-18 09:37:45.750 | + functions-common:GetOSVersion:437 : typeset -xr os_PACKAGE 2022-05-18 09:37:45.753 | + functions-common:GetOSVersion:438 : typeset -xr os_CODENAME 2022-05-18 09:37:45.755 | + functions-common:GetDistro:448 : [[ Ubuntu =~ (Ubuntu) ]] 2022-05-18 09:37:45.757 | + functions-common:GetDistro:451 : DISTRO=focal 2022-05-18 09:37:45.759 | + functions-common:GetDistro:500 : typeset -xr DISTRO 2022-05-18 09:37:45.761 | + tools/install_pip.sh:main:44 : echo 'Distro: focal' 2022-05-18 09:37:45.761 | Distro: focal 2022-05-18 09:37:45.763 | + tools/install_pip.sh:main:124 : get_versions 2022-05-18 09:37:45.765 | ++ tools/install_pip.sh:get_versions:49 : which pip 2022-05-18 09:37:45.769 | + tools/install_pip.sh:get_versions:49 : PIP=/usr/local/bin/pip 2022-05-18 09:37:45.771 | + tools/install_pip.sh:get_versions:50 : [[ -n /usr/local/bin/pip ]] 2022-05-18 09:37:45.774 | ++ tools/install_pip.sh:get_versions:51 : /usr/local/bin/pip --version 2022-05-18 09:37:45.774 | ++ tools/install_pip.sh:get_versions:51 : awk '{ print $2}' 2022-05-18 09:37:46.470 | + tools/install_pip.sh:get_versions:51 : PIP_VERSION=21.3.1 2022-05-18 09:37:46.471 | + tools/install_pip.sh:get_versions:52 : echo 'pip: 21.3.1' 2022-05-18 09:37:46.471 | pip: 21.3.1 2022-05-18 09:37:46.473 | + tools/install_pip.sh:main:126 : [[ -n '' ]] 2022-05-18 09:37:46.475 | + tools/install_pip.sh:main:130 : is_fedora 2022-05-18 09:37:46.477 | + functions-common:is_fedora:524 : [[ -z Ubuntu ]] 2022-05-18 09:37:46.479 | + functions-common:is_fedora:528 : '[' Ubuntu = Fedora ']' 2022-05-18 09:37:46.481 | + functions-common:is_fedora:528 : '[' Ubuntu = 'Red Hat' ']' 2022-05-18 09:37:46.484 | + functions-common:is_fedora:529 : '[' Ubuntu = openEuler ']' 2022-05-18 09:37:46.486 | + functions-common:is_fedora:530 : '[' Ubuntu = RedHatEnterpriseServer ']' 2022-05-18 09:37:46.488 | + functions-common:is_fedora:531 : '[' Ubuntu = RedHatEnterprise ']' 2022-05-18 09:37:46.490 | + functions-common:is_fedora:532 : '[' Ubuntu = CentOS ']' 2022-05-18 09:37:46.492 | + functions-common:is_fedora:532 : '[' Ubuntu = CentOSStream ']' 2022-05-18 09:37:46.493 | + functions-common:is_fedora:533 : '[' Ubuntu = AlmaLinux ']' 2022-05-18 09:37:46.495 | + functions-common:is_fedora:534 : '[' Ubuntu = OracleServer ']' 2022-05-18 09:37:46.498 | + functions-common:is_fedora:534 : '[' Ubuntu = Virtuozzo ']' 2022-05-18 09:37:46.500 | + tools/install_pip.sh:main:141 : is_ubuntu 2022-05-18 09:37:46.502 | + functions-common:is_ubuntu:573 : [[ -z deb ]] 2022-05-18 09:37:46.503 | + functions-common:is_ubuntu:576 : '[' deb = deb ']' 2022-05-18 09:37:46.505 | + tools/install_pip.sh:main:142 : : 2022-05-18 09:37:46.507 | + tools/install_pip.sh:main:147 : set -x 2022-05-18 09:37:46.509 | + tools/install_pip.sh:main:151 : pip_install_gr setuptools 2022-05-18 09:37:46.511 | + inc/python:pip_install_gr:76 : local name=setuptools 2022-05-18 09:37:46.513 | + inc/python:pip_install_gr:77 : local clean_name 2022-05-18 09:37:46.515 | ++ inc/python:pip_install_gr:78 : get_from_global_requirements setuptools 2022-05-18 09:37:46.517 | ++ inc/python:get_from_global_requirements:225 : local package=setuptools 2022-05-18 09:37:46.519 | ++ inc/python:get_from_global_requirements:226 : local required_pkg 2022-05-18 09:37:46.522 | +++ inc/python:get_from_global_requirements:227 : grep -i -h '^setuptools' /opt/stack/requirements/global-requirements.txt 2022-05-18 09:37:46.522 | +++ inc/python:get_from_global_requirements:227 : cut -d# -f1 2022-05-18 09:37:46.526 | ++ inc/python:get_from_global_requirements:227 : required_pkg='setuptools!=24.0.0,!=34.0.0,!=34.0.1,!=34.0.2,!=34.0.3,!=34.1.0,!=34.1.1,!=34.2.0,!=34.3.0,!=34.3.1,!=34.3.2,!=36.2.0,!=48.0.0,!=49.0.0 ' 2022-05-18 09:37:46.528 | ++ inc/python:get_from_global_requirements:228 : [[ setuptools!=24.0.0,!=34.0.0,!=34.0.1,!=34.0.2,!=34.0.3,!=34.1.0,!=34.1.1,!=34.2.0,!=34.3.0,!=34.3.1,!=34.3.2,!=36.2.0,!=48.0.0,!=49.0.0 == '' ]] 2022-05-18 09:37:46.530 | ++ inc/python:get_from_global_requirements:231 : echo 'setuptools!=24.0.0,!=34.0.0,!=34.0.1,!=34.0.2,!=34.0.3,!=34.1.0,!=34.1.1,!=34.2.0,!=34.3.0,!=34.3.1,!=34.3.2,!=36.2.0,!=48.0.0,!=49.0.0' 2022-05-18 09:37:46.532 | + inc/python:pip_install_gr:78 : clean_name='setuptools!=24.0.0,!=34.0.0,!=34.0.1,!=34.0.2,!=34.0.3,!=34.1.0,!=34.1.1,!=34.2.0,!=34.3.0,!=34.3.1,!=34.3.2,!=36.2.0,!=48.0.0,!=49.0.0' 2022-05-18 09:37:46.534 | + inc/python:pip_install_gr:79 : pip_install 'setuptools!=24.0.0,!=34.0.0,!=34.0.1,!=34.0.2,!=34.0.3,!=34.1.0,!=34.1.1,!=34.2.0,!=34.3.0,!=34.3.1,!=34.3.2,!=36.2.0,!=48.0.0,!=49.0.0' 2022-05-18 09:37:46.551 | Using python 3.8 to install setuptools!=24.0.0,!=34.0.0,!=34.0.1,!=34.0.2,!=34.0.3,!=34.1.0,!=34.1.1,!=34.2.0,!=34.3.0,!=34.3.1,!=34.3.2,!=36.2.0,!=48.0.0,!=49.0.0 2022-05-18 09:37:46.553 | + inc/python:pip_install:193 : sudo -H LC_ALL=en_US.UTF-8 SETUPTOOLS_USE_DISTUTILS=stdlib http_proxy= https_proxy= no_proxy= PIP_FIND_LINKS= SETUPTOOLS_SYS_PATH_TECHNIQUE=rewrite python3.8 -m pip install -c /opt/stack/requirements/upper-constraints.txt 'setuptools!=24.0.0,!=34.0.0,!=34.0.1,!=34.0.2,!=34.0.3,!=34.1.0,!=34.1.1,!=34.2.0,!=34.3.0,!=34.3.1,!=34.3.2,!=36.2.0,!=48.0.0,!=49.0.0' 2022-05-18 09:37:47.420 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-05-18 09:37:47.420 | from cryptography.utils import int_from_bytes 2022-05-18 09:37:47.420 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-05-18 09:37:47.420 | from cryptography.utils import int_from_bytes 2022-05-18 09:37:48.693 | Looking in indexes: http://10.100.0.9:8080/cloudbase/CI/+simple/ 2022-05-18 09:37:49.407 | Collecting setuptools!=24.0.0,!=34.0.0,!=34.0.1,!=34.0.2,!=34.0.3,!=34.1.0,!=34.1.1,!=34.2.0,!=34.3.0,!=34.3.1,!=34.3.2,!=36.2.0,!=48.0.0,!=49.0.0 2022-05-18 09:37:49.421 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/553/4570b9980fc65/setuptools-62.2.0-py3-none-any.whl (1.1 MB) 2022-05-18 09:37:51.951 | Installing collected packages: setuptools 2022-05-18 09:37:52.806 | Successfully installed setuptools-62.2.0 2022-05-18 09:37:52.806 | WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv 2022-05-18 09:37:52.984 | WARNING: You are using pip version 21.3.1; however, version 22.1 is available. 2022-05-18 09:37:52.984 | You should consider upgrading via the '/usr/bin/python3.8 -m pip install --upgrade pip' command. 2022-05-18 09:37:53.120 | + inc/python:pip_install:200 : result=0 2022-05-18 09:37:53.122 | + inc/python:pip_install:202 : time_stop pip_install 2022-05-18 09:37:53.124 | + functions-common:time_stop:2437 : local name 2022-05-18 09:37:53.126 | + functions-common:time_stop:2438 : local end_time 2022-05-18 09:37:53.128 | + functions-common:time_stop:2439 : local elapsed_time 2022-05-18 09:37:53.129 | + functions-common:time_stop:2440 : local total 2022-05-18 09:37:53.131 | + functions-common:time_stop:2441 : local start_time 2022-05-18 09:37:53.133 | + functions-common:time_stop:2443 : name=pip_install 2022-05-18 09:37:53.135 | + functions-common:time_stop:2444 : start_time=1652866666546 2022-05-18 09:37:53.137 | + functions-common:time_stop:2446 : [[ -z 1652866666546 ]] 2022-05-18 09:37:53.139 | ++ functions-common:time_stop:2449 : date +%s%3N 2022-05-18 09:37:53.143 | + functions-common:time_stop:2449 : end_time=1652866673141 2022-05-18 09:37:53.144 | + functions-common:time_stop:2450 : elapsed_time=6595 2022-05-18 09:37:53.146 | + functions-common:time_stop:2451 : total=0 2022-05-18 09:37:53.148 | + functions-common:time_stop:2453 : _TIME_START[$name]= 2022-05-18 09:37:53.150 | + functions-common:time_stop:2454 : _TIME_TOTAL[$name]=6595 2022-05-18 09:37:53.151 | + inc/python:pip_install:203 : return 0 2022-05-18 09:37:53.154 | + tools/install_pip.sh:main:153 : get_versions 2022-05-18 09:37:53.157 | ++ tools/install_pip.sh:get_versions:49 : which pip 2022-05-18 09:37:53.160 | + tools/install_pip.sh:get_versions:49 : PIP=/usr/local/bin/pip 2022-05-18 09:37:53.162 | + tools/install_pip.sh:get_versions:50 : [[ -n /usr/local/bin/pip ]] 2022-05-18 09:37:53.165 | ++ tools/install_pip.sh:get_versions:51 : /usr/local/bin/pip --version 2022-05-18 09:37:53.165 | ++ tools/install_pip.sh:get_versions:51 : awk '{ print $2}' 2022-05-18 09:37:53.854 | + tools/install_pip.sh:get_versions:51 : PIP_VERSION=21.3.1 2022-05-18 09:37:53.856 | + tools/install_pip.sh:get_versions:52 : echo 'pip: 21.3.1' 2022-05-18 09:37:53.856 | pip: 21.3.1 2022-05-18 09:37:53.859 | + ./stack.sh:main:797 : source /home/ubuntu/devstack/tools/fixup_stuff.sh 2022-05-18 09:37:53.862 | ++ tools/fixup_stuff.sh:source:12 : [[ -z /home/ubuntu/devstack ]] 2022-05-18 09:37:53.865 | + ./stack.sh:main:798 : fixup_all 2022-05-18 09:37:53.867 | + tools/fixup_stuff.sh:fixup_all:180 : fixup_ubuntu 2022-05-18 09:37:53.869 | + tools/fixup_stuff.sh:fixup_ubuntu:141 : is_ubuntu 2022-05-18 09:37:53.872 | + functions-common:is_ubuntu:573 : [[ -z deb ]] 2022-05-18 09:37:53.874 | + functions-common:is_ubuntu:576 : '[' deb = deb ']' 2022-05-18 09:37:53.876 | + tools/fixup_stuff.sh:fixup_ubuntu:151 : sudo rm -rf '/usr/lib/python3/dist-packages/PyYAML-*.egg-info' 2022-05-18 09:37:53.888 | + tools/fixup_stuff.sh:fixup_ubuntu:152 : sudo rm -rf '/usr/lib/python3/dist-packages/pyasn1_modules-*.egg-info' 2022-05-18 09:37:53.899 | + tools/fixup_stuff.sh:fixup_ubuntu:153 : sudo rm -rf '/usr/lib/python3/dist-packages/simplejson-*.egg-info' 2022-05-18 09:37:53.911 | + tools/fixup_stuff.sh:fixup_all:181 : fixup_fedora 2022-05-18 09:37:53.913 | + tools/fixup_stuff.sh:fixup_fedora:33 : is_fedora 2022-05-18 09:37:53.915 | + functions-common:is_fedora:524 : [[ -z Ubuntu ]] 2022-05-18 09:37:53.917 | + functions-common:is_fedora:528 : '[' Ubuntu = Fedora ']' 2022-05-18 09:37:53.919 | + functions-common:is_fedora:528 : '[' Ubuntu = 'Red Hat' ']' 2022-05-18 09:37:53.921 | + functions-common:is_fedora:529 : '[' Ubuntu = openEuler ']' 2022-05-18 09:37:53.923 | + functions-common:is_fedora:530 : '[' Ubuntu = RedHatEnterpriseServer ']' 2022-05-18 09:37:53.925 | + functions-common:is_fedora:531 : '[' Ubuntu = RedHatEnterprise ']' 2022-05-18 09:37:53.928 | + functions-common:is_fedora:532 : '[' Ubuntu = CentOS ']' 2022-05-18 09:37:53.930 | + functions-common:is_fedora:532 : '[' Ubuntu = CentOSStream ']' 2022-05-18 09:37:53.932 | + functions-common:is_fedora:533 : '[' Ubuntu = AlmaLinux ']' 2022-05-18 09:37:53.934 | + functions-common:is_fedora:534 : '[' Ubuntu = OracleServer ']' 2022-05-18 09:37:53.936 | + functions-common:is_fedora:534 : '[' Ubuntu = Virtuozzo ']' 2022-05-18 09:37:53.938 | + tools/fixup_stuff.sh:fixup_fedora:34 : return 2022-05-18 09:37:53.941 | + tools/fixup_stuff.sh:fixup_all:182 : fixup_suse 2022-05-18 09:37:53.943 | + tools/fixup_stuff.sh:fixup_suse:94 : is_suse 2022-05-18 09:37:53.945 | + functions-common:is_suse:542 : is_opensuse 2022-05-18 09:37:53.947 | + functions-common:is_opensuse:549 : [[ -z Ubuntu ]] 2022-05-18 09:37:53.950 | + functions-common:is_opensuse:553 : [[ Ubuntu =~ (openSUSE) ]] 2022-05-18 09:37:53.952 | + functions-common:is_suse:542 : is_suse_linux_enterprise 2022-05-18 09:37:53.954 | + functions-common:is_suse_linux_enterprise:561 : [[ -z Ubuntu ]] 2022-05-18 09:37:53.957 | + functions-common:is_suse_linux_enterprise:565 : [[ Ubuntu =~ (^SUSE) ]] 2022-05-18 09:37:53.959 | + tools/fixup_stuff.sh:fixup_suse:95 : return 2022-05-18 09:37:53.961 | + tools/fixup_stuff.sh:fixup_all:183 : fixup_openeuler 2022-05-18 09:37:53.963 | + tools/fixup_stuff.sh:fixup_openeuler:157 : is_openeuler 2022-05-18 09:37:53.966 | + functions-common:is_openeuler:580 : [[ -z deb ]] 2022-05-18 09:37:53.968 | + functions-common:is_openeuler:583 : '[' Ubuntu = openEuler ']' 2022-05-18 09:37:53.970 | + tools/fixup_stuff.sh:fixup_openeuler:158 : return 2022-05-18 09:37:53.973 | + ./stack.sh:main:801 : pip_install -U os-testr 2022-05-18 09:37:53.993 | Using python 3.8 to install os-testr 2022-05-18 09:37:53.995 | + inc/python:pip_install:193 : sudo -H LC_ALL=en_US.UTF-8 SETUPTOOLS_USE_DISTUTILS=stdlib http_proxy= https_proxy= no_proxy= PIP_FIND_LINKS= SETUPTOOLS_SYS_PATH_TECHNIQUE=rewrite python3.8 -m pip install -c /opt/stack/requirements/upper-constraints.txt -U os-testr 2022-05-18 09:37:54.862 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-05-18 09:37:54.862 | from cryptography.utils import int_from_bytes 2022-05-18 09:37:54.862 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-05-18 09:37:54.862 | from cryptography.utils import int_from_bytes 2022-05-18 09:37:56.027 | Looking in indexes: http://10.100.0.9:8080/cloudbase/CI/+simple/ 2022-05-18 09:37:56.060 | Requirement already satisfied: os-testr in /usr/local/lib/python3.8/dist-packages (3.0.0) 2022-05-18 09:37:56.134 | Requirement already satisfied: pbr!=2.1.0,>=2.0.0 in /usr/local/lib/python3.8/dist-packages (from os-testr) (5.9.0) 2022-05-18 09:37:56.135 | Requirement already satisfied: python-subunit>=1.0.0 in /usr/local/lib/python3.8/dist-packages (from os-testr) (1.4.0) 2022-05-18 09:37:56.136 | Requirement already satisfied: testtools>=2.2.0 in /usr/local/lib/python3.8/dist-packages (from os-testr) (2.5.0) 2022-05-18 09:37:56.149 | Requirement already satisfied: extras in /usr/local/lib/python3.8/dist-packages (from python-subunit>=1.0.0->os-testr) (1.0.0) 2022-05-18 09:37:56.159 | Requirement already satisfied: fixtures>=1.3.0 in /usr/local/lib/python3.8/dist-packages (from testtools>=2.2.0->os-testr) (3.0.0) 2022-05-18 09:37:56.170 | Requirement already satisfied: six in /usr/local/lib/python3.8/dist-packages (from fixtures>=1.3.0->testtools>=2.2.0->os-testr) (1.16.0) 2022-05-18 09:37:58.634 | WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv 2022-05-18 09:37:58.642 | WARNING: You are using pip version 21.3.1; however, version 22.1 is available. 2022-05-18 09:37:58.642 | You should consider upgrading via the '/usr/bin/python3.8 -m pip install --upgrade pip' command. 2022-05-18 09:37:58.761 | + inc/python:pip_install:200 : result=0 2022-05-18 09:37:58.764 | + inc/python:pip_install:202 : time_stop pip_install 2022-05-18 09:37:58.767 | + functions-common:time_stop:2437 : local name 2022-05-18 09:37:58.769 | + functions-common:time_stop:2438 : local end_time 2022-05-18 09:37:58.771 | + functions-common:time_stop:2439 : local elapsed_time 2022-05-18 09:37:58.773 | + functions-common:time_stop:2440 : local total 2022-05-18 09:37:58.776 | + functions-common:time_stop:2441 : local start_time 2022-05-18 09:37:58.778 | + functions-common:time_stop:2443 : name=pip_install 2022-05-18 09:37:58.780 | + functions-common:time_stop:2444 : start_time=1652866673988 2022-05-18 09:37:58.782 | + functions-common:time_stop:2446 : [[ -z 1652866673988 ]] 2022-05-18 09:37:58.785 | ++ functions-common:time_stop:2449 : date +%s%3N 2022-05-18 09:37:58.789 | + functions-common:time_stop:2449 : end_time=1652866678786 2022-05-18 09:37:58.791 | + functions-common:time_stop:2450 : elapsed_time=4798 2022-05-18 09:37:58.793 | + functions-common:time_stop:2451 : total=0 2022-05-18 09:37:58.795 | + functions-common:time_stop:2453 : _TIME_START[$name]= 2022-05-18 09:37:58.797 | + functions-common:time_stop:2454 : _TIME_TOTAL[$name]=4798 2022-05-18 09:37:58.799 | + inc/python:pip_install:203 : return 0 2022-05-18 09:37:58.802 | + ./stack.sh:main:805 : iniset -sudo /etc/systemd/journald.conf Journal RateLimitBurst 0 2022-05-18 09:37:58.854 | + ./stack.sh:main:806 : sudo systemctl restart systemd-journald 2022-05-18 09:37:58.962 | + ./stack.sh:main:812 : install_infra 2022-05-18 09:37:58.964 | + lib/infra:install_infra:31 : local PIP_VIRTUAL_ENV=/opt/stack/requirements/.venv 2022-05-18 09:37:58.967 | + lib/infra:install_infra:32 : '[' '!' -d /opt/stack/requirements/.venv ']' 2022-05-18 09:37:58.970 | + lib/infra:install_infra:34 : PIP_VIRTUAL_ENV=/opt/stack/requirements/.venv 2022-05-18 09:37:58.973 | + lib/infra:install_infra:34 : pip_install -U pbr 2022-05-18 09:37:58.996 | + inc/python:pip_install:193 : env http_proxy= https_proxy= no_proxy= PIP_FIND_LINKS= SETUPTOOLS_SYS_PATH_TECHNIQUE=rewrite /opt/stack/requirements/.venv/bin/pip install -c /opt/stack/requirements/upper-constraints.txt -U pbr 2022-05-18 09:38:00.903 | Ignoring Flask: markers 'python_version == "3.6"' don't match your environment 2022-05-18 09:38:00.911 | Ignoring GitPython: markers 'python_version == "3.6"' don't match your environment 2022-05-18 09:38:00.915 | Ignoring Jinja2: markers 'python_version == "3.6"' don't match your environment 2022-05-18 09:38:00.921 | Ignoring Mako: markers 'python_version == "3.6"' don't match your environment 2022-05-18 09:38:00.925 | Ignoring MarkupSafe: markers 'python_version == "3.6"' don't match your environment 2022-05-18 09:38:00.931 | Ignoring Pillow: markers 'python_version == "3.6"' don't match your environment 2022-05-18 09:38:00.935 | Ignoring Pint: markers 'python_version == "3.6"' don't match your environment 2022-05-18 09:38:00.961 | Ignoring Werkzeug: markers 'python_version == "3.6"' don't match your environment 2022-05-18 09:38:01.040 | Ignoring actdiag: markers 'python_version == "3.6"' don't match your environment 2022-05-18 09:38:01.060 | Ignoring asgiref: markers 'python_version == "3.6"' don't match your environment 2022-05-18 09:38:01.064 | Ignoring async-generator: markers 'python_version == "3.6"' don't match your environment 2022-05-18 09:38:01.069 | Ignoring autobahn: markers 'python_version == "3.6"' don't match your environment 2022-05-18 09:38:01.084 | Ignoring blockdiag: markers 'python_version == "3.6"' don't match your environment 2022-05-18 09:38:01.092 | Ignoring cached-property: markers 'python_version == "3.6"' don't match your environment 2022-05-18 09:38:01.094 | Ignoring cachetools: markers 'python_version == "3.6"' don't match your environment 2022-05-18 09:38:01.112 | Ignoring click: markers 'python_version == "3.6"' don't match your environment 2022-05-18 09:38:01.129 | Ignoring coverage: markers 'python_version == "3.6"' don't match your environment 2022-05-18 09:38:01.138 | Ignoring dataclasses: markers 'python_version == "3.6"' don't match your environment 2022-05-18 09:38:01.143 | Ignoring decorator: markers 'python_version == "3.6"' don't match your environment 2022-05-18 09:38:01.162 | Ignoring django-debreach: markers 'python_version == "3.6"' don't match your environment 2022-05-18 09:38:01.184 | Ignoring elementpath: markers 'python_version == "3.6"' don't match your environment 2022-05-18 09:38:01.202 | Ignoring filelock: markers 'python_version == "3.6"' don't match your environment 2022-05-18 09:38:01.210 | Ignoring funcparserlib: markers 'python_version == "3.6"' don't match your environment 2022-05-18 09:38:01.216 | Ignoring futures: markers 'python_version == "3.6"' don't match your environment 2022-05-18 09:38:01.236 | Ignoring graphviz: markers 'python_version == "3.6"' don't match your environment 2022-05-18 09:38:01.266 | Ignoring importlib-metadata: markers 'python_version == "3.6"' don't match your environment 2022-05-18 09:38:01.268 | Ignoring importlib-resources: markers 'python_version == "3.6"' don't match your environment 2022-05-18 09:38:01.282 | Ignoring itsdangerous: markers 'python_version == "3.6"' don't match your environment 2022-05-18 09:38:01.286 | Ignoring jaeger-client: markers 'python_version == "3.6"' don't match your environment 2022-05-18 09:38:01.290 | Ignoring jeepney: markers 'python_version == "3.6"' don't match your environment 2022-05-18 09:38:01.296 | Ignoring jmespath: markers 'python_version == "3.6"' don't match your environment 2022-05-18 09:38:01.312 | Ignoring keyring: markers 'python_version == "3.6"' don't match your environment 2022-05-18 09:38:01.318 | Ignoring kombu: markers 'python_version == "3.6"' don't match your environment 2022-05-18 09:38:01.368 | Ignoring networkx: markers 'python_version == "3.6"' don't match your environment 2022-05-18 09:38:01.386 | Ignoring numpy: markers 'python_version == "3.6"' don't match your environment 2022-05-18 09:38:01.391 | Ignoring nwdiag: markers 'python_version == "3.6"' don't match your environment 2022-05-18 09:38:01.422 | Ignoring os-testr: markers 'python_version == "3.6"' don't match your environment 2022-05-18 09:38:01.485 | Ignoring platformdirs: markers 'python_version == "3.6"' don't match your environment 2022-05-18 09:38:01.492 | Ignoring prettytable: markers 'python_version == "3.6"' don't match your environment 2022-05-18 09:38:01.499 | Ignoring protobuf: markers 'python_version == "3.6"' don't match your environment 2022-05-18 09:38:01.550 | Ignoring pyrsistent: markers 'python_version == "3.6"' don't match your environment 2022-05-18 09:38:01.565 | Ignoring pytest: markers 'python_version == "3.6"' don't match your environment 2022-05-18 09:38:01.573 | Ignoring pytest-metadata: markers 'python_version == "3.6"' don't match your environment 2022-05-18 09:38:01.677 | Ignoring responses: markers 'python_version == "3.6"' don't match your environment 2022-05-18 09:38:01.703 | Ignoring scikit-learn: markers 'python_version == "3.6"' don't match your environment 2022-05-18 09:38:01.707 | Ignoring scipy: markers 'python_version == "3.6"' don't match your environment 2022-05-18 09:38:01.717 | Ignoring seqdiag: markers 'python_version == "3.6"' don't match your environment 2022-05-18 09:38:01.722 | Ignoring setuptools: markers 'python_version == "3.6"' don't match your environment 2022-05-18 09:38:01.742 | Ignoring sphinxcontrib-actdiag: markers 'python_version == "3.6"' don't match your environment 2022-05-18 09:38:01.749 | Ignoring sphinxcontrib-blockdiag: markers 'python_version == "3.6"' don't match your environment 2022-05-18 09:38:01.767 | Ignoring sphinxcontrib-seqdiag: markers 'python_version == "3.6"' don't match your environment 2022-05-18 09:38:01.797 | Ignoring sympy: markers 'python_version == "3.6"' don't match your environment 2022-05-18 09:38:01.827 | Ignoring tomli: markers 'python_version == "3.6"' don't match your environment 2022-05-18 09:38:01.840 | Ignoring typed-ast: markers 'python_version == "3.6"' don't match your environment 2022-05-18 09:38:01.847 | Ignoring typing-extensions: markers 'python_version == "3.6"' don't match your environment 2022-05-18 09:38:01.855 | Ignoring ujson: markers 'python_version == "3.6"' don't match your environment 2022-05-18 09:38:01.873 | Ignoring waitress: markers 'python_version == "3.6"' don't match your environment 2022-05-18 09:38:01.882 | Ignoring websocket-client: markers 'python_version == "3.6"' don't match your environment 2022-05-18 09:38:01.896 | Ignoring xmlschema: markers 'python_version == "3.6"' don't match your environment 2022-05-18 09:38:01.907 | Ignoring zeroconf: markers 'python_version == "3.6"' don't match your environment 2022-05-18 09:38:01.911 | Ignoring zipp: markers 'python_version == "3.6"' don't match your environment 2022-05-18 09:38:01.917 | Looking in indexes: http://10.100.0.9:8080/cloudbase/CI/+simple/ 2022-05-18 09:38:02.055 | Requirement already up-to-date: pbr===5.9.0 in /opt/stack/requirements/.venv/lib/python3.8/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 370)) (5.9.0) 2022-05-18 09:38:02.347 | + inc/python:pip_install:200 : result=0 2022-05-18 09:38:02.349 | + inc/python:pip_install:202 : time_stop pip_install 2022-05-18 09:38:02.352 | + functions-common:time_stop:2437 : local name 2022-05-18 09:38:02.354 | + functions-common:time_stop:2438 : local end_time 2022-05-18 09:38:02.356 | + functions-common:time_stop:2439 : local elapsed_time 2022-05-18 09:38:02.358 | + functions-common:time_stop:2440 : local total 2022-05-18 09:38:02.361 | + functions-common:time_stop:2441 : local start_time 2022-05-18 09:38:02.363 | + functions-common:time_stop:2443 : name=pip_install 2022-05-18 09:38:02.365 | + functions-common:time_stop:2444 : start_time=1652866678988 2022-05-18 09:38:02.367 | + functions-common:time_stop:2446 : [[ -z 1652866678988 ]] 2022-05-18 09:38:02.370 | ++ functions-common:time_stop:2449 : date +%s%3N 2022-05-18 09:38:02.375 | + functions-common:time_stop:2449 : end_time=1652866682371 2022-05-18 09:38:02.377 | + functions-common:time_stop:2450 : elapsed_time=3383 2022-05-18 09:38:02.379 | + functions-common:time_stop:2451 : total=4798 2022-05-18 09:38:02.381 | + functions-common:time_stop:2453 : _TIME_START[$name]= 2022-05-18 09:38:02.383 | + functions-common:time_stop:2454 : _TIME_TOTAL[$name]=8181 2022-05-18 09:38:02.385 | + inc/python:pip_install:203 : return 0 2022-05-18 09:38:02.388 | + lib/infra:install_infra:35 : PIP_VIRTUAL_ENV=/opt/stack/requirements/.venv 2022-05-18 09:38:02.390 | + lib/infra:install_infra:35 : pip_install /opt/stack/requirements 2022-05-18 09:38:02.416 | + inc/python:pip_install:193 : env http_proxy= https_proxy= no_proxy= PIP_FIND_LINKS= SETUPTOOLS_SYS_PATH_TECHNIQUE=rewrite /opt/stack/requirements/.venv/bin/pip install -c /opt/stack/requirements/upper-constraints.txt /opt/stack/requirements 2022-05-18 09:38:04.220 | Ignoring Flask: markers 'python_version == "3.6"' don't match your environment 2022-05-18 09:38:04.227 | Ignoring GitPython: markers 'python_version == "3.6"' don't match your environment 2022-05-18 09:38:04.232 | Ignoring Jinja2: markers 'python_version == "3.6"' don't match your environment 2022-05-18 09:38:04.238 | Ignoring Mako: markers 'python_version == "3.6"' don't match your environment 2022-05-18 09:38:04.241 | Ignoring MarkupSafe: markers 'python_version == "3.6"' don't match your environment 2022-05-18 09:38:04.249 | Ignoring Pillow: markers 'python_version == "3.6"' don't match your environment 2022-05-18 09:38:04.253 | Ignoring Pint: markers 'python_version == "3.6"' don't match your environment 2022-05-18 09:38:04.278 | Ignoring Werkzeug: markers 'python_version == "3.6"' don't match your environment 2022-05-18 09:38:04.358 | Ignoring actdiag: markers 'python_version == "3.6"' don't match your environment 2022-05-18 09:38:04.377 | Ignoring asgiref: markers 'python_version == "3.6"' don't match your environment 2022-05-18 09:38:04.381 | Ignoring async-generator: markers 'python_version == "3.6"' don't match your environment 2022-05-18 09:38:04.386 | Ignoring autobahn: markers 'python_version == "3.6"' don't match your environment 2022-05-18 09:38:04.401 | Ignoring blockdiag: markers 'python_version == "3.6"' don't match your environment 2022-05-18 09:38:04.409 | Ignoring cached-property: markers 'python_version == "3.6"' don't match your environment 2022-05-18 09:38:04.411 | Ignoring cachetools: markers 'python_version == "3.6"' don't match your environment 2022-05-18 09:38:04.428 | Ignoring click: markers 'python_version == "3.6"' don't match your environment 2022-05-18 09:38:04.446 | Ignoring coverage: markers 'python_version == "3.6"' don't match your environment 2022-05-18 09:38:04.456 | Ignoring dataclasses: markers 'python_version == "3.6"' don't match your environment 2022-05-18 09:38:04.460 | Ignoring decorator: markers 'python_version == "3.6"' don't match your environment 2022-05-18 09:38:04.478 | Ignoring django-debreach: markers 'python_version == "3.6"' don't match your environment 2022-05-18 09:38:04.501 | Ignoring elementpath: markers 'python_version == "3.6"' don't match your environment 2022-05-18 09:38:04.518 | Ignoring filelock: markers 'python_version == "3.6"' don't match your environment 2022-05-18 09:38:04.526 | Ignoring funcparserlib: markers 'python_version == "3.6"' don't match your environment 2022-05-18 09:38:04.532 | Ignoring futures: markers 'python_version == "3.6"' don't match your environment 2022-05-18 09:38:04.553 | Ignoring graphviz: markers 'python_version == "3.6"' don't match your environment 2022-05-18 09:38:04.582 | Ignoring importlib-metadata: markers 'python_version == "3.6"' don't match your environment 2022-05-18 09:38:04.583 | Ignoring importlib-resources: markers 'python_version == "3.6"' don't match your environment 2022-05-18 09:38:04.598 | Ignoring itsdangerous: markers 'python_version == "3.6"' don't match your environment 2022-05-18 09:38:04.602 | Ignoring jaeger-client: markers 'python_version == "3.6"' don't match your environment 2022-05-18 09:38:04.607 | Ignoring jeepney: markers 'python_version == "3.6"' don't match your environment 2022-05-18 09:38:04.612 | Ignoring jmespath: markers 'python_version == "3.6"' don't match your environment 2022-05-18 09:38:04.627 | Ignoring keyring: markers 'python_version == "3.6"' don't match your environment 2022-05-18 09:38:04.633 | Ignoring kombu: markers 'python_version == "3.6"' don't match your environment 2022-05-18 09:38:04.682 | Ignoring networkx: markers 'python_version == "3.6"' don't match your environment 2022-05-18 09:38:04.701 | Ignoring numpy: markers 'python_version == "3.6"' don't match your environment 2022-05-18 09:38:04.705 | Ignoring nwdiag: markers 'python_version == "3.6"' don't match your environment 2022-05-18 09:38:04.738 | Ignoring os-testr: markers 'python_version == "3.6"' don't match your environment 2022-05-18 09:38:04.800 | Ignoring platformdirs: markers 'python_version == "3.6"' don't match your environment 2022-05-18 09:38:04.807 | Ignoring prettytable: markers 'python_version == "3.6"' don't match your environment 2022-05-18 09:38:04.814 | Ignoring protobuf: markers 'python_version == "3.6"' don't match your environment 2022-05-18 09:38:04.865 | Ignoring pyrsistent: markers 'python_version == "3.6"' don't match your environment 2022-05-18 09:38:04.879 | Ignoring pytest: markers 'python_version == "3.6"' don't match your environment 2022-05-18 09:38:04.887 | Ignoring pytest-metadata: markers 'python_version == "3.6"' don't match your environment 2022-05-18 09:38:04.990 | Ignoring responses: markers 'python_version == "3.6"' don't match your environment 2022-05-18 09:38:05.015 | Ignoring scikit-learn: markers 'python_version == "3.6"' don't match your environment 2022-05-18 09:38:05.019 | Ignoring scipy: markers 'python_version == "3.6"' don't match your environment 2022-05-18 09:38:05.030 | Ignoring seqdiag: markers 'python_version == "3.6"' don't match your environment 2022-05-18 09:38:05.035 | Ignoring setuptools: markers 'python_version == "3.6"' don't match your environment 2022-05-18 09:38:05.054 | Ignoring sphinxcontrib-actdiag: markers 'python_version == "3.6"' don't match your environment 2022-05-18 09:38:05.062 | Ignoring sphinxcontrib-blockdiag: markers 'python_version == "3.6"' don't match your environment 2022-05-18 09:38:05.079 | Ignoring sphinxcontrib-seqdiag: markers 'python_version == "3.6"' don't match your environment 2022-05-18 09:38:05.110 | Ignoring sympy: markers 'python_version == "3.6"' don't match your environment 2022-05-18 09:38:05.138 | Ignoring tomli: markers 'python_version == "3.6"' don't match your environment 2022-05-18 09:38:05.150 | Ignoring typed-ast: markers 'python_version == "3.6"' don't match your environment 2022-05-18 09:38:05.157 | Ignoring typing-extensions: markers 'python_version == "3.6"' don't match your environment 2022-05-18 09:38:05.165 | Ignoring ujson: markers 'python_version == "3.6"' don't match your environment 2022-05-18 09:38:05.183 | Ignoring waitress: markers 'python_version == "3.6"' don't match your environment 2022-05-18 09:38:05.192 | Ignoring websocket-client: markers 'python_version == "3.6"' don't match your environment 2022-05-18 09:38:05.206 | Ignoring xmlschema: markers 'python_version == "3.6"' don't match your environment 2022-05-18 09:38:05.217 | Ignoring zeroconf: markers 'python_version == "3.6"' don't match your environment 2022-05-18 09:38:05.221 | Ignoring zipp: markers 'python_version == "3.6"' don't match your environment 2022-05-18 09:38:05.228 | Looking in indexes: http://10.100.0.9:8080/cloudbase/CI/+simple/ 2022-05-18 09:38:05.230 | Processing /opt/stack/requirements 2022-05-18 09:38:06.967 | 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 29)) (6.0) 2022-05-18 09:38:06.970 | Requirement already satisfied: fixtures===3.0.0 in /opt/stack/requirements/.venv/lib/python3.8/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 191)) (3.0.0) 2022-05-18 09:38:06.982 | 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 366)) (21.3) 2022-05-18 09:38:06.987 | Requirement already satisfied: pbr===5.9.0 in /opt/stack/requirements/.venv/lib/python3.8/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 370)) (5.9.0) 2022-05-18 09:38:06.990 | 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 409)) (3.0.9) 2022-05-18 09:38:06.995 | Requirement already satisfied: requests===2.27.1 in /opt/stack/requirements/.venv/lib/python3.8/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 497)) (2.27.1) 2022-05-18 09:38:07.022 | 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 539)) (1.16.0) 2022-05-18 09:38:07.024 | Requirement already satisfied: testtools===2.5.0 in /opt/stack/requirements/.venv/lib/python3.8/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 596)) (2.5.0) 2022-05-18 09:38:07.035 | Requirement already satisfied: urllib3===1.26.9 in /opt/stack/requirements/.venv/lib/python3.8/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 626)) (1.26.9) 2022-05-18 09:38:07.088 | Requirement already satisfied: Parsley>=1.2 in /opt/stack/requirements/.venv/lib/python3.8/site-packages (from openstack-requirements==1.2.1.dev5416) (1.3) 2022-05-18 09:38:07.091 | Requirement already satisfied: beagle>=0.2.1 in /opt/stack/requirements/.venv/lib/python3.8/site-packages (from openstack-requirements==1.2.1.dev5416) (0.3.0) 2022-05-18 09:38:07.107 | 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 226)) (3.3) 2022-05-18 09:38:07.110 | Requirement already satisfied: charset-normalizer===2.0.12 in /opt/stack/requirements/.venv/lib/python3.8/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 128)) (2.0.12) 2022-05-18 09:38:07.115 | Requirement already satisfied: certifi>=2017.4.17 in /opt/stack/requirements/.venv/lib/python3.8/site-packages (from requests===2.27.1->-c /opt/stack/requirements/upper-constraints.txt (line 497)) (2021.10.8) 2022-05-18 09:38:07.118 | Requirement already satisfied: extras===1.0.0 in /opt/stack/requirements/.venv/lib/python3.8/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 186)) (1.0.0) 2022-05-18 09:38:07.120 | Requirement already satisfied: cliff===3.10.1 in /opt/stack/requirements/.venv/lib/python3.8/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 131)) (3.10.1) 2022-05-18 09:38:07.133 | Requirement already satisfied: stevedore===3.5.0 in /opt/stack/requirements/.venv/lib/python3.8/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 575)) (3.5.0) 2022-05-18 09:38:07.139 | Requirement already satisfied: cmd2===2.4.1 in /opt/stack/requirements/.venv/lib/python3.8/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 132)) (2.4.1) 2022-05-18 09:38:07.188 | Requirement already satisfied: autopage===0.5.0 in /opt/stack/requirements/.venv/lib/python3.8/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 105)) (0.5.0) 2022-05-18 09:38:07.191 | Requirement already satisfied: prettytable===3.3.0 in /opt/stack/requirements/.venv/lib/python3.8/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 381)) (3.3.0) 2022-05-18 09:38:07.202 | Requirement already satisfied: attrs===21.4.0 in /opt/stack/requirements/.venv/lib/python3.8/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 101)) (21.4.0) 2022-05-18 09:38:07.264 | 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 637)) (0.2.5) 2022-05-18 09:38:07.269 | 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 410)) (1.8.2) 2022-05-18 09:38:07.272 | Building wheels for collected packages: openstack-requirements 2022-05-18 09:38:07.273 | Building wheel for openstack-requirements (setup.py): started 2022-05-18 09:38:08.114 | Building wheel for openstack-requirements (setup.py): finished with status 'error' 2022-05-18 09:38:08.114 | ERROR: Command errored out with exit status 1: 2022-05-18 09:38:08.114 | command: /opt/stack/requirements/.venv/bin/python3 -u -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'/tmp/pip-req-build-76lwn528/setup.py'"'"'; __file__='"'"'/tmp/pip-req-build-76lwn528/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-hryg5t2j 2022-05-18 09:38:08.114 | cwd: /tmp/pip-req-build-76lwn528/ 2022-05-18 09:38:08.114 | Complete output (6 lines): 2022-05-18 09:38:08.114 | usage: setup.py [global_opts] cmd1 [cmd1_opts] [cmd2 [cmd2_opts] ...] 2022-05-18 09:38:08.115 | or: setup.py --help [cmd1 cmd2 ...] 2022-05-18 09:38:08.115 | or: setup.py --help-commands 2022-05-18 09:38:08.115 | or: setup.py cmd --help 2022-05-18 09:38:08.115 | 2022-05-18 09:38:08.115 | error: invalid command 'bdist_wheel' 2022-05-18 09:38:08.115 | ---------------------------------------- 2022-05-18 09:38:08.115 | ERROR: Failed building wheel for openstack-requirements 2022-05-18 09:38:08.115 | Running setup.py clean for openstack-requirements 2022-05-18 09:38:08.960 | Failed to build openstack-requirements 2022-05-18 09:38:08.977 | Installing collected packages: openstack-requirements 2022-05-18 09:38:08.977 | Attempting uninstall: openstack-requirements 2022-05-18 09:38:08.978 | Found existing installation: openstack-requirements 1.2.1.dev5416 2022-05-18 09:38:09.016 | Uninstalling openstack-requirements-1.2.1.dev5416: 2022-05-18 09:38:09.034 | Successfully uninstalled openstack-requirements-1.2.1.dev5416 2022-05-18 09:38:09.037 | Running setup.py install for openstack-requirements: started 2022-05-18 09:38:11.431 | Running setup.py install for openstack-requirements: finished with status 'done' 2022-05-18 09:38:11.455 | Successfully installed openstack-requirements-1.2.1.dev5416 2022-05-18 09:38:11.586 | + inc/python:pip_install:200 : result=0 2022-05-18 09:38:11.588 | + inc/python:pip_install:202 : time_stop pip_install 2022-05-18 09:38:11.590 | + functions-common:time_stop:2437 : local name 2022-05-18 09:38:11.592 | + functions-common:time_stop:2438 : local end_time 2022-05-18 09:38:11.594 | + functions-common:time_stop:2439 : local elapsed_time 2022-05-18 09:38:11.596 | + functions-common:time_stop:2440 : local total 2022-05-18 09:38:11.599 | + functions-common:time_stop:2441 : local start_time 2022-05-18 09:38:11.601 | + functions-common:time_stop:2443 : name=pip_install 2022-05-18 09:38:11.603 | + functions-common:time_stop:2444 : start_time=1652866682408 2022-05-18 09:38:11.605 | + functions-common:time_stop:2446 : [[ -z 1652866682408 ]] 2022-05-18 09:38:11.608 | ++ functions-common:time_stop:2449 : date +%s%3N 2022-05-18 09:38:11.612 | + functions-common:time_stop:2449 : end_time=1652866691610 2022-05-18 09:38:11.614 | + functions-common:time_stop:2450 : elapsed_time=9202 2022-05-18 09:38:11.616 | + functions-common:time_stop:2451 : total=8181 2022-05-18 09:38:11.618 | + functions-common:time_stop:2453 : _TIME_START[$name]= 2022-05-18 09:38:11.621 | + functions-common:time_stop:2454 : _TIME_TOTAL[$name]=17383 2022-05-18 09:38:11.623 | + inc/python:pip_install:203 : return 0 2022-05-18 09:38:11.626 | + lib/infra:install_infra:39 : unset PIP_VIRTUAL_ENV 2022-05-18 09:38:11.628 | + lib/infra:install_infra:42 : use_library_from_git pbr 2022-05-18 09:38:11.631 | + inc/python:use_library_from_git:250 : local name=pbr 2022-05-18 09:38:11.633 | + inc/python:use_library_from_git:251 : local enabled=1 2022-05-18 09:38:11.635 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2022-05-18 09:38:11.638 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,pbr, ]] 2022-05-18 09:38:11.640 | + inc/python:use_library_from_git:253 : return 1 2022-05-18 09:38:11.642 | + lib/infra:install_infra:48 : pip_install -U pbr 2022-05-18 09:38:11.662 | Using python 3.8 to install pbr 2022-05-18 09:38:11.665 | + inc/python:pip_install:193 : sudo -H LC_ALL=en_US.UTF-8 SETUPTOOLS_USE_DISTUTILS=stdlib http_proxy= https_proxy= no_proxy= PIP_FIND_LINKS= SETUPTOOLS_SYS_PATH_TECHNIQUE=rewrite python3.8 -m pip install -c /opt/stack/requirements/upper-constraints.txt -U pbr 2022-05-18 09:38:12.530 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-05-18 09:38:12.530 | from cryptography.utils import int_from_bytes 2022-05-18 09:38:12.530 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-05-18 09:38:12.530 | from cryptography.utils import int_from_bytes 2022-05-18 09:38:13.716 | Looking in indexes: http://10.100.0.9:8080/cloudbase/CI/+simple/ 2022-05-18 09:38:13.748 | Requirement already satisfied: pbr in /usr/local/lib/python3.8/dist-packages (5.9.0) 2022-05-18 09:38:16.408 | WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv 2022-05-18 09:38:16.415 | WARNING: You are using pip version 21.3.1; however, version 22.1 is available. 2022-05-18 09:38:16.415 | You should consider upgrading via the '/usr/bin/python3.8 -m pip install --upgrade pip' command. 2022-05-18 09:38:16.538 | + inc/python:pip_install:200 : result=0 2022-05-18 09:38:16.540 | + inc/python:pip_install:202 : time_stop pip_install 2022-05-18 09:38:16.542 | + functions-common:time_stop:2437 : local name 2022-05-18 09:38:16.545 | + functions-common:time_stop:2438 : local end_time 2022-05-18 09:38:16.547 | + functions-common:time_stop:2439 : local elapsed_time 2022-05-18 09:38:16.549 | + functions-common:time_stop:2440 : local total 2022-05-18 09:38:16.551 | + functions-common:time_stop:2441 : local start_time 2022-05-18 09:38:16.553 | + functions-common:time_stop:2443 : name=pip_install 2022-05-18 09:38:16.555 | + functions-common:time_stop:2444 : start_time=1652866691657 2022-05-18 09:38:16.557 | + functions-common:time_stop:2446 : [[ -z 1652866691657 ]] 2022-05-18 09:38:16.561 | ++ functions-common:time_stop:2449 : date +%s%3N 2022-05-18 09:38:16.565 | + functions-common:time_stop:2449 : end_time=1652866696562 2022-05-18 09:38:16.567 | + functions-common:time_stop:2450 : elapsed_time=4905 2022-05-18 09:38:16.569 | + functions-common:time_stop:2451 : total=17383 2022-05-18 09:38:16.571 | + functions-common:time_stop:2453 : _TIME_START[$name]= 2022-05-18 09:38:16.573 | + functions-common:time_stop:2454 : _TIME_TOTAL[$name]=22288 2022-05-18 09:38:16.576 | + inc/python:pip_install:203 : return 0 2022-05-18 09:38:16.578 | + ./stack.sh:main:815 : python3 -m venv /opt/stack/bindep-venv 2022-05-18 09:38:18.870 | + ./stack.sh:main:817 : /opt/stack/bindep-venv/bin/pip install bindep 2022-05-18 09:38:20.751 | Looking in indexes: http://10.100.0.9:8080/cloudbase/CI/+simple/ 2022-05-18 09:38:20.752 | Requirement already satisfied: bindep in /opt/stack/bindep-venv/lib/python3.8/site-packages (2.11.0) 2022-05-18 09:38:20.772 | Requirement already satisfied: Parsley in /opt/stack/bindep-venv/lib/python3.8/site-packages (from bindep) (1.3) 2022-05-18 09:38:20.775 | Requirement already satisfied: packaging; python_version >= "3.6" in /opt/stack/bindep-venv/lib/python3.8/site-packages (from bindep) (21.3) 2022-05-18 09:38:20.781 | Requirement already satisfied: pbr>=2.0.0 in /opt/stack/bindep-venv/lib/python3.8/site-packages (from bindep) (5.9.0) 2022-05-18 09:38:20.784 | 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-05-18 09:38:20.788 | 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-05-18 09:38:20.859 | + ./stack.sh:main:818 : export BINDEP_CMD=/opt/stack/bindep-venv/bin/bindep 2022-05-18 09:38:20.861 | + ./stack.sh:main:818 : BINDEP_CMD=/opt/stack/bindep-venv/bin/bindep 2022-05-18 09:38:20.865 | ++ ./stack.sh:main:821 : _get_plugin_bindep_packages 2022-05-18 09:38:20.881 | + ./stack.sh:main:821 : pkgs= 2022-05-18 09:38:20.883 | + ./stack.sh:main:822 : [[ -n '' ]] 2022-05-18 09:38:20.886 | + ./stack.sh:main:829 : run_phase stack pre-install 2022-05-18 09:38:20.889 | + functions-common:run_phase:1865 : local mode=stack 2022-05-18 09:38:20.891 | + functions-common:run_phase:1866 : local phase=pre-install 2022-05-18 09:38:20.893 | + functions-common:run_phase:1867 : [[ -d /home/ubuntu/devstack/extras.d ]] 2022-05-18 09:38:20.895 | + functions-common:run_phase:1868 : local extra_plugin_file_name 2022-05-18 09:38:20.897 | + functions-common:run_phase:1869 : for extra_plugin_file_name in $TOP_DIR/extras.d/*.sh 2022-05-18 09:38:20.900 | + functions-common:run_phase:1874 : local exceptions=80-tempest.sh 2022-05-18 09:38:20.902 | + functions-common:run_phase:1875 : local extra 2022-05-18 09:38:20.905 | ++ functions-common:run_phase:1876 : basename /home/ubuntu/devstack/extras.d/80-tempest.sh 2022-05-18 09:38:20.909 | + functions-common:run_phase:1876 : extra=80-tempest.sh 2022-05-18 09:38:20.911 | + functions-common:run_phase:1877 : [[ 80-tempest.sh =~ 80-tempest\.sh ]] 2022-05-18 09:38:20.913 | + functions-common:run_phase:1881 : [[ -r /home/ubuntu/devstack/extras.d/80-tempest.sh ]] 2022-05-18 09:38:20.916 | + functions-common:run_phase:1881 : source /home/ubuntu/devstack/extras.d/80-tempest.sh stack pre-install 2022-05-18 09:38:20.918 | ++ extras.d/80-tempest.sh:source:3 : is_service_enabled tempest 2022-05-18 09:38:20.936 | ++ functions-common:is_service_enabled:2093 : return 0 2022-05-18 09:38:20.939 | ++ extras.d/80-tempest.sh:source:4 : [[ stack == \s\o\u\r\c\e ]] 2022-05-18 09:38:20.941 | ++ extras.d/80-tempest.sh:source:7 : [[ stack == \s\t\a\c\k ]] 2022-05-18 09:38:20.943 | ++ extras.d/80-tempest.sh:source:7 : [[ pre-install == \i\n\s\t\a\l\l ]] 2022-05-18 09:38:20.946 | ++ extras.d/80-tempest.sh:source:10 : [[ stack == \s\t\a\c\k ]] 2022-05-18 09:38:20.948 | ++ extras.d/80-tempest.sh:source:10 : [[ pre-install == \p\o\s\t\-\c\o\n\f\i\g ]] 2022-05-18 09:38:20.950 | ++ extras.d/80-tempest.sh:source:13 : [[ stack == \s\t\a\c\k ]] 2022-05-18 09:38:20.952 | ++ extras.d/80-tempest.sh:source:13 : [[ pre-install == \e\x\t\r\a ]] 2022-05-18 09:38:20.955 | ++ extras.d/80-tempest.sh:source:16 : [[ stack == \s\t\a\c\k ]] 2022-05-18 09:38:20.957 | ++ extras.d/80-tempest.sh:source:16 : [[ pre-install == \p\o\s\t\-\e\x\t\r\a ]] 2022-05-18 09:38:20.959 | ++ extras.d/80-tempest.sh:source:19 : [[ stack == \s\t\a\c\k ]] 2022-05-18 09:38:20.961 | ++ extras.d/80-tempest.sh:source:19 : [[ pre-install == \t\e\s\t\-\c\o\n\f\i\g ]] 2022-05-18 09:38:20.963 | ++ extras.d/80-tempest.sh:source:27 : [[ stack == \u\n\s\t\a\c\k ]] 2022-05-18 09:38:20.966 | ++ extras.d/80-tempest.sh:source:32 : [[ stack == \c\l\e\a\n ]] 2022-05-18 09:38:20.968 | + functions-common:run_phase:1886 : [[ stack == \s\o\u\r\c\e ]] 2022-05-18 09:38:20.970 | + functions-common:run_phase:1889 : [[ stack == \o\v\e\r\r\i\d\e\_\d\e\f\a\u\l\t\s ]] 2022-05-18 09:38:20.972 | + functions-common:run_phase:1892 : run_plugins stack pre-install 2022-05-18 09:38:20.974 | + functions-common:run_plugins:1851 : local mode=stack 2022-05-18 09:38:20.977 | + functions-common:run_plugins:1852 : local phase=pre-install 2022-05-18 09:38:20.979 | + functions-common:run_plugins:1854 : local plugins= 2022-05-18 09:38:20.981 | + functions-common:run_plugins:1855 : local plugin 2022-05-18 09:38:20.983 | + ./stack.sh:main:832 : set_systemd_override DefaultLimitNOFILE 2048 2022-05-18 09:38:20.986 | + functions:set_systemd_override:820 : local key=DefaultLimitNOFILE 2022-05-18 09:38:20.988 | + functions:set_systemd_override:821 : local value=2048 2022-05-18 09:38:20.991 | + functions:set_systemd_override:823 : local sysconf=/etc/systemd/system.conf 2022-05-18 09:38:20.993 | + functions:set_systemd_override:824 : iniset -sudo /etc/systemd/system.conf Manager DefaultLimitNOFILE 2048 2022-05-18 09:38:21.045 | + functions:set_systemd_override:825 : echo 'Set systemd system override for DefaultLimitNOFILE=2048' 2022-05-18 09:38:21.045 | Set systemd system override for DefaultLimitNOFILE=2048 2022-05-18 09:38:21.047 | + functions:set_systemd_override:827 : sudo systemctl daemon-reload 2022-05-18 09:38:21.469 | + ./stack.sh:main:834 : install_rpc_backend 2022-05-18 09:38:21.471 | + lib/rpc_backend:install_rpc_backend:52 : is_service_enabled rabbit 2022-05-18 09:38:21.488 | + functions-common:is_service_enabled:2093 : return 0 2022-05-18 09:38:21.490 | + lib/rpc_backend:install_rpc_backend:54 : install_package rabbitmq-server 2022-05-18 09:38:21.492 | + functions-common:install_package:1475 : update_package_repo 2022-05-18 09:38:21.495 | + functions-common:update_package_repo:1447 : NO_UPDATE_REPOS=False 2022-05-18 09:38:21.498 | + functions-common:update_package_repo:1448 : REPOS_UPDATED=True 2022-05-18 09:38:21.500 | + functions-common:update_package_repo:1449 : RETRY_UPDATE=False 2022-05-18 09:38:21.502 | + functions-common:update_package_repo:1451 : [[ False = \T\r\u\e ]] 2022-05-18 09:38:21.505 | + functions-common:update_package_repo:1455 : is_ubuntu 2022-05-18 09:38:21.509 | + functions-common:is_ubuntu:573 : [[ -z deb ]] 2022-05-18 09:38:21.511 | + functions-common:is_ubuntu:576 : '[' deb = deb ']' 2022-05-18 09:38:21.516 | + functions-common:update_package_repo:1456 : apt_get_update 2022-05-18 09:38:21.518 | + functions-common:apt_get_update:1201 : [[ True == \T\r\u\e ]] 2022-05-18 09:38:21.521 | + functions-common:apt_get_update:1201 : [[ False != \T\r\u\e ]] 2022-05-18 09:38:21.523 | + functions-common:apt_get_update:1202 : return 2022-05-18 09:38:21.526 | + functions-common:install_package:1476 : real_install_package rabbitmq-server 2022-05-18 09:38:21.528 | + functions-common:real_install_package:1461 : is_ubuntu 2022-05-18 09:38:21.530 | + functions-common:is_ubuntu:573 : [[ -z deb ]] 2022-05-18 09:38:21.533 | + functions-common:is_ubuntu:576 : '[' deb = deb ']' 2022-05-18 09:38:21.535 | + functions-common:real_install_package:1462 : apt_get install rabbitmq-server 2022-05-18 09:38:21.557 | + functions-common:apt_get:1242 : sudo DEBIAN_FRONTEND=noninteractive http_proxy= https_proxy= no_proxy= apt-get --option Dpkg::Options::=--force-confold --assume-yes install rabbitmq-server 2022-05-18 09:38:21.666 | Reading package lists... 2022-05-18 09:38:21.912 | Building dependency tree... 2022-05-18 09:38:21.913 | Reading state information... 2022-05-18 09:38:22.168 | rabbitmq-server is already the newest version (3.8.2-0ubuntu1.3). 2022-05-18 09:38:22.168 | The following packages were automatically installed and are no longer required: 2022-05-18 09:38:22.169 | apport-symptoms libnetplan0 python3-automat python3-blinker python3-click 2022-05-18 09:38:22.170 | python3-colorama python3-configobj python3-constantly python3-entrypoints 2022-05-18 09:38:22.170 | python3-hamcrest python3-hyperlink python3-incremental python3-jwt 2022-05-18 09:38:22.170 | python3-keyring python3-lazr.uri python3-oauthlib python3-problem-report 2022-05-18 09:38:22.170 | python3-secretstorage python3-twisted-bin python3-wadllib 2022-05-18 09:38:22.170 | python3-zope.interface 2022-05-18 09:38:22.170 | Use 'sudo apt autoremove' to remove them. 2022-05-18 09:38:22.285 | 0 upgraded, 0 newly installed, 0 to remove and 136 not upgraded. 2022-05-18 09:38:22.289 | + functions-common:apt_get:1246 : result=0 2022-05-18 09:38:22.292 | + functions-common:apt_get:1249 : time_stop apt-get 2022-05-18 09:38:22.294 | + functions-common:time_stop:2437 : local name 2022-05-18 09:38:22.296 | + functions-common:time_stop:2438 : local end_time 2022-05-18 09:38:22.298 | + functions-common:time_stop:2439 : local elapsed_time 2022-05-18 09:38:22.301 | + functions-common:time_stop:2440 : local total 2022-05-18 09:38:22.303 | + functions-common:time_stop:2441 : local start_time 2022-05-18 09:38:22.305 | + functions-common:time_stop:2443 : name=apt-get 2022-05-18 09:38:22.307 | + functions-common:time_stop:2444 : start_time=1652866701554 2022-05-18 09:38:22.309 | + functions-common:time_stop:2446 : [[ -z 1652866701554 ]] 2022-05-18 09:38:22.312 | ++ functions-common:time_stop:2449 : date +%s%3N 2022-05-18 09:38:22.316 | + functions-common:time_stop:2449 : end_time=1652866702314 2022-05-18 09:38:22.319 | + functions-common:time_stop:2450 : elapsed_time=760 2022-05-18 09:38:22.321 | + functions-common:time_stop:2451 : total=1574 2022-05-18 09:38:22.323 | + functions-common:time_stop:2453 : _TIME_START[$name]= 2022-05-18 09:38:22.326 | + functions-common:time_stop:2454 : _TIME_TOTAL[$name]=2334 2022-05-18 09:38:22.328 | + functions-common:apt_get:1250 : return 0 2022-05-18 09:38:22.330 | + lib/rpc_backend:install_rpc_backend:55 : is_suse 2022-05-18 09:38:22.332 | + functions-common:is_suse:542 : is_opensuse 2022-05-18 09:38:22.335 | + functions-common:is_opensuse:549 : [[ -z Ubuntu ]] 2022-05-18 09:38:22.337 | + functions-common:is_opensuse:553 : [[ Ubuntu =~ (openSUSE) ]] 2022-05-18 09:38:22.340 | + functions-common:is_suse:542 : is_suse_linux_enterprise 2022-05-18 09:38:22.342 | + functions-common:is_suse_linux_enterprise:561 : [[ -z Ubuntu ]] 2022-05-18 09:38:22.344 | + functions-common:is_suse_linux_enterprise:565 : [[ Ubuntu =~ (^SUSE) ]] 2022-05-18 09:38:22.346 | + lib/rpc_backend:install_rpc_backend:68 : is_fedora 2022-05-18 09:38:22.349 | + functions-common:is_fedora:524 : [[ -z Ubuntu ]] 2022-05-18 09:38:22.351 | + functions-common:is_fedora:528 : '[' Ubuntu = Fedora ']' 2022-05-18 09:38:22.353 | + functions-common:is_fedora:528 : '[' Ubuntu = 'Red Hat' ']' 2022-05-18 09:38:22.356 | + functions-common:is_fedora:529 : '[' Ubuntu = openEuler ']' 2022-05-18 09:38:22.358 | + functions-common:is_fedora:530 : '[' Ubuntu = RedHatEnterpriseServer ']' 2022-05-18 09:38:22.360 | + functions-common:is_fedora:531 : '[' Ubuntu = RedHatEnterprise ']' 2022-05-18 09:38:22.362 | + functions-common:is_fedora:532 : '[' Ubuntu = CentOS ']' 2022-05-18 09:38:22.365 | + functions-common:is_fedora:532 : '[' Ubuntu = CentOSStream ']' 2022-05-18 09:38:22.367 | + functions-common:is_fedora:533 : '[' Ubuntu = AlmaLinux ']' 2022-05-18 09:38:22.369 | + functions-common:is_fedora:534 : '[' Ubuntu = OracleServer ']' 2022-05-18 09:38:22.371 | + functions-common:is_fedora:534 : '[' Ubuntu = Virtuozzo ']' 2022-05-18 09:38:22.374 | + lib/rpc_backend:install_rpc_backend:68 : is_suse 2022-05-18 09:38:22.376 | + functions-common:is_suse:542 : is_opensuse 2022-05-18 09:38:22.378 | + functions-common:is_opensuse:549 : [[ -z Ubuntu ]] 2022-05-18 09:38:22.381 | + functions-common:is_opensuse:553 : [[ Ubuntu =~ (openSUSE) ]] 2022-05-18 09:38:22.383 | + functions-common:is_suse:542 : is_suse_linux_enterprise 2022-05-18 09:38:22.385 | + functions-common:is_suse_linux_enterprise:561 : [[ -z Ubuntu ]] 2022-05-18 09:38:22.388 | + functions-common:is_suse_linux_enterprise:565 : [[ Ubuntu =~ (^SUSE) ]] 2022-05-18 09:38:22.390 | + ./stack.sh:main:835 : restart_rpc_backend 2022-05-18 09:38:22.392 | + lib/rpc_backend:restart_rpc_backend:81 : is_service_enabled rabbit 2022-05-18 09:38:22.408 | + functions-common:is_service_enabled:2093 : return 0 2022-05-18 09:38:22.411 | + lib/rpc_backend:restart_rpc_backend:83 : echo_summary 'Starting RabbitMQ' 2022-05-18 09:38:22.413 | + ./stack.sh:echo_summary:442 : [[ -t 3 ]] 2022-05-18 09:38:22.415 | + ./stack.sh:echo_summary:448 : echo -e Starting RabbitMQ 2022-05-18 09:38:22.418 | + lib/rpc_backend:restart_rpc_backend:94 : local i 2022-05-18 09:38:22.421 | ++ lib/rpc_backend:restart_rpc_backend:95 : seq 20 2022-05-18 09:38:22.425 | + lib/rpc_backend:restart_rpc_backend:95 : for i in `seq 20` 2022-05-18 09:38:22.428 | + lib/rpc_backend:restart_rpc_backend:96 : local rc=0 2022-05-18 09:38:22.430 | + lib/rpc_backend:restart_rpc_backend:98 : [[ 1 -eq 20 ]] 2022-05-18 09:38:22.432 | + lib/rpc_backend:restart_rpc_backend:100 : [[ 1 == \0 ]] 2022-05-18 09:38:22.434 | + lib/rpc_backend:restart_rpc_backend:104 : rabbit_setuser stackrabbit Passw0rd 2022-05-18 09:38:22.437 | + lib/rpc_backend:rabbit_setuser:173 : local user=stackrabbit pass=Passw0rd found= out= 2022-05-18 09:38:22.440 | ++ lib/rpc_backend:rabbit_setuser:174 : sudo rabbitmqctl list_users 2022-05-18 09:38:23.132 | + lib/rpc_backend:rabbit_setuser:174 : out='Listing users ... 2022-05-18 09:38:23.133 | user tags 2022-05-18 09:38:23.133 | stackrabbit []' 2022-05-18 09:38:23.136 | ++ lib/rpc_backend:rabbit_setuser:176 : echo 'Listing users ... 2022-05-18 09:38:23.137 | user tags 2022-05-18 09:38:23.137 | stackrabbit []' 2022-05-18 09:38:23.137 | ++ lib/rpc_backend:rabbit_setuser:176 : awk '$1 == user { print $1 }' user=stackrabbit 2022-05-18 09:38:23.143 | + lib/rpc_backend:rabbit_setuser:176 : found=stackrabbit 2022-05-18 09:38:23.145 | + lib/rpc_backend:rabbit_setuser:177 : '[' stackrabbit = stackrabbit ']' 2022-05-18 09:38:23.147 | + lib/rpc_backend:rabbit_setuser:178 : sudo rabbitmqctl change_password stackrabbit Passw0rd 2022-05-18 09:38:23.811 | Changing password for user "stackrabbit" ... 2022-05-18 09:38:23.834 | + lib/rpc_backend:rabbit_setuser:184 : sudo rabbitmqctl set_permissions stackrabbit '.*' '.*' '.*' 2022-05-18 09:38:24.495 | Setting permissions for user "stackrabbit" in vhost "/" ... 2022-05-18 09:38:24.518 | + lib/rpc_backend:restart_rpc_backend:105 : '[' 0 -ne 0 ']' 2022-05-18 09:38:24.520 | + lib/rpc_backend:restart_rpc_backend:110 : sudo rabbitmqctl change_password stackrabbit Passw0rd 2022-05-18 09:38:25.181 | Changing password for user "stackrabbit" ... 2022-05-18 09:38:25.205 | + lib/rpc_backend:restart_rpc_backend:112 : '[' 0 -ne 0 ']' 2022-05-18 09:38:25.207 | + lib/rpc_backend:restart_rpc_backend:116 : break 2022-05-18 09:38:25.209 | + lib/rpc_backend:restart_rpc_backend:119 : sudo rabbitmqctl delete_user guest 2022-05-18 09:38:25.860 | Deleting user "guest" ... 2022-05-18 09:38:25.875 | Error: 2022-05-18 09:38:25.875 | {:no_such_user, "guest"} 2022-05-18 09:38:25.888 | + lib/rpc_backend:restart_rpc_backend:119 : true 2022-05-18 09:38:25.891 | + ./stack.sh:main:837 : is_service_enabled mysql postgresql 2022-05-18 09:38:25.907 | + functions-common:is_service_enabled:2093 : return 0 2022-05-18 09:38:25.909 | + ./stack.sh:main:838 : install_database 2022-05-18 09:38:25.912 | + lib/database:install_database:118 : install_database_mysql 2022-05-18 09:38:25.914 | + lib/databases/mysql:install_database_mysql:170 : is_ubuntu 2022-05-18 09:38:25.916 | + functions-common:is_ubuntu:573 : [[ -z deb ]] 2022-05-18 09:38:25.919 | + functions-common:is_ubuntu:576 : '[' deb = deb ']' 2022-05-18 09:38:25.921 | + lib/databases/mysql:install_database_mysql:173 : sudo debconf-set-selections 2022-05-18 09:38:26.134 | + lib/databases/mysql:install_database_mysql:183 : [[ ! -e /home/ubuntu/.my.cnf ]] 2022-05-18 09:38:26.136 | + lib/databases/mysql:install_database_mysql:196 : [[ True == \T\r\u\e ]] 2022-05-18 09:38:26.138 | + lib/databases/mysql:install_database_mysql:197 : is_oraclelinux 2022-05-18 09:38:26.141 | + functions-common:is_oraclelinux:512 : [[ -z Ubuntu ]] 2022-05-18 09:38:26.143 | + functions-common:is_oraclelinux:516 : '[' Ubuntu = OracleServer ']' 2022-05-18 09:38:26.145 | + lib/databases/mysql:install_database_mysql:199 : is_fedora 2022-05-18 09:38:26.147 | + functions-common:is_fedora:524 : [[ -z Ubuntu ]] 2022-05-18 09:38:26.150 | + functions-common:is_fedora:528 : '[' Ubuntu = Fedora ']' 2022-05-18 09:38:26.152 | + functions-common:is_fedora:528 : '[' Ubuntu = 'Red Hat' ']' 2022-05-18 09:38:26.154 | + functions-common:is_fedora:529 : '[' Ubuntu = openEuler ']' 2022-05-18 09:38:26.157 | + functions-common:is_fedora:530 : '[' Ubuntu = RedHatEnterpriseServer ']' 2022-05-18 09:38:26.159 | + functions-common:is_fedora:531 : '[' Ubuntu = RedHatEnterprise ']' 2022-05-18 09:38:26.161 | + functions-common:is_fedora:532 : '[' Ubuntu = CentOS ']' 2022-05-18 09:38:26.164 | + functions-common:is_fedora:532 : '[' Ubuntu = CentOSStream ']' 2022-05-18 09:38:26.166 | + functions-common:is_fedora:533 : '[' Ubuntu = AlmaLinux ']' 2022-05-18 09:38:26.169 | + functions-common:is_fedora:534 : '[' Ubuntu = OracleServer ']' 2022-05-18 09:38:26.171 | + functions-common:is_fedora:534 : '[' Ubuntu = Virtuozzo ']' 2022-05-18 09:38:26.174 | + lib/databases/mysql:install_database_mysql:202 : is_suse 2022-05-18 09:38:26.176 | + functions-common:is_suse:542 : is_opensuse 2022-05-18 09:38:26.178 | + functions-common:is_opensuse:549 : [[ -z Ubuntu ]] 2022-05-18 09:38:26.181 | + functions-common:is_opensuse:553 : [[ Ubuntu =~ (openSUSE) ]] 2022-05-18 09:38:26.184 | + functions-common:is_suse:542 : is_suse_linux_enterprise 2022-05-18 09:38:26.186 | + functions-common:is_suse_linux_enterprise:561 : [[ -z Ubuntu ]] 2022-05-18 09:38:26.188 | + functions-common:is_suse_linux_enterprise:565 : [[ Ubuntu =~ (^SUSE) ]] 2022-05-18 09:38:26.191 | + lib/databases/mysql:install_database_mysql:205 : is_ubuntu 2022-05-18 09:38:26.193 | + functions-common:is_ubuntu:573 : [[ -z deb ]] 2022-05-18 09:38:26.196 | + functions-common:is_ubuntu:576 : '[' deb = deb ']' 2022-05-18 09:38:26.198 | + lib/databases/mysql:install_database_mysql:206 : install_package mysql-server 2022-05-18 09:38:26.200 | + functions-common:install_package:1475 : update_package_repo 2022-05-18 09:38:26.202 | + functions-common:update_package_repo:1447 : NO_UPDATE_REPOS=False 2022-05-18 09:38:26.205 | + functions-common:update_package_repo:1448 : REPOS_UPDATED=True 2022-05-18 09:38:26.207 | + functions-common:update_package_repo:1449 : RETRY_UPDATE=False 2022-05-18 09:38:26.209 | + functions-common:update_package_repo:1451 : [[ False = \T\r\u\e ]] 2022-05-18 09:38:26.212 | + functions-common:update_package_repo:1455 : is_ubuntu 2022-05-18 09:38:26.214 | + functions-common:is_ubuntu:573 : [[ -z deb ]] 2022-05-18 09:38:26.216 | + functions-common:is_ubuntu:576 : '[' deb = deb ']' 2022-05-18 09:38:26.218 | + functions-common:update_package_repo:1456 : apt_get_update 2022-05-18 09:38:26.221 | + functions-common:apt_get_update:1201 : [[ True == \T\r\u\e ]] 2022-05-18 09:38:26.223 | + functions-common:apt_get_update:1201 : [[ False != \T\r\u\e ]] 2022-05-18 09:38:26.225 | + functions-common:apt_get_update:1202 : return 2022-05-18 09:38:26.228 | + functions-common:install_package:1476 : real_install_package mysql-server 2022-05-18 09:38:26.230 | + functions-common:real_install_package:1461 : is_ubuntu 2022-05-18 09:38:26.234 | + functions-common:is_ubuntu:573 : [[ -z deb ]] 2022-05-18 09:38:26.237 | + functions-common:is_ubuntu:576 : '[' deb = deb ']' 2022-05-18 09:38:26.239 | + functions-common:real_install_package:1462 : apt_get install mysql-server 2022-05-18 09:38:26.261 | + functions-common:apt_get:1242 : sudo DEBIAN_FRONTEND=noninteractive http_proxy= https_proxy= no_proxy= apt-get --option Dpkg::Options::=--force-confold --assume-yes install mysql-server 2022-05-18 09:38:26.372 | Reading package lists... 2022-05-18 09:38:26.634 | Building dependency tree... 2022-05-18 09:38:26.636 | Reading state information... 2022-05-18 09:38:26.906 | mysql-server is already the newest version (8.0.29-0ubuntu0.20.04.3). 2022-05-18 09:38:26.907 | The following packages were automatically installed and are no longer required: 2022-05-18 09:38:26.908 | apport-symptoms libnetplan0 python3-automat python3-blinker python3-click 2022-05-18 09:38:26.908 | python3-colorama python3-configobj python3-constantly python3-entrypoints 2022-05-18 09:38:26.908 | python3-hamcrest python3-hyperlink python3-incremental python3-jwt 2022-05-18 09:38:26.908 | python3-keyring python3-lazr.uri python3-oauthlib python3-problem-report 2022-05-18 09:38:26.908 | python3-secretstorage python3-twisted-bin python3-wadllib 2022-05-18 09:38:26.908 | python3-zope.interface 2022-05-18 09:38:26.908 | Use 'sudo apt autoremove' to remove them. 2022-05-18 09:38:27.028 | 0 upgraded, 0 newly installed, 0 to remove and 136 not upgraded. 2022-05-18 09:38:27.032 | + functions-common:apt_get:1246 : result=0 2022-05-18 09:38:27.035 | + functions-common:apt_get:1249 : time_stop apt-get 2022-05-18 09:38:27.037 | + functions-common:time_stop:2437 : local name 2022-05-18 09:38:27.039 | + functions-common:time_stop:2438 : local end_time 2022-05-18 09:38:27.041 | + functions-common:time_stop:2439 : local elapsed_time 2022-05-18 09:38:27.044 | + functions-common:time_stop:2440 : local total 2022-05-18 09:38:27.046 | + functions-common:time_stop:2441 : local start_time 2022-05-18 09:38:27.048 | + functions-common:time_stop:2443 : name=apt-get 2022-05-18 09:38:27.050 | + functions-common:time_stop:2444 : start_time=1652866706258 2022-05-18 09:38:27.053 | + functions-common:time_stop:2446 : [[ -z 1652866706258 ]] 2022-05-18 09:38:27.056 | ++ functions-common:time_stop:2449 : date +%s%3N 2022-05-18 09:38:27.060 | + functions-common:time_stop:2449 : end_time=1652866707057 2022-05-18 09:38:27.063 | + functions-common:time_stop:2450 : elapsed_time=799 2022-05-18 09:38:27.065 | + functions-common:time_stop:2451 : total=2334 2022-05-18 09:38:27.067 | + functions-common:time_stop:2453 : _TIME_START[$name]= 2022-05-18 09:38:27.069 | + functions-common:time_stop:2454 : _TIME_TOTAL[$name]=3133 2022-05-18 09:38:27.072 | + functions-common:apt_get:1250 : return 0 2022-05-18 09:38:27.075 | + ./stack.sh:main:840 : '[' -n mysql ']' 2022-05-18 09:38:27.077 | + ./stack.sh:main:841 : install_database_python 2022-05-18 09:38:27.079 | + lib/database:install_database_python:123 : install_database_python_mysql 2022-05-18 09:38:27.081 | + lib/databases/mysql:install_database_python_mysql:215 : pip_install_gr PyMySQL 2022-05-18 09:38:27.084 | + inc/python:pip_install_gr:76 : local name=PyMySQL 2022-05-18 09:38:27.086 | + inc/python:pip_install_gr:77 : local clean_name 2022-05-18 09:38:27.089 | ++ inc/python:pip_install_gr:78 : get_from_global_requirements PyMySQL 2022-05-18 09:38:27.091 | ++ inc/python:get_from_global_requirements:225 : local package=PyMySQL 2022-05-18 09:38:27.094 | ++ inc/python:get_from_global_requirements:226 : local required_pkg 2022-05-18 09:38:27.097 | +++ inc/python:get_from_global_requirements:227 : grep -i -h '^PyMySQL' /opt/stack/requirements/global-requirements.txt 2022-05-18 09:38:27.097 | +++ inc/python:get_from_global_requirements:227 : cut -d# -f1 2022-05-18 09:38:27.103 | ++ inc/python:get_from_global_requirements:227 : required_pkg='PyMySQL ' 2022-05-18 09:38:27.105 | ++ inc/python:get_from_global_requirements:228 : [[ PyMySQL == '' ]] 2022-05-18 09:38:27.107 | ++ inc/python:get_from_global_requirements:231 : echo PyMySQL 2022-05-18 09:38:27.110 | + inc/python:pip_install_gr:78 : clean_name=PyMySQL 2022-05-18 09:38:27.113 | + inc/python:pip_install_gr:79 : pip_install PyMySQL 2022-05-18 09:38:27.134 | Using python 3.8 to install PyMySQL 2022-05-18 09:38:27.137 | + inc/python:pip_install:193 : sudo -H LC_ALL=en_US.UTF-8 SETUPTOOLS_USE_DISTUTILS=stdlib http_proxy= https_proxy= no_proxy= PIP_FIND_LINKS= SETUPTOOLS_SYS_PATH_TECHNIQUE=rewrite python3.8 -m pip install -c /opt/stack/requirements/upper-constraints.txt PyMySQL 2022-05-18 09:38:28.032 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-05-18 09:38:28.032 | from cryptography.utils import int_from_bytes 2022-05-18 09:38:28.032 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-05-18 09:38:28.032 | from cryptography.utils import int_from_bytes 2022-05-18 09:38:29.233 | Looking in indexes: http://10.100.0.9:8080/cloudbase/CI/+simple/ 2022-05-18 09:38:29.266 | Requirement already satisfied: PyMySQL in /usr/local/lib/python3.8/dist-packages (1.0.2) 2022-05-18 09:38:31.803 | WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv 2022-05-18 09:38:31.810 | WARNING: You are using pip version 21.3.1; however, version 22.1 is available. 2022-05-18 09:38:31.810 | You should consider upgrading via the '/usr/bin/python3.8 -m pip install --upgrade pip' command. 2022-05-18 09:38:31.927 | + inc/python:pip_install:200 : result=0 2022-05-18 09:38:31.929 | + inc/python:pip_install:202 : time_stop pip_install 2022-05-18 09:38:31.932 | + functions-common:time_stop:2437 : local name 2022-05-18 09:38:31.934 | + functions-common:time_stop:2438 : local end_time 2022-05-18 09:38:31.936 | + functions-common:time_stop:2439 : local elapsed_time 2022-05-18 09:38:31.939 | + functions-common:time_stop:2440 : local total 2022-05-18 09:38:31.941 | + functions-common:time_stop:2441 : local start_time 2022-05-18 09:38:31.943 | + functions-common:time_stop:2443 : name=pip_install 2022-05-18 09:38:31.946 | + functions-common:time_stop:2444 : start_time=1652866707129 2022-05-18 09:38:31.948 | + functions-common:time_stop:2446 : [[ -z 1652866707129 ]] 2022-05-18 09:38:31.951 | ++ functions-common:time_stop:2449 : date +%s%3N 2022-05-18 09:38:31.955 | + functions-common:time_stop:2449 : end_time=1652866711953 2022-05-18 09:38:31.958 | + functions-common:time_stop:2450 : elapsed_time=4824 2022-05-18 09:38:31.960 | + functions-common:time_stop:2451 : total=22288 2022-05-18 09:38:31.962 | + functions-common:time_stop:2453 : _TIME_START[$name]= 2022-05-18 09:38:31.965 | + functions-common:time_stop:2454 : _TIME_TOTAL[$name]=27112 2022-05-18 09:38:31.967 | + inc/python:pip_install:203 : return 0 2022-05-18 09:38:31.970 | + lib/databases/mysql:install_database_python_mysql:216 : [[ PyMySQL == \M\y\S\Q\L\-\p\y\t\h\o\n ]] 2022-05-18 09:38:31.972 | + lib/databases/mysql:install_database_python_mysql:218 : [[ PyMySQL == \P\y\M\y\S\Q\L ]] 2022-05-18 09:38:31.974 | + lib/databases/mysql:install_database_python_mysql:219 : ADDITIONAL_VENV_PACKAGES+=,PyMySQL 2022-05-18 09:38:31.976 | + ./stack.sh:main:844 : is_service_enabled neutron 2022-05-18 09:38:31.993 | + functions-common:is_service_enabled:2093 : return 0 2022-05-18 09:38:31.995 | + ./stack.sh:main:845 : install_neutron_agent_packages 2022-05-18 09:38:31.997 | + lib/neutron:install_neutron_agent_packages:714 : is_neutron_legacy_enabled 2022-05-18 09:38:32.001 | ++ lib/neutron:is_neutron_legacy_enabled:136 : echo n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon 2022-05-18 09:38:32.001 | ++ lib/neutron:is_neutron_legacy_enabled:136 : sed s/neutron-//g 2022-05-18 09:38:32.006 | + lib/neutron:is_neutron_legacy_enabled:136 : disabled_services_copy=n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon 2022-05-18 09:38:32.008 | + lib/neutron:is_neutron_legacy_enabled:137 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon =~ ,neutron ]] 2022-05-18 09:38:32.011 | + lib/neutron:is_neutron_legacy_enabled:138 : [[ ,key,n-api,n-cond,n-sch,n-api-meta,placement-api,placement-client,g-api,c-sch,c-api,c-vol,ovn-controller,ovn-northd,ovs-vswitchd,ovsdb-server,q-svc,q-ovn-metadata-agent,rabbit,tempest,mysql,etcd3,dstat,n-crt,n-cauth,q-agt,q-dhcp,q-l3,q-meta,q-metering,q-vpn,g-reg,cinder,c-bak,s-proxy,s-object,s-container,s-account,heat,h-api,h-api-cfn,h-api-cw,h-eng,ceilometer-acentral,ceilometer-acompute,ceilometer-collector,ceilometer-api,ceilometer-anotification =~ ,q- ]] 2022-05-18 09:38:32.014 | + lib/neutron:is_neutron_legacy_enabled:138 : return 0 2022-05-18 09:38:32.016 | + lib/neutron:install_neutron_agent_packages:716 : install_neutron_agent_packages_mutnauq 2022-05-18 09:38:32.018 | + lib/neutron-legacy:install_neutron_agent_packages_mutnauq:483 : is_service_enabled q-l3 2022-05-18 09:38:32.034 | + functions-common:is_service_enabled:2093 : return 0 2022-05-18 09:38:32.037 | + lib/neutron-legacy:install_neutron_agent_packages_mutnauq:484 : install_package radvd 2022-05-18 09:38:32.039 | + functions-common:install_package:1475 : update_package_repo 2022-05-18 09:38:32.041 | + functions-common:update_package_repo:1447 : NO_UPDATE_REPOS=False 2022-05-18 09:38:32.044 | + functions-common:update_package_repo:1448 : REPOS_UPDATED=True 2022-05-18 09:38:32.046 | + functions-common:update_package_repo:1449 : RETRY_UPDATE=False 2022-05-18 09:38:32.048 | + functions-common:update_package_repo:1451 : [[ False = \T\r\u\e ]] 2022-05-18 09:38:32.051 | + functions-common:update_package_repo:1455 : is_ubuntu 2022-05-18 09:38:32.053 | + functions-common:is_ubuntu:573 : [[ -z deb ]] 2022-05-18 09:38:32.055 | + functions-common:is_ubuntu:576 : '[' deb = deb ']' 2022-05-18 09:38:32.057 | + functions-common:update_package_repo:1456 : apt_get_update 2022-05-18 09:38:32.060 | + functions-common:apt_get_update:1201 : [[ True == \T\r\u\e ]] 2022-05-18 09:38:32.062 | + functions-common:apt_get_update:1201 : [[ False != \T\r\u\e ]] 2022-05-18 09:38:32.064 | + functions-common:apt_get_update:1202 : return 2022-05-18 09:38:32.067 | + functions-common:install_package:1476 : real_install_package radvd 2022-05-18 09:38:32.069 | + functions-common:real_install_package:1461 : is_ubuntu 2022-05-18 09:38:32.071 | + functions-common:is_ubuntu:573 : [[ -z deb ]] 2022-05-18 09:38:32.074 | + functions-common:is_ubuntu:576 : '[' deb = deb ']' 2022-05-18 09:38:32.076 | + functions-common:real_install_package:1462 : apt_get install radvd 2022-05-18 09:38:32.097 | + functions-common:apt_get:1242 : sudo DEBIAN_FRONTEND=noninteractive http_proxy= https_proxy= no_proxy= apt-get --option Dpkg::Options::=--force-confold --assume-yes install radvd 2022-05-18 09:38:32.206 | Reading package lists... 2022-05-18 09:38:32.451 | Building dependency tree... 2022-05-18 09:38:32.452 | Reading state information... 2022-05-18 09:38:32.703 | radvd is already the newest version (1:2.17-2). 2022-05-18 09:38:32.703 | The following packages were automatically installed and are no longer required: 2022-05-18 09:38:32.705 | apport-symptoms libnetplan0 python3-automat python3-blinker python3-click 2022-05-18 09:38:32.705 | python3-colorama python3-configobj python3-constantly python3-entrypoints 2022-05-18 09:38:32.705 | python3-hamcrest python3-hyperlink python3-incremental python3-jwt 2022-05-18 09:38:32.705 | python3-keyring python3-lazr.uri python3-oauthlib python3-problem-report 2022-05-18 09:38:32.705 | python3-secretstorage python3-twisted-bin python3-wadllib 2022-05-18 09:38:32.705 | python3-zope.interface 2022-05-18 09:38:32.705 | Use 'sudo apt autoremove' to remove them. 2022-05-18 09:38:32.825 | 0 upgraded, 0 newly installed, 0 to remove and 136 not upgraded. 2022-05-18 09:38:32.830 | + functions-common:apt_get:1246 : result=0 2022-05-18 09:38:32.832 | + functions-common:apt_get:1249 : time_stop apt-get 2022-05-18 09:38:32.834 | + functions-common:time_stop:2437 : local name 2022-05-18 09:38:32.836 | + functions-common:time_stop:2438 : local end_time 2022-05-18 09:38:32.838 | + functions-common:time_stop:2439 : local elapsed_time 2022-05-18 09:38:32.841 | + functions-common:time_stop:2440 : local total 2022-05-18 09:38:32.843 | + functions-common:time_stop:2441 : local start_time 2022-05-18 09:38:32.845 | + functions-common:time_stop:2443 : name=apt-get 2022-05-18 09:38:32.847 | + functions-common:time_stop:2444 : start_time=1652866712094 2022-05-18 09:38:32.850 | + functions-common:time_stop:2446 : [[ -z 1652866712094 ]] 2022-05-18 09:38:32.852 | ++ functions-common:time_stop:2449 : date +%s%3N 2022-05-18 09:38:32.857 | + functions-common:time_stop:2449 : end_time=1652866712854 2022-05-18 09:38:32.859 | + functions-common:time_stop:2450 : elapsed_time=760 2022-05-18 09:38:32.861 | + functions-common:time_stop:2451 : total=3133 2022-05-18 09:38:32.864 | + functions-common:time_stop:2453 : _TIME_START[$name]= 2022-05-18 09:38:32.866 | + functions-common:time_stop:2454 : _TIME_TOTAL[$name]=3893 2022-05-18 09:38:32.868 | + functions-common:apt_get:1250 : return 0 2022-05-18 09:38:32.871 | + lib/neutron-legacy:install_neutron_agent_packages_mutnauq:487 : is_service_enabled q-agt q-dhcp q-l3 2022-05-18 09:38:32.887 | + functions-common:is_service_enabled:2093 : return 0 2022-05-18 09:38:32.890 | + lib/neutron-legacy:install_neutron_agent_packages_mutnauq:488 : neutron_plugin_install_agent_packages 2022-05-18 09:38:32.892 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_install_agent_packages:17 : _neutron_ovs_base_install_agent_packages 2022-05-18 09:38:32.894 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_agent_packages:69 : '[' False == True ']' 2022-05-18 09:38:32.897 | ++ lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_agent_packages:76 : get_packages openvswitch 2022-05-18 09:38:32.917 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_agent_packages:76 : install_package fakeroot make openvswitch-switch 2022-05-18 09:38:32.919 | + functions-common:install_package:1475 : update_package_repo 2022-05-18 09:38:32.922 | + functions-common:update_package_repo:1447 : NO_UPDATE_REPOS=False 2022-05-18 09:38:32.924 | + functions-common:update_package_repo:1448 : REPOS_UPDATED=True 2022-05-18 09:38:32.926 | + functions-common:update_package_repo:1449 : RETRY_UPDATE=False 2022-05-18 09:38:32.929 | + functions-common:update_package_repo:1451 : [[ False = \T\r\u\e ]] 2022-05-18 09:38:32.931 | + functions-common:update_package_repo:1455 : is_ubuntu 2022-05-18 09:38:32.934 | + functions-common:is_ubuntu:573 : [[ -z deb ]] 2022-05-18 09:38:32.936 | + functions-common:is_ubuntu:576 : '[' deb = deb ']' 2022-05-18 09:38:32.938 | + functions-common:update_package_repo:1456 : apt_get_update 2022-05-18 09:38:32.941 | + functions-common:apt_get_update:1201 : [[ True == \T\r\u\e ]] 2022-05-18 09:38:32.943 | + functions-common:apt_get_update:1201 : [[ False != \T\r\u\e ]] 2022-05-18 09:38:32.945 | + functions-common:apt_get_update:1202 : return 2022-05-18 09:38:32.947 | + functions-common:install_package:1476 : real_install_package fakeroot make openvswitch-switch 2022-05-18 09:38:32.949 | + functions-common:real_install_package:1461 : is_ubuntu 2022-05-18 09:38:32.951 | + functions-common:is_ubuntu:573 : [[ -z deb ]] 2022-05-18 09:38:32.954 | + functions-common:is_ubuntu:576 : '[' deb = deb ']' 2022-05-18 09:38:32.956 | + functions-common:real_install_package:1462 : apt_get install fakeroot make openvswitch-switch 2022-05-18 09:38:32.976 | + functions-common:apt_get:1242 : 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-05-18 09:38:33.086 | Reading package lists... 2022-05-18 09:38:33.331 | Building dependency tree... 2022-05-18 09:38:33.333 | Reading state information... 2022-05-18 09:38:33.589 | fakeroot is already the newest version (1.24-1). 2022-05-18 09:38:33.589 | make is already the newest version (4.2.1-1.2). 2022-05-18 09:38:33.589 | openvswitch-switch is already the newest version (2.13.5-0ubuntu1). 2022-05-18 09:38:33.589 | The following packages were automatically installed and are no longer required: 2022-05-18 09:38:33.590 | apport-symptoms libnetplan0 python3-automat python3-blinker python3-click 2022-05-18 09:38:33.590 | python3-colorama python3-configobj python3-constantly python3-entrypoints 2022-05-18 09:38:33.590 | python3-hamcrest python3-hyperlink python3-incremental python3-jwt 2022-05-18 09:38:33.590 | python3-keyring python3-lazr.uri python3-oauthlib python3-problem-report 2022-05-18 09:38:33.590 | python3-secretstorage python3-twisted-bin python3-wadllib 2022-05-18 09:38:33.591 | python3-zope.interface 2022-05-18 09:38:33.591 | Use 'sudo apt autoremove' to remove them. 2022-05-18 09:38:33.708 | 0 upgraded, 0 newly installed, 0 to remove and 136 not upgraded. 2022-05-18 09:38:33.713 | + functions-common:apt_get:1246 : result=0 2022-05-18 09:38:33.717 | + functions-common:apt_get:1249 : time_stop apt-get 2022-05-18 09:38:33.719 | + functions-common:time_stop:2437 : local name 2022-05-18 09:38:33.721 | + functions-common:time_stop:2438 : local end_time 2022-05-18 09:38:33.723 | + functions-common:time_stop:2439 : local elapsed_time 2022-05-18 09:38:33.725 | + functions-common:time_stop:2440 : local total 2022-05-18 09:38:33.727 | + functions-common:time_stop:2441 : local start_time 2022-05-18 09:38:33.729 | + functions-common:time_stop:2443 : name=apt-get 2022-05-18 09:38:33.732 | + functions-common:time_stop:2444 : start_time=1652866712973 2022-05-18 09:38:33.734 | + functions-common:time_stop:2446 : [[ -z 1652866712973 ]] 2022-05-18 09:38:33.737 | ++ functions-common:time_stop:2449 : date +%s%3N 2022-05-18 09:38:33.741 | + functions-common:time_stop:2449 : end_time=1652866713739 2022-05-18 09:38:33.743 | + functions-common:time_stop:2450 : elapsed_time=766 2022-05-18 09:38:33.745 | + functions-common:time_stop:2451 : total=3893 2022-05-18 09:38:33.748 | + functions-common:time_stop:2453 : _TIME_START[$name]= 2022-05-18 09:38:33.750 | + functions-common:time_stop:2454 : _TIME_TOTAL[$name]=4659 2022-05-18 09:38:33.752 | + functions-common:apt_get:1250 : return 0 2022-05-18 09:38:33.754 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_agent_packages:77 : is_ubuntu 2022-05-18 09:38:33.757 | + functions-common:is_ubuntu:573 : [[ -z deb ]] 2022-05-18 09:38:33.759 | + functions-common:is_ubuntu:576 : '[' deb = deb ']' 2022-05-18 09:38:33.761 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_agent_packages:78 : _neutron_ovs_base_install_ubuntu_dkms 2022-05-18 09:38:33.763 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_ubuntu_dkms:58 : local kernel_version 2022-05-18 09:38:33.766 | ++ lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_ubuntu_dkms:59 : uname -r 2022-05-18 09:38:33.770 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_ubuntu_dkms:59 : kernel_version=5.4.0-72-generic 2022-05-18 09:38:33.773 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_ubuntu_dkms:60 : local kernel_major_minor 2022-05-18 09:38:33.776 | ++ lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_ubuntu_dkms:61 : echo 5.4.0-72-generic 2022-05-18 09:38:33.776 | ++ lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_ubuntu_dkms:61 : cut -d. -f1-2 2022-05-18 09:38:33.781 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_ubuntu_dkms:61 : kernel_major_minor=5.4 2022-05-18 09:38:33.784 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_ubuntu_dkms:63 : vercmp 5.4 '<' 3.13 2022-05-18 09:38:33.786 | + functions:vercmp:628 : local v1=5.4 2022-05-18 09:38:33.788 | + functions:vercmp:629 : local 'op=<' 2022-05-18 09:38:33.790 | + functions:vercmp:630 : local v2=3.13 2022-05-18 09:38:33.793 | + functions:vercmp:631 : local result 2022-05-18 09:38:33.796 | ++ functions:vercmp:635 : echo -e '5.4\n3.13' 2022-05-18 09:38:33.797 | ++ functions:vercmp:635 : sort -V 2022-05-18 09:38:33.797 | ++ functions:vercmp:635 : head -1 2022-05-18 09:38:33.802 | + functions:vercmp:635 : result=3.13 2022-05-18 09:38:33.804 | + functions:vercmp:637 : case $op in 2022-05-18 09:38:33.806 | + functions:vercmp:647 : '[' 5.4 '!=' 3.13 ']' 2022-05-18 09:38:33.808 | + functions:vercmp:647 : '[' 3.13 = 5.4 ']' 2022-05-18 09:38:33.810 | + functions:vercmp:648 : return 2022-05-18 09:38:33.813 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_agent_packages:79 : restart_service openvswitch-switch 2022-05-18 09:38:33.815 | + functions-common:restart_service:2321 : '[' -x /bin/systemctl ']' 2022-05-18 09:38:33.817 | + functions-common:restart_service:2322 : sudo /bin/systemctl restart openvswitch-switch 2022-05-18 09:38:34.296 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_install_agent_packages:18 : use_library_from_git os-ken 2022-05-18 09:38:34.299 | + inc/python:use_library_from_git:250 : local name=os-ken 2022-05-18 09:38:34.301 | + inc/python:use_library_from_git:251 : local enabled=1 2022-05-18 09:38:34.304 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2022-05-18 09:38:34.306 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,os-ken, ]] 2022-05-18 09:38:34.308 | + inc/python:use_library_from_git:253 : return 1 2022-05-18 09:38:34.311 | + ./stack.sh:main:848 : is_service_enabled etcd3 2022-05-18 09:38:34.331 | + functions-common:is_service_enabled:2093 : return 0 2022-05-18 09:38:34.333 | + ./stack.sh:main:849 : install_etcd3 2022-05-18 09:38:34.336 | + lib/etcd3:install_etcd3:103 : echo 'Installing etcd' 2022-05-18 09:38:34.336 | Installing etcd 2022-05-18 09:38:34.340 | + lib/etcd3:install_etcd3:106 : sudo mkdir -p /opt/stack/bin 2022-05-18 09:38:34.352 | + lib/etcd3:install_etcd3:107 : sudo mkdir -p /opt/stack/data/etcd 2022-05-18 09:38:34.364 | + lib/etcd3:install_etcd3:108 : [[ True == \T\r\u\e ]] 2022-05-18 09:38:34.366 | + lib/etcd3:install_etcd3:109 : sudo mount -t tmpfs -o nodev,nosuid,size=512M tmpfs /opt/stack/data/etcd 2022-05-18 09:38:34.382 | + lib/etcd3:install_etcd3:113 : local etcd_file 2022-05-18 09:38:34.385 | ++ 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-05-18 09:38:34.388 | ++ 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-05-18 09:38:34.391 | +++ 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-05-18 09:38:34.395 | ++ functions:get_extra_file:64 : file_name=etcd-v3.3.12-linux-amd64.tar.gz 2022-05-18 09:38:34.398 | ++ 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-05-18 09:38:34.400 | ++ functions:get_extra_file:67 : [[ ! -f /home/ubuntu/devstack/files/etcd-v3.3.12-linux-amd64.tar.gz ]] 2022-05-18 09:38:34.403 | ++ functions:get_extra_file:73 : echo /home/ubuntu/devstack/files/etcd-v3.3.12-linux-amd64.tar.gz 2022-05-18 09:38:34.405 | ++ functions:get_extra_file:74 : return 2022-05-18 09:38:34.408 | + lib/etcd3:install_etcd3:114 : etcd_file=/home/ubuntu/devstack/files/etcd-v3.3.12-linux-amd64.tar.gz 2022-05-18 09:38:34.411 | + lib/etcd3:install_etcd3:115 : '[' '!' -f /home/ubuntu/devstack/files/etcd-v3.3.12-linux-amd64/etcd ']' 2022-05-18 09:38:34.413 | + lib/etcd3:install_etcd3:124 : '[' '!' -f /opt/stack/bin/etcd ']' 2022-05-18 09:38:34.415 | + ./stack.sh:main:858 : is_service_enabled tls-proxy 2022-05-18 09:38:34.433 | + functions-common:is_service_enabled:2093 : return 1 2022-05-18 09:38:34.436 | + ./stack.sh:main:868 : install_dstat 2022-05-18 09:38:34.438 | + lib/dstat:install_dstat:22 : is_service_enabled memory_tracker 2022-05-18 09:38:34.454 | + functions-common:is_service_enabled:2093 : return 1 2022-05-18 09:38:34.457 | + ./stack.sh:main:874 : echo_summary 'Installing OpenStack project source' 2022-05-18 09:38:34.459 | + ./stack.sh:echo_summary:442 : [[ -t 3 ]] 2022-05-18 09:38:34.461 | + ./stack.sh:echo_summary:448 : echo -e Installing OpenStack project source 2022-05-18 09:38:34.464 | + ./stack.sh:main:877 : install_libs 2022-05-18 09:38:34.466 | + lib/libraries:install_libs:90 : _install_lib_from_source automaton 2022-05-18 09:38:34.468 | + lib/libraries:_install_lib_from_source:74 : local name=automaton 2022-05-18 09:38:34.471 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git automaton 2022-05-18 09:38:34.473 | + inc/python:use_library_from_git:250 : local name=automaton 2022-05-18 09:38:34.475 | + inc/python:use_library_from_git:251 : local enabled=1 2022-05-18 09:38:34.477 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2022-05-18 09:38:34.480 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,automaton, ]] 2022-05-18 09:38:34.482 | + inc/python:use_library_from_git:253 : return 1 2022-05-18 09:38:34.485 | + lib/libraries:install_libs:91 : _install_lib_from_source castellan 2022-05-18 09:38:34.487 | + lib/libraries:_install_lib_from_source:74 : local name=castellan 2022-05-18 09:38:34.489 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git castellan 2022-05-18 09:38:34.491 | + inc/python:use_library_from_git:250 : local name=castellan 2022-05-18 09:38:34.494 | + inc/python:use_library_from_git:251 : local enabled=1 2022-05-18 09:38:34.496 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2022-05-18 09:38:34.499 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,castellan, ]] 2022-05-18 09:38:34.501 | + inc/python:use_library_from_git:253 : return 1 2022-05-18 09:38:34.503 | + lib/libraries:install_libs:92 : _install_lib_from_source cliff 2022-05-18 09:38:34.506 | + lib/libraries:_install_lib_from_source:74 : local name=cliff 2022-05-18 09:38:34.508 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git cliff 2022-05-18 09:38:34.510 | + inc/python:use_library_from_git:250 : local name=cliff 2022-05-18 09:38:34.512 | + inc/python:use_library_from_git:251 : local enabled=1 2022-05-18 09:38:34.515 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2022-05-18 09:38:34.517 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,cliff, ]] 2022-05-18 09:38:34.519 | + inc/python:use_library_from_git:253 : return 1 2022-05-18 09:38:34.521 | + lib/libraries:install_libs:93 : _install_lib_from_source cursive 2022-05-18 09:38:34.524 | + lib/libraries:_install_lib_from_source:74 : local name=cursive 2022-05-18 09:38:34.526 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git cursive 2022-05-18 09:38:34.529 | + inc/python:use_library_from_git:250 : local name=cursive 2022-05-18 09:38:34.531 | + inc/python:use_library_from_git:251 : local enabled=1 2022-05-18 09:38:34.533 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2022-05-18 09:38:34.535 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,cursive, ]] 2022-05-18 09:38:34.538 | + inc/python:use_library_from_git:253 : return 1 2022-05-18 09:38:34.540 | + lib/libraries:install_libs:94 : _install_lib_from_source debtcollector 2022-05-18 09:38:34.543 | + lib/libraries:_install_lib_from_source:74 : local name=debtcollector 2022-05-18 09:38:34.545 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git debtcollector 2022-05-18 09:38:34.548 | + inc/python:use_library_from_git:250 : local name=debtcollector 2022-05-18 09:38:34.550 | + inc/python:use_library_from_git:251 : local enabled=1 2022-05-18 09:38:34.552 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2022-05-18 09:38:34.554 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,debtcollector, ]] 2022-05-18 09:38:34.557 | + inc/python:use_library_from_git:253 : return 1 2022-05-18 09:38:34.559 | + lib/libraries:install_libs:95 : _install_lib_from_source futurist 2022-05-18 09:38:34.562 | + lib/libraries:_install_lib_from_source:74 : local name=futurist 2022-05-18 09:38:34.564 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git futurist 2022-05-18 09:38:34.567 | + inc/python:use_library_from_git:250 : local name=futurist 2022-05-18 09:38:34.569 | + inc/python:use_library_from_git:251 : local enabled=1 2022-05-18 09:38:34.571 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2022-05-18 09:38:34.574 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,futurist, ]] 2022-05-18 09:38:34.576 | + inc/python:use_library_from_git:253 : return 1 2022-05-18 09:38:34.579 | + lib/libraries:install_libs:96 : _install_lib_from_source openstacksdk 2022-05-18 09:38:34.581 | + lib/libraries:_install_lib_from_source:74 : local name=openstacksdk 2022-05-18 09:38:34.583 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git openstacksdk 2022-05-18 09:38:34.586 | + inc/python:use_library_from_git:250 : local name=openstacksdk 2022-05-18 09:38:34.588 | + inc/python:use_library_from_git:251 : local enabled=1 2022-05-18 09:38:34.590 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2022-05-18 09:38:34.592 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,openstacksdk, ]] 2022-05-18 09:38:34.595 | + inc/python:use_library_from_git:253 : return 1 2022-05-18 09:38:34.597 | + lib/libraries:install_libs:97 : _install_lib_from_source osc-lib 2022-05-18 09:38:34.599 | + lib/libraries:_install_lib_from_source:74 : local name=osc-lib 2022-05-18 09:38:34.602 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git osc-lib 2022-05-18 09:38:34.604 | + inc/python:use_library_from_git:250 : local name=osc-lib 2022-05-18 09:38:34.606 | + inc/python:use_library_from_git:251 : local enabled=1 2022-05-18 09:38:34.608 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2022-05-18 09:38:34.611 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,osc-lib, ]] 2022-05-18 09:38:34.613 | + inc/python:use_library_from_git:253 : return 1 2022-05-18 09:38:34.615 | + lib/libraries:install_libs:98 : _install_lib_from_source osc-placement 2022-05-18 09:38:34.618 | + lib/libraries:_install_lib_from_source:74 : local name=osc-placement 2022-05-18 09:38:34.620 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git osc-placement 2022-05-18 09:38:34.623 | + inc/python:use_library_from_git:250 : local name=osc-placement 2022-05-18 09:38:34.625 | + inc/python:use_library_from_git:251 : local enabled=1 2022-05-18 09:38:34.627 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2022-05-18 09:38:34.629 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,osc-placement, ]] 2022-05-18 09:38:34.632 | + inc/python:use_library_from_git:253 : return 1 2022-05-18 09:38:34.634 | + lib/libraries:install_libs:99 : _install_lib_from_source os-client-config 2022-05-18 09:38:34.637 | + lib/libraries:_install_lib_from_source:74 : local name=os-client-config 2022-05-18 09:38:34.639 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git os-client-config 2022-05-18 09:38:34.642 | + inc/python:use_library_from_git:250 : local name=os-client-config 2022-05-18 09:38:34.644 | + inc/python:use_library_from_git:251 : local enabled=1 2022-05-18 09:38:34.646 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2022-05-18 09:38:34.648 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,os-client-config, ]] 2022-05-18 09:38:34.651 | + inc/python:use_library_from_git:253 : return 1 2022-05-18 09:38:34.653 | + lib/libraries:install_libs:100 : _install_lib_from_source oslo.cache 2022-05-18 09:38:34.655 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.cache 2022-05-18 09:38:34.658 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.cache 2022-05-18 09:38:34.660 | + inc/python:use_library_from_git:250 : local name=oslo.cache 2022-05-18 09:38:34.662 | + inc/python:use_library_from_git:251 : local enabled=1 2022-05-18 09:38:34.664 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2022-05-18 09:38:34.667 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,oslo.cache, ]] 2022-05-18 09:38:34.669 | + inc/python:use_library_from_git:253 : return 1 2022-05-18 09:38:34.671 | + lib/libraries:install_libs:101 : _install_lib_from_source oslo.concurrency 2022-05-18 09:38:34.674 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.concurrency 2022-05-18 09:38:34.676 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.concurrency 2022-05-18 09:38:34.679 | + inc/python:use_library_from_git:250 : local name=oslo.concurrency 2022-05-18 09:38:34.681 | + inc/python:use_library_from_git:251 : local enabled=1 2022-05-18 09:38:34.684 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2022-05-18 09:38:34.686 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,oslo.concurrency, ]] 2022-05-18 09:38:34.688 | + inc/python:use_library_from_git:253 : return 1 2022-05-18 09:38:34.691 | + lib/libraries:install_libs:102 : _install_lib_from_source oslo.config 2022-05-18 09:38:34.693 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.config 2022-05-18 09:38:34.695 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.config 2022-05-18 09:38:34.698 | + inc/python:use_library_from_git:250 : local name=oslo.config 2022-05-18 09:38:34.700 | + inc/python:use_library_from_git:251 : local enabled=1 2022-05-18 09:38:34.703 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2022-05-18 09:38:34.705 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,oslo.config, ]] 2022-05-18 09:38:34.707 | + inc/python:use_library_from_git:253 : return 1 2022-05-18 09:38:34.709 | + lib/libraries:install_libs:103 : _install_lib_from_source oslo.context 2022-05-18 09:38:34.712 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.context 2022-05-18 09:38:34.714 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.context 2022-05-18 09:38:34.716 | + inc/python:use_library_from_git:250 : local name=oslo.context 2022-05-18 09:38:34.719 | + inc/python:use_library_from_git:251 : local enabled=1 2022-05-18 09:38:34.721 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2022-05-18 09:38:34.723 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,oslo.context, ]] 2022-05-18 09:38:34.725 | + inc/python:use_library_from_git:253 : return 1 2022-05-18 09:38:34.728 | + lib/libraries:install_libs:104 : _install_lib_from_source oslo.db 2022-05-18 09:38:34.730 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.db 2022-05-18 09:38:34.733 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.db 2022-05-18 09:38:34.735 | + inc/python:use_library_from_git:250 : local name=oslo.db 2022-05-18 09:38:34.737 | + inc/python:use_library_from_git:251 : local enabled=1 2022-05-18 09:38:34.739 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2022-05-18 09:38:34.742 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,oslo.db, ]] 2022-05-18 09:38:34.744 | + inc/python:use_library_from_git:253 : return 1 2022-05-18 09:38:34.747 | + lib/libraries:install_libs:105 : _install_lib_from_source oslo.i18n 2022-05-18 09:38:34.749 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.i18n 2022-05-18 09:38:34.751 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.i18n 2022-05-18 09:38:34.754 | + inc/python:use_library_from_git:250 : local name=oslo.i18n 2022-05-18 09:38:34.756 | + inc/python:use_library_from_git:251 : local enabled=1 2022-05-18 09:38:34.758 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2022-05-18 09:38:34.761 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,oslo.i18n, ]] 2022-05-18 09:38:34.764 | + inc/python:use_library_from_git:253 : return 1 2022-05-18 09:38:34.766 | + lib/libraries:install_libs:106 : _install_lib_from_source oslo.limit 2022-05-18 09:38:34.768 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.limit 2022-05-18 09:38:34.771 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.limit 2022-05-18 09:38:34.773 | + inc/python:use_library_from_git:250 : local name=oslo.limit 2022-05-18 09:38:34.775 | + inc/python:use_library_from_git:251 : local enabled=1 2022-05-18 09:38:34.778 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2022-05-18 09:38:34.780 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,oslo.limit, ]] 2022-05-18 09:38:34.782 | + inc/python:use_library_from_git:253 : return 1 2022-05-18 09:38:34.784 | + lib/libraries:install_libs:107 : _install_lib_from_source oslo.log 2022-05-18 09:38:34.787 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.log 2022-05-18 09:38:34.789 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.log 2022-05-18 09:38:34.791 | + inc/python:use_library_from_git:250 : local name=oslo.log 2022-05-18 09:38:34.794 | + inc/python:use_library_from_git:251 : local enabled=1 2022-05-18 09:38:34.796 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2022-05-18 09:38:34.798 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,oslo.log, ]] 2022-05-18 09:38:34.801 | + inc/python:use_library_from_git:253 : return 1 2022-05-18 09:38:34.803 | + lib/libraries:install_libs:108 : _install_lib_from_source oslo.messaging 2022-05-18 09:38:34.806 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.messaging 2022-05-18 09:38:34.808 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.messaging 2022-05-18 09:38:34.811 | + inc/python:use_library_from_git:250 : local name=oslo.messaging 2022-05-18 09:38:34.813 | + inc/python:use_library_from_git:251 : local enabled=1 2022-05-18 09:38:34.815 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2022-05-18 09:38:34.818 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,oslo.messaging, ]] 2022-05-18 09:38:34.820 | + inc/python:use_library_from_git:253 : return 1 2022-05-18 09:38:34.822 | + lib/libraries:install_libs:109 : _install_lib_from_source oslo.middleware 2022-05-18 09:38:34.825 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.middleware 2022-05-18 09:38:34.827 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.middleware 2022-05-18 09:38:34.830 | + inc/python:use_library_from_git:250 : local name=oslo.middleware 2022-05-18 09:38:34.832 | + inc/python:use_library_from_git:251 : local enabled=1 2022-05-18 09:38:34.834 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2022-05-18 09:38:34.837 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,oslo.middleware, ]] 2022-05-18 09:38:34.839 | + inc/python:use_library_from_git:253 : return 1 2022-05-18 09:38:34.841 | + lib/libraries:install_libs:110 : _install_lib_from_source oslo.policy 2022-05-18 09:38:34.844 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.policy 2022-05-18 09:38:34.846 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.policy 2022-05-18 09:38:34.848 | + inc/python:use_library_from_git:250 : local name=oslo.policy 2022-05-18 09:38:34.851 | + inc/python:use_library_from_git:251 : local enabled=1 2022-05-18 09:38:34.853 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2022-05-18 09:38:34.856 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,oslo.policy, ]] 2022-05-18 09:38:34.858 | + inc/python:use_library_from_git:253 : return 1 2022-05-18 09:38:34.860 | + lib/libraries:install_libs:111 : _install_lib_from_source oslo.privsep 2022-05-18 09:38:34.863 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.privsep 2022-05-18 09:38:34.865 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.privsep 2022-05-18 09:38:34.867 | + inc/python:use_library_from_git:250 : local name=oslo.privsep 2022-05-18 09:38:34.870 | + inc/python:use_library_from_git:251 : local enabled=1 2022-05-18 09:38:34.872 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2022-05-18 09:38:34.875 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,oslo.privsep, ]] 2022-05-18 09:38:34.877 | + inc/python:use_library_from_git:253 : return 1 2022-05-18 09:38:34.879 | + lib/libraries:install_libs:112 : _install_lib_from_source oslo.reports 2022-05-18 09:38:34.882 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.reports 2022-05-18 09:38:34.884 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.reports 2022-05-18 09:38:34.886 | + inc/python:use_library_from_git:250 : local name=oslo.reports 2022-05-18 09:38:34.889 | + inc/python:use_library_from_git:251 : local enabled=1 2022-05-18 09:38:34.891 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2022-05-18 09:38:34.893 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,oslo.reports, ]] 2022-05-18 09:38:34.896 | + inc/python:use_library_from_git:253 : return 1 2022-05-18 09:38:34.898 | + lib/libraries:install_libs:113 : _install_lib_from_source oslo.rootwrap 2022-05-18 09:38:34.900 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.rootwrap 2022-05-18 09:38:34.903 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.rootwrap 2022-05-18 09:38:34.905 | + inc/python:use_library_from_git:250 : local name=oslo.rootwrap 2022-05-18 09:38:34.907 | + inc/python:use_library_from_git:251 : local enabled=1 2022-05-18 09:38:34.910 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2022-05-18 09:38:34.912 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,oslo.rootwrap, ]] 2022-05-18 09:38:34.914 | + inc/python:use_library_from_git:253 : return 1 2022-05-18 09:38:34.917 | + lib/libraries:install_libs:114 : _install_lib_from_source oslo.serialization 2022-05-18 09:38:34.919 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.serialization 2022-05-18 09:38:34.922 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.serialization 2022-05-18 09:38:34.924 | + inc/python:use_library_from_git:250 : local name=oslo.serialization 2022-05-18 09:38:34.926 | + inc/python:use_library_from_git:251 : local enabled=1 2022-05-18 09:38:34.929 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2022-05-18 09:38:34.931 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,oslo.serialization, ]] 2022-05-18 09:38:34.934 | + inc/python:use_library_from_git:253 : return 1 2022-05-18 09:38:34.936 | + lib/libraries:install_libs:115 : _install_lib_from_source oslo.service 2022-05-18 09:38:34.939 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.service 2022-05-18 09:38:34.941 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.service 2022-05-18 09:38:34.943 | + inc/python:use_library_from_git:250 : local name=oslo.service 2022-05-18 09:38:34.946 | + inc/python:use_library_from_git:251 : local enabled=1 2022-05-18 09:38:34.948 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2022-05-18 09:38:34.950 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,oslo.service, ]] 2022-05-18 09:38:34.952 | + inc/python:use_library_from_git:253 : return 1 2022-05-18 09:38:34.955 | + lib/libraries:install_libs:116 : _install_lib_from_source oslo.utils 2022-05-18 09:38:34.957 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.utils 2022-05-18 09:38:34.960 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.utils 2022-05-18 09:38:34.962 | + inc/python:use_library_from_git:250 : local name=oslo.utils 2022-05-18 09:38:34.964 | + inc/python:use_library_from_git:251 : local enabled=1 2022-05-18 09:38:34.966 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2022-05-18 09:38:34.969 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,oslo.utils, ]] 2022-05-18 09:38:34.971 | + inc/python:use_library_from_git:253 : return 1 2022-05-18 09:38:34.973 | + lib/libraries:install_libs:117 : _install_lib_from_source oslo.versionedobjects 2022-05-18 09:38:34.976 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.versionedobjects 2022-05-18 09:38:34.978 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.versionedobjects 2022-05-18 09:38:34.981 | + inc/python:use_library_from_git:250 : local name=oslo.versionedobjects 2022-05-18 09:38:34.983 | + inc/python:use_library_from_git:251 : local enabled=1 2022-05-18 09:38:34.986 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2022-05-18 09:38:34.988 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,oslo.versionedobjects, ]] 2022-05-18 09:38:34.990 | + inc/python:use_library_from_git:253 : return 1 2022-05-18 09:38:34.993 | + lib/libraries:install_libs:118 : _install_lib_from_source oslo.vmware 2022-05-18 09:38:34.995 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.vmware 2022-05-18 09:38:34.998 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.vmware 2022-05-18 09:38:35.000 | + inc/python:use_library_from_git:250 : local name=oslo.vmware 2022-05-18 09:38:35.003 | + inc/python:use_library_from_git:251 : local enabled=1 2022-05-18 09:38:35.005 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2022-05-18 09:38:35.007 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,oslo.vmware, ]] 2022-05-18 09:38:35.010 | + inc/python:use_library_from_git:253 : return 1 2022-05-18 09:38:35.012 | + lib/libraries:install_libs:119 : _install_lib_from_source osprofiler 2022-05-18 09:38:35.014 | + lib/libraries:_install_lib_from_source:74 : local name=osprofiler 2022-05-18 09:38:35.017 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git osprofiler 2022-05-18 09:38:35.019 | + inc/python:use_library_from_git:250 : local name=osprofiler 2022-05-18 09:38:35.021 | + inc/python:use_library_from_git:251 : local enabled=1 2022-05-18 09:38:35.024 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2022-05-18 09:38:35.026 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,osprofiler, ]] 2022-05-18 09:38:35.028 | + inc/python:use_library_from_git:253 : return 1 2022-05-18 09:38:35.030 | + lib/libraries:install_libs:120 : _install_lib_from_source pycadf 2022-05-18 09:38:35.033 | + lib/libraries:_install_lib_from_source:74 : local name=pycadf 2022-05-18 09:38:35.035 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git pycadf 2022-05-18 09:38:35.038 | + inc/python:use_library_from_git:250 : local name=pycadf 2022-05-18 09:38:35.040 | + inc/python:use_library_from_git:251 : local enabled=1 2022-05-18 09:38:35.043 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2022-05-18 09:38:35.045 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,pycadf, ]] 2022-05-18 09:38:35.047 | + inc/python:use_library_from_git:253 : return 1 2022-05-18 09:38:35.050 | + lib/libraries:install_libs:121 : _install_lib_from_source stevedore 2022-05-18 09:38:35.052 | + lib/libraries:_install_lib_from_source:74 : local name=stevedore 2022-05-18 09:38:35.054 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git stevedore 2022-05-18 09:38:35.057 | + inc/python:use_library_from_git:250 : local name=stevedore 2022-05-18 09:38:35.060 | + inc/python:use_library_from_git:251 : local enabled=1 2022-05-18 09:38:35.062 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2022-05-18 09:38:35.064 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,stevedore, ]] 2022-05-18 09:38:35.067 | + inc/python:use_library_from_git:253 : return 1 2022-05-18 09:38:35.069 | + lib/libraries:install_libs:122 : _install_lib_from_source taskflow 2022-05-18 09:38:35.072 | + lib/libraries:_install_lib_from_source:74 : local name=taskflow 2022-05-18 09:38:35.074 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git taskflow 2022-05-18 09:38:35.076 | + inc/python:use_library_from_git:250 : local name=taskflow 2022-05-18 09:38:35.079 | + inc/python:use_library_from_git:251 : local enabled=1 2022-05-18 09:38:35.081 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2022-05-18 09:38:35.083 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,taskflow, ]] 2022-05-18 09:38:35.085 | + inc/python:use_library_from_git:253 : return 1 2022-05-18 09:38:35.088 | + lib/libraries:install_libs:123 : _install_lib_from_source tooz 2022-05-18 09:38:35.090 | + lib/libraries:_install_lib_from_source:74 : local name=tooz 2022-05-18 09:38:35.092 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git tooz 2022-05-18 09:38:35.095 | + inc/python:use_library_from_git:250 : local name=tooz 2022-05-18 09:38:35.097 | + inc/python:use_library_from_git:251 : local enabled=1 2022-05-18 09:38:35.099 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2022-05-18 09:38:35.101 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,tooz, ]] 2022-05-18 09:38:35.104 | + inc/python:use_library_from_git:253 : return 1 2022-05-18 09:38:35.107 | + lib/libraries:install_libs:127 : _install_lib_from_source os-brick 2022-05-18 09:38:35.109 | + lib/libraries:_install_lib_from_source:74 : local name=os-brick 2022-05-18 09:38:35.111 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git os-brick 2022-05-18 09:38:35.114 | + inc/python:use_library_from_git:250 : local name=os-brick 2022-05-18 09:38:35.116 | + inc/python:use_library_from_git:251 : local enabled=1 2022-05-18 09:38:35.118 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2022-05-18 09:38:35.121 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,os-brick, ]] 2022-05-18 09:38:35.124 | + inc/python:use_library_from_git:253 : return 1 2022-05-18 09:38:35.127 | + lib/libraries:install_libs:128 : _install_lib_from_source os-resource-classes 2022-05-18 09:38:35.130 | + lib/libraries:_install_lib_from_source:74 : local name=os-resource-classes 2022-05-18 09:38:35.132 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git os-resource-classes 2022-05-18 09:38:35.134 | + inc/python:use_library_from_git:250 : local name=os-resource-classes 2022-05-18 09:38:35.137 | + inc/python:use_library_from_git:251 : local enabled=1 2022-05-18 09:38:35.139 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2022-05-18 09:38:35.141 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,os-resource-classes, ]] 2022-05-18 09:38:35.144 | + inc/python:use_library_from_git:253 : return 1 2022-05-18 09:38:35.146 | + lib/libraries:install_libs:129 : _install_lib_from_source os-traits 2022-05-18 09:38:35.149 | + lib/libraries:_install_lib_from_source:74 : local name=os-traits 2022-05-18 09:38:35.151 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git os-traits 2022-05-18 09:38:35.153 | + inc/python:use_library_from_git:250 : local name=os-traits 2022-05-18 09:38:35.156 | + inc/python:use_library_from_git:251 : local enabled=1 2022-05-18 09:38:35.158 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2022-05-18 09:38:35.160 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,os-traits, ]] 2022-05-18 09:38:35.163 | + inc/python:use_library_from_git:253 : return 1 2022-05-18 09:38:35.165 | + lib/libraries:install_libs:132 : _install_lib_from_source python-barbicanclient 2022-05-18 09:38:35.168 | + lib/libraries:_install_lib_from_source:74 : local name=python-barbicanclient 2022-05-18 09:38:35.170 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git python-barbicanclient 2022-05-18 09:38:35.173 | + inc/python:use_library_from_git:250 : local name=python-barbicanclient 2022-05-18 09:38:35.175 | + inc/python:use_library_from_git:251 : local enabled=1 2022-05-18 09:38:35.177 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2022-05-18 09:38:35.179 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,python-barbicanclient, ]] 2022-05-18 09:38:35.182 | + inc/python:use_library_from_git:253 : return 1 2022-05-18 09:38:35.185 | + lib/libraries:install_libs:139 : pip_install etcd3 2022-05-18 09:38:35.206 | Using python 3.8 to install etcd3 2022-05-18 09:38:35.208 | + inc/python:pip_install:193 : sudo -H LC_ALL=en_US.UTF-8 SETUPTOOLS_USE_DISTUTILS=stdlib http_proxy= https_proxy= no_proxy= PIP_FIND_LINKS= SETUPTOOLS_SYS_PATH_TECHNIQUE=rewrite python3.8 -m pip install -c /opt/stack/requirements/upper-constraints.txt etcd3 2022-05-18 09:38:36.073 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-05-18 09:38:36.073 | from cryptography.utils import int_from_bytes 2022-05-18 09:38:36.073 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-05-18 09:38:36.073 | from cryptography.utils import int_from_bytes 2022-05-18 09:38:37.274 | Looking in indexes: http://10.100.0.9:8080/cloudbase/CI/+simple/ 2022-05-18 09:38:37.308 | Requirement already satisfied: etcd3 in /usr/local/lib/python3.8/dist-packages (0.12.0) 2022-05-18 09:38:37.318 | Requirement already satisfied: six>=1.12.0 in /usr/local/lib/python3.8/dist-packages (from etcd3) (1.16.0) 2022-05-18 09:38:37.319 | Requirement already satisfied: grpcio>=1.27.1 in /usr/local/lib/python3.8/dist-packages (from etcd3) (1.46.1) 2022-05-18 09:38:37.320 | Requirement already satisfied: protobuf>=3.6.1 in /usr/local/lib/python3.8/dist-packages (from etcd3) (3.20.1) 2022-05-18 09:38:37.320 | Requirement already satisfied: tenacity>=6.1.0 in /usr/local/lib/python3.8/dist-packages (from etcd3) (6.3.1) 2022-05-18 09:38:39.892 | WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv 2022-05-18 09:38:39.899 | WARNING: You are using pip version 21.3.1; however, version 22.1 is available. 2022-05-18 09:38:39.899 | You should consider upgrading via the '/usr/bin/python3.8 -m pip install --upgrade pip' command. 2022-05-18 09:38:40.016 | + inc/python:pip_install:200 : result=0 2022-05-18 09:38:40.018 | + inc/python:pip_install:202 : time_stop pip_install 2022-05-18 09:38:40.020 | + functions-common:time_stop:2437 : local name 2022-05-18 09:38:40.023 | + functions-common:time_stop:2438 : local end_time 2022-05-18 09:38:40.025 | + functions-common:time_stop:2439 : local elapsed_time 2022-05-18 09:38:40.027 | + functions-common:time_stop:2440 : local total 2022-05-18 09:38:40.029 | + functions-common:time_stop:2441 : local start_time 2022-05-18 09:38:40.031 | + functions-common:time_stop:2443 : name=pip_install 2022-05-18 09:38:40.033 | + functions-common:time_stop:2444 : start_time=1652866715200 2022-05-18 09:38:40.036 | + functions-common:time_stop:2446 : [[ -z 1652866715200 ]] 2022-05-18 09:38:40.038 | ++ functions-common:time_stop:2449 : date +%s%3N 2022-05-18 09:38:40.042 | + functions-common:time_stop:2449 : end_time=1652866720040 2022-05-18 09:38:40.044 | + functions-common:time_stop:2450 : elapsed_time=4840 2022-05-18 09:38:40.047 | + functions-common:time_stop:2451 : total=27112 2022-05-18 09:38:40.049 | + functions-common:time_stop:2453 : _TIME_START[$name]= 2022-05-18 09:38:40.051 | + functions-common:time_stop:2454 : _TIME_TOTAL[$name]=31952 2022-05-18 09:38:40.053 | + inc/python:pip_install:203 : return 0 2022-05-18 09:38:40.056 | + lib/libraries:install_libs:140 : pip_install etcd3gw 2022-05-18 09:38:40.078 | Using python 3.8 to install etcd3gw 2022-05-18 09:38:40.081 | + inc/python:pip_install:193 : sudo -H LC_ALL=en_US.UTF-8 SETUPTOOLS_USE_DISTUTILS=stdlib http_proxy= https_proxy= no_proxy= PIP_FIND_LINKS= SETUPTOOLS_SYS_PATH_TECHNIQUE=rewrite python3.8 -m pip install -c /opt/stack/requirements/upper-constraints.txt etcd3gw 2022-05-18 09:38:40.948 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-05-18 09:38:40.948 | from cryptography.utils import int_from_bytes 2022-05-18 09:38:40.948 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-05-18 09:38:40.948 | from cryptography.utils import int_from_bytes 2022-05-18 09:38:42.136 | Looking in indexes: http://10.100.0.9:8080/cloudbase/CI/+simple/ 2022-05-18 09:38:42.168 | Requirement already satisfied: etcd3gw in /usr/local/lib/python3.8/dist-packages (1.0.2) 2022-05-18 09:38:42.175 | Requirement already satisfied: pbr>=2.0 in /usr/local/lib/python3.8/dist-packages (from etcd3gw) (5.9.0) 2022-05-18 09:38:42.176 | Requirement already satisfied: futurist>=0.16.0 in /usr/local/lib/python3.8/dist-packages (from etcd3gw) (2.4.1) 2022-05-18 09:38:42.177 | Requirement already satisfied: requests>=2.20.0 in /usr/local/lib/python3.8/dist-packages (from etcd3gw) (2.27.1) 2022-05-18 09:38:42.205 | Requirement already satisfied: urllib3<1.27,>=1.21.1 in /usr/local/lib/python3.8/dist-packages (from requests>=2.20.0->etcd3gw) (1.26.9) 2022-05-18 09:38:42.208 | Requirement already satisfied: idna<4,>=2.5 in /usr/local/lib/python3.8/dist-packages (from requests>=2.20.0->etcd3gw) (3.3) 2022-05-18 09:38:42.210 | Requirement already satisfied: charset-normalizer~=2.0.0 in /usr/local/lib/python3.8/dist-packages (from requests>=2.20.0->etcd3gw) (2.0.12) 2022-05-18 09:38:42.211 | Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3/dist-packages (from requests>=2.20.0->etcd3gw) (2019.11.28) 2022-05-18 09:38:44.752 | WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv 2022-05-18 09:38:44.759 | WARNING: You are using pip version 21.3.1; however, version 22.1 is available. 2022-05-18 09:38:44.759 | You should consider upgrading via the '/usr/bin/python3.8 -m pip install --upgrade pip' command. 2022-05-18 09:38:44.875 | + inc/python:pip_install:200 : result=0 2022-05-18 09:38:44.877 | + inc/python:pip_install:202 : time_stop pip_install 2022-05-18 09:38:44.879 | + functions-common:time_stop:2437 : local name 2022-05-18 09:38:44.881 | + functions-common:time_stop:2438 : local end_time 2022-05-18 09:38:44.884 | + functions-common:time_stop:2439 : local elapsed_time 2022-05-18 09:38:44.886 | + functions-common:time_stop:2440 : local total 2022-05-18 09:38:44.889 | + functions-common:time_stop:2441 : local start_time 2022-05-18 09:38:44.891 | + functions-common:time_stop:2443 : name=pip_install 2022-05-18 09:38:44.893 | + functions-common:time_stop:2444 : start_time=1652866720072 2022-05-18 09:38:44.895 | + functions-common:time_stop:2446 : [[ -z 1652866720072 ]] 2022-05-18 09:38:44.898 | ++ functions-common:time_stop:2449 : date +%s%3N 2022-05-18 09:38:44.903 | + functions-common:time_stop:2449 : end_time=1652866724900 2022-05-18 09:38:44.905 | + functions-common:time_stop:2450 : elapsed_time=4828 2022-05-18 09:38:44.907 | + functions-common:time_stop:2451 : total=31952 2022-05-18 09:38:44.909 | + functions-common:time_stop:2453 : _TIME_START[$name]= 2022-05-18 09:38:44.912 | + functions-common:time_stop:2454 : _TIME_TOTAL[$name]=36780 2022-05-18 09:38:44.914 | + inc/python:pip_install:203 : return 0 2022-05-18 09:38:44.916 | + ./stack.sh:main:880 : install_apache_uwsgi 2022-05-18 09:38:44.919 | + lib/apache:install_apache_uwsgi:85 : local apxs=apxs2 2022-05-18 09:38:44.921 | + lib/apache:install_apache_uwsgi:86 : is_fedora 2022-05-18 09:38:44.924 | + functions-common:is_fedora:524 : [[ -z Ubuntu ]] 2022-05-18 09:38:44.926 | + functions-common:is_fedora:528 : '[' Ubuntu = Fedora ']' 2022-05-18 09:38:44.929 | + functions-common:is_fedora:528 : '[' Ubuntu = 'Red Hat' ']' 2022-05-18 09:38:44.931 | + functions-common:is_fedora:529 : '[' Ubuntu = openEuler ']' 2022-05-18 09:38:44.934 | + functions-common:is_fedora:530 : '[' Ubuntu = RedHatEnterpriseServer ']' 2022-05-18 09:38:44.936 | + functions-common:is_fedora:531 : '[' Ubuntu = RedHatEnterprise ']' 2022-05-18 09:38:44.939 | + functions-common:is_fedora:532 : '[' Ubuntu = CentOS ']' 2022-05-18 09:38:44.941 | + functions-common:is_fedora:532 : '[' Ubuntu = CentOSStream ']' 2022-05-18 09:38:44.943 | + functions-common:is_fedora:533 : '[' Ubuntu = AlmaLinux ']' 2022-05-18 09:38:44.946 | + functions-common:is_fedora:534 : '[' Ubuntu = OracleServer ']' 2022-05-18 09:38:44.949 | + functions-common:is_fedora:534 : '[' Ubuntu = Virtuozzo ']' 2022-05-18 09:38:44.951 | + lib/apache:install_apache_uwsgi:90 : is_ubuntu 2022-05-18 09:38:44.953 | + functions-common:is_ubuntu:573 : [[ -z deb ]] 2022-05-18 09:38:44.956 | + functions-common:is_ubuntu:576 : '[' deb = deb ']' 2022-05-18 09:38:44.958 | + lib/apache:install_apache_uwsgi:91 : local 'pkg_list=uwsgi uwsgi-plugin-python3 libapache2-mod-proxy-uwsgi' 2022-05-18 09:38:44.960 | + lib/apache:install_apache_uwsgi:92 : install_package uwsgi uwsgi-plugin-python3 libapache2-mod-proxy-uwsgi 2022-05-18 09:38:44.963 | + functions-common:install_package:1475 : update_package_repo 2022-05-18 09:38:44.966 | + functions-common:update_package_repo:1447 : NO_UPDATE_REPOS=False 2022-05-18 09:38:44.968 | + functions-common:update_package_repo:1448 : REPOS_UPDATED=True 2022-05-18 09:38:44.970 | + functions-common:update_package_repo:1449 : RETRY_UPDATE=False 2022-05-18 09:38:44.973 | + functions-common:update_package_repo:1451 : [[ False = \T\r\u\e ]] 2022-05-18 09:38:44.975 | + functions-common:update_package_repo:1455 : is_ubuntu 2022-05-18 09:38:44.977 | + functions-common:is_ubuntu:573 : [[ -z deb ]] 2022-05-18 09:38:44.980 | + functions-common:is_ubuntu:576 : '[' deb = deb ']' 2022-05-18 09:38:44.982 | + functions-common:update_package_repo:1456 : apt_get_update 2022-05-18 09:38:44.984 | + functions-common:apt_get_update:1201 : [[ True == \T\r\u\e ]] 2022-05-18 09:38:44.987 | + functions-common:apt_get_update:1201 : [[ False != \T\r\u\e ]] 2022-05-18 09:38:44.989 | + functions-common:apt_get_update:1202 : return 2022-05-18 09:38:44.991 | + functions-common:install_package:1476 : real_install_package uwsgi uwsgi-plugin-python3 libapache2-mod-proxy-uwsgi 2022-05-18 09:38:44.993 | + functions-common:real_install_package:1461 : is_ubuntu 2022-05-18 09:38:44.996 | + functions-common:is_ubuntu:573 : [[ -z deb ]] 2022-05-18 09:38:44.999 | + functions-common:is_ubuntu:576 : '[' deb = deb ']' 2022-05-18 09:38:45.001 | + functions-common:real_install_package:1462 : apt_get install uwsgi uwsgi-plugin-python3 libapache2-mod-proxy-uwsgi 2022-05-18 09:38:45.023 | + functions-common:apt_get:1242 : 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-05-18 09:38:45.132 | Reading package lists... 2022-05-18 09:38:45.380 | Building dependency tree... 2022-05-18 09:38:45.381 | Reading state information... 2022-05-18 09:38:45.637 | uwsgi is already the newest version (2.0.18-11ubuntu1). 2022-05-18 09:38:45.637 | uwsgi-plugin-python3 is already the newest version (2.0.18-11ubuntu1). 2022-05-18 09:38:45.637 | libapache2-mod-proxy-uwsgi is already the newest version (2.4.41-4ubuntu3.10). 2022-05-18 09:38:45.637 | The following packages were automatically installed and are no longer required: 2022-05-18 09:38:45.639 | apport-symptoms libnetplan0 python3-automat python3-blinker python3-click 2022-05-18 09:38:45.639 | python3-colorama python3-configobj python3-constantly python3-entrypoints 2022-05-18 09:38:45.639 | python3-hamcrest python3-hyperlink python3-incremental python3-jwt 2022-05-18 09:38:45.639 | python3-keyring python3-lazr.uri python3-oauthlib python3-problem-report 2022-05-18 09:38:45.639 | python3-secretstorage python3-twisted-bin python3-wadllib 2022-05-18 09:38:45.639 | python3-zope.interface 2022-05-18 09:38:45.639 | Use 'sudo apt autoremove' to remove them. 2022-05-18 09:38:45.755 | 0 upgraded, 0 newly installed, 0 to remove and 136 not upgraded. 2022-05-18 09:38:45.759 | + functions-common:apt_get:1246 : result=0 2022-05-18 09:38:45.762 | + functions-common:apt_get:1249 : time_stop apt-get 2022-05-18 09:38:45.764 | + functions-common:time_stop:2437 : local name 2022-05-18 09:38:45.767 | + functions-common:time_stop:2438 : local end_time 2022-05-18 09:38:45.769 | + functions-common:time_stop:2439 : local elapsed_time 2022-05-18 09:38:45.771 | + functions-common:time_stop:2440 : local total 2022-05-18 09:38:45.773 | + functions-common:time_stop:2441 : local start_time 2022-05-18 09:38:45.775 | + functions-common:time_stop:2443 : name=apt-get 2022-05-18 09:38:45.778 | + functions-common:time_stop:2444 : start_time=1652866725020 2022-05-18 09:38:45.780 | + functions-common:time_stop:2446 : [[ -z 1652866725020 ]] 2022-05-18 09:38:45.783 | ++ functions-common:time_stop:2449 : date +%s%3N 2022-05-18 09:38:45.787 | + functions-common:time_stop:2449 : end_time=1652866725784 2022-05-18 09:38:45.789 | + functions-common:time_stop:2450 : elapsed_time=764 2022-05-18 09:38:45.791 | + functions-common:time_stop:2451 : total=4659 2022-05-18 09:38:45.793 | + functions-common:time_stop:2453 : _TIME_START[$name]= 2022-05-18 09:38:45.796 | + functions-common:time_stop:2454 : _TIME_TOTAL[$name]=5423 2022-05-18 09:38:45.798 | + functions-common:apt_get:1250 : return 0 2022-05-18 09:38:45.800 | + lib/apache:install_apache_uwsgi:128 : is_ubuntu 2022-05-18 09:38:45.803 | + functions-common:is_ubuntu:573 : [[ -z deb ]] 2022-05-18 09:38:45.805 | + functions-common:is_ubuntu:576 : '[' deb = deb ']' 2022-05-18 09:38:45.807 | + lib/apache:install_apache_uwsgi:130 : sudo a2enmod proxy 2022-05-18 09:38:45.869 | Module proxy already enabled 2022-05-18 09:38:45.873 | + lib/apache:install_apache_uwsgi:131 : sudo a2enmod proxy_uwsgi 2022-05-18 09:38:45.938 | Considering dependency proxy for proxy_uwsgi: 2022-05-18 09:38:45.938 | Module proxy already enabled 2022-05-18 09:38:45.938 | Module proxy_uwsgi already enabled 2022-05-18 09:38:45.943 | + lib/apache:install_apache_uwsgi:137 : restart_apache_server 2022-05-18 09:38:45.946 | + lib/apache:restart_apache_server:250 : restart_service apache2 2022-05-18 09:38:45.949 | + functions-common:restart_service:2321 : '[' -x /bin/systemctl ']' 2022-05-18 09:38:45.951 | + functions-common:restart_service:2322 : sudo /bin/systemctl restart apache2 2022-05-18 09:38:46.086 | + ./stack.sh:main:883 : install_keystoneauth 2022-05-18 09:38:46.088 | + lib/keystone:install_keystoneauth:498 : use_library_from_git keystoneauth 2022-05-18 09:38:46.091 | + inc/python:use_library_from_git:250 : local name=keystoneauth 2022-05-18 09:38:46.093 | + inc/python:use_library_from_git:251 : local enabled=1 2022-05-18 09:38:46.095 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2022-05-18 09:38:46.098 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,keystoneauth, ]] 2022-05-18 09:38:46.100 | + inc/python:use_library_from_git:253 : return 1 2022-05-18 09:38:46.102 | + ./stack.sh:main:884 : install_keystoneclient 2022-05-18 09:38:46.105 | + lib/keystone:install_keystoneclient:506 : use_library_from_git python-keystoneclient 2022-05-18 09:38:46.108 | + inc/python:use_library_from_git:250 : local name=python-keystoneclient 2022-05-18 09:38:46.110 | + inc/python:use_library_from_git:251 : local enabled=1 2022-05-18 09:38:46.112 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2022-05-18 09:38:46.115 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,python-keystoneclient, ]] 2022-05-18 09:38:46.117 | + inc/python:use_library_from_git:253 : return 1 2022-05-18 09:38:46.119 | + ./stack.sh:main:885 : install_glanceclient 2022-05-18 09:38:46.122 | + lib/glance:install_glanceclient:498 : use_library_from_git python-glanceclient 2022-05-18 09:38:46.126 | + inc/python:use_library_from_git:250 : local name=python-glanceclient 2022-05-18 09:38:46.128 | + inc/python:use_library_from_git:251 : local enabled=1 2022-05-18 09:38:46.131 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2022-05-18 09:38:46.133 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,python-glanceclient, ]] 2022-05-18 09:38:46.136 | + inc/python:use_library_from_git:253 : return 1 2022-05-18 09:38:46.138 | + ./stack.sh:main:886 : install_cinderclient 2022-05-18 09:38:46.140 | + lib/cinder:install_cinderclient:484 : use_library_from_git python-brick-cinderclient-ext 2022-05-18 09:38:46.143 | + inc/python:use_library_from_git:250 : local name=python-brick-cinderclient-ext 2022-05-18 09:38:46.145 | + inc/python:use_library_from_git:251 : local enabled=1 2022-05-18 09:38:46.148 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2022-05-18 09:38:46.150 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,python-brick-cinderclient-ext, ]] 2022-05-18 09:38:46.152 | + inc/python:use_library_from_git:253 : return 1 2022-05-18 09:38:46.155 | + lib/cinder:install_cinderclient:489 : use_library_from_git python-cinderclient 2022-05-18 09:38:46.157 | + inc/python:use_library_from_git:250 : local name=python-cinderclient 2022-05-18 09:38:46.160 | + inc/python:use_library_from_git:251 : local enabled=1 2022-05-18 09:38:46.162 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2022-05-18 09:38:46.164 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,python-cinderclient, ]] 2022-05-18 09:38:46.166 | + inc/python:use_library_from_git:253 : return 1 2022-05-18 09:38:46.169 | + ./stack.sh:main:887 : install_novaclient 2022-05-18 09:38:46.172 | + lib/nova:install_novaclient:882 : use_library_from_git python-novaclient 2022-05-18 09:38:46.174 | + inc/python:use_library_from_git:250 : local name=python-novaclient 2022-05-18 09:38:46.176 | + inc/python:use_library_from_git:251 : local enabled=1 2022-05-18 09:38:46.179 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2022-05-18 09:38:46.181 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,python-novaclient, ]] 2022-05-18 09:38:46.184 | + inc/python:use_library_from_git:253 : return 1 2022-05-18 09:38:46.186 | + ./stack.sh:main:888 : is_service_enabled swift glance horizon 2022-05-18 09:38:46.203 | + functions-common:is_service_enabled:2093 : return 0 2022-05-18 09:38:46.206 | + ./stack.sh:main:889 : install_swiftclient 2022-05-18 09:38:46.208 | + lib/swift:install_swiftclient:728 : use_library_from_git python-swiftclient 2022-05-18 09:38:46.210 | + inc/python:use_library_from_git:250 : local name=python-swiftclient 2022-05-18 09:38:46.213 | + inc/python:use_library_from_git:251 : local enabled=1 2022-05-18 09:38:46.215 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2022-05-18 09:38:46.217 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,python-swiftclient, ]] 2022-05-18 09:38:46.220 | + inc/python:use_library_from_git:253 : return 1 2022-05-18 09:38:46.222 | + ./stack.sh:main:891 : is_service_enabled neutron nova horizon 2022-05-18 09:38:46.239 | + functions-common:is_service_enabled:2093 : return 0 2022-05-18 09:38:46.242 | + ./stack.sh:main:892 : install_neutronclient 2022-05-18 09:38:46.244 | + lib/neutron:install_neutronclient:452 : use_library_from_git python-neutronclient 2022-05-18 09:38:46.247 | + inc/python:use_library_from_git:250 : local name=python-neutronclient 2022-05-18 09:38:46.249 | + inc/python:use_library_from_git:251 : local enabled=1 2022-05-18 09:38:46.252 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2022-05-18 09:38:46.254 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,python-neutronclient, ]] 2022-05-18 09:38:46.256 | + inc/python:use_library_from_git:253 : return 1 2022-05-18 09:38:46.259 | + ./stack.sh:main:896 : install_keystonemiddleware 2022-05-18 09:38:46.261 | + lib/keystone:install_keystonemiddleware:516 : use_library_from_git keystonemiddleware 2022-05-18 09:38:46.263 | + inc/python:use_library_from_git:250 : local name=keystonemiddleware 2022-05-18 09:38:46.266 | + inc/python:use_library_from_git:251 : local enabled=1 2022-05-18 09:38:46.269 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2022-05-18 09:38:46.271 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,keystonemiddleware, ]] 2022-05-18 09:38:46.274 | + inc/python:use_library_from_git:253 : return 1 2022-05-18 09:38:46.276 | + lib/keystone:install_keystonemiddleware:521 : pip_install_gr keystonemiddleware 2022-05-18 09:38:46.278 | + inc/python:pip_install_gr:76 : local name=keystonemiddleware 2022-05-18 09:38:46.281 | + inc/python:pip_install_gr:77 : local clean_name 2022-05-18 09:38:46.284 | ++ inc/python:pip_install_gr:78 : get_from_global_requirements keystonemiddleware 2022-05-18 09:38:46.286 | ++ inc/python:get_from_global_requirements:225 : local package=keystonemiddleware 2022-05-18 09:38:46.289 | ++ inc/python:get_from_global_requirements:226 : local required_pkg 2022-05-18 09:38:46.293 | +++ inc/python:get_from_global_requirements:227 : grep -i -h '^keystonemiddleware' /opt/stack/requirements/global-requirements.txt 2022-05-18 09:38:46.293 | +++ inc/python:get_from_global_requirements:227 : cut -d# -f1 2022-05-18 09:38:46.299 | ++ inc/python:get_from_global_requirements:227 : required_pkg='keystonemiddleware ' 2022-05-18 09:38:46.301 | ++ inc/python:get_from_global_requirements:228 : [[ keystonemiddleware == '' ]] 2022-05-18 09:38:46.303 | ++ inc/python:get_from_global_requirements:231 : echo keystonemiddleware 2022-05-18 09:38:46.306 | + inc/python:pip_install_gr:78 : clean_name=keystonemiddleware 2022-05-18 09:38:46.309 | + inc/python:pip_install_gr:79 : pip_install keystonemiddleware 2022-05-18 09:38:46.330 | Using python 3.8 to install keystonemiddleware 2022-05-18 09:38:46.332 | + inc/python:pip_install:193 : sudo -H LC_ALL=en_US.UTF-8 SETUPTOOLS_USE_DISTUTILS=stdlib http_proxy= https_proxy= no_proxy= PIP_FIND_LINKS= SETUPTOOLS_SYS_PATH_TECHNIQUE=rewrite python3.8 -m pip install -c /opt/stack/requirements/upper-constraints.txt keystonemiddleware 2022-05-18 09:38:47.190 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-05-18 09:38:47.190 | from cryptography.utils import int_from_bytes 2022-05-18 09:38:47.190 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-05-18 09:38:47.190 | from cryptography.utils import int_from_bytes 2022-05-18 09:38:48.381 | Looking in indexes: http://10.100.0.9:8080/cloudbase/CI/+simple/ 2022-05-18 09:38:48.414 | Requirement already satisfied: keystonemiddleware in /usr/local/lib/python3.8/dist-packages (9.4.0) 2022-05-18 09:38:48.467 | Requirement already satisfied: oslo.log>=3.36.0 in /usr/local/lib/python3.8/dist-packages (from keystonemiddleware) (4.7.0) 2022-05-18 09:38:48.468 | Requirement already satisfied: WebOb>=1.7.1 in /usr/local/lib/python3.8/dist-packages (from keystonemiddleware) (1.8.7) 2022-05-18 09:38:48.469 | Requirement already satisfied: oslo.cache>=1.26.0 in /usr/local/lib/python3.8/dist-packages (from keystonemiddleware) (2.11.0) 2022-05-18 09:38:48.471 | Requirement already satisfied: oslo.utils>=3.33.0 in /usr/local/lib/python3.8/dist-packages (from keystonemiddleware) (4.13.0) 2022-05-18 09:38:48.472 | Requirement already satisfied: pycadf!=2.0.0,>=1.1.0 in /usr/local/lib/python3.8/dist-packages (from keystonemiddleware) (3.1.1) 2022-05-18 09:38:48.473 | Requirement already satisfied: oslo.i18n>=3.15.3 in /usr/local/lib/python3.8/dist-packages (from keystonemiddleware) (5.1.0) 2022-05-18 09:38:48.474 | Requirement already satisfied: oslo.context>=2.19.2 in /usr/local/lib/python3.8/dist-packages (from keystonemiddleware) (4.1.0) 2022-05-18 09:38:48.475 | Requirement already satisfied: oslo.config>=5.2.0 in /usr/local/lib/python3.8/dist-packages (from keystonemiddleware) (8.8.0) 2022-05-18 09:38:48.476 | Requirement already satisfied: pbr!=2.1.0,>=2.0.0 in /usr/local/lib/python3.8/dist-packages (from keystonemiddleware) (5.9.0) 2022-05-18 09:38:48.477 | Requirement already satisfied: requests>=2.14.2 in /usr/local/lib/python3.8/dist-packages (from keystonemiddleware) (2.27.1) 2022-05-18 09:38:48.478 | Requirement already satisfied: six>=1.10.0 in /usr/local/lib/python3.8/dist-packages (from keystonemiddleware) (1.16.0) 2022-05-18 09:38:48.479 | Requirement already satisfied: oslo.serialization!=2.19.1,>=2.18.0 in /usr/local/lib/python3.8/dist-packages (from keystonemiddleware) (4.3.0) 2022-05-18 09:38:48.481 | Requirement already satisfied: python-keystoneclient>=3.20.0 in /usr/local/lib/python3.8/dist-packages (from keystonemiddleware) (4.4.0) 2022-05-18 09:38:48.482 | Requirement already satisfied: keystoneauth1>=3.12.0 in /usr/local/lib/python3.8/dist-packages (from keystonemiddleware) (4.5.0) 2022-05-18 09:38:48.539 | Requirement already satisfied: iso8601>=0.1.11 in /usr/local/lib/python3.8/dist-packages (from keystoneauth1>=3.12.0->keystonemiddleware) (1.0.2) 2022-05-18 09:38:48.540 | Requirement already satisfied: stevedore>=1.20.0 in /usr/local/lib/python3.8/dist-packages (from keystoneauth1>=3.12.0->keystonemiddleware) (3.5.0) 2022-05-18 09:38:48.542 | Requirement already satisfied: os-service-types>=1.2.0 in /usr/local/lib/python3.8/dist-packages (from keystoneauth1>=3.12.0->keystonemiddleware) (1.7.0) 2022-05-18 09:38:48.581 | Requirement already satisfied: dogpile.cache>=1.1.5 in /usr/local/lib/python3.8/dist-packages (from oslo.cache>=1.26.0->keystonemiddleware) (1.1.5) 2022-05-18 09:38:48.621 | Requirement already satisfied: debtcollector>=1.2.0 in /usr/local/lib/python3.8/dist-packages (from oslo.config>=5.2.0->keystonemiddleware) (2.5.0) 2022-05-18 09:38:48.622 | Requirement already satisfied: rfc3986>=1.2.0 in /usr/local/lib/python3.8/dist-packages (from oslo.config>=5.2.0->keystonemiddleware) (1.5.0) 2022-05-18 09:38:48.623 | Requirement already satisfied: netaddr>=0.7.18 in /usr/local/lib/python3.8/dist-packages (from oslo.config>=5.2.0->keystonemiddleware) (0.8.0) 2022-05-18 09:38:48.625 | Requirement already satisfied: PyYAML>=5.1 in /usr/local/lib/python3.8/dist-packages (from oslo.config>=5.2.0->keystonemiddleware) (6.0) 2022-05-18 09:38:48.674 | Requirement already satisfied: pyinotify>=0.9.6 in /usr/local/lib/python3.8/dist-packages (from oslo.log>=3.36.0->keystonemiddleware) (0.9.6) 2022-05-18 09:38:48.677 | Requirement already satisfied: python-dateutil>=2.7.0 in /usr/local/lib/python3.8/dist-packages (from oslo.log>=3.36.0->keystonemiddleware) (2.8.2) 2022-05-18 09:38:48.686 | Requirement already satisfied: pytz>=2013.6 in /usr/local/lib/python3.8/dist-packages (from oslo.serialization!=2.19.1,>=2.18.0->keystonemiddleware) (2022.1) 2022-05-18 09:38:48.687 | Requirement already satisfied: msgpack>=0.5.2 in /usr/local/lib/python3.8/dist-packages (from oslo.serialization!=2.19.1,>=2.18.0->keystonemiddleware) (1.0.3) 2022-05-18 09:38:48.702 | Requirement already satisfied: packaging>=20.4 in /usr/local/lib/python3.8/dist-packages (from oslo.utils>=3.33.0->keystonemiddleware) (21.3) 2022-05-18 09:38:48.704 | Requirement already satisfied: netifaces>=0.10.4 in /usr/local/lib/python3.8/dist-packages (from oslo.utils>=3.33.0->keystonemiddleware) (0.11.0) 2022-05-18 09:38:48.705 | Requirement already satisfied: pyparsing>=2.1.0 in /usr/local/lib/python3.8/dist-packages (from oslo.utils>=3.33.0->keystonemiddleware) (3.0.9) 2022-05-18 09:38:48.768 | Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3/dist-packages (from requests>=2.14.2->keystonemiddleware) (2019.11.28) 2022-05-18 09:38:48.771 | Requirement already satisfied: charset-normalizer~=2.0.0 in /usr/local/lib/python3.8/dist-packages (from requests>=2.14.2->keystonemiddleware) (2.0.12) 2022-05-18 09:38:48.773 | Requirement already satisfied: idna<4,>=2.5 in /usr/local/lib/python3.8/dist-packages (from requests>=2.14.2->keystonemiddleware) (3.3) 2022-05-18 09:38:48.774 | Requirement already satisfied: urllib3<1.27,>=1.21.1 in /usr/local/lib/python3.8/dist-packages (from requests>=2.14.2->keystonemiddleware) (1.26.9) 2022-05-18 09:38:48.824 | Requirement already satisfied: wrapt>=1.7.0 in /usr/local/lib/python3.8/dist-packages (from debtcollector>=1.2.0->oslo.config>=5.2.0->keystonemiddleware) (1.14.1) 2022-05-18 09:38:48.836 | Requirement already satisfied: decorator>=4.0.0 in /usr/local/lib/python3.8/dist-packages (from dogpile.cache>=1.1.5->oslo.cache>=1.26.0->keystonemiddleware) (5.1.1) 2022-05-18 09:38:51.282 | WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv 2022-05-18 09:38:51.290 | WARNING: You are using pip version 21.3.1; however, version 22.1 is available. 2022-05-18 09:38:51.290 | You should consider upgrading via the '/usr/bin/python3.8 -m pip install --upgrade pip' command. 2022-05-18 09:38:51.413 | + inc/python:pip_install:200 : result=0 2022-05-18 09:38:51.416 | + inc/python:pip_install:202 : time_stop pip_install 2022-05-18 09:38:51.418 | + functions-common:time_stop:2437 : local name 2022-05-18 09:38:51.421 | + functions-common:time_stop:2438 : local end_time 2022-05-18 09:38:51.423 | + functions-common:time_stop:2439 : local elapsed_time 2022-05-18 09:38:51.425 | + functions-common:time_stop:2440 : local total 2022-05-18 09:38:51.427 | + functions-common:time_stop:2441 : local start_time 2022-05-18 09:38:51.429 | + functions-common:time_stop:2443 : name=pip_install 2022-05-18 09:38:51.432 | + functions-common:time_stop:2444 : start_time=1652866726324 2022-05-18 09:38:51.435 | + functions-common:time_stop:2446 : [[ -z 1652866726324 ]] 2022-05-18 09:38:51.438 | ++ functions-common:time_stop:2449 : date +%s%3N 2022-05-18 09:38:51.442 | + functions-common:time_stop:2449 : end_time=1652866731439 2022-05-18 09:38:51.444 | + functions-common:time_stop:2450 : elapsed_time=5115 2022-05-18 09:38:51.446 | + functions-common:time_stop:2451 : total=36780 2022-05-18 09:38:51.449 | + functions-common:time_stop:2453 : _TIME_START[$name]= 2022-05-18 09:38:51.451 | + functions-common:time_stop:2454 : _TIME_TOTAL[$name]=41895 2022-05-18 09:38:51.453 | + inc/python:pip_install:203 : return 0 2022-05-18 09:38:51.456 | + lib/keystone:install_keystonemiddleware:525 : pip_install_gr python-memcached 2022-05-18 09:38:51.458 | + inc/python:pip_install_gr:76 : local name=python-memcached 2022-05-18 09:38:51.460 | + inc/python:pip_install_gr:77 : local clean_name 2022-05-18 09:38:51.463 | ++ inc/python:pip_install_gr:78 : get_from_global_requirements python-memcached 2022-05-18 09:38:51.466 | ++ inc/python:get_from_global_requirements:225 : local package=python-memcached 2022-05-18 09:38:51.468 | ++ inc/python:get_from_global_requirements:226 : local required_pkg 2022-05-18 09:38:51.472 | +++ inc/python:get_from_global_requirements:227 : grep -i -h '^python-memcached' /opt/stack/requirements/global-requirements.txt 2022-05-18 09:38:51.472 | +++ inc/python:get_from_global_requirements:227 : cut -d# -f1 2022-05-18 09:38:51.477 | ++ inc/python:get_from_global_requirements:227 : required_pkg='python-memcached ' 2022-05-18 09:38:51.480 | ++ inc/python:get_from_global_requirements:228 : [[ python-memcached == '' ]] 2022-05-18 09:38:51.482 | ++ inc/python:get_from_global_requirements:231 : echo python-memcached 2022-05-18 09:38:51.485 | + inc/python:pip_install_gr:78 : clean_name=python-memcached 2022-05-18 09:38:51.487 | + inc/python:pip_install_gr:79 : pip_install python-memcached 2022-05-18 09:38:51.509 | Using python 3.8 to install python-memcached 2022-05-18 09:38:51.511 | + inc/python:pip_install:193 : sudo -H LC_ALL=en_US.UTF-8 SETUPTOOLS_USE_DISTUTILS=stdlib http_proxy= https_proxy= no_proxy= PIP_FIND_LINKS= SETUPTOOLS_SYS_PATH_TECHNIQUE=rewrite python3.8 -m pip install -c /opt/stack/requirements/upper-constraints.txt python-memcached 2022-05-18 09:38:52.389 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-05-18 09:38:52.389 | from cryptography.utils import int_from_bytes 2022-05-18 09:38:52.389 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-05-18 09:38:52.390 | from cryptography.utils import int_from_bytes 2022-05-18 09:38:53.557 | Looking in indexes: http://10.100.0.9:8080/cloudbase/CI/+simple/ 2022-05-18 09:38:53.588 | Requirement already satisfied: python-memcached in /usr/local/lib/python3.8/dist-packages (1.59) 2022-05-18 09:38:53.592 | Requirement already satisfied: six>=1.4.0 in /usr/local/lib/python3.8/dist-packages (from python-memcached) (1.16.0) 2022-05-18 09:38:56.062 | WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv 2022-05-18 09:38:56.069 | WARNING: You are using pip version 21.3.1; however, version 22.1 is available. 2022-05-18 09:38:56.069 | You should consider upgrading via the '/usr/bin/python3.8 -m pip install --upgrade pip' command. 2022-05-18 09:38:56.184 | + inc/python:pip_install:200 : result=0 2022-05-18 09:38:56.186 | + inc/python:pip_install:202 : time_stop pip_install 2022-05-18 09:38:56.188 | + functions-common:time_stop:2437 : local name 2022-05-18 09:38:56.191 | + functions-common:time_stop:2438 : local end_time 2022-05-18 09:38:56.193 | + functions-common:time_stop:2439 : local elapsed_time 2022-05-18 09:38:56.195 | + functions-common:time_stop:2440 : local total 2022-05-18 09:38:56.197 | + functions-common:time_stop:2441 : local start_time 2022-05-18 09:38:56.200 | + functions-common:time_stop:2443 : name=pip_install 2022-05-18 09:38:56.202 | + functions-common:time_stop:2444 : start_time=1652866731503 2022-05-18 09:38:56.205 | + functions-common:time_stop:2446 : [[ -z 1652866731503 ]] 2022-05-18 09:38:56.208 | ++ functions-common:time_stop:2449 : date +%s%3N 2022-05-18 09:38:56.212 | + functions-common:time_stop:2449 : end_time=1652866736210 2022-05-18 09:38:56.215 | + functions-common:time_stop:2450 : elapsed_time=4707 2022-05-18 09:38:56.217 | + functions-common:time_stop:2451 : total=41895 2022-05-18 09:38:56.220 | + functions-common:time_stop:2453 : _TIME_START[$name]= 2022-05-18 09:38:56.222 | + functions-common:time_stop:2454 : _TIME_TOTAL[$name]=46602 2022-05-18 09:38:56.224 | + inc/python:pip_install:203 : return 0 2022-05-18 09:38:56.227 | + ./stack.sh:main:898 : is_service_enabled keystone 2022-05-18 09:38:56.243 | + functions-common:is_service_enabled:2093 : return 0 2022-05-18 09:38:56.246 | + ./stack.sh:main:899 : '[' 10.222.0.71 == 10.222.0.71 ']' 2022-05-18 09:38:56.248 | + ./stack.sh:main:900 : stack_install_service keystone 2022-05-18 09:38:56.251 | + lib/stack:stack_install_service:20 : local service=keystone 2022-05-18 09:38:56.253 | + lib/stack:stack_install_service:21 : type install_keystone 2022-05-18 09:38:56.255 | + lib/stack:stack_install_service:23 : [[ False = True ]] 2022-05-18 09:38:56.258 | + lib/stack:stack_install_service:32 : install_keystone 2022-05-18 09:38:56.261 | + lib/keystone:install_keystone:531 : is_service_enabled ldap 2022-05-18 09:38:56.276 | + functions-common:is_service_enabled:2093 : return 1 2022-05-18 09:38:56.278 | + lib/keystone:install_keystone:535 : git_clone https://opendev.org/openstack/keystone.git /opt/stack/keystone master 2022-05-18 09:38:56.281 | + functions-common:git_clone:608 : local git_remote=https://opendev.org/openstack/keystone.git 2022-05-18 09:38:56.283 | + functions-common:git_clone:609 : local git_dest=/opt/stack/keystone 2022-05-18 09:38:56.285 | + functions-common:git_clone:610 : local git_ref=master 2022-05-18 09:38:56.287 | + functions-common:git_clone:611 : local orig_dir 2022-05-18 09:38:56.290 | ++ functions-common:git_clone:612 : pwd 2022-05-18 09:38:56.292 | + functions-common:git_clone:612 : orig_dir=/home/ubuntu/devstack 2022-05-18 09:38:56.294 | + functions-common:git_clone:613 : local git_clone_flags= 2022-05-18 09:38:56.297 | ++ functions-common:git_clone:615 : trueorfalse False RECLONE 2022-05-18 09:38:56.313 | + functions-common:git_clone:615 : RECLONE=False 2022-05-18 09:38:56.315 | + functions-common:git_clone:616 : [[ 0 -gt 0 ]] 2022-05-18 09:38:56.317 | + functions-common:git_clone:620 : [[ False = \T\r\u\e ]] 2022-05-18 09:38:56.320 | + functions-common:git_clone:629 : echo master 2022-05-18 09:38:56.320 | + functions-common:git_clone:629 : egrep -q '^refs' 2022-05-18 09:38:56.326 | + functions-common:git_clone:643 : [[ ! -d /opt/stack/keystone ]] 2022-05-18 09:38:56.328 | + functions-common:git_clone:651 : [[ False = \T\r\u\e ]] 2022-05-18 09:38:56.330 | + functions-common:git_clone:686 : sudo git config --system --add safe.directory /opt/stack/keystone 2022-05-18 09:38:56.343 | + functions-common:git_clone:689 : cd /opt/stack/keystone 2022-05-18 09:38:56.345 | + functions-common:git_clone:690 : git show --oneline 2022-05-18 09:38:56.346 | + functions-common:git_clone:690 : head -1 2022-05-18 09:38:56.350 | 1561da645 Drop lower-constraints.txt and its testing 2022-05-18 09:38:56.352 | + functions-common:git_clone:691 : cd /home/ubuntu/devstack 2022-05-18 09:38:56.354 | + lib/keystone:install_keystone:536 : setup_develop /opt/stack/keystone 2022-05-18 09:38:56.357 | + inc/python:setup_develop:338 : local bindep 2022-05-18 09:38:56.359 | + inc/python:setup_develop:339 : [[ /opt/stack/keystone == -bindep* ]] 2022-05-18 09:38:56.361 | + inc/python:setup_develop:343 : local project_dir=/opt/stack/keystone 2022-05-18 09:38:56.363 | + inc/python:setup_develop:344 : local extras= 2022-05-18 09:38:56.366 | + inc/python:setup_develop:345 : _setup_package_with_constraints_edit /opt/stack/keystone -e 2022-05-18 09:38:56.368 | + inc/python:_setup_package_with_constraints_edit:364 : local bindep 2022-05-18 09:38:56.371 | + inc/python:_setup_package_with_constraints_edit:365 : [[ /opt/stack/keystone == -bindep* ]] 2022-05-18 09:38:56.373 | + inc/python:_setup_package_with_constraints_edit:369 : local project_dir=/opt/stack/keystone 2022-05-18 09:38:56.376 | + inc/python:_setup_package_with_constraints_edit:370 : local flags=-e 2022-05-18 09:38:56.378 | + inc/python:_setup_package_with_constraints_edit:371 : local extras= 2022-05-18 09:38:56.381 | ++ inc/python:_setup_package_with_constraints_edit:378 : cd /opt/stack/keystone 2022-05-18 09:38:56.383 | ++ inc/python:_setup_package_with_constraints_edit:378 : pwd 2022-05-18 09:38:56.387 | + inc/python:_setup_package_with_constraints_edit:378 : project_dir=/opt/stack/keystone 2022-05-18 09:38:56.389 | + inc/python:_setup_package_with_constraints_edit:380 : '[' -n /opt/stack/requirements ']' 2022-05-18 09:38:56.391 | + inc/python:_setup_package_with_constraints_edit:384 : local name 2022-05-18 09:38:56.394 | ++ inc/python:_setup_package_with_constraints_edit:385 : awk '/^name.*=/ {print $3}' /opt/stack/keystone/setup.cfg 2022-05-18 09:38:56.400 | + inc/python:_setup_package_with_constraints_edit:385 : name=keystone 2022-05-18 09:38:56.403 | + inc/python:_setup_package_with_constraints_edit:387 : /opt/stack/requirements/.venv/bin/edit-constraints /opt/stack/requirements/upper-constraints.txt -- keystone 2022-05-18 09:38:57.084 | + inc/python:_setup_package_with_constraints_edit:390 : setup_package /opt/stack/keystone -e 2022-05-18 09:38:57.087 | + inc/python:setup_package:418 : local bindep=0 2022-05-18 09:38:57.089 | + inc/python:setup_package:419 : local bindep_flag= 2022-05-18 09:38:57.092 | + inc/python:setup_package:420 : local bindep_profiles= 2022-05-18 09:38:57.094 | + inc/python:setup_package:421 : [[ /opt/stack/keystone == -bindep* ]] 2022-05-18 09:38:57.096 | + inc/python:setup_package:426 : local project_dir=/opt/stack/keystone 2022-05-18 09:38:57.098 | + inc/python:setup_package:427 : local flags=-e 2022-05-18 09:38:57.100 | + inc/python:setup_package:428 : local extras= 2022-05-18 09:38:57.103 | + inc/python:setup_package:432 : [[ -n -e ]] 2022-05-18 09:38:57.105 | + inc/python:setup_package:432 : [[ -z '' ]] 2022-05-18 09:38:57.108 | + inc/python:setup_package:432 : [[ ! -e =~ ^-.* ]] 2022-05-18 09:38:57.110 | + inc/python:setup_package:437 : [[ ! -z '' ]] 2022-05-18 09:38:57.112 | + inc/python:setup_package:442 : [[ 0 == 1 ]] 2022-05-18 09:38:57.114 | + inc/python:setup_package:446 : pip_install -e /opt/stack/keystone 2022-05-18 09:38:57.134 | Using python 3.8 to install /opt/stack/keystone 2022-05-18 09:38:57.136 | + inc/python:pip_install:193 : sudo -H LC_ALL=en_US.UTF-8 SETUPTOOLS_USE_DISTUTILS=stdlib http_proxy= https_proxy= no_proxy= PIP_FIND_LINKS= SETUPTOOLS_SYS_PATH_TECHNIQUE=rewrite python3.8 -m pip install -c /opt/stack/requirements/upper-constraints.txt -e /opt/stack/keystone 2022-05-18 09:38:57.989 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-05-18 09:38:57.989 | from cryptography.utils import int_from_bytes 2022-05-18 09:38:57.989 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-05-18 09:38:57.989 | from cryptography.utils import int_from_bytes 2022-05-18 09:38:59.162 | Looking in indexes: http://10.100.0.9:8080/cloudbase/CI/+simple/ 2022-05-18 09:38:59.192 | Obtaining file:///opt/stack/keystone 2022-05-18 09:38:59.192 | Preparing metadata (setup.py): started 2022-05-18 09:39:04.350 | Preparing metadata (setup.py): finished with status 'done' 2022-05-18 09:39:04.427 | Requirement already satisfied: pbr!=2.1.0,>=2.0.0 in /usr/local/lib/python3.8/dist-packages (from keystone==21.1.0.dev13) (5.9.0) 2022-05-18 09:39:04.428 | Requirement already satisfied: WebOb>=1.7.1 in /usr/local/lib/python3.8/dist-packages (from keystone==21.1.0.dev13) (1.8.7) 2022-05-18 09:39:04.429 | Requirement already satisfied: Flask!=0.11,>=1.0.2 in /usr/local/lib/python3.8/dist-packages (from keystone==21.1.0.dev13) (2.1.2) 2022-05-18 09:39:04.430 | Requirement already satisfied: Flask-RESTful>=0.3.5 in /usr/local/lib/python3.8/dist-packages (from keystone==21.1.0.dev13) (0.3.9) 2022-05-18 09:39:04.431 | Requirement already satisfied: cryptography>=2.7 in /usr/local/lib/python3.8/dist-packages (from keystone==21.1.0.dev13) (36.0.2) 2022-05-18 09:39:04.432 | Requirement already satisfied: SQLAlchemy>=1.3.0 in /usr/local/lib/python3.8/dist-packages (from keystone==21.1.0.dev13) (1.4.36) 2022-05-18 09:39:04.433 | Requirement already satisfied: sqlalchemy-migrate>=0.13.0 in /usr/local/lib/python3.8/dist-packages (from keystone==21.1.0.dev13) (0.13.0) 2022-05-18 09:39:04.434 | Requirement already satisfied: stevedore>=1.20.0 in /usr/local/lib/python3.8/dist-packages (from keystone==21.1.0.dev13) (3.5.0) 2022-05-18 09:39:04.435 | Requirement already satisfied: passlib>=1.7.0 in /usr/local/lib/python3.8/dist-packages (from keystone==21.1.0.dev13) (1.7.4) 2022-05-18 09:39:04.436 | Requirement already satisfied: python-keystoneclient>=3.8.0 in /usr/local/lib/python3.8/dist-packages (from keystone==21.1.0.dev13) (4.4.0) 2022-05-18 09:39:04.438 | Requirement already satisfied: keystonemiddleware>=7.0.0 in /usr/local/lib/python3.8/dist-packages (from keystone==21.1.0.dev13) (9.4.0) 2022-05-18 09:39:04.439 | Requirement already satisfied: bcrypt>=3.1.3 in /usr/local/lib/python3.8/dist-packages (from keystone==21.1.0.dev13) (3.2.2) 2022-05-18 09:39:04.440 | Requirement already satisfied: scrypt>=0.8.0 in /usr/local/lib/python3.8/dist-packages (from keystone==21.1.0.dev13) (0.8.20) 2022-05-18 09:39:04.441 | Requirement already satisfied: oslo.cache>=1.26.0 in /usr/local/lib/python3.8/dist-packages (from keystone==21.1.0.dev13) (2.11.0) 2022-05-18 09:39:04.442 | Requirement already satisfied: oslo.config>=6.8.0 in /usr/local/lib/python3.8/dist-packages (from keystone==21.1.0.dev13) (8.8.0) 2022-05-18 09:39:04.443 | Requirement already satisfied: oslo.context>=2.22.0 in /usr/local/lib/python3.8/dist-packages (from keystone==21.1.0.dev13) (4.1.0) 2022-05-18 09:39:04.444 | Requirement already satisfied: oslo.messaging>=5.29.0 in /usr/local/lib/python3.8/dist-packages (from keystone==21.1.0.dev13) (12.14.0) 2022-05-18 09:39:04.445 | Requirement already satisfied: oslo.db>=6.0.0 in /usr/local/lib/python3.8/dist-packages (from keystone==21.1.0.dev13) (11.3.0) 2022-05-18 09:39:04.446 | Requirement already satisfied: oslo.i18n>=3.15.3 in /usr/local/lib/python3.8/dist-packages (from keystone==21.1.0.dev13) (5.1.0) 2022-05-18 09:39:04.448 | Requirement already satisfied: oslo.log>=3.44.0 in /usr/local/lib/python3.8/dist-packages (from keystone==21.1.0.dev13) (4.7.0) 2022-05-18 09:39:04.449 | Requirement already satisfied: oslo.middleware>=3.31.0 in /usr/local/lib/python3.8/dist-packages (from keystone==21.1.0.dev13) (4.5.1) 2022-05-18 09:39:04.450 | Requirement already satisfied: oslo.policy>=3.10.0 in /usr/local/lib/python3.8/dist-packages (from keystone==21.1.0.dev13) (3.12.1) 2022-05-18 09:39:04.451 | Requirement already satisfied: oslo.serialization!=2.19.1,>=2.18.0 in /usr/local/lib/python3.8/dist-packages (from keystone==21.1.0.dev13) (4.3.0) 2022-05-18 09:39:04.452 | Requirement already satisfied: oslo.upgradecheck>=1.3.0 in /usr/local/lib/python3.8/dist-packages (from keystone==21.1.0.dev13) (1.5.0) 2022-05-18 09:39:04.453 | Requirement already satisfied: oslo.utils>=3.33.0 in /usr/local/lib/python3.8/dist-packages (from keystone==21.1.0.dev13) (4.13.0) 2022-05-18 09:39:04.454 | Requirement already satisfied: oauthlib>=0.6.2 in /usr/local/lib/python3.8/dist-packages (from keystone==21.1.0.dev13) (3.2.0) 2022-05-18 09:39:04.455 | Requirement already satisfied: pysaml2>=5.0.0 in /usr/local/lib/python3.8/dist-packages (from keystone==21.1.0.dev13) (7.1.2) 2022-05-18 09:39:04.457 | Requirement already satisfied: PyJWT>=1.6.1 in /usr/local/lib/python3.8/dist-packages (from keystone==21.1.0.dev13) (2.4.0) 2022-05-18 09:39:04.458 | Requirement already satisfied: dogpile.cache>=1.0.2 in /usr/local/lib/python3.8/dist-packages (from keystone==21.1.0.dev13) (1.1.5) 2022-05-18 09:39:04.459 | Requirement already satisfied: jsonschema>=3.2.0 in /usr/lib/python3/dist-packages (from keystone==21.1.0.dev13) (3.2.0) 2022-05-18 09:39:04.460 | Requirement already satisfied: pycadf!=2.0.0,>=1.1.0 in /usr/local/lib/python3.8/dist-packages (from keystone==21.1.0.dev13) (3.1.1) 2022-05-18 09:39:04.461 | Requirement already satisfied: msgpack>=0.5.0 in /usr/local/lib/python3.8/dist-packages (from keystone==21.1.0.dev13) (1.0.3) 2022-05-18 09:39:04.462 | Requirement already satisfied: osprofiler>=1.4.0 in /usr/local/lib/python3.8/dist-packages (from keystone==21.1.0.dev13) (3.4.3) 2022-05-18 09:39:04.463 | Requirement already satisfied: pytz>=2013.6 in /usr/local/lib/python3.8/dist-packages (from keystone==21.1.0.dev13) (2022.1) 2022-05-18 09:39:04.473 | Requirement already satisfied: cffi>=1.1 in /usr/local/lib/python3.8/dist-packages (from bcrypt>=3.1.3->keystone==21.1.0.dev13) (1.15.0) 2022-05-18 09:39:04.517 | Requirement already satisfied: decorator>=4.0.0 in /usr/local/lib/python3.8/dist-packages (from dogpile.cache>=1.0.2->keystone==21.1.0.dev13) (5.1.1) 2022-05-18 09:39:04.535 | Requirement already satisfied: importlib-metadata>=3.6.0 in /usr/local/lib/python3.8/dist-packages (from Flask!=0.11,>=1.0.2->keystone==21.1.0.dev13) (4.11.3) 2022-05-18 09:39:04.536 | Requirement already satisfied: click>=8.0 in /usr/local/lib/python3.8/dist-packages (from Flask!=0.11,>=1.0.2->keystone==21.1.0.dev13) (8.1.3) 2022-05-18 09:39:04.537 | Requirement already satisfied: Jinja2>=3.0 in /usr/local/lib/python3.8/dist-packages (from Flask!=0.11,>=1.0.2->keystone==21.1.0.dev13) (3.1.2) 2022-05-18 09:39:04.538 | Requirement already satisfied: itsdangerous>=2.0 in /usr/local/lib/python3.8/dist-packages (from Flask!=0.11,>=1.0.2->keystone==21.1.0.dev13) (2.1.2) 2022-05-18 09:39:04.539 | Requirement already satisfied: Werkzeug>=2.0 in /usr/local/lib/python3.8/dist-packages (from Flask!=0.11,>=1.0.2->keystone==21.1.0.dev13) (2.1.2) 2022-05-18 09:39:04.548 | Requirement already satisfied: aniso8601>=0.82 in /usr/local/lib/python3.8/dist-packages (from Flask-RESTful>=0.3.5->keystone==21.1.0.dev13) (9.0.1) 2022-05-18 09:39:04.549 | Requirement already satisfied: six>=1.3.0 in /usr/local/lib/python3.8/dist-packages (from Flask-RESTful>=0.3.5->keystone==21.1.0.dev13) (1.16.0) 2022-05-18 09:39:04.612 | Requirement already satisfied: requests>=2.14.2 in /usr/local/lib/python3.8/dist-packages (from keystonemiddleware>=7.0.0->keystone==21.1.0.dev13) (2.27.1) 2022-05-18 09:39:04.614 | Requirement already satisfied: keystoneauth1>=3.12.0 in /usr/local/lib/python3.8/dist-packages (from keystonemiddleware>=7.0.0->keystone==21.1.0.dev13) (4.5.0) 2022-05-18 09:39:04.709 | Requirement already satisfied: rfc3986>=1.2.0 in /usr/local/lib/python3.8/dist-packages (from oslo.config>=6.8.0->keystone==21.1.0.dev13) (1.5.0) 2022-05-18 09:39:04.711 | Requirement already satisfied: PyYAML>=5.1 in /usr/local/lib/python3.8/dist-packages (from oslo.config>=6.8.0->keystone==21.1.0.dev13) (6.0) 2022-05-18 09:39:04.713 | Requirement already satisfied: netaddr>=0.7.18 in /usr/local/lib/python3.8/dist-packages (from oslo.config>=6.8.0->keystone==21.1.0.dev13) (0.8.0) 2022-05-18 09:39:04.714 | Requirement already satisfied: debtcollector>=1.2.0 in /usr/local/lib/python3.8/dist-packages (from oslo.config>=6.8.0->keystone==21.1.0.dev13) (2.5.0) 2022-05-18 09:39:04.768 | Requirement already satisfied: alembic>=0.9.6 in /usr/local/lib/python3.8/dist-packages (from oslo.db>=6.0.0->keystone==21.1.0.dev13) (1.7.7) 2022-05-18 09:39:04.770 | Requirement already satisfied: testscenarios>=0.4 in /usr/local/lib/python3.8/dist-packages (from oslo.db>=6.0.0->keystone==21.1.0.dev13) (0.5.0) 2022-05-18 09:39:04.771 | Requirement already satisfied: testresources>=2.0.0 in /usr/local/lib/python3.8/dist-packages (from oslo.db>=6.0.0->keystone==21.1.0.dev13) (2.0.1) 2022-05-18 09:39:04.822 | Requirement already satisfied: python-dateutil>=2.7.0 in /usr/local/lib/python3.8/dist-packages (from oslo.log>=3.44.0->keystone==21.1.0.dev13) (2.8.2) 2022-05-18 09:39:04.826 | Requirement already satisfied: pyinotify>=0.9.6 in /usr/local/lib/python3.8/dist-packages (from oslo.log>=3.44.0->keystone==21.1.0.dev13) (0.9.6) 2022-05-18 09:39:04.880 | Requirement already satisfied: cachetools>=2.0.0 in /usr/local/lib/python3.8/dist-packages (from oslo.messaging>=5.29.0->keystone==21.1.0.dev13) (5.1.0) 2022-05-18 09:39:04.882 | Requirement already satisfied: oslo.metrics>=0.2.1 in /usr/local/lib/python3.8/dist-packages (from oslo.messaging>=5.29.0->keystone==21.1.0.dev13) (0.4.0) 2022-05-18 09:39:04.883 | Requirement already satisfied: oslo.service!=1.28.1,>=1.24.0 in /usr/local/lib/python3.8/dist-packages (from oslo.messaging>=5.29.0->keystone==21.1.0.dev13) (2.8.0) 2022-05-18 09:39:04.885 | Requirement already satisfied: kombu>=4.6.6 in /usr/local/lib/python3.8/dist-packages (from oslo.messaging>=5.29.0->keystone==21.1.0.dev13) (5.2.4) 2022-05-18 09:39:04.887 | Requirement already satisfied: amqp>=2.5.2 in /usr/local/lib/python3.8/dist-packages (from oslo.messaging>=5.29.0->keystone==21.1.0.dev13) (5.1.1) 2022-05-18 09:39:04.888 | Requirement already satisfied: futurist>=1.2.0 in /usr/local/lib/python3.8/dist-packages (from oslo.messaging>=5.29.0->keystone==21.1.0.dev13) (2.4.1) 2022-05-18 09:39:04.909 | Requirement already satisfied: statsd>=3.2.1 in /usr/local/lib/python3.8/dist-packages (from oslo.middleware>=3.31.0->keystone==21.1.0.dev13) (3.3.0) 2022-05-18 09:39:04.983 | Requirement already satisfied: PrettyTable>=0.7.1 in /usr/local/lib/python3.8/dist-packages (from oslo.upgradecheck>=1.3.0->keystone==21.1.0.dev13) (3.3.0) 2022-05-18 09:39:05.007 | Requirement already satisfied: iso8601>=0.1.11 in /usr/local/lib/python3.8/dist-packages (from oslo.utils>=3.33.0->keystone==21.1.0.dev13) (1.0.2) 2022-05-18 09:39:05.008 | Requirement already satisfied: netifaces>=0.10.4 in /usr/local/lib/python3.8/dist-packages (from oslo.utils>=3.33.0->keystone==21.1.0.dev13) (0.11.0) 2022-05-18 09:39:05.010 | Requirement already satisfied: packaging>=20.4 in /usr/local/lib/python3.8/dist-packages (from oslo.utils>=3.33.0->keystone==21.1.0.dev13) (21.3) 2022-05-18 09:39:05.011 | Requirement already satisfied: pyparsing>=2.1.0 in /usr/local/lib/python3.8/dist-packages (from oslo.utils>=3.33.0->keystone==21.1.0.dev13) (3.0.9) 2022-05-18 09:39:05.060 | Requirement already satisfied: oslo.concurrency>=3.26.0 in /usr/local/lib/python3.8/dist-packages (from osprofiler>=1.4.0->keystone==21.1.0.dev13) (4.5.1) 2022-05-18 09:39:05.174 | Requirement already satisfied: xmlschema>=1.2.1 in /usr/local/lib/python3.8/dist-packages (from pysaml2>=5.0.0->keystone==21.1.0.dev13) (1.11.0) 2022-05-18 09:39:05.174 | Requirement already satisfied: setuptools in /usr/local/lib/python3.8/dist-packages (from pysaml2>=5.0.0->keystone==21.1.0.dev13) (62.2.0) 2022-05-18 09:39:05.176 | Requirement already satisfied: importlib-resources in /usr/local/lib/python3.8/dist-packages (from pysaml2>=5.0.0->keystone==21.1.0.dev13) (5.7.1) 2022-05-18 09:39:05.177 | Requirement already satisfied: defusedxml in /usr/local/lib/python3.8/dist-packages (from pysaml2>=5.0.0->keystone==21.1.0.dev13) (0.7.1) 2022-05-18 09:39:05.178 | Requirement already satisfied: pyOpenSSL in /usr/local/lib/python3.8/dist-packages (from pysaml2>=5.0.0->keystone==21.1.0.dev13) (22.0.0) 2022-05-18 09:39:05.401 | Requirement already satisfied: greenlet!=0.4.17 in /usr/local/lib/python3.8/dist-packages (from SQLAlchemy>=1.3.0->keystone==21.1.0.dev13) (1.1.2) 2022-05-18 09:39:05.423 | Requirement already satisfied: Tempita>=0.4 in /usr/local/lib/python3.8/dist-packages (from sqlalchemy-migrate>=0.13.0->keystone==21.1.0.dev13) (0.5.2) 2022-05-18 09:39:05.424 | Requirement already satisfied: sqlparse in /usr/local/lib/python3.8/dist-packages (from sqlalchemy-migrate>=0.13.0->keystone==21.1.0.dev13) (0.4.2) 2022-05-18 09:39:05.492 | Requirement already satisfied: Mako in /usr/local/lib/python3.8/dist-packages (from alembic>=0.9.6->oslo.db>=6.0.0->keystone==21.1.0.dev13) (1.2.0) 2022-05-18 09:39:05.510 | Requirement already satisfied: vine>=5.0.0 in /usr/local/lib/python3.8/dist-packages (from amqp>=2.5.2->oslo.messaging>=5.29.0->keystone==21.1.0.dev13) (5.0.0) 2022-05-18 09:39:05.571 | Requirement already satisfied: pycparser in /usr/local/lib/python3.8/dist-packages (from cffi>=1.1->bcrypt>=3.1.3->keystone==21.1.0.dev13) (2.21) 2022-05-18 09:39:05.611 | Requirement already satisfied: wrapt>=1.7.0 in /usr/local/lib/python3.8/dist-packages (from debtcollector>=1.2.0->oslo.config>=6.8.0->keystone==21.1.0.dev13) (1.14.1) 2022-05-18 09:39:05.716 | Requirement already satisfied: zipp>=0.5 in /usr/local/lib/python3.8/dist-packages (from importlib-metadata>=3.6.0->Flask!=0.11,>=1.0.2->keystone==21.1.0.dev13) (3.8.0) 2022-05-18 09:39:05.770 | Requirement already satisfied: MarkupSafe>=2.0 in /usr/local/lib/python3.8/dist-packages (from Jinja2>=3.0->Flask!=0.11,>=1.0.2->keystone==21.1.0.dev13) (2.1.1) 2022-05-18 09:39:05.844 | Requirement already satisfied: os-service-types>=1.2.0 in /usr/local/lib/python3.8/dist-packages (from keystoneauth1>=3.12.0->keystonemiddleware>=7.0.0->keystone==21.1.0.dev13) (1.7.0) 2022-05-18 09:39:05.969 | Requirement already satisfied: fasteners>=0.7.0 in /usr/local/lib/python3.8/dist-packages (from oslo.concurrency>=3.26.0->osprofiler>=1.4.0->keystone==21.1.0.dev13) (0.17.3) 2022-05-18 09:39:05.998 | Requirement already satisfied: prometheus-client>=0.6.0 in /usr/local/lib/python3.8/dist-packages (from oslo.metrics>=0.2.1->oslo.messaging>=5.29.0->keystone==21.1.0.dev13) (0.14.1) 2022-05-18 09:39:06.038 | Requirement already satisfied: Yappi>=1.0 in /usr/local/lib/python3.8/dist-packages (from oslo.service!=1.28.1,>=1.24.0->oslo.messaging>=5.29.0->keystone==21.1.0.dev13) (1.3.3) 2022-05-18 09:39:06.041 | Requirement already satisfied: PasteDeploy>=1.5.0 in /usr/local/lib/python3.8/dist-packages (from oslo.service!=1.28.1,>=1.24.0->oslo.messaging>=5.29.0->keystone==21.1.0.dev13) (2.1.1) 2022-05-18 09:39:06.042 | Requirement already satisfied: Paste>=2.0.2 in /usr/local/lib/python3.8/dist-packages (from oslo.service!=1.28.1,>=1.24.0->oslo.messaging>=5.29.0->keystone==21.1.0.dev13) (3.5.0) 2022-05-18 09:39:06.043 | Requirement already satisfied: eventlet>=0.25.2 in /usr/local/lib/python3.8/dist-packages (from oslo.service!=1.28.1,>=1.24.0->oslo.messaging>=5.29.0->keystone==21.1.0.dev13) (0.33.1) 2022-05-18 09:39:06.045 | Requirement already satisfied: fixtures>=3.0.0 in /usr/local/lib/python3.8/dist-packages (from oslo.service!=1.28.1,>=1.24.0->oslo.messaging>=5.29.0->keystone==21.1.0.dev13) (3.0.0) 2022-05-18 09:39:06.047 | Requirement already satisfied: Routes>=2.3.1 in /usr/local/lib/python3.8/dist-packages (from oslo.service!=1.28.1,>=1.24.0->oslo.messaging>=5.29.0->keystone==21.1.0.dev13) (2.5.1) 2022-05-18 09:39:06.099 | Requirement already satisfied: wcwidth in /usr/local/lib/python3.8/dist-packages (from PrettyTable>=0.7.1->oslo.upgradecheck>=1.3.0->keystone==21.1.0.dev13) (0.2.5) 2022-05-18 09:39:06.234 | Requirement already satisfied: urllib3<1.27,>=1.21.1 in /usr/local/lib/python3.8/dist-packages (from requests>=2.14.2->keystonemiddleware>=7.0.0->keystone==21.1.0.dev13) (1.26.9) 2022-05-18 09:39:06.237 | Requirement already satisfied: charset-normalizer~=2.0.0 in /usr/local/lib/python3.8/dist-packages (from requests>=2.14.2->keystonemiddleware>=7.0.0->keystone==21.1.0.dev13) (2.0.12) 2022-05-18 09:39:06.238 | Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3/dist-packages (from requests>=2.14.2->keystonemiddleware>=7.0.0->keystone==21.1.0.dev13) (2019.11.28) 2022-05-18 09:39:06.240 | Requirement already satisfied: idna<4,>=2.5 in /usr/local/lib/python3.8/dist-packages (from requests>=2.14.2->keystonemiddleware>=7.0.0->keystone==21.1.0.dev13) (3.3) 2022-05-18 09:39:06.392 | Requirement already satisfied: testtools in /usr/local/lib/python3.8/dist-packages (from testscenarios>=0.4->oslo.db>=6.0.0->keystone==21.1.0.dev13) (2.5.0) 2022-05-18 09:39:06.472 | Requirement already satisfied: elementpath<3.0.0,>=2.5.0 in /usr/local/lib/python3.8/dist-packages (from xmlschema>=1.2.1->pysaml2>=5.0.0->keystone==21.1.0.dev13) (2.5.1) 2022-05-18 09:39:06.713 | Requirement already satisfied: dnspython>=1.15.0 in /usr/local/lib/python3.8/dist-packages (from eventlet>=0.25.2->oslo.service!=1.28.1,>=1.24.0->oslo.messaging>=5.29.0->keystone==21.1.0.dev13) (2.2.1) 2022-05-18 09:39:06.972 | Requirement already satisfied: repoze.lru>=0.3 in /usr/local/lib/python3.8/dist-packages (from Routes>=2.3.1->oslo.service!=1.28.1,>=1.24.0->oslo.messaging>=5.29.0->keystone==21.1.0.dev13) (0.7) 2022-05-18 09:39:07.007 | Requirement already satisfied: extras>=1.0.0 in /usr/local/lib/python3.8/dist-packages (from testtools->testscenarios>=0.4->oslo.db>=6.0.0->keystone==21.1.0.dev13) (1.0.0) 2022-05-18 09:39:08.904 | Installing collected packages: keystone 2022-05-18 09:39:08.904 | Attempting uninstall: keystone 2022-05-18 09:39:08.905 | Found existing installation: keystone 21.1.0.dev13 2022-05-18 09:39:08.908 | Can't uninstall 'keystone'. No files were found to uninstall. 2022-05-18 09:39:08.910 | Running setup.py develop for keystone 2022-05-18 09:39:15.221 | Successfully installed keystone 2022-05-18 09:39:15.221 | WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv 2022-05-18 09:39:15.229 | WARNING: You are using pip version 21.3.1; however, version 22.1 is available. 2022-05-18 09:39:15.230 | You should consider upgrading via the '/usr/bin/python3.8 -m pip install --upgrade pip' command. 2022-05-18 09:39:15.359 | + inc/python:pip_install:200 : result=0 2022-05-18 09:39:15.361 | + inc/python:pip_install:202 : time_stop pip_install 2022-05-18 09:39:15.363 | + functions-common:time_stop:2437 : local name 2022-05-18 09:39:15.365 | + functions-common:time_stop:2438 : local end_time 2022-05-18 09:39:15.368 | + functions-common:time_stop:2439 : local elapsed_time 2022-05-18 09:39:15.370 | + functions-common:time_stop:2440 : local total 2022-05-18 09:39:15.372 | + functions-common:time_stop:2441 : local start_time 2022-05-18 09:39:15.374 | + functions-common:time_stop:2443 : name=pip_install 2022-05-18 09:39:15.376 | + functions-common:time_stop:2444 : start_time=1652866737129 2022-05-18 09:39:15.378 | + functions-common:time_stop:2446 : [[ -z 1652866737129 ]] 2022-05-18 09:39:15.381 | ++ functions-common:time_stop:2449 : date +%s%3N 2022-05-18 09:39:15.385 | + functions-common:time_stop:2449 : end_time=1652866755383 2022-05-18 09:39:15.388 | + functions-common:time_stop:2450 : elapsed_time=18254 2022-05-18 09:39:15.390 | + functions-common:time_stop:2451 : total=46602 2022-05-18 09:39:15.392 | + functions-common:time_stop:2453 : _TIME_START[$name]= 2022-05-18 09:39:15.394 | + functions-common:time_stop:2454 : _TIME_TOTAL[$name]=64856 2022-05-18 09:39:15.396 | + inc/python:pip_install:203 : return 0 2022-05-18 09:39:15.398 | + inc/python:setup_package:448 : [[ -e == \-\e ]] 2022-05-18 09:39:15.401 | + inc/python:setup_package:449 : safe_chown -R ubuntu /opt/stack/keystone/keystone.egg-info 2022-05-18 09:39:15.404 | + functions-common:safe_chown:2338 : _safe_permission_operation chown -R ubuntu /opt/stack/keystone/keystone.egg-info 2022-05-18 09:39:15.422 | + functions-common:_safe_permission_operation:2186 : sudo chown -R ubuntu /opt/stack/keystone/keystone.egg-info 2022-05-18 09:39:15.434 | + inc/python:_setup_package_with_constraints_edit:394 : use_library_from_git /opt/stack/keystone 2022-05-18 09:39:15.437 | + inc/python:use_library_from_git:250 : local name=/opt/stack/keystone 2022-05-18 09:39:15.439 | + inc/python:use_library_from_git:251 : local enabled=1 2022-05-18 09:39:15.441 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2022-05-18 09:39:15.444 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,/opt/stack/keystone, ]] 2022-05-18 09:39:15.446 | + inc/python:use_library_from_git:253 : return 1 2022-05-18 09:39:15.449 | + lib/keystone:install_keystone:538 : is_service_enabled ldap 2022-05-18 09:39:15.467 | + functions-common:is_service_enabled:2093 : return 1 2022-05-18 09:39:15.469 | + lib/keystone:install_keystone:542 : '[' uwsgi == mod_wsgi ']' 2022-05-18 09:39:15.472 | + lib/stack:stack_install_service:33 : [[ False = True ]] 2022-05-18 09:39:15.475 | + ./stack.sh:main:901 : configure_keystone 2022-05-18 09:39:15.477 | + lib/keystone:configure_keystone:192 : sudo install -d -o ubuntu /etc/keystone 2022-05-18 09:39:15.490 | + 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-05-18 09:39:15.493 | + lib/keystone:configure_keystone:195 : install -m 600 /dev/null /etc/keystone/keystone.conf 2022-05-18 09:39:15.497 | + lib/keystone:configure_keystone:198 : is_service_enabled ldap 2022-05-18 09:39:15.514 | + functions-common:is_service_enabled:2093 : return 1 2022-05-18 09:39:15.517 | + lib/keystone:configure_keystone:202 : iniset /etc/keystone/keystone.conf identity driver sql 2022-05-18 09:39:15.547 | + lib/keystone:configure_keystone:203 : iniset /etc/keystone/keystone.conf identity password_hash_rounds 4 2022-05-18 09:39:15.575 | + lib/keystone:configure_keystone:204 : iniset /etc/keystone/keystone.conf assignment driver sql 2022-05-18 09:39:15.606 | + lib/keystone:configure_keystone:205 : iniset /etc/keystone/keystone.conf role driver sql 2022-05-18 09:39:15.637 | + lib/keystone:configure_keystone:206 : iniset /etc/keystone/keystone.conf resource driver sql 2022-05-18 09:39:15.668 | + lib/keystone:configure_keystone:209 : iniset /etc/keystone/keystone.conf cache enabled True 2022-05-18 09:39:15.699 | + lib/keystone:configure_keystone:210 : iniset /etc/keystone/keystone.conf cache backend dogpile.cache.memcached 2022-05-18 09:39:15.727 | + lib/keystone:configure_keystone:211 : iniset /etc/keystone/keystone.conf cache memcache_servers localhost:11211 2022-05-18 09:39:15.755 | + lib/keystone:configure_keystone:213 : iniset_rpc_backend keystone /etc/keystone/keystone.conf oslo_messaging_notifications 2022-05-18 09:39:15.757 | + lib/rpc_backend:iniset_rpc_backend:157 : local package=keystone 2022-05-18 09:39:15.760 | + lib/rpc_backend:iniset_rpc_backend:158 : local file=/etc/keystone/keystone.conf 2022-05-18 09:39:15.762 | + lib/rpc_backend:iniset_rpc_backend:159 : local section=oslo_messaging_notifications 2022-05-18 09:39:15.765 | + lib/rpc_backend:iniset_rpc_backend:160 : local virtual_host= 2022-05-18 09:39:15.767 | + lib/rpc_backend:iniset_rpc_backend:161 : is_service_enabled rabbit 2022-05-18 09:39:15.782 | + functions-common:is_service_enabled:2093 : return 0 2022-05-18 09:39:15.785 | ++ lib/rpc_backend:iniset_rpc_backend:162 : get_transport_url '' 2022-05-18 09:39:15.788 | ++ lib/rpc_backend:get_transport_url:139 : local virtual_host= 2022-05-18 09:39:15.790 | ++ lib/rpc_backend:get_transport_url:140 : is_service_enabled rabbit 2022-05-18 09:39:15.805 | ++ functions-common:is_service_enabled:2093 : return 0 2022-05-18 09:39:15.808 | ++ lib/rpc_backend:get_transport_url:141 : echo rabbit://stackrabbit:Passw0rd@10.222.0.71:5672/ 2022-05-18 09:39:15.811 | + lib/rpc_backend:iniset_rpc_backend:162 : iniset /etc/keystone/keystone.conf oslo_messaging_notifications transport_url rabbit://stackrabbit:Passw0rd@10.222.0.71:5672/ 2022-05-18 09:39:15.841 | + lib/rpc_backend:iniset_rpc_backend:163 : '[' -n '' ']' 2022-05-18 09:39:15.844 | + lib/rpc_backend:iniset_rpc_backend:166 : '[' -n '' ']' 2022-05-18 09:39:15.846 | + lib/keystone:configure_keystone:215 : local service_port=5000 2022-05-18 09:39:15.849 | + lib/keystone:configure_keystone:217 : is_service_enabled tls-proxy 2022-05-18 09:39:15.865 | + functions-common:is_service_enabled:2093 : return 1 2022-05-18 09:39:15.867 | + lib/keystone:configure_keystone:226 : iniset /etc/keystone/keystone.conf DEFAULT public_endpoint http://10.222.0.71/identity 2022-05-18 09:39:15.898 | + lib/keystone:configure_keystone:228 : [[ fernet != '' ]] 2022-05-18 09:39:15.900 | + lib/keystone:configure_keystone:229 : iniset /etc/keystone/keystone.conf token provider fernet 2022-05-18 09:39:15.931 | ++ lib/keystone:configure_keystone:232 : database_connection_url keystone 2022-05-18 09:39:15.934 | ++ lib/database:database_connection_url:134 : local db=keystone 2022-05-18 09:39:15.936 | ++ lib/database:database_connection_url:135 : database_connection_url_mysql keystone 2022-05-18 09:39:15.939 | ++ lib/databases/mysql:database_connection_url_mysql:224 : local db=keystone 2022-05-18 09:39:15.941 | ++ lib/databases/mysql:database_connection_url_mysql:225 : local plugin 2022-05-18 09:39:15.944 | ++ lib/databases/mysql:database_connection_url_mysql:229 : [[ True == \T\r\u\e ]] 2022-05-18 09:39:15.946 | ++ lib/databases/mysql:database_connection_url_mysql:230 : is_service_enabled mysql 2022-05-18 09:39:15.962 | ++ functions-common:is_service_enabled:2093 : return 0 2022-05-18 09:39:15.965 | ++ lib/databases/mysql:database_connection_url_mysql:231 : plugin='&plugin=dbcounter' 2022-05-18 09:39:15.967 | ++ lib/databases/mysql:database_connection_url_mysql:235 : echo 'mysql+pymysql://root:Passw0rd@127.0.0.1/keystone?charset=utf8&plugin=dbcounter' 2022-05-18 09:39:15.970 | + 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-05-18 09:39:16.000 | + lib/keystone:configure_keystone:235 : '[' False '!=' False ']' 2022-05-18 09:39:16.003 | + lib/keystone:configure_keystone:240 : setup_logging /etc/keystone/keystone.conf 2022-05-18 09:39:16.005 | + functions:setup_logging:674 : setup_systemd_logging /etc/keystone/keystone.conf 2022-05-18 09:39:16.008 | + functions:setup_systemd_logging:689 : local conf_file=/etc/keystone/keystone.conf 2022-05-18 09:39:16.011 | ++ functions:setup_systemd_logging:694 : trueorfalse False USE_JOURNAL 2022-05-18 09:39:16.028 | + functions:setup_systemd_logging:694 : USE_JOURNAL=False 2022-05-18 09:39:16.030 | + functions:setup_systemd_logging:695 : local pidstr= 2022-05-18 09:39:16.032 | + functions:setup_systemd_logging:696 : [[ False == \T\r\u\e ]] 2022-05-18 09:39:16.034 | + functions:setup_systemd_logging:700 : pidstr='(pid=%(process)d) ' 2022-05-18 09:39:16.037 | + 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-05-18 09:39:16.065 | + 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-05-18 09:39:16.092 | + 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-05-18 09:39:16.121 | + functions:setup_systemd_logging:706 : iniset /etc/keystone/keystone.conf DEFAULT logging_exception_prefix 'ERROR %(name)s %(instance)s' 2022-05-18 09:39:16.148 | + lib/keystone:configure_keystone:242 : iniset /etc/keystone/keystone.conf DEFAULT debug True 2022-05-18 09:39:16.176 | + lib/keystone:configure_keystone:244 : '[' uwsgi == mod_wsgi ']' 2022-05-18 09:39:16.178 | + lib/keystone:configure_keystone:248 : write_uwsgi_config /etc/keystone/keystone-uwsgi-public.ini /usr/local/bin/keystone-wsgi-public /identity 2022-05-18 09:39:16.181 | + lib/apache:write_uwsgi_config:254 : local file=/etc/keystone/keystone-uwsgi-public.ini 2022-05-18 09:39:16.184 | + lib/apache:write_uwsgi_config:255 : local wsgi=/usr/local/bin/keystone-wsgi-public 2022-05-18 09:39:16.186 | + lib/apache:write_uwsgi_config:256 : local url=/identity 2022-05-18 09:39:16.189 | + lib/apache:write_uwsgi_config:257 : local http= 2022-05-18 09:39:16.191 | + lib/apache:write_uwsgi_config:258 : local name= 2022-05-18 09:39:16.194 | ++ lib/apache:write_uwsgi_config:259 : basename /usr/local/bin/keystone-wsgi-public 2022-05-18 09:39:16.198 | + lib/apache:write_uwsgi_config:259 : name=keystone-wsgi-public 2022-05-18 09:39:16.201 | + lib/apache:write_uwsgi_config:263 : local socket_dir=/var/run/uwsgi 2022-05-18 09:39:16.203 | + lib/apache:write_uwsgi_config:267 : sudo mkdir -p /etc/tmpfiles.d/ 2022-05-18 09:39:16.215 | + lib/apache:write_uwsgi_config:268 : echo 'd /var/run/uwsgi 0755 ubuntu root' 2022-05-18 09:39:16.216 | + lib/apache:write_uwsgi_config:268 : sudo tee /etc/tmpfiles.d/uwsgi.conf 2022-05-18 09:39:16.224 | d /var/run/uwsgi 0755 ubuntu root 2022-05-18 09:39:16.227 | + lib/apache:write_uwsgi_config:269 : sudo systemd-tmpfiles --create /etc/tmpfiles.d/uwsgi.conf 2022-05-18 09:39:16.243 | + lib/apache:write_uwsgi_config:271 : local socket=/var/run/uwsgi/keystone-wsgi-public.socket 2022-05-18 09:39:16.246 | + lib/apache:write_uwsgi_config:274 : rm -rf /etc/keystone/keystone-uwsgi-public.ini 2022-05-18 09:39:16.250 | + lib/apache:write_uwsgi_config:275 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi wsgi-file /usr/local/bin/keystone-wsgi-public 2022-05-18 09:39:16.279 | + lib/apache:write_uwsgi_config:276 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi processes 2 2022-05-18 09:39:16.306 | + lib/apache:write_uwsgi_config:278 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi master true 2022-05-18 09:39:16.333 | + lib/apache:write_uwsgi_config:280 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi die-on-term true 2022-05-18 09:39:16.360 | + lib/apache:write_uwsgi_config:281 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi exit-on-reload false 2022-05-18 09:39:16.388 | + lib/apache:write_uwsgi_config:284 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi worker-reload-mercy 90 2022-05-18 09:39:16.415 | + lib/apache:write_uwsgi_config:285 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi enable-threads true 2022-05-18 09:39:16.443 | + lib/apache:write_uwsgi_config:286 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi plugins http,python3 2022-05-18 09:39:16.470 | + lib/apache:write_uwsgi_config:288 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi thunder-lock true 2022-05-18 09:39:16.498 | + 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-05-18 09:39:16.524 | + lib/apache:write_uwsgi_config:292 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi buffer-size 65535 2022-05-18 09:39:16.552 | + lib/apache:write_uwsgi_config:294 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi add-header 'Connection: close' 2022-05-18 09:39:16.579 | + lib/apache:write_uwsgi_config:296 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi lazy-apps true 2022-05-18 09:39:16.607 | + lib/apache:write_uwsgi_config:299 : [[ -n '' ]] 2022-05-18 09:39:16.610 | + lib/apache:write_uwsgi_config:302 : local apache_conf= 2022-05-18 09:39:16.613 | ++ lib/apache:write_uwsgi_config:303 : apache_site_config_for keystone-wsgi-public 2022-05-18 09:39:16.615 | ++ lib/apache:apache_site_config_for:186 : local site=keystone-wsgi-public 2022-05-18 09:39:16.617 | ++ lib/apache:apache_site_config_for:187 : is_ubuntu 2022-05-18 09:39:16.620 | ++ functions-common:is_ubuntu:573 : [[ -z deb ]] 2022-05-18 09:39:16.622 | ++ functions-common:is_ubuntu:576 : '[' deb = deb ']' 2022-05-18 09:39:16.625 | ++ lib/apache:apache_site_config_for:189 : echo /etc/apache2/sites-available/keystone-wsgi-public.conf 2022-05-18 09:39:16.627 | + lib/apache:write_uwsgi_config:303 : apache_conf=/etc/apache2/sites-available/keystone-wsgi-public.conf 2022-05-18 09:39:16.630 | + lib/apache:write_uwsgi_config:304 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi socket /var/run/uwsgi/keystone-wsgi-public.socket 2022-05-18 09:39:16.657 | + lib/apache:write_uwsgi_config:305 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi chmod-socket 666 2022-05-18 09:39:16.685 | + 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-05-18 09:39:16.685 | + lib/apache:write_uwsgi_config:306 : sudo tee -a /etc/apache2/sites-available/keystone-wsgi-public.conf 2022-05-18 09:39:16.694 | ProxyPass "/identity" "unix:/var/run/uwsgi/keystone-wsgi-public.socket|uwsgi://uwsgi-uds-keystone-wsgi-public" retry=0 2022-05-18 09:39:16.697 | + lib/apache:write_uwsgi_config:307 : enable_apache_site keystone-wsgi-public 2022-05-18 09:39:16.700 | + lib/apache:enable_apache_site:203 : local site=keystone-wsgi-public 2022-05-18 09:39:16.702 | + lib/apache:enable_apache_site:205 : enable_apache_mod version 2022-05-18 09:39:16.704 | + lib/apache:enable_apache_mod:59 : local mod=version 2022-05-18 09:39:16.707 | + lib/apache:enable_apache_mod:61 : is_ubuntu 2022-05-18 09:39:16.709 | + functions-common:is_ubuntu:573 : [[ -z deb ]] 2022-05-18 09:39:16.711 | + functions-common:is_ubuntu:576 : '[' deb = deb ']' 2022-05-18 09:39:16.714 | + lib/apache:enable_apache_mod:64 : [[ version != \v\e\r\s\i\o\n ]] 2022-05-18 09:39:16.716 | + lib/apache:enable_apache_site:206 : is_ubuntu 2022-05-18 09:39:16.719 | + functions-common:is_ubuntu:573 : [[ -z deb ]] 2022-05-18 09:39:16.721 | + functions-common:is_ubuntu:576 : '[' deb = deb ']' 2022-05-18 09:39:16.723 | + lib/apache:enable_apache_site:207 : sudo a2ensite keystone-wsgi-public 2022-05-18 09:39:16.784 | Site keystone-wsgi-public already enabled 2022-05-18 09:39:16.789 | + lib/apache:write_uwsgi_config:308 : restart_apache_server 2022-05-18 09:39:16.792 | + lib/apache:restart_apache_server:250 : restart_service apache2 2022-05-18 09:39:16.794 | + functions-common:restart_service:2321 : '[' -x /bin/systemctl ']' 2022-05-18 09:39:16.796 | + functions-common:restart_service:2322 : sudo /bin/systemctl restart apache2 2022-05-18 09:39:16.928 | + lib/keystone:configure_keystone:251 : iniset /etc/keystone/keystone.conf DEFAULT max_token_size 16384 2022-05-18 09:39:16.961 | + lib/keystone:configure_keystone:253 : iniset /etc/keystone/keystone.conf fernet_tokens key_repository /etc/keystone/fernet-keys/ 2022-05-18 09:39:16.993 | + lib/keystone:configure_keystone:255 : iniset /etc/keystone/keystone.conf credential key_repository /etc/keystone/credential-keys/ 2022-05-18 09:39:17.024 | + lib/keystone:configure_keystone:263 : [[ True = True ]] 2022-05-18 09:39:17.027 | + lib/keystone:configure_keystone:264 : iniset /etc/keystone/keystone.conf security_compliance lockout_failure_attempts 2 2022-05-18 09:39:17.058 | + lib/keystone:configure_keystone:265 : iniset /etc/keystone/keystone.conf security_compliance lockout_duration 10 2022-05-18 09:39:17.087 | + lib/keystone:configure_keystone:266 : iniset /etc/keystone/keystone.conf security_compliance unique_last_password_count 2 2022-05-18 09:39:17.116 | + lib/keystone:configure_keystone:268 : [[ False == True ]] 2022-05-18 09:39:17.118 | + lib/keystone:configure_keystone:268 : [[ False == True ]] 2022-05-18 09:39:17.120 | + ./stack.sh:main:905 : is_service_enabled swift 2022-05-18 09:39:17.138 | + functions-common:is_service_enabled:2093 : return 0 2022-05-18 09:39:17.140 | + ./stack.sh:main:906 : is_service_enabled ceilometer 2022-05-18 09:39:17.158 | + functions-common:is_service_enabled:2093 : return 1 2022-05-18 09:39:17.160 | + ./stack.sh:main:909 : stack_install_service swift 2022-05-18 09:39:17.162 | + lib/stack:stack_install_service:20 : local service=swift 2022-05-18 09:39:17.165 | + lib/stack:stack_install_service:21 : type install_swift 2022-05-18 09:39:17.167 | + lib/stack:stack_install_service:23 : [[ False = True ]] 2022-05-18 09:39:17.169 | + lib/stack:stack_install_service:32 : install_swift 2022-05-18 09:39:17.172 | + lib/swift:install_swift:718 : git_clone https://opendev.org/openstack/swift.git /opt/stack/swift master 2022-05-18 09:39:17.174 | + functions-common:git_clone:608 : local git_remote=https://opendev.org/openstack/swift.git 2022-05-18 09:39:17.176 | + functions-common:git_clone:609 : local git_dest=/opt/stack/swift 2022-05-18 09:39:17.179 | + functions-common:git_clone:610 : local git_ref=master 2022-05-18 09:39:17.181 | + functions-common:git_clone:611 : local orig_dir 2022-05-18 09:39:17.184 | ++ functions-common:git_clone:612 : pwd 2022-05-18 09:39:17.187 | + functions-common:git_clone:612 : orig_dir=/home/ubuntu/devstack 2022-05-18 09:39:17.189 | + functions-common:git_clone:613 : local git_clone_flags= 2022-05-18 09:39:17.192 | ++ functions-common:git_clone:615 : trueorfalse False RECLONE 2022-05-18 09:39:17.208 | + functions-common:git_clone:615 : RECLONE=False 2022-05-18 09:39:17.211 | + functions-common:git_clone:616 : [[ 0 -gt 0 ]] 2022-05-18 09:39:17.213 | + functions-common:git_clone:620 : [[ False = \T\r\u\e ]] 2022-05-18 09:39:17.216 | + functions-common:git_clone:629 : echo master 2022-05-18 09:39:17.217 | + functions-common:git_clone:629 : egrep -q '^refs' 2022-05-18 09:39:17.222 | + functions-common:git_clone:643 : [[ ! -d /opt/stack/swift ]] 2022-05-18 09:39:17.224 | + functions-common:git_clone:651 : [[ False = \T\r\u\e ]] 2022-05-18 09:39:17.226 | + functions-common:git_clone:686 : sudo git config --system --add safe.directory /opt/stack/swift 2022-05-18 09:39:17.239 | + functions-common:git_clone:689 : cd /opt/stack/swift 2022-05-18 09:39:17.242 | + functions-common:git_clone:690 : git show --oneline 2022-05-18 09:39:17.242 | + functions-common:git_clone:690 : head -1 2022-05-18 09:39:17.264 | 4ff022670 Merge "AbstractRateLimiter: add option to burst on start-up" 2022-05-18 09:39:17.267 | + functions-common:git_clone:691 : cd /home/ubuntu/devstack 2022-05-18 09:39:17.270 | + lib/swift:install_swift:721 : setup_develop /opt/stack/swift keystone 2022-05-18 09:39:17.272 | + inc/python:setup_develop:338 : local bindep 2022-05-18 09:39:17.275 | + inc/python:setup_develop:339 : [[ /opt/stack/swift == -bindep* ]] 2022-05-18 09:39:17.277 | + inc/python:setup_develop:343 : local project_dir=/opt/stack/swift 2022-05-18 09:39:17.280 | + inc/python:setup_develop:344 : local extras=keystone 2022-05-18 09:39:17.282 | + inc/python:setup_develop:345 : _setup_package_with_constraints_edit /opt/stack/swift -e keystone 2022-05-18 09:39:17.285 | + inc/python:_setup_package_with_constraints_edit:364 : local bindep 2022-05-18 09:39:17.287 | + inc/python:_setup_package_with_constraints_edit:365 : [[ /opt/stack/swift == -bindep* ]] 2022-05-18 09:39:17.289 | + inc/python:_setup_package_with_constraints_edit:369 : local project_dir=/opt/stack/swift 2022-05-18 09:39:17.292 | + inc/python:_setup_package_with_constraints_edit:370 : local flags=-e 2022-05-18 09:39:17.294 | + inc/python:_setup_package_with_constraints_edit:371 : local extras=keystone 2022-05-18 09:39:17.297 | ++ inc/python:_setup_package_with_constraints_edit:378 : cd /opt/stack/swift 2022-05-18 09:39:17.299 | ++ inc/python:_setup_package_with_constraints_edit:378 : pwd 2022-05-18 09:39:17.302 | + inc/python:_setup_package_with_constraints_edit:378 : project_dir=/opt/stack/swift 2022-05-18 09:39:17.305 | + inc/python:_setup_package_with_constraints_edit:380 : '[' -n /opt/stack/requirements ']' 2022-05-18 09:39:17.307 | + inc/python:_setup_package_with_constraints_edit:384 : local name 2022-05-18 09:39:17.310 | ++ inc/python:_setup_package_with_constraints_edit:385 : awk '/^name.*=/ {print $3}' /opt/stack/swift/setup.cfg 2022-05-18 09:39:17.316 | + inc/python:_setup_package_with_constraints_edit:385 : name=swift 2022-05-18 09:39:17.319 | + inc/python:_setup_package_with_constraints_edit:387 : /opt/stack/requirements/.venv/bin/edit-constraints /opt/stack/requirements/upper-constraints.txt -- swift 2022-05-18 09:39:17.994 | + inc/python:_setup_package_with_constraints_edit:390 : setup_package /opt/stack/swift -e keystone 2022-05-18 09:39:17.997 | + inc/python:setup_package:418 : local bindep=0 2022-05-18 09:39:17.999 | + inc/python:setup_package:419 : local bindep_flag= 2022-05-18 09:39:18.001 | + inc/python:setup_package:420 : local bindep_profiles= 2022-05-18 09:39:18.004 | + inc/python:setup_package:421 : [[ /opt/stack/swift == -bindep* ]] 2022-05-18 09:39:18.006 | + inc/python:setup_package:426 : local project_dir=/opt/stack/swift 2022-05-18 09:39:18.008 | + inc/python:setup_package:427 : local flags=-e 2022-05-18 09:39:18.011 | + inc/python:setup_package:428 : local extras=keystone 2022-05-18 09:39:18.014 | + inc/python:setup_package:432 : [[ -n -e ]] 2022-05-18 09:39:18.016 | + inc/python:setup_package:432 : [[ -z keystone ]] 2022-05-18 09:39:18.018 | + inc/python:setup_package:437 : [[ ! -z keystone ]] 2022-05-18 09:39:18.020 | + inc/python:setup_package:438 : extras='[keystone]' 2022-05-18 09:39:18.023 | + inc/python:setup_package:442 : [[ 0 == 1 ]] 2022-05-18 09:39:18.025 | + inc/python:setup_package:446 : pip_install -e '/opt/stack/swift[keystone]' 2022-05-18 09:39:18.046 | Using python 3.8 to install /opt/stack/swift 2022-05-18 09:39:18.048 | + inc/python:pip_install:193 : sudo -H LC_ALL=en_US.UTF-8 SETUPTOOLS_USE_DISTUTILS=stdlib http_proxy= https_proxy= no_proxy= PIP_FIND_LINKS= SETUPTOOLS_SYS_PATH_TECHNIQUE=rewrite python3.8 -m pip install -c /opt/stack/requirements/upper-constraints.txt -e '/opt/stack/swift[keystone]' 2022-05-18 09:39:18.926 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-05-18 09:39:18.926 | from cryptography.utils import int_from_bytes 2022-05-18 09:39:18.926 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-05-18 09:39:18.926 | from cryptography.utils import int_from_bytes 2022-05-18 09:39:20.110 | Looking in indexes: http://10.100.0.9:8080/cloudbase/CI/+simple/ 2022-05-18 09:39:20.142 | Obtaining file:///opt/stack/swift 2022-05-18 09:39:20.142 | Preparing metadata (setup.py): started 2022-05-18 09:39:24.874 | Preparing metadata (setup.py): finished with status 'done' 2022-05-18 09:39:24.914 | Requirement already satisfied: eventlet>=0.25.0 in /usr/local/lib/python3.8/dist-packages (from swift==2.30.0.dev54) (0.33.1) 2022-05-18 09:39:24.915 | Requirement already satisfied: greenlet>=0.3.2 in /usr/local/lib/python3.8/dist-packages (from swift==2.30.0.dev54) (1.1.2) 2022-05-18 09:39:24.917 | Requirement already satisfied: netifaces!=0.10.0,!=0.10.1,>=0.8 in /usr/local/lib/python3.8/dist-packages (from swift==2.30.0.dev54) (0.11.0) 2022-05-18 09:39:24.918 | Requirement already satisfied: PasteDeploy>=2.0.0 in /usr/local/lib/python3.8/dist-packages (from swift==2.30.0.dev54) (2.1.1) 2022-05-18 09:39:24.919 | Requirement already satisfied: lxml>=3.4.1 in /usr/local/lib/python3.8/dist-packages (from swift==2.30.0.dev54) (4.8.0) 2022-05-18 09:39:24.920 | Requirement already satisfied: requests>=2.14.2 in /usr/local/lib/python3.8/dist-packages (from swift==2.30.0.dev54) (2.27.1) 2022-05-18 09:39:24.921 | Requirement already satisfied: six>=1.10.0 in /usr/local/lib/python3.8/dist-packages (from swift==2.30.0.dev54) (1.16.0) 2022-05-18 09:39:24.923 | Requirement already satisfied: xattr>=0.4 in /usr/local/lib/python3.8/dist-packages (from swift==2.30.0.dev54) (0.9.9) 2022-05-18 09:39:24.924 | Requirement already satisfied: PyECLib>=1.3.1 in /usr/local/lib/python3.8/dist-packages (from swift==2.30.0.dev54) (1.6.1) 2022-05-18 09:39:24.924 | Requirement already satisfied: cryptography>=2.0.2 in /usr/local/lib/python3.8/dist-packages (from swift==2.30.0.dev54) (36.0.2) 2022-05-18 09:39:24.925 | Requirement already satisfied: keystonemiddleware>=4.17.0 in /usr/local/lib/python3.8/dist-packages (from swift==2.30.0.dev54) (9.4.0) 2022-05-18 09:39:24.963 | Requirement already satisfied: cffi>=1.12 in /usr/local/lib/python3.8/dist-packages (from cryptography>=2.0.2->swift==2.30.0.dev54) (1.15.0) 2022-05-18 09:39:24.971 | Requirement already satisfied: dnspython>=1.15.0 in /usr/local/lib/python3.8/dist-packages (from eventlet>=0.25.0->swift==2.30.0.dev54) (2.2.1) 2022-05-18 09:39:25.026 | Requirement already satisfied: oslo.log>=3.36.0 in /usr/local/lib/python3.8/dist-packages (from keystonemiddleware>=4.17.0->swift==2.30.0.dev54) (4.7.0) 2022-05-18 09:39:25.027 | Requirement already satisfied: oslo.utils>=3.33.0 in /usr/local/lib/python3.8/dist-packages (from keystonemiddleware>=4.17.0->swift==2.30.0.dev54) (4.13.0) 2022-05-18 09:39:25.028 | Requirement already satisfied: WebOb>=1.7.1 in /usr/local/lib/python3.8/dist-packages (from keystonemiddleware>=4.17.0->swift==2.30.0.dev54) (1.8.7) 2022-05-18 09:39:25.030 | Requirement already satisfied: keystoneauth1>=3.12.0 in /usr/local/lib/python3.8/dist-packages (from keystonemiddleware>=4.17.0->swift==2.30.0.dev54) (4.5.0) 2022-05-18 09:39:25.031 | Requirement already satisfied: oslo.cache>=1.26.0 in /usr/local/lib/python3.8/dist-packages (from keystonemiddleware>=4.17.0->swift==2.30.0.dev54) (2.11.0) 2022-05-18 09:39:25.032 | Requirement already satisfied: oslo.i18n>=3.15.3 in /usr/local/lib/python3.8/dist-packages (from keystonemiddleware>=4.17.0->swift==2.30.0.dev54) (5.1.0) 2022-05-18 09:39:25.033 | Requirement already satisfied: oslo.context>=2.19.2 in /usr/local/lib/python3.8/dist-packages (from keystonemiddleware>=4.17.0->swift==2.30.0.dev54) (4.1.0) 2022-05-18 09:39:25.034 | Requirement already satisfied: oslo.serialization!=2.19.1,>=2.18.0 in /usr/local/lib/python3.8/dist-packages (from keystonemiddleware>=4.17.0->swift==2.30.0.dev54) (4.3.0) 2022-05-18 09:39:25.035 | Requirement already satisfied: pbr!=2.1.0,>=2.0.0 in /usr/local/lib/python3.8/dist-packages (from keystonemiddleware>=4.17.0->swift==2.30.0.dev54) (5.9.0) 2022-05-18 09:39:25.037 | Requirement already satisfied: python-keystoneclient>=3.20.0 in /usr/local/lib/python3.8/dist-packages (from keystonemiddleware>=4.17.0->swift==2.30.0.dev54) (4.4.0) 2022-05-18 09:39:25.038 | Requirement already satisfied: pycadf!=2.0.0,>=1.1.0 in /usr/local/lib/python3.8/dist-packages (from keystonemiddleware>=4.17.0->swift==2.30.0.dev54) (3.1.1) 2022-05-18 09:39:25.039 | Requirement already satisfied: oslo.config>=5.2.0 in /usr/local/lib/python3.8/dist-packages (from keystonemiddleware>=4.17.0->swift==2.30.0.dev54) (8.8.0) 2022-05-18 09:39:25.060 | Requirement already satisfied: setuptools in /usr/local/lib/python3.8/dist-packages (from PasteDeploy>=2.0.0->swift==2.30.0.dev54) (62.2.0) 2022-05-18 09:39:25.092 | Requirement already satisfied: idna<4,>=2.5 in /usr/local/lib/python3.8/dist-packages (from requests>=2.14.2->swift==2.30.0.dev54) (3.3) 2022-05-18 09:39:25.093 | Requirement already satisfied: urllib3<1.27,>=1.21.1 in /usr/local/lib/python3.8/dist-packages (from requests>=2.14.2->swift==2.30.0.dev54) (1.26.9) 2022-05-18 09:39:25.095 | Requirement already satisfied: charset-normalizer~=2.0.0 in /usr/local/lib/python3.8/dist-packages (from requests>=2.14.2->swift==2.30.0.dev54) (2.0.12) 2022-05-18 09:39:25.096 | Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3/dist-packages (from requests>=2.14.2->swift==2.30.0.dev54) (2019.11.28) 2022-05-18 09:39:25.123 | Requirement already satisfied: pycparser in /usr/local/lib/python3.8/dist-packages (from cffi>=1.12->cryptography>=2.0.2->swift==2.30.0.dev54) (2.21) 2022-05-18 09:39:25.225 | Requirement already satisfied: os-service-types>=1.2.0 in /usr/local/lib/python3.8/dist-packages (from keystoneauth1>=3.12.0->keystonemiddleware>=4.17.0->swift==2.30.0.dev54) (1.7.0) 2022-05-18 09:39:25.227 | Requirement already satisfied: iso8601>=0.1.11 in /usr/local/lib/python3.8/dist-packages (from keystoneauth1>=3.12.0->keystonemiddleware>=4.17.0->swift==2.30.0.dev54) (1.0.2) 2022-05-18 09:39:25.228 | Requirement already satisfied: stevedore>=1.20.0 in /usr/local/lib/python3.8/dist-packages (from keystoneauth1>=3.12.0->keystonemiddleware>=4.17.0->swift==2.30.0.dev54) (3.5.0) 2022-05-18 09:39:25.271 | Requirement already satisfied: dogpile.cache>=1.1.5 in /usr/local/lib/python3.8/dist-packages (from oslo.cache>=1.26.0->keystonemiddleware>=4.17.0->swift==2.30.0.dev54) (1.1.5) 2022-05-18 09:39:25.314 | Requirement already satisfied: netaddr>=0.7.18 in /usr/local/lib/python3.8/dist-packages (from oslo.config>=5.2.0->keystonemiddleware>=4.17.0->swift==2.30.0.dev54) (0.8.0) 2022-05-18 09:39:25.316 | Requirement already satisfied: PyYAML>=5.1 in /usr/local/lib/python3.8/dist-packages (from oslo.config>=5.2.0->keystonemiddleware>=4.17.0->swift==2.30.0.dev54) (6.0) 2022-05-18 09:39:25.317 | Requirement already satisfied: rfc3986>=1.2.0 in /usr/local/lib/python3.8/dist-packages (from oslo.config>=5.2.0->keystonemiddleware>=4.17.0->swift==2.30.0.dev54) (1.5.0) 2022-05-18 09:39:25.318 | Requirement already satisfied: debtcollector>=1.2.0 in /usr/local/lib/python3.8/dist-packages (from oslo.config>=5.2.0->keystonemiddleware>=4.17.0->swift==2.30.0.dev54) (2.5.0) 2022-05-18 09:39:25.379 | Requirement already satisfied: python-dateutil>=2.7.0 in /usr/local/lib/python3.8/dist-packages (from oslo.log>=3.36.0->keystonemiddleware>=4.17.0->swift==2.30.0.dev54) (2.8.2) 2022-05-18 09:39:25.382 | Requirement already satisfied: pyinotify>=0.9.6 in /usr/local/lib/python3.8/dist-packages (from oslo.log>=3.36.0->keystonemiddleware>=4.17.0->swift==2.30.0.dev54) (0.9.6) 2022-05-18 09:39:25.394 | Requirement already satisfied: pytz>=2013.6 in /usr/local/lib/python3.8/dist-packages (from oslo.serialization!=2.19.1,>=2.18.0->keystonemiddleware>=4.17.0->swift==2.30.0.dev54) (2022.1) 2022-05-18 09:39:25.395 | Requirement already satisfied: msgpack>=0.5.2 in /usr/local/lib/python3.8/dist-packages (from oslo.serialization!=2.19.1,>=2.18.0->keystonemiddleware>=4.17.0->swift==2.30.0.dev54) (1.0.3) 2022-05-18 09:39:25.413 | Requirement already satisfied: packaging>=20.4 in /usr/local/lib/python3.8/dist-packages (from oslo.utils>=3.33.0->keystonemiddleware>=4.17.0->swift==2.30.0.dev54) (21.3) 2022-05-18 09:39:25.416 | Requirement already satisfied: pyparsing>=2.1.0 in /usr/local/lib/python3.8/dist-packages (from oslo.utils>=3.33.0->keystonemiddleware>=4.17.0->swift==2.30.0.dev54) (3.0.9) 2022-05-18 09:39:25.536 | Requirement already satisfied: wrapt>=1.7.0 in /usr/local/lib/python3.8/dist-packages (from debtcollector>=1.2.0->oslo.config>=5.2.0->keystonemiddleware>=4.17.0->swift==2.30.0.dev54) (1.14.1) 2022-05-18 09:39:25.552 | Requirement already satisfied: decorator>=4.0.0 in /usr/local/lib/python3.8/dist-packages (from dogpile.cache>=1.1.5->oslo.cache>=1.26.0->keystonemiddleware>=4.17.0->swift==2.30.0.dev54) (5.1.1) 2022-05-18 09:39:27.840 | Installing collected packages: swift 2022-05-18 09:39:27.840 | Attempting uninstall: swift 2022-05-18 09:39:27.840 | Found existing installation: swift 2.30.0.dev54 2022-05-18 09:39:27.843 | Can't uninstall 'swift'. No files were found to uninstall. 2022-05-18 09:39:27.845 | Running setup.py develop for swift 2022-05-18 09:39:33.710 | Successfully installed swift 2022-05-18 09:39:33.711 | WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv 2022-05-18 09:39:33.719 | WARNING: You are using pip version 21.3.1; however, version 22.1 is available. 2022-05-18 09:39:33.719 | You should consider upgrading via the '/usr/bin/python3.8 -m pip install --upgrade pip' command. 2022-05-18 09:39:33.851 | + inc/python:pip_install:200 : result=0 2022-05-18 09:39:33.853 | + inc/python:pip_install:202 : time_stop pip_install 2022-05-18 09:39:33.855 | + functions-common:time_stop:2437 : local name 2022-05-18 09:39:33.858 | + functions-common:time_stop:2438 : local end_time 2022-05-18 09:39:33.860 | + functions-common:time_stop:2439 : local elapsed_time 2022-05-18 09:39:33.862 | + functions-common:time_stop:2440 : local total 2022-05-18 09:39:33.864 | + functions-common:time_stop:2441 : local start_time 2022-05-18 09:39:33.866 | + functions-common:time_stop:2443 : name=pip_install 2022-05-18 09:39:33.869 | + functions-common:time_stop:2444 : start_time=1652866758041 2022-05-18 09:39:33.871 | + functions-common:time_stop:2446 : [[ -z 1652866758041 ]] 2022-05-18 09:39:33.874 | ++ functions-common:time_stop:2449 : date +%s%3N 2022-05-18 09:39:33.878 | + functions-common:time_stop:2449 : end_time=1652866773875 2022-05-18 09:39:33.880 | + functions-common:time_stop:2450 : elapsed_time=15834 2022-05-18 09:39:33.882 | + functions-common:time_stop:2451 : total=64856 2022-05-18 09:39:33.885 | + functions-common:time_stop:2453 : _TIME_START[$name]= 2022-05-18 09:39:33.887 | + functions-common:time_stop:2454 : _TIME_TOTAL[$name]=80690 2022-05-18 09:39:33.890 | + inc/python:pip_install:203 : return 0 2022-05-18 09:39:33.892 | + inc/python:setup_package:448 : [[ -e == \-\e ]] 2022-05-18 09:39:33.894 | + inc/python:setup_package:449 : safe_chown -R ubuntu /opt/stack/swift/swift.egg-info 2022-05-18 09:39:33.897 | + functions-common:safe_chown:2338 : _safe_permission_operation chown -R ubuntu /opt/stack/swift/swift.egg-info 2022-05-18 09:39:33.915 | + functions-common:_safe_permission_operation:2186 : sudo chown -R ubuntu /opt/stack/swift/swift.egg-info 2022-05-18 09:39:33.927 | + inc/python:_setup_package_with_constraints_edit:394 : use_library_from_git /opt/stack/swift 2022-05-18 09:39:33.929 | + inc/python:use_library_from_git:250 : local name=/opt/stack/swift 2022-05-18 09:39:33.932 | + inc/python:use_library_from_git:251 : local enabled=1 2022-05-18 09:39:33.935 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2022-05-18 09:39:33.937 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,/opt/stack/swift, ]] 2022-05-18 09:39:33.940 | + inc/python:use_library_from_git:253 : return 1 2022-05-18 09:39:33.942 | + lib/swift:install_swift:722 : '[' False == True ']' 2022-05-18 09:39:33.944 | + lib/stack:stack_install_service:33 : [[ False = True ]] 2022-05-18 09:39:33.947 | + ./stack.sh:main:910 : configure_swift 2022-05-18 09:39:33.950 | + lib/swift:configure_swift:331 : local swift_pipeline=crossdomain 2022-05-18 09:39:33.952 | + lib/swift:configure_swift:332 : local node_number 2022-05-18 09:39:33.954 | + lib/swift:configure_swift:333 : local swift_node_config 2022-05-18 09:39:33.956 | + lib/swift:configure_swift:334 : local swift_log_dir 2022-05-18 09:39:33.958 | + lib/swift:configure_swift:337 : /usr/local/bin/swift-init --run-dir=/opt/stack/data/swift/run all stop 2022-05-18 09:39:35.179 | No account-reaper running 2022-05-18 09:39:35.179 | No container-sharder running 2022-05-18 09:39:35.179 | No container-updater running 2022-05-18 09:39:35.180 | No object-auditor running 2022-05-18 09:39:35.180 | No container-auditor running 2022-05-18 09:39:35.180 | No object-replicator running 2022-05-18 09:39:35.180 | No container-reconciler running 2022-05-18 09:39:35.180 | No object-server running 2022-05-18 09:39:35.180 | No container-sync running 2022-05-18 09:39:35.180 | No account-auditor running 2022-05-18 09:39:35.180 | No account-server running 2022-05-18 09:39:35.180 | No object-reconstructor running 2022-05-18 09:39:35.180 | No object-expirer running 2022-05-18 09:39:35.180 | No container-server running 2022-05-18 09:39:35.180 | No account-replicator running 2022-05-18 09:39:35.180 | No proxy-server running 2022-05-18 09:39:35.180 | No object-updater running 2022-05-18 09:39:35.180 | No container-replicator running 2022-05-18 09:39:35.273 | + lib/swift:configure_swift:337 : true 2022-05-18 09:39:35.276 | + lib/swift:configure_swift:339 : sudo install -d -o ubuntu /etc/swift 2022-05-18 09:39:35.288 | + lib/swift:configure_swift:340 : sudo install -d -o ubuntu /etc/swift/object-server /etc/swift/container-server /etc/swift/account-server 2022-05-18 09:39:35.300 | + lib/swift:configure_swift:342 : [[ /etc/swift != \/\e\t\c\/\s\w\i\f\t ]] 2022-05-18 09:39:35.303 | + lib/swift:configure_swift:355 : sudo tee /etc/rsyncd.conf 2022-05-18 09:39:35.303 | ++ lib/swift:configure_swift:351 : id -g -n ubuntu 2022-05-18 09:39:35.308 | + lib/swift:configure_swift:351 : sed -e ' 2022-05-18 09:39:35.308 | s/%GROUP%/ubuntu/; 2022-05-18 09:39:35.308 | s/%USER%/ubuntu/; 2022-05-18 09:39:35.308 | s,%SWIFT_DATA_DIR%,/opt/stack/data/swift,; 2022-05-18 09:39:35.308 | ' /home/ubuntu/devstack/files/swift/rsyncd.conf 2022-05-18 09:39:35.311 | uid = ubuntu 2022-05-18 09:39:35.311 | gid = ubuntu 2022-05-18 09:39:35.312 | log file = /opt/stack/data/swift/logs/rsyncd.log 2022-05-18 09:39:35.312 | pid file = /opt/stack/data/swift/run/rsyncd.pid 2022-05-18 09:39:35.312 | address = 127.0.0.1 2022-05-18 09:39:35.312 | 2022-05-18 09:39:35.312 | [account6612] 2022-05-18 09:39:35.312 | max connections = 25 2022-05-18 09:39:35.312 | path = /opt/stack/data/swift/1/node/ 2022-05-18 09:39:35.312 | read only = false 2022-05-18 09:39:35.312 | lock file = /opt/stack/data/swift/run/account6612.lock 2022-05-18 09:39:35.312 | 2022-05-18 09:39:35.312 | [account6622] 2022-05-18 09:39:35.312 | max connections = 25 2022-05-18 09:39:35.312 | path = /opt/stack/data/swift/2/node/ 2022-05-18 09:39:35.312 | read only = false 2022-05-18 09:39:35.312 | lock file = /opt/stack/data/swift/run/account6622.lock 2022-05-18 09:39:35.312 | 2022-05-18 09:39:35.312 | [account6632] 2022-05-18 09:39:35.312 | max connections = 25 2022-05-18 09:39:35.312 | path = /opt/stack/data/swift/3/node/ 2022-05-18 09:39:35.312 | read only = false 2022-05-18 09:39:35.312 | lock file = /opt/stack/data/swift/run/account6632.lock 2022-05-18 09:39:35.312 | 2022-05-18 09:39:35.312 | [account6642] 2022-05-18 09:39:35.313 | max connections = 25 2022-05-18 09:39:35.313 | path = /opt/stack/data/swift/4/node/ 2022-05-18 09:39:35.313 | read only = false 2022-05-18 09:39:35.313 | lock file = /opt/stack/data/swift/run/account6642.lock 2022-05-18 09:39:35.313 | 2022-05-18 09:39:35.313 | 2022-05-18 09:39:35.313 | [container6611] 2022-05-18 09:39:35.313 | max connections = 25 2022-05-18 09:39:35.313 | path = /opt/stack/data/swift/1/node/ 2022-05-18 09:39:35.313 | read only = false 2022-05-18 09:39:35.313 | lock file = /opt/stack/data/swift/run/container6611.lock 2022-05-18 09:39:35.313 | 2022-05-18 09:39:35.313 | [container6621] 2022-05-18 09:39:35.313 | max connections = 25 2022-05-18 09:39:35.313 | path = /opt/stack/data/swift/2/node/ 2022-05-18 09:39:35.313 | read only = false 2022-05-18 09:39:35.313 | lock file = /opt/stack/data/swift/run/container6621.lock 2022-05-18 09:39:35.313 | 2022-05-18 09:39:35.313 | [container6631] 2022-05-18 09:39:35.313 | max connections = 25 2022-05-18 09:39:35.313 | path = /opt/stack/data/swift/3/node/ 2022-05-18 09:39:35.313 | read only = false 2022-05-18 09:39:35.313 | lock file = /opt/stack/data/swift/run/container6631.lock 2022-05-18 09:39:35.313 | 2022-05-18 09:39:35.313 | [container6641] 2022-05-18 09:39:35.313 | max connections = 25 2022-05-18 09:39:35.313 | path = /opt/stack/data/swift/4/node/ 2022-05-18 09:39:35.313 | read only = false 2022-05-18 09:39:35.313 | lock file = /opt/stack/data/swift/run/container6641.lock 2022-05-18 09:39:35.313 | 2022-05-18 09:39:35.313 | 2022-05-18 09:39:35.313 | [object6613] 2022-05-18 09:39:35.313 | max connections = 25 2022-05-18 09:39:35.313 | path = /opt/stack/data/swift/1/node/ 2022-05-18 09:39:35.313 | read only = false 2022-05-18 09:39:35.313 | lock file = /opt/stack/data/swift/run/object6613.lock 2022-05-18 09:39:35.313 | 2022-05-18 09:39:35.314 | [object6623] 2022-05-18 09:39:35.314 | max connections = 25 2022-05-18 09:39:35.314 | path = /opt/stack/data/swift/2/node/ 2022-05-18 09:39:35.314 | read only = false 2022-05-18 09:39:35.314 | lock file = /opt/stack/data/swift/run/object6623.lock 2022-05-18 09:39:35.314 | 2022-05-18 09:39:35.314 | [object6633] 2022-05-18 09:39:35.314 | max connections = 25 2022-05-18 09:39:35.314 | path = /opt/stack/data/swift/3/node/ 2022-05-18 09:39:35.314 | read only = false 2022-05-18 09:39:35.314 | lock file = /opt/stack/data/swift/run/object6633.lock 2022-05-18 09:39:35.314 | 2022-05-18 09:39:35.314 | [object6643] 2022-05-18 09:39:35.314 | max connections = 25 2022-05-18 09:39:35.314 | path = /opt/stack/data/swift/4/node/ 2022-05-18 09:39:35.314 | read only = false 2022-05-18 09:39:35.314 | lock file = /opt/stack/data/swift/run/object6643.lock 2022-05-18 09:39:35.316 | + lib/swift:configure_swift:357 : is_ubuntu 2022-05-18 09:39:35.318 | + functions-common:is_ubuntu:573 : [[ -z deb ]] 2022-05-18 09:39:35.320 | + functions-common:is_ubuntu:576 : '[' deb = deb ']' 2022-05-18 09:39:35.322 | + lib/swift:configure_swift:358 : sudo sed -i '/^RSYNC_ENABLE=false/ { s/false/true/ }' /etc/default/rsync 2022-05-18 09:39:35.334 | + lib/swift:configure_swift:363 : SWIFT_CONFIG_PROXY_SERVER=/etc/swift/proxy-server.conf 2022-05-18 09:39:35.336 | + lib/swift:configure_swift:364 : cp /opt/stack/swift/etc/proxy-server.conf-sample /etc/swift/proxy-server.conf 2022-05-18 09:39:35.341 | + lib/swift:configure_swift:365 : cp /opt/stack/swift/etc/internal-client.conf-sample /etc/swift/internal-client.conf 2022-05-18 09:39:35.345 | + lib/swift:configure_swift:369 : local csyncfile=/etc/swift/container-sync-realms.conf 2022-05-18 09:39:35.347 | + lib/swift:configure_swift:370 : cp /opt/stack/swift/etc/container-sync-realms.conf-sample /etc/swift/container-sync-realms.conf 2022-05-18 09:39:35.351 | + lib/swift:configure_swift:371 : iniset /etc/swift/container-sync-realms.conf realm1 key realm1key 2022-05-18 09:39:35.380 | + lib/swift:configure_swift:372 : iniset /etc/swift/container-sync-realms.conf realm1 cluster_name1 http://10.222.0.71:8080/v1/ 2022-05-18 09:39:35.405 | + lib/swift:configure_swift:374 : iniuncomment /etc/swift/proxy-server.conf DEFAULT user 2022-05-18 09:39:35.422 | + lib/swift:configure_swift:375 : iniset /etc/swift/proxy-server.conf DEFAULT user ubuntu 2022-05-18 09:39:35.451 | + lib/swift:configure_swift:377 : iniuncomment /etc/swift/proxy-server.conf DEFAULT swift_dir 2022-05-18 09:39:35.468 | + lib/swift:configure_swift:378 : iniset /etc/swift/proxy-server.conf DEFAULT swift_dir /etc/swift 2022-05-18 09:39:35.495 | + lib/swift:configure_swift:380 : iniuncomment /etc/swift/proxy-server.conf DEFAULT workers 2022-05-18 09:39:35.513 | + lib/swift:configure_swift:381 : iniset /etc/swift/proxy-server.conf DEFAULT workers 1 2022-05-18 09:39:35.540 | + lib/swift:configure_swift:383 : iniuncomment /etc/swift/proxy-server.conf DEFAULT log_level 2022-05-18 09:39:35.560 | + lib/swift:configure_swift:384 : iniset /etc/swift/proxy-server.conf DEFAULT log_level DEBUG 2022-05-18 09:39:35.588 | + lib/swift:configure_swift:386 : iniuncomment /etc/swift/proxy-server.conf DEFAULT bind_ip 2022-05-18 09:39:35.606 | + lib/swift:configure_swift:387 : iniset /etc/swift/proxy-server.conf DEFAULT bind_ip 0.0.0.0 2022-05-18 09:39:35.634 | + lib/swift:configure_swift:389 : iniuncomment /etc/swift/proxy-server.conf DEFAULT bind_port 2022-05-18 09:39:35.651 | + lib/swift:configure_swift:390 : is_service_enabled tls-proxy 2022-05-18 09:39:35.666 | + functions-common:is_service_enabled:2093 : return 1 2022-05-18 09:39:35.668 | + lib/swift:configure_swift:393 : iniset /etc/swift/proxy-server.conf DEFAULT bind_port 8080 2022-05-18 09:39:35.697 | + lib/swift:configure_swift:399 : iniset /etc/swift/proxy-server.conf app:proxy-server node_timeout 120 2022-05-18 09:39:35.723 | + lib/swift:configure_swift:400 : iniset /etc/swift/proxy-server.conf app:proxy-server conn_timeout 20 2022-05-18 09:39:35.751 | + lib/swift:configure_swift:403 : iniset /etc/swift/proxy-server.conf filter:versioned_writes allow_versioned_writes true 2022-05-18 09:39:35.777 | + lib/swift:configure_swift:406 : is_service_enabled ceilometer 2022-05-18 09:39:35.792 | + functions-common:is_service_enabled:2093 : return 1 2022-05-18 09:39:35.794 | + lib/swift:configure_swift:417 : iniset /etc/swift/proxy-server.conf filter:proxy-logging reveal_sensitive_prefix 12 2022-05-18 09:39:35.821 | + lib/swift:configure_swift:423 : is_service_enabled s3api 2022-05-18 09:39:35.836 | + functions-common:is_service_enabled:2093 : return 1 2022-05-18 09:39:35.838 | + lib/swift:configure_swift:426 : is_service_enabled keystone 2022-05-18 09:39:35.855 | + functions-common:is_service_enabled:2093 : return 0 2022-05-18 09:39:35.857 | + lib/swift:configure_swift:427 : swift_pipeline+=' authtoken' 2022-05-18 09:39:35.860 | + lib/swift:configure_swift:428 : is_service_enabled s3api 2022-05-18 09:39:35.875 | + functions-common:is_service_enabled:2093 : return 1 2022-05-18 09:39:35.877 | + lib/swift:configure_swift:433 : swift_pipeline+=' keystoneauth' 2022-05-18 09:39:35.879 | + lib/swift:configure_swift:436 : swift_pipeline+=' tempauth ' 2022-05-18 09:39:35.881 | + lib/swift:configure_swift:438 : sed -i '/^pipeline/ { s/tempauth/crossdomain authtoken keystoneauth tempauth formpost staticweb/ ;}' /etc/swift/proxy-server.conf 2022-05-18 09:39:35.886 | + lib/swift:configure_swift:439 : sed -i '/^pipeline/ { s/proxy-server/ proxy-server/ ; }' /etc/swift/proxy-server.conf 2022-05-18 09:39:35.891 | + lib/swift:configure_swift:441 : iniset /etc/swift/proxy-server.conf app:proxy-server account_autocreate true 2022-05-18 09:39:35.918 | + lib/swift:configure_swift:442 : iniset /etc/swift/proxy-server.conf app:proxy-server allow_account_management true 2022-05-18 09:39:35.945 | + lib/swift:configure_swift:445 : iniset /etc/swift/proxy-server.conf filter:crossdomain use egg:swift#crossdomain 2022-05-18 09:39:35.978 | + lib/swift:configure_swift:450 : iniset /etc/swift/proxy-server.conf filter:authtoken log_name swift 2022-05-18 09:39:36.007 | + lib/swift:configure_swift:452 : iniset /etc/swift/proxy-server.conf filter:authtoken paste.filter_factory keystonemiddleware.auth_token:filter_factory 2022-05-18 09:39:36.035 | + lib/swift:configure_swift:453 : configure_keystone_authtoken_middleware /etc/swift/proxy-server.conf swift filter:authtoken 2022-05-18 09:39:36.037 | + lib/keystone:configure_keystone_authtoken_middleware:447 : local conf_file=/etc/swift/proxy-server.conf 2022-05-18 09:39:36.039 | + lib/keystone:configure_keystone_authtoken_middleware:448 : local admin_user=swift 2022-05-18 09:39:36.041 | + lib/keystone:configure_keystone_authtoken_middleware:449 : local section=filter:authtoken 2022-05-18 09:39:36.043 | + lib/keystone:configure_keystone_authtoken_middleware:451 : iniset /etc/swift/proxy-server.conf filter:authtoken auth_type password 2022-05-18 09:39:36.070 | + lib/keystone:configure_keystone_authtoken_middleware:452 : iniset /etc/swift/proxy-server.conf filter:authtoken interface public 2022-05-18 09:39:36.097 | + lib/keystone:configure_keystone_authtoken_middleware:453 : iniset /etc/swift/proxy-server.conf filter:authtoken auth_url http://10.222.0.71/identity 2022-05-18 09:39:36.124 | + lib/keystone:configure_keystone_authtoken_middleware:454 : iniset /etc/swift/proxy-server.conf filter:authtoken username swift 2022-05-18 09:39:36.151 | + lib/keystone:configure_keystone_authtoken_middleware:455 : iniset /etc/swift/proxy-server.conf filter:authtoken password Passw0rd 2022-05-18 09:39:36.177 | + lib/keystone:configure_keystone_authtoken_middleware:456 : iniset /etc/swift/proxy-server.conf filter:authtoken user_domain_name Default 2022-05-18 09:39:36.205 | + lib/keystone:configure_keystone_authtoken_middleware:457 : iniset /etc/swift/proxy-server.conf filter:authtoken project_name service 2022-05-18 09:39:36.232 | + lib/keystone:configure_keystone_authtoken_middleware:458 : iniset /etc/swift/proxy-server.conf filter:authtoken project_domain_name Default 2022-05-18 09:39:36.259 | + lib/keystone:configure_keystone_authtoken_middleware:460 : iniset /etc/swift/proxy-server.conf filter:authtoken cafile /opt/stack/data/ca-bundle.pem 2022-05-18 09:39:36.286 | + lib/keystone:configure_keystone_authtoken_middleware:461 : iniset /etc/swift/proxy-server.conf filter:authtoken memcached_servers localhost:11211 2022-05-18 09:39:36.314 | + lib/swift:configure_swift:454 : iniset /etc/swift/proxy-server.conf filter:authtoken delay_auth_decision 1 2022-05-18 09:39:36.343 | + lib/swift:configure_swift:455 : iniset /etc/swift/proxy-server.conf filter:authtoken cache swift.cache 2022-05-18 09:39:36.372 | + lib/swift:configure_swift:456 : iniset /etc/swift/proxy-server.conf filter:authtoken include_service_catalog False 2022-05-18 09:39:36.399 | + lib/swift:configure_swift:458 : iniset /etc/swift/proxy-server.conf filter:keystoneauth use egg:swift#keystoneauth 2022-05-18 09:39:36.429 | + lib/swift:configure_swift:459 : iniset /etc/swift/proxy-server.conf filter:keystoneauth operator_roles 'Member, admin' 2022-05-18 09:39:36.456 | + lib/swift:configure_swift:464 : iniuncomment /etc/swift/proxy-server.conf filter:tempauth account_autocreate 2022-05-18 09:39:36.474 | + lib/swift:configure_swift:465 : iniset /etc/swift/proxy-server.conf filter:tempauth reseller_prefix TEMPAUTH 2022-05-18 09:39:36.502 | + lib/swift:configure_swift:468 : iniset /etc/swift/proxy-server.conf filter:domain_remap reseller_prefixes 'AUTH, TEMPAUTH' 2022-05-18 09:39:36.529 | + lib/swift:configure_swift:470 : cp /opt/stack/swift/etc/swift.conf-sample /etc/swift/swift.conf 2022-05-18 09:39:36.533 | + lib/swift:configure_swift:471 : iniset /etc/swift/swift.conf swift-hash swift_hash_path_suffix 66a3d6b56c1f479c8b4e70ab5d2014f6 2022-05-18 09:39:36.563 | + lib/swift:configure_swift:472 : iniset /etc/swift/swift.conf swift-constraints max_header_size 16384 2022-05-18 09:39:36.590 | + lib/swift:configure_swift:473 : iniset /etc/swift/swift.conf swift-constraints max_file_size 5368709122 2022-05-18 09:39:36.618 | + lib/swift:configure_swift:475 : local node_number 2022-05-18 09:39:36.621 | + lib/swift:configure_swift:476 : for node_number in ${SWIFT_REPLICAS_SEQ} 2022-05-18 09:39:36.623 | + lib/swift:configure_swift:477 : local swift_node_config=/etc/swift/object-server/1.conf 2022-05-18 09:39:36.625 | + lib/swift:configure_swift:478 : cp /opt/stack/swift/etc/object-server.conf-sample /etc/swift/object-server/1.conf 2022-05-18 09:39:36.630 | + lib/swift:configure_swift:479 : generate_swift_config_services /etc/swift/object-server/1.conf 1 6613 object 2022-05-18 09:39:36.632 | + lib/swift:generate_swift_config_services:289 : local swift_node_config=/etc/swift/object-server/1.conf 2022-05-18 09:39:36.634 | + lib/swift:generate_swift_config_services:290 : local node_id=1 2022-05-18 09:39:36.637 | + lib/swift:generate_swift_config_services:291 : local bind_port=6613 2022-05-18 09:39:36.639 | + lib/swift:generate_swift_config_services:292 : local server_type=object 2022-05-18 09:39:36.641 | + lib/swift:generate_swift_config_services:294 : log_facility=0 2022-05-18 09:39:36.643 | + lib/swift:generate_swift_config_services:295 : local node_path=/opt/stack/data/swift/1 2022-05-18 09:39:36.645 | + lib/swift:generate_swift_config_services:297 : iniuncomment /etc/swift/object-server/1.conf DEFAULT user 2022-05-18 09:39:36.663 | + lib/swift:generate_swift_config_services:298 : iniset /etc/swift/object-server/1.conf DEFAULT user ubuntu 2022-05-18 09:39:36.692 | + lib/swift:generate_swift_config_services:300 : iniuncomment /etc/swift/object-server/1.conf DEFAULT bind_port 2022-05-18 09:39:36.709 | + lib/swift:generate_swift_config_services:301 : iniset /etc/swift/object-server/1.conf DEFAULT bind_port 6613 2022-05-18 09:39:36.737 | + lib/swift:generate_swift_config_services:303 : iniuncomment /etc/swift/object-server/1.conf DEFAULT swift_dir 2022-05-18 09:39:36.756 | + lib/swift:generate_swift_config_services:304 : iniset /etc/swift/object-server/1.conf DEFAULT swift_dir /etc/swift 2022-05-18 09:39:36.784 | + lib/swift:generate_swift_config_services:306 : iniuncomment /etc/swift/object-server/1.conf DEFAULT devices 2022-05-18 09:39:36.803 | + lib/swift:generate_swift_config_services:307 : iniset /etc/swift/object-server/1.conf DEFAULT devices /opt/stack/data/swift/1 2022-05-18 09:39:36.831 | + lib/swift:generate_swift_config_services:309 : iniuncomment /etc/swift/object-server/1.conf DEFAULT log_facility 2022-05-18 09:39:36.849 | + lib/swift:generate_swift_config_services:310 : iniset /etc/swift/object-server/1.conf DEFAULT log_facility LOG_LOCAL0 2022-05-18 09:39:36.878 | + lib/swift:generate_swift_config_services:312 : iniuncomment /etc/swift/object-server/1.conf DEFAULT workers 2022-05-18 09:39:36.895 | + lib/swift:generate_swift_config_services:313 : iniset /etc/swift/object-server/1.conf DEFAULT workers 2 2022-05-18 09:39:36.924 | + lib/swift:generate_swift_config_services:315 : iniuncomment /etc/swift/object-server/1.conf DEFAULT disable_fallocate 2022-05-18 09:39:36.942 | + lib/swift:generate_swift_config_services:316 : iniset /etc/swift/object-server/1.conf DEFAULT disable_fallocate true 2022-05-18 09:39:36.971 | + lib/swift:generate_swift_config_services:318 : iniuncomment /etc/swift/object-server/1.conf DEFAULT mount_check 2022-05-18 09:39:36.989 | + lib/swift:generate_swift_config_services:319 : iniset /etc/swift/object-server/1.conf DEFAULT mount_check false 2022-05-18 09:39:37.017 | + lib/swift:generate_swift_config_services:321 : iniuncomment /etc/swift/object-server/1.conf object-replicator vm_test_mode 2022-05-18 09:39:37.035 | + lib/swift:generate_swift_config_services:322 : iniset /etc/swift/object-server/1.conf object-replicator vm_test_mode yes 2022-05-18 09:39:37.063 | + 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-05-18 09:39:37.068 | + lib/swift:configure_swift:480 : iniuncomment /etc/swift/object-server/1.conf DEFAULT bind_ip 2022-05-18 09:39:37.086 | + lib/swift:configure_swift:481 : iniset /etc/swift/object-server/1.conf DEFAULT bind_ip 0.0.0.0 2022-05-18 09:39:37.115 | + lib/swift:configure_swift:482 : iniset /etc/swift/object-server/1.conf filter:recon recon_cache_path /opt/stack/data/swift/cache 2022-05-18 09:39:37.144 | + lib/swift:configure_swift:484 : swift_node_config=/etc/swift/container-server/1.conf 2022-05-18 09:39:37.146 | + lib/swift:configure_swift:485 : cp /opt/stack/swift/etc/container-server.conf-sample /etc/swift/container-server/1.conf 2022-05-18 09:39:37.151 | + lib/swift:configure_swift:486 : generate_swift_config_services /etc/swift/container-server/1.conf 1 6611 container 2022-05-18 09:39:37.153 | + lib/swift:generate_swift_config_services:289 : local swift_node_config=/etc/swift/container-server/1.conf 2022-05-18 09:39:37.156 | + lib/swift:generate_swift_config_services:290 : local node_id=1 2022-05-18 09:39:37.158 | + lib/swift:generate_swift_config_services:291 : local bind_port=6611 2022-05-18 09:39:37.160 | + lib/swift:generate_swift_config_services:292 : local server_type=container 2022-05-18 09:39:37.162 | + lib/swift:generate_swift_config_services:294 : log_facility=0 2022-05-18 09:39:37.164 | + lib/swift:generate_swift_config_services:295 : local node_path=/opt/stack/data/swift/1 2022-05-18 09:39:37.166 | + lib/swift:generate_swift_config_services:297 : iniuncomment /etc/swift/container-server/1.conf DEFAULT user 2022-05-18 09:39:37.184 | + lib/swift:generate_swift_config_services:298 : iniset /etc/swift/container-server/1.conf DEFAULT user ubuntu 2022-05-18 09:39:37.212 | + lib/swift:generate_swift_config_services:300 : iniuncomment /etc/swift/container-server/1.conf DEFAULT bind_port 2022-05-18 09:39:37.230 | + lib/swift:generate_swift_config_services:301 : iniset /etc/swift/container-server/1.conf DEFAULT bind_port 6611 2022-05-18 09:39:37.258 | + lib/swift:generate_swift_config_services:303 : iniuncomment /etc/swift/container-server/1.conf DEFAULT swift_dir 2022-05-18 09:39:37.276 | + lib/swift:generate_swift_config_services:304 : iniset /etc/swift/container-server/1.conf DEFAULT swift_dir /etc/swift 2022-05-18 09:39:37.305 | + lib/swift:generate_swift_config_services:306 : iniuncomment /etc/swift/container-server/1.conf DEFAULT devices 2022-05-18 09:39:37.324 | + lib/swift:generate_swift_config_services:307 : iniset /etc/swift/container-server/1.conf DEFAULT devices /opt/stack/data/swift/1 2022-05-18 09:39:37.352 | + lib/swift:generate_swift_config_services:309 : iniuncomment /etc/swift/container-server/1.conf DEFAULT log_facility 2022-05-18 09:39:37.370 | + lib/swift:generate_swift_config_services:310 : iniset /etc/swift/container-server/1.conf DEFAULT log_facility LOG_LOCAL0 2022-05-18 09:39:37.398 | + lib/swift:generate_swift_config_services:312 : iniuncomment /etc/swift/container-server/1.conf DEFAULT workers 2022-05-18 09:39:37.416 | + lib/swift:generate_swift_config_services:313 : iniset /etc/swift/container-server/1.conf DEFAULT workers 2 2022-05-18 09:39:37.444 | + lib/swift:generate_swift_config_services:315 : iniuncomment /etc/swift/container-server/1.conf DEFAULT disable_fallocate 2022-05-18 09:39:37.463 | + lib/swift:generate_swift_config_services:316 : iniset /etc/swift/container-server/1.conf DEFAULT disable_fallocate true 2022-05-18 09:39:37.491 | + lib/swift:generate_swift_config_services:318 : iniuncomment /etc/swift/container-server/1.conf DEFAULT mount_check 2022-05-18 09:39:37.509 | + lib/swift:generate_swift_config_services:319 : iniset /etc/swift/container-server/1.conf DEFAULT mount_check false 2022-05-18 09:39:37.537 | + lib/swift:generate_swift_config_services:321 : iniuncomment /etc/swift/container-server/1.conf container-replicator vm_test_mode 2022-05-18 09:39:37.555 | + lib/swift:generate_swift_config_services:322 : iniset /etc/swift/container-server/1.conf container-replicator vm_test_mode yes 2022-05-18 09:39:37.583 | + 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-05-18 09:39:37.587 | + lib/swift:configure_swift:487 : iniuncomment /etc/swift/container-server/1.conf DEFAULT bind_ip 2022-05-18 09:39:37.605 | + lib/swift:configure_swift:488 : iniset /etc/swift/container-server/1.conf DEFAULT bind_ip 0.0.0.0 2022-05-18 09:39:37.633 | + lib/swift:configure_swift:490 : swift_node_config=/etc/swift/account-server/1.conf 2022-05-18 09:39:37.636 | + lib/swift:configure_swift:491 : cp /opt/stack/swift/etc/account-server.conf-sample /etc/swift/account-server/1.conf 2022-05-18 09:39:37.641 | + lib/swift:configure_swift:492 : generate_swift_config_services /etc/swift/account-server/1.conf 1 6612 account 2022-05-18 09:39:37.643 | + lib/swift:generate_swift_config_services:289 : local swift_node_config=/etc/swift/account-server/1.conf 2022-05-18 09:39:37.645 | + lib/swift:generate_swift_config_services:290 : local node_id=1 2022-05-18 09:39:37.648 | + lib/swift:generate_swift_config_services:291 : local bind_port=6612 2022-05-18 09:39:37.651 | + lib/swift:generate_swift_config_services:292 : local server_type=account 2022-05-18 09:39:37.653 | + lib/swift:generate_swift_config_services:294 : log_facility=0 2022-05-18 09:39:37.656 | + lib/swift:generate_swift_config_services:295 : local node_path=/opt/stack/data/swift/1 2022-05-18 09:39:37.658 | + lib/swift:generate_swift_config_services:297 : iniuncomment /etc/swift/account-server/1.conf DEFAULT user 2022-05-18 09:39:37.676 | + lib/swift:generate_swift_config_services:298 : iniset /etc/swift/account-server/1.conf DEFAULT user ubuntu 2022-05-18 09:39:37.709 | + lib/swift:generate_swift_config_services:300 : iniuncomment /etc/swift/account-server/1.conf DEFAULT bind_port 2022-05-18 09:39:37.727 | + lib/swift:generate_swift_config_services:301 : iniset /etc/swift/account-server/1.conf DEFAULT bind_port 6612 2022-05-18 09:39:37.755 | + lib/swift:generate_swift_config_services:303 : iniuncomment /etc/swift/account-server/1.conf DEFAULT swift_dir 2022-05-18 09:39:37.774 | + lib/swift:generate_swift_config_services:304 : iniset /etc/swift/account-server/1.conf DEFAULT swift_dir /etc/swift 2022-05-18 09:39:37.802 | + lib/swift:generate_swift_config_services:306 : iniuncomment /etc/swift/account-server/1.conf DEFAULT devices 2022-05-18 09:39:37.820 | + lib/swift:generate_swift_config_services:307 : iniset /etc/swift/account-server/1.conf DEFAULT devices /opt/stack/data/swift/1 2022-05-18 09:39:37.848 | + lib/swift:generate_swift_config_services:309 : iniuncomment /etc/swift/account-server/1.conf DEFAULT log_facility 2022-05-18 09:39:37.867 | + lib/swift:generate_swift_config_services:310 : iniset /etc/swift/account-server/1.conf DEFAULT log_facility LOG_LOCAL0 2022-05-18 09:39:37.896 | + lib/swift:generate_swift_config_services:312 : iniuncomment /etc/swift/account-server/1.conf DEFAULT workers 2022-05-18 09:39:37.914 | + lib/swift:generate_swift_config_services:313 : iniset /etc/swift/account-server/1.conf DEFAULT workers 2 2022-05-18 09:39:37.943 | + lib/swift:generate_swift_config_services:315 : iniuncomment /etc/swift/account-server/1.conf DEFAULT disable_fallocate 2022-05-18 09:39:37.961 | + lib/swift:generate_swift_config_services:316 : iniset /etc/swift/account-server/1.conf DEFAULT disable_fallocate true 2022-05-18 09:39:37.991 | + lib/swift:generate_swift_config_services:318 : iniuncomment /etc/swift/account-server/1.conf DEFAULT mount_check 2022-05-18 09:39:38.010 | + lib/swift:generate_swift_config_services:319 : iniset /etc/swift/account-server/1.conf DEFAULT mount_check false 2022-05-18 09:39:38.038 | + lib/swift:generate_swift_config_services:321 : iniuncomment /etc/swift/account-server/1.conf account-replicator vm_test_mode 2022-05-18 09:39:38.057 | + lib/swift:generate_swift_config_services:322 : iniset /etc/swift/account-server/1.conf account-replicator vm_test_mode yes 2022-05-18 09:39:38.084 | + 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-05-18 09:39:38.088 | + lib/swift:configure_swift:493 : iniuncomment /etc/swift/account-server/1.conf DEFAULT bind_ip 2022-05-18 09:39:38.106 | + lib/swift:configure_swift:494 : iniset /etc/swift/account-server/1.conf DEFAULT bind_ip 0.0.0.0 2022-05-18 09:39:38.135 | + lib/swift:configure_swift:498 : iniset /etc/swift/proxy-server.conf filter:tempauth user_swiftprojecttest1_swiftusertest1 'testing .admin' 2022-05-18 09:39:38.162 | + lib/swift:configure_swift:499 : iniset /etc/swift/proxy-server.conf filter:tempauth user_swiftprojecttest2_swiftusertest2 'testing2 .admin' 2022-05-18 09:39:38.191 | + lib/swift:configure_swift:500 : iniset /etc/swift/proxy-server.conf filter:tempauth user_swiftprojecttest1_swiftusertest3 'testing3 .admin' 2022-05-18 09:39:38.218 | + lib/swift:configure_swift:502 : testfile=/etc/swift/test.conf 2022-05-18 09:39:38.221 | + lib/swift:configure_swift:503 : cp /opt/stack/swift/test/sample.conf /etc/swift/test.conf 2022-05-18 09:39:38.225 | + lib/swift:configure_swift:506 : iniset /etc/swift/test.conf func_test account swiftprojecttest1 2022-05-18 09:39:38.254 | + lib/swift:configure_swift:507 : iniset /etc/swift/test.conf func_test username swiftusertest1 2022-05-18 09:39:38.282 | + lib/swift:configure_swift:508 : iniset /etc/swift/test.conf func_test username3 swiftusertest3 2022-05-18 09:39:38.312 | + lib/swift:configure_swift:509 : iniset /etc/swift/test.conf func_test account2 swiftprojecttest2 2022-05-18 09:39:38.340 | + lib/swift:configure_swift:510 : iniset /etc/swift/test.conf func_test username2 swiftusertest2 2022-05-18 09:39:38.368 | + lib/swift:configure_swift:511 : iniset /etc/swift/test.conf func_test account4 swiftprojecttest4 2022-05-18 09:39:38.396 | + lib/swift:configure_swift:512 : iniset /etc/swift/test.conf func_test username4 swiftusertest4 2022-05-18 09:39:38.423 | + lib/swift:configure_swift:513 : iniset /etc/swift/test.conf func_test password4 testing4 2022-05-18 09:39:38.451 | + lib/swift:configure_swift:514 : iniset /etc/swift/test.conf func_test domain4 swift_test 2022-05-18 09:39:38.477 | + lib/swift:configure_swift:516 : is_service_enabled keystone 2022-05-18 09:39:38.492 | + functions-common:is_service_enabled:2093 : return 0 2022-05-18 09:39:38.495 | + lib/swift:configure_swift:517 : iniuncomment /etc/swift/test.conf func_test auth_version 2022-05-18 09:39:38.514 | + lib/swift:configure_swift:518 : local auth_vers 2022-05-18 09:39:38.517 | ++ lib/swift:configure_swift:519 : iniget /etc/swift/test.conf func_test auth_version 2022-05-18 09:39:38.536 | + lib/swift:configure_swift:519 : auth_vers=3 2022-05-18 09:39:38.538 | + lib/swift:configure_swift:520 : iniset /etc/swift/test.conf func_test auth_host 10.222.0.71 2022-05-18 09:39:38.565 | + lib/swift:configure_swift:521 : [[ http == \h\t\t\p\s ]] 2022-05-18 09:39:38.568 | + lib/swift:configure_swift:524 : iniset /etc/swift/test.conf func_test auth_port 80 2022-05-18 09:39:38.595 | + lib/swift:configure_swift:526 : iniset /etc/swift/test.conf func_test auth_uri http://10.222.0.71/identity 2022-05-18 09:39:38.624 | + lib/swift:configure_swift:527 : [[ 3 == \3 ]] 2022-05-18 09:39:38.626 | + lib/swift:configure_swift:528 : iniset /etc/swift/test.conf func_test auth_prefix /identity/v3/ 2022-05-18 09:39:38.654 | + lib/swift:configure_swift:532 : is_service_enabled tls-proxy 2022-05-18 09:39:38.669 | + functions-common:is_service_enabled:2093 : return 1 2022-05-18 09:39:38.672 | + lib/swift:configure_swift:538 : local user_group 2022-05-18 09:39:38.675 | ++ lib/swift:configure_swift:539 : id -g ubuntu 2022-05-18 09:39:38.679 | + lib/swift:configure_swift:539 : user_group=1000 2022-05-18 09:39:38.681 | + lib/swift:configure_swift:540 : sudo install -d -o ubuntu -g 1000 /opt/stack/data/swift 2022-05-18 09:39:38.694 | + lib/swift:configure_swift:542 : local swift_log_dir=/opt/stack/data/swift/logs 2022-05-18 09:39:38.696 | + lib/swift:configure_swift:543 : sudo rm -rf /opt/stack/data/swift/logs 2022-05-18 09:39:38.708 | + lib/swift:configure_swift:544 : local swift_log_group=adm 2022-05-18 09:39:38.710 | + lib/swift:configure_swift:545 : is_suse 2022-05-18 09:39:38.713 | + functions-common:is_suse:542 : is_opensuse 2022-05-18 09:39:38.715 | + functions-common:is_opensuse:549 : [[ -z Ubuntu ]] 2022-05-18 09:39:38.717 | + functions-common:is_opensuse:553 : [[ Ubuntu =~ (openSUSE) ]] 2022-05-18 09:39:38.720 | + functions-common:is_suse:542 : is_suse_linux_enterprise 2022-05-18 09:39:38.722 | + functions-common:is_suse_linux_enterprise:561 : [[ -z Ubuntu ]] 2022-05-18 09:39:38.724 | + functions-common:is_suse_linux_enterprise:565 : [[ Ubuntu =~ (^SUSE) ]] 2022-05-18 09:39:38.726 | + lib/swift:configure_swift:548 : sudo install -d -o ubuntu -g adm /opt/stack/data/swift/logs/hourly 2022-05-18 09:39:38.739 | + lib/swift:configure_swift:550 : [[ False != \F\a\l\s\e ]] 2022-05-18 09:39:38.741 | + lib/swift:configure_swift:558 : '[' False == True ']' 2022-05-18 09:39:38.744 | + ./stack.sh:main:913 : is_service_enabled s3api 2022-05-18 09:39:38.761 | + functions-common:is_service_enabled:2093 : return 1 2022-05-18 09:39:38.763 | + ./stack.sh:main:919 : is_service_enabled g-api n-api 2022-05-18 09:39:38.781 | + functions-common:is_service_enabled:2093 : return 0 2022-05-18 09:39:38.785 | + ./stack.sh:main:921 : stack_install_service glance 2022-05-18 09:39:38.787 | + lib/stack:stack_install_service:20 : local service=glance 2022-05-18 09:39:38.789 | + lib/stack:stack_install_service:21 : type install_glance 2022-05-18 09:39:38.792 | + lib/stack:stack_install_service:23 : [[ False = True ]] 2022-05-18 09:39:38.794 | + lib/stack:stack_install_service:32 : install_glance 2022-05-18 09:39:38.797 | + lib/glance:install_glance:507 : glance_store_extras=() 2022-05-18 09:39:38.799 | + lib/glance:install_glance:507 : local glance_store_extras 2022-05-18 09:39:38.802 | + lib/glance:install_glance:509 : is_service_enabled cinder 2022-05-18 09:39:38.819 | + functions-common:is_service_enabled:2093 : return 0 2022-05-18 09:39:38.821 | + lib/glance:install_glance:510 : glance_store_extras=("cinder" "${glance_store_extras[@]}") 2022-05-18 09:39:38.824 | + lib/glance:install_glance:513 : is_service_enabled swift 2022-05-18 09:39:38.841 | + functions-common:is_service_enabled:2093 : return 0 2022-05-18 09:39:38.844 | + lib/glance:install_glance:514 : glance_store_extras=("swift" "${glance_store_extras[@]}") 2022-05-18 09:39:38.847 | + lib/glance:install_glance:519 : use_library_from_git glance_store 2022-05-18 09:39:38.849 | + inc/python:use_library_from_git:250 : local name=glance_store 2022-05-18 09:39:38.852 | + inc/python:use_library_from_git:251 : local enabled=1 2022-05-18 09:39:38.854 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2022-05-18 09:39:38.857 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,glance_store, ]] 2022-05-18 09:39:38.859 | + inc/python:use_library_from_git:253 : return 1 2022-05-18 09:39:38.862 | ++ lib/glance:install_glance:525 : join_extras swift cinder 2022-05-18 09:39:38.865 | ++ inc/python:join_extras:29 : local IFS=, 2022-05-18 09:39:38.868 | ++ inc/python:join_extras:30 : echo swift,cinder 2022-05-18 09:39:38.870 | + lib/glance:install_glance:525 : pip_install_gr_extras glance-store swift,cinder 2022-05-18 09:39:38.873 | + inc/python:pip_install_gr_extras:89 : local name=glance-store 2022-05-18 09:39:38.875 | + inc/python:pip_install_gr_extras:90 : local extras=swift,cinder 2022-05-18 09:39:38.878 | + inc/python:pip_install_gr_extras:91 : local version_constraints 2022-05-18 09:39:38.881 | ++ inc/python:pip_install_gr_extras:92 : get_version_constraints_from_global_requirements glance-store 2022-05-18 09:39:38.884 | ++ inc/python:get_version_constraints_from_global_requirements:237 : local package=glance-store 2022-05-18 09:39:38.887 | ++ inc/python:get_version_constraints_from_global_requirements:238 : local required_pkg_version_constraint 2022-05-18 09:39:38.890 | +++ inc/python:get_version_constraints_from_global_requirements:240 : grep -i -h -o -P '^glance-store\K.*' /opt/stack/requirements/global-requirements.txt 2022-05-18 09:39:38.891 | +++ inc/python:get_version_constraints_from_global_requirements:240 : cut -d# -f1 2022-05-18 09:39:38.896 | ++ inc/python:get_version_constraints_from_global_requirements:240 : required_pkg_version_constraint='!=0.29.0 ' 2022-05-18 09:39:38.898 | ++ inc/python:get_version_constraints_from_global_requirements:241 : [[ !=0.29.0 == '' ]] 2022-05-18 09:39:38.901 | ++ inc/python:get_version_constraints_from_global_requirements:244 : echo '!=0.29.0' 2022-05-18 09:39:38.904 | + inc/python:pip_install_gr_extras:92 : version_constraints='!=0.29.0' 2022-05-18 09:39:38.907 | + inc/python:pip_install_gr_extras:93 : pip_install 'glance-store[swift,cinder]!=0.29.0' 2022-05-18 09:39:38.928 | Using python 3.8 to install glance-store[swift,cinder]!=0.29.0 2022-05-18 09:39:38.931 | + inc/python:pip_install:193 : sudo -H LC_ALL=en_US.UTF-8 SETUPTOOLS_USE_DISTUTILS=stdlib http_proxy= https_proxy= no_proxy= PIP_FIND_LINKS= SETUPTOOLS_SYS_PATH_TECHNIQUE=rewrite python3.8 -m pip install -c /opt/stack/requirements/upper-constraints.txt 'glance-store[swift,cinder]!=0.29.0' 2022-05-18 09:39:39.790 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-05-18 09:39:39.790 | from cryptography.utils import int_from_bytes 2022-05-18 09:39:39.790 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-05-18 09:39:39.790 | from cryptography.utils import int_from_bytes 2022-05-18 09:39:40.983 | Looking in indexes: http://10.100.0.9:8080/cloudbase/CI/+simple/ 2022-05-18 09:39:41.017 | Requirement already satisfied: glance-store[cinder,swift]!=0.29.0 in /usr/local/lib/python3.8/dist-packages (3.0.0) 2022-05-18 09:39:41.099 | Requirement already satisfied: keystoneauth1>=3.4.0 in /usr/local/lib/python3.8/dist-packages (from glance-store[cinder,swift]!=0.29.0) (4.5.0) 2022-05-18 09:39:41.101 | Requirement already satisfied: oslo.config>=5.2.0 in /usr/local/lib/python3.8/dist-packages (from glance-store[cinder,swift]!=0.29.0) (8.8.0) 2022-05-18 09:39:41.102 | Requirement already satisfied: oslo.i18n>=3.15.3 in /usr/local/lib/python3.8/dist-packages (from glance-store[cinder,swift]!=0.29.0) (5.1.0) 2022-05-18 09:39:41.103 | Requirement already satisfied: oslo.concurrency>=3.26.0 in /usr/local/lib/python3.8/dist-packages (from glance-store[cinder,swift]!=0.29.0) (4.5.1) 2022-05-18 09:39:41.104 | Requirement already satisfied: requests>=2.14.2 in /usr/local/lib/python3.8/dist-packages (from glance-store[cinder,swift]!=0.29.0) (2.27.1) 2022-05-18 09:39:41.105 | Requirement already satisfied: eventlet!=0.18.3,!=0.20.1,>=0.18.2 in /usr/local/lib/python3.8/dist-packages (from glance-store[cinder,swift]!=0.29.0) (0.33.1) 2022-05-18 09:39:41.106 | Requirement already satisfied: six>=1.11.0 in /usr/local/lib/python3.8/dist-packages (from glance-store[cinder,swift]!=0.29.0) (1.16.0) 2022-05-18 09:39:41.107 | Requirement already satisfied: oslo.serialization!=2.19.1,>=2.18.0 in /usr/local/lib/python3.8/dist-packages (from glance-store[cinder,swift]!=0.29.0) (4.3.0) 2022-05-18 09:39:41.108 | Requirement already satisfied: python-keystoneclient>=3.8.0 in /usr/local/lib/python3.8/dist-packages (from glance-store[cinder,swift]!=0.29.0) (4.4.0) 2022-05-18 09:39:41.109 | Requirement already satisfied: stevedore>=1.20.0 in /usr/local/lib/python3.8/dist-packages (from glance-store[cinder,swift]!=0.29.0) (3.5.0) 2022-05-18 09:39:41.111 | Requirement already satisfied: oslo.utils>=4.7.0 in /usr/local/lib/python3.8/dist-packages (from glance-store[cinder,swift]!=0.29.0) (4.13.0) 2022-05-18 09:39:41.112 | Requirement already satisfied: jsonschema>=3.2.0 in /usr/lib/python3/dist-packages (from glance-store[cinder,swift]!=0.29.0) (3.2.0) 2022-05-18 09:39:41.113 | Requirement already satisfied: httplib2>=0.9.1 in /usr/local/lib/python3.8/dist-packages (from glance-store[cinder,swift]!=0.29.0) (0.20.4) 2022-05-18 09:39:41.116 | Requirement already satisfied: python-swiftclient>=3.2.0 in /usr/local/lib/python3.8/dist-packages (from glance-store[cinder,swift]!=0.29.0) (3.13.1) 2022-05-18 09:39:41.118 | Requirement already satisfied: python-cinderclient>=4.1.0 in /usr/local/lib/python3.8/dist-packages (from glance-store[cinder,swift]!=0.29.0) (8.3.0) 2022-05-18 09:39:41.120 | Requirement already satisfied: oslo.privsep>=1.23.0 in /usr/local/lib/python3.8/dist-packages (from glance-store[cinder,swift]!=0.29.0) (2.8.0) 2022-05-18 09:39:41.122 | Requirement already satisfied: oslo.rootwrap>=5.8.0 in /usr/local/lib/python3.8/dist-packages (from glance-store[cinder,swift]!=0.29.0) (6.3.1) 2022-05-18 09:39:41.125 | Requirement already satisfied: os-brick>=2.6.0 in /usr/local/lib/python3.8/dist-packages (from glance-store[cinder,swift]!=0.29.0) (5.2.0) 2022-05-18 09:39:41.135 | Requirement already satisfied: dnspython>=1.15.0 in /usr/local/lib/python3.8/dist-packages (from eventlet!=0.18.3,!=0.20.1,>=0.18.2->glance-store[cinder,swift]!=0.29.0) (2.2.1) 2022-05-18 09:39:41.136 | Requirement already satisfied: greenlet>=0.3 in /usr/local/lib/python3.8/dist-packages (from eventlet!=0.18.3,!=0.20.1,>=0.18.2->glance-store[cinder,swift]!=0.29.0) (1.1.2) 2022-05-18 09:39:41.149 | Requirement already satisfied: pyparsing!=3.0.0,!=3.0.1,!=3.0.2,!=3.0.3,<4,>=2.4.2 in /usr/local/lib/python3.8/dist-packages (from httplib2>=0.9.1->glance-store[cinder,swift]!=0.29.0) (3.0.9) 2022-05-18 09:39:41.218 | Requirement already satisfied: iso8601>=0.1.11 in /usr/local/lib/python3.8/dist-packages (from keystoneauth1>=3.4.0->glance-store[cinder,swift]!=0.29.0) (1.0.2) 2022-05-18 09:39:41.219 | Requirement already satisfied: pbr!=2.1.0,>=2.0.0 in /usr/local/lib/python3.8/dist-packages (from keystoneauth1>=3.4.0->glance-store[cinder,swift]!=0.29.0) (5.9.0) 2022-05-18 09:39:41.220 | Requirement already satisfied: os-service-types>=1.2.0 in /usr/local/lib/python3.8/dist-packages (from keystoneauth1>=3.4.0->glance-store[cinder,swift]!=0.29.0) (1.7.0) 2022-05-18 09:39:41.244 | Requirement already satisfied: tenacity>=6.3.1 in /usr/local/lib/python3.8/dist-packages (from os-brick>=2.6.0->glance-store[cinder,swift]!=0.29.0) (6.3.1) 2022-05-18 09:39:41.246 | Requirement already satisfied: oslo.service>=2.8.0 in /usr/local/lib/python3.8/dist-packages (from os-brick>=2.6.0->glance-store[cinder,swift]!=0.29.0) (2.8.0) 2022-05-18 09:39:41.247 | Requirement already satisfied: os-win>=5.5.0 in /usr/local/lib/python3.8/dist-packages (from os-brick>=2.6.0->glance-store[cinder,swift]!=0.29.0) (5.6.0) 2022-05-18 09:39:41.249 | Requirement already satisfied: oslo.context>=3.4.0 in /usr/local/lib/python3.8/dist-packages (from os-brick>=2.6.0->glance-store[cinder,swift]!=0.29.0) (4.1.0) 2022-05-18 09:39:41.251 | Requirement already satisfied: oslo.log>=4.6.1 in /usr/local/lib/python3.8/dist-packages (from os-brick>=2.6.0->glance-store[cinder,swift]!=0.29.0) (4.7.0) 2022-05-18 09:39:41.262 | Requirement already satisfied: fasteners>=0.7.0 in /usr/local/lib/python3.8/dist-packages (from oslo.concurrency>=3.26.0->glance-store[cinder,swift]!=0.29.0) (0.17.3) 2022-05-18 09:39:41.302 | Requirement already satisfied: rfc3986>=1.2.0 in /usr/local/lib/python3.8/dist-packages (from oslo.config>=5.2.0->glance-store[cinder,swift]!=0.29.0) (1.5.0) 2022-05-18 09:39:41.303 | Requirement already satisfied: debtcollector>=1.2.0 in /usr/local/lib/python3.8/dist-packages (from oslo.config>=5.2.0->glance-store[cinder,swift]!=0.29.0) (2.5.0) 2022-05-18 09:39:41.304 | Requirement already satisfied: PyYAML>=5.1 in /usr/local/lib/python3.8/dist-packages (from oslo.config>=5.2.0->glance-store[cinder,swift]!=0.29.0) (6.0) 2022-05-18 09:39:41.306 | Requirement already satisfied: netaddr>=0.7.18 in /usr/local/lib/python3.8/dist-packages (from oslo.config>=5.2.0->glance-store[cinder,swift]!=0.29.0) (0.8.0) 2022-05-18 09:39:41.327 | Requirement already satisfied: msgpack>=0.6.0 in /usr/local/lib/python3.8/dist-packages (from oslo.privsep>=1.23.0->glance-store[cinder,swift]!=0.29.0) (1.0.3) 2022-05-18 09:39:41.329 | Requirement already satisfied: cffi>=1.14.0 in /usr/local/lib/python3.8/dist-packages (from oslo.privsep>=1.23.0->glance-store[cinder,swift]!=0.29.0) (1.15.0) 2022-05-18 09:39:41.343 | Requirement already satisfied: pytz>=2013.6 in /usr/local/lib/python3.8/dist-packages (from oslo.serialization!=2.19.1,>=2.18.0->glance-store[cinder,swift]!=0.29.0) (2022.1) 2022-05-18 09:39:41.360 | Requirement already satisfied: netifaces>=0.10.4 in /usr/local/lib/python3.8/dist-packages (from oslo.utils>=4.7.0->glance-store[cinder,swift]!=0.29.0) (0.11.0) 2022-05-18 09:39:41.362 | Requirement already satisfied: packaging>=20.4 in /usr/local/lib/python3.8/dist-packages (from oslo.utils>=4.7.0->glance-store[cinder,swift]!=0.29.0) (21.3) 2022-05-18 09:39:41.381 | Requirement already satisfied: PrettyTable>=0.7.2 in /usr/local/lib/python3.8/dist-packages (from python-cinderclient>=4.1.0->glance-store[cinder,swift]!=0.29.0) (3.3.0) 2022-05-18 09:39:41.382 | Requirement already satisfied: simplejson>=3.5.1 in /usr/local/lib/python3.8/dist-packages (from python-cinderclient>=4.1.0->glance-store[cinder,swift]!=0.29.0) (3.17.6) 2022-05-18 09:39:41.463 | Requirement already satisfied: charset-normalizer~=2.0.0 in /usr/local/lib/python3.8/dist-packages (from requests>=2.14.2->glance-store[cinder,swift]!=0.29.0) (2.0.12) 2022-05-18 09:39:41.465 | Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3/dist-packages (from requests>=2.14.2->glance-store[cinder,swift]!=0.29.0) (2019.11.28) 2022-05-18 09:39:41.466 | Requirement already satisfied: urllib3<1.27,>=1.21.1 in /usr/local/lib/python3.8/dist-packages (from requests>=2.14.2->glance-store[cinder,swift]!=0.29.0) (1.26.9) 2022-05-18 09:39:41.468 | Requirement already satisfied: idna<4,>=2.5 in /usr/local/lib/python3.8/dist-packages (from requests>=2.14.2->glance-store[cinder,swift]!=0.29.0) (3.3) 2022-05-18 09:39:41.518 | Requirement already satisfied: pycparser in /usr/local/lib/python3.8/dist-packages (from cffi>=1.14.0->oslo.privsep>=1.23.0->glance-store[cinder,swift]!=0.29.0) (2.21) 2022-05-18 09:39:41.543 | Requirement already satisfied: wrapt>=1.7.0 in /usr/local/lib/python3.8/dist-packages (from debtcollector>=1.2.0->oslo.config>=5.2.0->glance-store[cinder,swift]!=0.29.0) (1.14.1) 2022-05-18 09:39:41.752 | Requirement already satisfied: python-dateutil>=2.7.0 in /usr/local/lib/python3.8/dist-packages (from oslo.log>=4.6.1->os-brick>=2.6.0->glance-store[cinder,swift]!=0.29.0) (2.8.2) 2022-05-18 09:39:41.756 | Requirement already satisfied: pyinotify>=0.9.6 in /usr/local/lib/python3.8/dist-packages (from oslo.log>=4.6.1->os-brick>=2.6.0->glance-store[cinder,swift]!=0.29.0) (0.9.6) 2022-05-18 09:39:41.790 | Requirement already satisfied: Yappi>=1.0 in /usr/local/lib/python3.8/dist-packages (from oslo.service>=2.8.0->os-brick>=2.6.0->glance-store[cinder,swift]!=0.29.0) (1.3.3) 2022-05-18 09:39:41.791 | Requirement already satisfied: Routes>=2.3.1 in /usr/local/lib/python3.8/dist-packages (from oslo.service>=2.8.0->os-brick>=2.6.0->glance-store[cinder,swift]!=0.29.0) (2.5.1) 2022-05-18 09:39:41.816 | Requirement already satisfied: WebOb>=1.7.1 in /usr/local/lib/python3.8/dist-packages (from oslo.service>=2.8.0->os-brick>=2.6.0->glance-store[cinder,swift]!=0.29.0) (1.8.7) 2022-05-18 09:39:41.817 | Requirement already satisfied: Paste>=2.0.2 in /usr/local/lib/python3.8/dist-packages (from oslo.service>=2.8.0->os-brick>=2.6.0->glance-store[cinder,swift]!=0.29.0) (3.5.0) 2022-05-18 09:39:41.818 | Requirement already satisfied: PasteDeploy>=1.5.0 in /usr/local/lib/python3.8/dist-packages (from oslo.service>=2.8.0->os-brick>=2.6.0->glance-store[cinder,swift]!=0.29.0) (2.1.1) 2022-05-18 09:39:41.821 | Requirement already satisfied: fixtures>=3.0.0 in /usr/local/lib/python3.8/dist-packages (from oslo.service>=2.8.0->os-brick>=2.6.0->glance-store[cinder,swift]!=0.29.0) (3.0.0) 2022-05-18 09:39:41.876 | Requirement already satisfied: wcwidth in /usr/local/lib/python3.8/dist-packages (from PrettyTable>=0.7.2->python-cinderclient>=4.1.0->glance-store[cinder,swift]!=0.29.0) (0.2.5) 2022-05-18 09:39:42.061 | Requirement already satisfied: testtools>=0.9.22 in /usr/local/lib/python3.8/dist-packages (from fixtures>=3.0.0->oslo.service>=2.8.0->os-brick>=2.6.0->glance-store[cinder,swift]!=0.29.0) (2.5.0) 2022-05-18 09:39:42.085 | Requirement already satisfied: setuptools in /usr/local/lib/python3.8/dist-packages (from Paste>=2.0.2->oslo.service>=2.8.0->os-brick>=2.6.0->glance-store[cinder,swift]!=0.29.0) (62.2.0) 2022-05-18 09:39:42.168 | Requirement already satisfied: repoze.lru>=0.3 in /usr/local/lib/python3.8/dist-packages (from Routes>=2.3.1->oslo.service>=2.8.0->os-brick>=2.6.0->glance-store[cinder,swift]!=0.29.0) (0.7) 2022-05-18 09:39:42.313 | Requirement already satisfied: extras>=1.0.0 in /usr/local/lib/python3.8/dist-packages (from testtools>=0.9.22->fixtures>=3.0.0->oslo.service>=2.8.0->os-brick>=2.6.0->glance-store[cinder,swift]!=0.29.0) (1.0.0) 2022-05-18 09:39:44.411 | WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv 2022-05-18 09:39:44.418 | WARNING: You are using pip version 21.3.1; however, version 22.1 is available. 2022-05-18 09:39:44.418 | You should consider upgrading via the '/usr/bin/python3.8 -m pip install --upgrade pip' command. 2022-05-18 09:39:44.546 | + inc/python:pip_install:200 : result=0 2022-05-18 09:39:44.548 | + inc/python:pip_install:202 : time_stop pip_install 2022-05-18 09:39:44.552 | + functions-common:time_stop:2437 : local name 2022-05-18 09:39:44.554 | + functions-common:time_stop:2438 : local end_time 2022-05-18 09:39:44.557 | + functions-common:time_stop:2439 : local elapsed_time 2022-05-18 09:39:44.559 | + functions-common:time_stop:2440 : local total 2022-05-18 09:39:44.562 | + functions-common:time_stop:2441 : local start_time 2022-05-18 09:39:44.564 | + functions-common:time_stop:2443 : name=pip_install 2022-05-18 09:39:44.567 | + functions-common:time_stop:2444 : start_time=1652866778923 2022-05-18 09:39:44.569 | + functions-common:time_stop:2446 : [[ -z 1652866778923 ]] 2022-05-18 09:39:44.572 | ++ functions-common:time_stop:2449 : date +%s%3N 2022-05-18 09:39:44.577 | + functions-common:time_stop:2449 : end_time=1652866784574 2022-05-18 09:39:44.579 | + functions-common:time_stop:2450 : elapsed_time=5651 2022-05-18 09:39:44.582 | + functions-common:time_stop:2451 : total=80690 2022-05-18 09:39:44.584 | + functions-common:time_stop:2453 : _TIME_START[$name]= 2022-05-18 09:39:44.586 | + functions-common:time_stop:2454 : _TIME_TOTAL[$name]=86341 2022-05-18 09:39:44.589 | + inc/python:pip_install:203 : return 0 2022-05-18 09:39:44.591 | + lib/glance:install_glance:526 : copy_rootwrap /usr/local/etc/glance 2022-05-18 09:39:44.595 | + lib/glance:copy_rootwrap:239 : local source_path=/usr/local/etc/glance 2022-05-18 09:39:44.598 | + lib/glance:copy_rootwrap:241 : sudo install -d -o ubuntu /etc/glance 2022-05-18 09:39:44.611 | + lib/glance:copy_rootwrap:242 : cp -r /usr/local/etc/glance/rootwrap.conf /usr/local/etc/glance/rootwrap.d /etc/glance/ 2022-05-18 09:39:44.616 | + lib/glance:install_glance:529 : git_clone https://opendev.org/openstack/glance.git /opt/stack/glance master 2022-05-18 09:39:44.619 | + functions-common:git_clone:608 : local git_remote=https://opendev.org/openstack/glance.git 2022-05-18 09:39:44.621 | + functions-common:git_clone:609 : local git_dest=/opt/stack/glance 2022-05-18 09:39:44.624 | + functions-common:git_clone:610 : local git_ref=master 2022-05-18 09:39:44.626 | + functions-common:git_clone:611 : local orig_dir 2022-05-18 09:39:44.629 | ++ functions-common:git_clone:612 : pwd 2022-05-18 09:39:44.632 | + functions-common:git_clone:612 : orig_dir=/home/ubuntu/devstack 2022-05-18 09:39:44.634 | + functions-common:git_clone:613 : local git_clone_flags= 2022-05-18 09:39:44.637 | ++ functions-common:git_clone:615 : trueorfalse False RECLONE 2022-05-18 09:39:44.654 | + functions-common:git_clone:615 : RECLONE=False 2022-05-18 09:39:44.656 | + functions-common:git_clone:616 : [[ 0 -gt 0 ]] 2022-05-18 09:39:44.659 | + functions-common:git_clone:620 : [[ False = \T\r\u\e ]] 2022-05-18 09:39:44.662 | + functions-common:git_clone:629 : echo master 2022-05-18 09:39:44.662 | + functions-common:git_clone:629 : egrep -q '^refs' 2022-05-18 09:39:44.668 | + functions-common:git_clone:643 : [[ ! -d /opt/stack/glance ]] 2022-05-18 09:39:44.670 | + functions-common:git_clone:651 : [[ False = \T\r\u\e ]] 2022-05-18 09:39:44.672 | + functions-common:git_clone:686 : sudo git config --system --add safe.directory /opt/stack/glance 2022-05-18 09:39:44.686 | + functions-common:git_clone:689 : cd /opt/stack/glance 2022-05-18 09:39:44.689 | + functions-common:git_clone:690 : git show --oneline 2022-05-18 09:39:44.691 | + functions-common:git_clone:690 : head -1 2022-05-18 09:39:44.694 | f01f31a79 Merge "doc: add aarch64 to list of architecture image properties" 2022-05-18 09:39:44.696 | + functions-common:git_clone:691 : cd /home/ubuntu/devstack 2022-05-18 09:39:44.699 | + lib/glance:install_glance:531 : setup_develop /opt/stack/glance 2022-05-18 09:39:44.702 | + inc/python:setup_develop:338 : local bindep 2022-05-18 09:39:44.705 | + inc/python:setup_develop:339 : [[ /opt/stack/glance == -bindep* ]] 2022-05-18 09:39:44.707 | + inc/python:setup_develop:343 : local project_dir=/opt/stack/glance 2022-05-18 09:39:44.710 | + inc/python:setup_develop:344 : local extras= 2022-05-18 09:39:44.713 | + inc/python:setup_develop:345 : _setup_package_with_constraints_edit /opt/stack/glance -e 2022-05-18 09:39:44.715 | + inc/python:_setup_package_with_constraints_edit:364 : local bindep 2022-05-18 09:39:44.718 | + inc/python:_setup_package_with_constraints_edit:365 : [[ /opt/stack/glance == -bindep* ]] 2022-05-18 09:39:44.720 | + inc/python:_setup_package_with_constraints_edit:369 : local project_dir=/opt/stack/glance 2022-05-18 09:39:44.723 | + inc/python:_setup_package_with_constraints_edit:370 : local flags=-e 2022-05-18 09:39:44.726 | + inc/python:_setup_package_with_constraints_edit:371 : local extras= 2022-05-18 09:39:44.729 | ++ inc/python:_setup_package_with_constraints_edit:378 : cd /opt/stack/glance 2022-05-18 09:39:44.732 | ++ inc/python:_setup_package_with_constraints_edit:378 : pwd 2022-05-18 09:39:44.735 | + inc/python:_setup_package_with_constraints_edit:378 : project_dir=/opt/stack/glance 2022-05-18 09:39:44.738 | + inc/python:_setup_package_with_constraints_edit:380 : '[' -n /opt/stack/requirements ']' 2022-05-18 09:39:44.740 | + inc/python:_setup_package_with_constraints_edit:384 : local name 2022-05-18 09:39:44.743 | ++ inc/python:_setup_package_with_constraints_edit:385 : awk '/^name.*=/ {print $3}' /opt/stack/glance/setup.cfg 2022-05-18 09:39:44.750 | + inc/python:_setup_package_with_constraints_edit:385 : name=glance 2022-05-18 09:39:44.752 | + inc/python:_setup_package_with_constraints_edit:387 : /opt/stack/requirements/.venv/bin/edit-constraints /opt/stack/requirements/upper-constraints.txt -- glance 2022-05-18 09:39:45.421 | + inc/python:_setup_package_with_constraints_edit:390 : setup_package /opt/stack/glance -e 2022-05-18 09:39:45.423 | + inc/python:setup_package:418 : local bindep=0 2022-05-18 09:39:45.425 | + inc/python:setup_package:419 : local bindep_flag= 2022-05-18 09:39:45.428 | + inc/python:setup_package:420 : local bindep_profiles= 2022-05-18 09:39:45.430 | + inc/python:setup_package:421 : [[ /opt/stack/glance == -bindep* ]] 2022-05-18 09:39:45.433 | + inc/python:setup_package:426 : local project_dir=/opt/stack/glance 2022-05-18 09:39:45.435 | + inc/python:setup_package:427 : local flags=-e 2022-05-18 09:39:45.438 | + inc/python:setup_package:428 : local extras= 2022-05-18 09:39:45.441 | + inc/python:setup_package:432 : [[ -n -e ]] 2022-05-18 09:39:45.443 | + inc/python:setup_package:432 : [[ -z '' ]] 2022-05-18 09:39:45.445 | + inc/python:setup_package:432 : [[ ! -e =~ ^-.* ]] 2022-05-18 09:39:45.448 | + inc/python:setup_package:437 : [[ ! -z '' ]] 2022-05-18 09:39:45.453 | + inc/python:setup_package:442 : [[ 0 == 1 ]] 2022-05-18 09:39:45.455 | + inc/python:setup_package:446 : pip_install -e /opt/stack/glance 2022-05-18 09:39:45.476 | Using python 3.8 to install /opt/stack/glance 2022-05-18 09:39:45.479 | + inc/python:pip_install:193 : sudo -H LC_ALL=en_US.UTF-8 SETUPTOOLS_USE_DISTUTILS=stdlib http_proxy= https_proxy= no_proxy= PIP_FIND_LINKS= SETUPTOOLS_SYS_PATH_TECHNIQUE=rewrite python3.8 -m pip install -c /opt/stack/requirements/upper-constraints.txt -e /opt/stack/glance 2022-05-18 09:39:46.349 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-05-18 09:39:46.349 | from cryptography.utils import int_from_bytes 2022-05-18 09:39:46.349 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-05-18 09:39:46.349 | from cryptography.utils import int_from_bytes 2022-05-18 09:39:47.530 | Looking in indexes: http://10.100.0.9:8080/cloudbase/CI/+simple/ 2022-05-18 09:39:47.561 | Obtaining file:///opt/stack/glance 2022-05-18 09:39:47.561 | Preparing metadata (setup.py): started 2022-05-18 09:39:52.383 | Preparing metadata (setup.py): finished with status 'done' 2022-05-18 09:39:52.455 | Requirement already satisfied: pbr>=3.1.1 in /usr/local/lib/python3.8/dist-packages (from glance==25.0.0.dev35) (5.9.0) 2022-05-18 09:39:52.456 | Requirement already satisfied: defusedxml>=0.6.0 in /usr/local/lib/python3.8/dist-packages (from glance==25.0.0.dev35) (0.7.1) 2022-05-18 09:39:52.457 | Requirement already satisfied: SQLAlchemy>=1.3.14 in /usr/local/lib/python3.8/dist-packages (from glance==25.0.0.dev35) (1.4.36) 2022-05-18 09:39:52.458 | Requirement already satisfied: eventlet>=0.25.1 in /usr/local/lib/python3.8/dist-packages (from glance==25.0.0.dev35) (0.33.1) 2022-05-18 09:39:52.459 | Requirement already satisfied: PasteDeploy>=1.5.0 in /usr/local/lib/python3.8/dist-packages (from glance==25.0.0.dev35) (2.1.1) 2022-05-18 09:39:52.460 | Requirement already satisfied: Routes>=2.3.1 in /usr/local/lib/python3.8/dist-packages (from glance==25.0.0.dev35) (2.5.1) 2022-05-18 09:39:52.461 | Requirement already satisfied: WebOb>=1.8.1 in /usr/local/lib/python3.8/dist-packages (from glance==25.0.0.dev35) (1.8.7) 2022-05-18 09:39:52.462 | Requirement already satisfied: sqlparse>=0.2.2 in /usr/local/lib/python3.8/dist-packages (from glance==25.0.0.dev35) (0.4.2) 2022-05-18 09:39:52.464 | Requirement already satisfied: alembic>=0.9.6 in /usr/local/lib/python3.8/dist-packages (from glance==25.0.0.dev35) (1.7.7) 2022-05-18 09:39:52.465 | Requirement already satisfied: httplib2>=0.9.1 in /usr/local/lib/python3.8/dist-packages (from glance==25.0.0.dev35) (0.20.4) 2022-05-18 09:39:52.466 | Requirement already satisfied: oslo.config>=8.1.0 in /usr/local/lib/python3.8/dist-packages (from glance==25.0.0.dev35) (8.8.0) 2022-05-18 09:39:52.467 | Requirement already satisfied: oslo.concurrency>=3.26.0 in /usr/local/lib/python3.8/dist-packages (from glance==25.0.0.dev35) (4.5.1) 2022-05-18 09:39:52.468 | Requirement already satisfied: oslo.context>=2.22.0 in /usr/local/lib/python3.8/dist-packages (from glance==25.0.0.dev35) (4.1.0) 2022-05-18 09:39:52.469 | Requirement already satisfied: oslo.upgradecheck>=1.3.0 in /usr/local/lib/python3.8/dist-packages (from glance==25.0.0.dev35) (1.5.0) 2022-05-18 09:39:52.470 | Requirement already satisfied: oslo.utils>=4.7.0 in /usr/local/lib/python3.8/dist-packages (from glance==25.0.0.dev35) (4.13.0) 2022-05-18 09:39:52.471 | Requirement already satisfied: stevedore!=3.0.0,>=1.20.0 in /usr/local/lib/python3.8/dist-packages (from glance==25.0.0.dev35) (3.5.0) 2022-05-18 09:39:52.472 | Requirement already satisfied: futurist>=1.2.0 in /usr/local/lib/python3.8/dist-packages (from glance==25.0.0.dev35) (2.4.1) 2022-05-18 09:39:52.474 | Requirement already satisfied: taskflow>=4.0.0 in /usr/local/lib/python3.8/dist-packages (from glance==25.0.0.dev35) (4.7.0) 2022-05-18 09:39:52.475 | Requirement already satisfied: keystoneauth1>=3.4.0 in /usr/local/lib/python3.8/dist-packages (from glance==25.0.0.dev35) (4.5.0) 2022-05-18 09:39:52.476 | Requirement already satisfied: keystonemiddleware>=5.1.0 in /usr/local/lib/python3.8/dist-packages (from glance==25.0.0.dev35) (9.4.0) 2022-05-18 09:39:52.476 | Requirement already satisfied: WSME>=0.8.0 in /usr/local/lib/python3.8/dist-packages (from glance==25.0.0.dev35) (0.11.0) 2022-05-18 09:39:52.477 | Requirement already satisfied: PrettyTable>=0.7.1 in /usr/local/lib/python3.8/dist-packages (from glance==25.0.0.dev35) (3.3.0) 2022-05-18 09:39:52.479 | Requirement already satisfied: Paste>=2.0.2 in /usr/local/lib/python3.8/dist-packages (from glance==25.0.0.dev35) (3.5.0) 2022-05-18 09:39:52.480 | Requirement already satisfied: jsonschema>=3.2.0 in /usr/lib/python3/dist-packages (from glance==25.0.0.dev35) (3.2.0) 2022-05-18 09:39:52.481 | Requirement already satisfied: python-keystoneclient>=3.8.0 in /usr/local/lib/python3.8/dist-packages (from glance==25.0.0.dev35) (4.4.0) 2022-05-18 09:39:52.482 | Requirement already satisfied: pyOpenSSL>=17.1.0 in /usr/local/lib/python3.8/dist-packages (from glance==25.0.0.dev35) (22.0.0) 2022-05-18 09:39:52.483 | Requirement already satisfied: oslo.db>=5.0.0 in /usr/local/lib/python3.8/dist-packages (from glance==25.0.0.dev35) (11.3.0) 2022-05-18 09:39:52.485 | Requirement already satisfied: oslo.i18n>=5.0.0 in /usr/local/lib/python3.8/dist-packages (from glance==25.0.0.dev35) (5.1.0) 2022-05-18 09:39:52.486 | Requirement already satisfied: oslo.limit>=1.4.0 in /usr/local/lib/python3.8/dist-packages (from glance==25.0.0.dev35) (1.6.0) 2022-05-18 09:39:52.487 | Requirement already satisfied: oslo.log>=4.5.0 in /usr/local/lib/python3.8/dist-packages (from glance==25.0.0.dev35) (4.7.0) 2022-05-18 09:39:52.489 | Requirement already satisfied: oslo.messaging!=9.0.0,>=5.29.0 in /usr/local/lib/python3.8/dist-packages (from glance==25.0.0.dev35) (12.14.0) 2022-05-18 09:39:52.490 | Requirement already satisfied: oslo.middleware>=3.31.0 in /usr/local/lib/python3.8/dist-packages (from glance==25.0.0.dev35) (4.5.1) 2022-05-18 09:39:52.491 | Requirement already satisfied: oslo.reports>=1.18.0 in /usr/local/lib/python3.8/dist-packages (from glance==25.0.0.dev35) (2.4.0) 2022-05-18 09:39:52.492 | Requirement already satisfied: oslo.policy>=3.8.1 in /usr/local/lib/python3.8/dist-packages (from glance==25.0.0.dev35) (3.12.1) 2022-05-18 09:39:52.493 | Requirement already satisfied: retrying!=1.3.0,>=1.2.3 in /usr/local/lib/python3.8/dist-packages (from glance==25.0.0.dev35) (1.3.3) 2022-05-18 09:39:52.494 | Requirement already satisfied: osprofiler>=1.4.0 in /usr/local/lib/python3.8/dist-packages (from glance==25.0.0.dev35) (3.4.3) 2022-05-18 09:39:52.495 | Requirement already satisfied: glance-store>=2.3.0 in /usr/local/lib/python3.8/dist-packages (from glance==25.0.0.dev35) (3.0.0) 2022-05-18 09:39:52.496 | Requirement already satisfied: debtcollector>=1.19.0 in /usr/local/lib/python3.8/dist-packages (from glance==25.0.0.dev35) (2.5.0) 2022-05-18 09:39:52.497 | Requirement already satisfied: cryptography>=2.6.1 in /usr/local/lib/python3.8/dist-packages (from glance==25.0.0.dev35) (36.0.2) 2022-05-18 09:39:52.498 | Requirement already satisfied: cursive>=0.2.1 in /usr/local/lib/python3.8/dist-packages (from glance==25.0.0.dev35) (0.2.2) 2022-05-18 09:39:52.499 | Requirement already satisfied: iso8601>=0.1.11 in /usr/local/lib/python3.8/dist-packages (from glance==25.0.0.dev35) (1.0.2) 2022-05-18 09:39:52.501 | Requirement already satisfied: os-win>=4.0.1 in /usr/local/lib/python3.8/dist-packages (from glance==25.0.0.dev35) (5.6.0) 2022-05-18 09:39:52.502 | Requirement already satisfied: castellan>=0.17.0 in /usr/local/lib/python3.8/dist-packages (from glance==25.0.0.dev35) (3.11.0) 2022-05-18 09:39:52.517 | Requirement already satisfied: Mako in /usr/local/lib/python3.8/dist-packages (from alembic>=0.9.6->glance==25.0.0.dev35) (1.2.0) 2022-05-18 09:39:52.519 | Requirement already satisfied: importlib-metadata in /usr/local/lib/python3.8/dist-packages (from alembic>=0.9.6->glance==25.0.0.dev35) (4.11.3) 2022-05-18 09:39:52.520 | Requirement already satisfied: importlib-resources in /usr/local/lib/python3.8/dist-packages (from alembic>=0.9.6->glance==25.0.0.dev35) (5.7.1) 2022-05-18 09:39:52.542 | Requirement already satisfied: requests!=2.20.0,>=2.18.0 in /usr/local/lib/python3.8/dist-packages (from castellan>=0.17.0->glance==25.0.0.dev35) (2.27.1) 2022-05-18 09:39:52.544 | Requirement already satisfied: python-barbicanclient>=4.5.2 in /usr/local/lib/python3.8/dist-packages (from castellan>=0.17.0->glance==25.0.0.dev35) (5.3.0) 2022-05-18 09:39:52.583 | Requirement already satisfied: cffi>=1.12 in /usr/local/lib/python3.8/dist-packages (from cryptography>=2.6.1->glance==25.0.0.dev35) (1.15.0) 2022-05-18 09:39:52.599 | Requirement already satisfied: oslo.serialization>=1.10.0 in /usr/local/lib/python3.8/dist-packages (from cursive>=0.2.1->glance==25.0.0.dev35) (4.3.0) 2022-05-18 09:39:52.608 | Requirement already satisfied: wrapt>=1.7.0 in /usr/local/lib/python3.8/dist-packages (from debtcollector>=1.19.0->glance==25.0.0.dev35) (1.14.1) 2022-05-18 09:39:52.623 | Requirement already satisfied: greenlet>=0.3 in /usr/local/lib/python3.8/dist-packages (from eventlet>=0.25.1->glance==25.0.0.dev35) (1.1.2) 2022-05-18 09:39:52.624 | Requirement already satisfied: six>=1.10.0 in /usr/local/lib/python3.8/dist-packages (from eventlet>=0.25.1->glance==25.0.0.dev35) (1.16.0) 2022-05-18 09:39:52.625 | Requirement already satisfied: dnspython>=1.15.0 in /usr/local/lib/python3.8/dist-packages (from eventlet>=0.25.1->glance==25.0.0.dev35) (2.2.1) 2022-05-18 09:39:52.715 | Requirement already satisfied: pyparsing!=3.0.0,!=3.0.1,!=3.0.2,!=3.0.3,<4,>=2.4.2 in /usr/local/lib/python3.8/dist-packages (from httplib2>=0.9.1->glance==25.0.0.dev35) (3.0.9) 2022-05-18 09:39:52.793 | Requirement already satisfied: os-service-types>=1.2.0 in /usr/local/lib/python3.8/dist-packages (from keystoneauth1>=3.4.0->glance==25.0.0.dev35) (1.7.0) 2022-05-18 09:39:52.846 | Requirement already satisfied: pycadf!=2.0.0,>=1.1.0 in /usr/local/lib/python3.8/dist-packages (from keystonemiddleware>=5.1.0->glance==25.0.0.dev35) (3.1.1) 2022-05-18 09:39:52.847 | Requirement already satisfied: oslo.cache>=1.26.0 in /usr/local/lib/python3.8/dist-packages (from keystonemiddleware>=5.1.0->glance==25.0.0.dev35) (2.11.0) 2022-05-18 09:39:52.882 | Requirement already satisfied: fasteners>=0.7.0 in /usr/local/lib/python3.8/dist-packages (from oslo.concurrency>=3.26.0->glance==25.0.0.dev35) (0.17.3) 2022-05-18 09:39:52.926 | Requirement already satisfied: PyYAML>=5.1 in /usr/local/lib/python3.8/dist-packages (from oslo.config>=8.1.0->glance==25.0.0.dev35) (6.0) 2022-05-18 09:39:52.928 | Requirement already satisfied: netaddr>=0.7.18 in /usr/local/lib/python3.8/dist-packages (from oslo.config>=8.1.0->glance==25.0.0.dev35) (0.8.0) 2022-05-18 09:39:52.930 | Requirement already satisfied: rfc3986>=1.2.0 in /usr/local/lib/python3.8/dist-packages (from oslo.config>=8.1.0->glance==25.0.0.dev35) (1.5.0) 2022-05-18 09:39:52.989 | Requirement already satisfied: sqlalchemy-migrate>=0.11.0 in /usr/local/lib/python3.8/dist-packages (from oslo.db>=5.0.0->glance==25.0.0.dev35) (0.13.0) 2022-05-18 09:39:52.991 | Requirement already satisfied: testscenarios>=0.4 in /usr/local/lib/python3.8/dist-packages (from oslo.db>=5.0.0->glance==25.0.0.dev35) (0.5.0) 2022-05-18 09:39:53.018 | Requirement already satisfied: testresources>=2.0.0 in /usr/local/lib/python3.8/dist-packages (from oslo.db>=5.0.0->glance==25.0.0.dev35) (2.0.1) 2022-05-18 09:39:53.046 | Requirement already satisfied: openstacksdk>=0.31.1 in /usr/local/lib/python3.8/dist-packages (from oslo.limit>=1.4.0->glance==25.0.0.dev35) (0.61.0) 2022-05-18 09:39:53.092 | Requirement already satisfied: python-dateutil>=2.7.0 in /usr/local/lib/python3.8/dist-packages (from oslo.log>=4.5.0->glance==25.0.0.dev35) (2.8.2) 2022-05-18 09:39:53.097 | Requirement already satisfied: pyinotify>=0.9.6 in /usr/local/lib/python3.8/dist-packages (from oslo.log>=4.5.0->glance==25.0.0.dev35) (0.9.6) 2022-05-18 09:39:53.155 | Requirement already satisfied: amqp>=2.5.2 in /usr/local/lib/python3.8/dist-packages (from oslo.messaging!=9.0.0,>=5.29.0->glance==25.0.0.dev35) (5.1.1) 2022-05-18 09:39:53.156 | Requirement already satisfied: kombu>=4.6.6 in /usr/local/lib/python3.8/dist-packages (from oslo.messaging!=9.0.0,>=5.29.0->glance==25.0.0.dev35) (5.2.4) 2022-05-18 09:39:53.157 | Requirement already satisfied: oslo.metrics>=0.2.1 in /usr/local/lib/python3.8/dist-packages (from oslo.messaging!=9.0.0,>=5.29.0->glance==25.0.0.dev35) (0.4.0) 2022-05-18 09:39:53.161 | Requirement already satisfied: oslo.service!=1.28.1,>=1.24.0 in /usr/local/lib/python3.8/dist-packages (from oslo.messaging!=9.0.0,>=5.29.0->glance==25.0.0.dev35) (2.8.0) 2022-05-18 09:39:53.163 | Requirement already satisfied: cachetools>=2.0.0 in /usr/local/lib/python3.8/dist-packages (from oslo.messaging!=9.0.0,>=5.29.0->glance==25.0.0.dev35) (5.1.0) 2022-05-18 09:39:53.190 | Requirement already satisfied: statsd>=3.2.1 in /usr/local/lib/python3.8/dist-packages (from oslo.middleware>=3.31.0->glance==25.0.0.dev35) (3.3.0) 2022-05-18 09:39:53.191 | Requirement already satisfied: bcrypt>=3.1.3 in /usr/local/lib/python3.8/dist-packages (from oslo.middleware>=3.31.0->glance==25.0.0.dev35) (3.2.2) 2022-05-18 09:39:53.193 | Requirement already satisfied: Jinja2>=2.10 in /usr/local/lib/python3.8/dist-packages (from oslo.middleware>=3.31.0->glance==25.0.0.dev35) (3.1.2) 2022-05-18 09:39:53.237 | Requirement already satisfied: psutil>=3.2.2 in /usr/local/lib/python3.8/dist-packages (from oslo.reports>=1.18.0->glance==25.0.0.dev35) (5.9.0) 2022-05-18 09:39:53.278 | Requirement already satisfied: packaging>=20.4 in /usr/local/lib/python3.8/dist-packages (from oslo.utils>=4.7.0->glance==25.0.0.dev35) (21.3) 2022-05-18 09:39:53.280 | Requirement already satisfied: pytz>=2013.6 in /usr/local/lib/python3.8/dist-packages (from oslo.utils>=4.7.0->glance==25.0.0.dev35) (2022.1) 2022-05-18 09:39:53.283 | Requirement already satisfied: netifaces>=0.10.4 in /usr/local/lib/python3.8/dist-packages (from oslo.utils>=4.7.0->glance==25.0.0.dev35) (0.11.0) 2022-05-18 09:39:53.356 | Requirement already satisfied: setuptools in /usr/local/lib/python3.8/dist-packages (from Paste>=2.0.2->glance==25.0.0.dev35) (62.2.0) 2022-05-18 09:39:53.415 | Requirement already satisfied: wcwidth in /usr/local/lib/python3.8/dist-packages (from PrettyTable>=0.7.1->glance==25.0.0.dev35) (0.2.5) 2022-05-18 09:39:53.523 | Requirement already satisfied: repoze.lru>=0.3 in /usr/local/lib/python3.8/dist-packages (from Routes>=2.3.1->glance==25.0.0.dev35) (0.7) 2022-05-18 09:39:53.798 | Requirement already satisfied: pydot>=1.2.4 in /usr/local/lib/python3.8/dist-packages (from taskflow>=4.0.0->glance==25.0.0.dev35) (1.4.2) 2022-05-18 09:39:53.799 | Requirement already satisfied: tenacity>=6.0.0 in /usr/local/lib/python3.8/dist-packages (from taskflow>=4.0.0->glance==25.0.0.dev35) (6.3.1) 2022-05-18 09:39:53.801 | Requirement already satisfied: networkx>=2.1.0 in /usr/local/lib/python3.8/dist-packages (from taskflow>=4.0.0->glance==25.0.0.dev35) (2.8) 2022-05-18 09:39:53.803 | Requirement already satisfied: automaton>=1.9.0 in /usr/local/lib/python3.8/dist-packages (from taskflow>=4.0.0->glance==25.0.0.dev35) (2.5.0) 2022-05-18 09:39:53.859 | Requirement already satisfied: simplegeneric in /usr/local/lib/python3.8/dist-packages (from WSME>=0.8.0->glance==25.0.0.dev35) (0.8.1) 2022-05-18 09:39:53.883 | Requirement already satisfied: vine>=5.0.0 in /usr/local/lib/python3.8/dist-packages (from amqp>=2.5.2->oslo.messaging!=9.0.0,>=5.29.0->glance==25.0.0.dev35) (5.0.0) 2022-05-18 09:39:53.977 | Requirement already satisfied: pycparser in /usr/local/lib/python3.8/dist-packages (from cffi>=1.12->cryptography>=2.6.1->glance==25.0.0.dev35) (2.21) 2022-05-18 09:39:54.099 | Requirement already satisfied: MarkupSafe>=2.0 in /usr/local/lib/python3.8/dist-packages (from Jinja2>=2.10->oslo.middleware>=3.31.0->glance==25.0.0.dev35) (2.1.1) 2022-05-18 09:39:54.314 | Requirement already satisfied: jmespath>=0.9.0 in /usr/local/lib/python3.8/dist-packages (from openstacksdk>=0.31.1->oslo.limit>=1.4.0->glance==25.0.0.dev35) (1.0.0) 2022-05-18 09:39:54.316 | Requirement already satisfied: jsonpatch!=1.20,>=1.16 in /usr/local/lib/python3.8/dist-packages (from openstacksdk>=0.31.1->oslo.limit>=1.4.0->glance==25.0.0.dev35) (1.32) 2022-05-18 09:39:54.317 | Requirement already satisfied: requestsexceptions>=1.2.0 in /usr/local/lib/python3.8/dist-packages (from openstacksdk>=0.31.1->oslo.limit>=1.4.0->glance==25.0.0.dev35) (1.4.0) 2022-05-18 09:39:54.318 | Requirement already satisfied: decorator>=4.4.1 in /usr/local/lib/python3.8/dist-packages (from openstacksdk>=0.31.1->oslo.limit>=1.4.0->glance==25.0.0.dev35) (5.1.1) 2022-05-18 09:39:54.319 | Requirement already satisfied: appdirs>=1.3.0 in /usr/local/lib/python3.8/dist-packages (from openstacksdk>=0.31.1->oslo.limit>=1.4.0->glance==25.0.0.dev35) (1.4.4) 2022-05-18 09:39:54.321 | Requirement already satisfied: dogpile.cache>=0.6.5 in /usr/local/lib/python3.8/dist-packages (from openstacksdk>=0.31.1->oslo.limit>=1.4.0->glance==25.0.0.dev35) (1.1.5) 2022-05-18 09:39:54.322 | Requirement already satisfied: munch>=2.1.0 in /usr/local/lib/python3.8/dist-packages (from openstacksdk>=0.31.1->oslo.limit>=1.4.0->glance==25.0.0.dev35) (2.5.0) 2022-05-18 09:39:54.446 | Requirement already satisfied: prometheus-client>=0.6.0 in /usr/local/lib/python3.8/dist-packages (from oslo.metrics>=0.2.1->oslo.messaging!=9.0.0,>=5.29.0->glance==25.0.0.dev35) (0.14.1) 2022-05-18 09:39:54.477 | Requirement already satisfied: msgpack>=0.5.2 in /usr/local/lib/python3.8/dist-packages (from oslo.serialization>=1.10.0->cursive>=0.2.1->glance==25.0.0.dev35) (1.0.3) 2022-05-18 09:39:54.527 | Requirement already satisfied: Yappi>=1.0 in /usr/local/lib/python3.8/dist-packages (from oslo.service!=1.28.1,>=1.24.0->oslo.messaging!=9.0.0,>=5.29.0->glance==25.0.0.dev35) (1.3.3) 2022-05-18 09:39:54.528 | Requirement already satisfied: fixtures>=3.0.0 in /usr/local/lib/python3.8/dist-packages (from oslo.service!=1.28.1,>=1.24.0->oslo.messaging!=9.0.0,>=5.29.0->glance==25.0.0.dev35) (3.0.0) 2022-05-18 09:39:54.768 | Requirement already satisfied: cliff!=2.9.0,>=2.8.0 in /usr/local/lib/python3.8/dist-packages (from python-barbicanclient>=4.5.2->castellan>=0.17.0->glance==25.0.0.dev35) (3.10.1) 2022-05-18 09:39:54.958 | Requirement already satisfied: urllib3<1.27,>=1.21.1 in /usr/local/lib/python3.8/dist-packages (from requests!=2.20.0,>=2.18.0->castellan>=0.17.0->glance==25.0.0.dev35) (1.26.9) 2022-05-18 09:39:54.960 | Requirement already satisfied: idna<4,>=2.5 in /usr/local/lib/python3.8/dist-packages (from requests!=2.20.0,>=2.18.0->castellan>=0.17.0->glance==25.0.0.dev35) (3.3) 2022-05-18 09:39:54.961 | Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3/dist-packages (from requests!=2.20.0,>=2.18.0->castellan>=0.17.0->glance==25.0.0.dev35) (2019.11.28) 2022-05-18 09:39:54.964 | Requirement already satisfied: charset-normalizer~=2.0.0 in /usr/local/lib/python3.8/dist-packages (from requests!=2.20.0,>=2.18.0->castellan>=0.17.0->glance==25.0.0.dev35) (2.0.12) 2022-05-18 09:39:55.071 | Requirement already satisfied: Tempita>=0.4 in /usr/local/lib/python3.8/dist-packages (from sqlalchemy-migrate>=0.11.0->oslo.db>=5.0.0->glance==25.0.0.dev35) (0.5.2) 2022-05-18 09:39:55.225 | Requirement already satisfied: testtools in /usr/local/lib/python3.8/dist-packages (from testscenarios>=0.4->oslo.db>=5.0.0->glance==25.0.0.dev35) (2.5.0) 2022-05-18 09:39:55.329 | Requirement already satisfied: zipp>=0.5 in /usr/local/lib/python3.8/dist-packages (from importlib-metadata->alembic>=0.9.6->glance==25.0.0.dev35) (3.8.0) 2022-05-18 09:39:55.639 | Requirement already satisfied: autopage>=0.4.0 in /usr/local/lib/python3.8/dist-packages (from cliff!=2.9.0,>=2.8.0->python-barbicanclient>=4.5.2->castellan>=0.17.0->glance==25.0.0.dev35) (0.5.0) 2022-05-18 09:39:55.642 | Requirement already satisfied: cmd2>=1.0.0 in /usr/local/lib/python3.8/dist-packages (from cliff!=2.9.0,>=2.8.0->python-barbicanclient>=4.5.2->castellan>=0.17.0->glance==25.0.0.dev35) (2.4.1) 2022-05-18 09:39:55.868 | Requirement already satisfied: jsonpointer>=1.9 in /usr/local/lib/python3.8/dist-packages (from jsonpatch!=1.20,>=1.16->openstacksdk>=0.31.1->oslo.limit>=1.4.0->glance==25.0.0.dev35) (2.3) 2022-05-18 09:39:56.186 | Requirement already satisfied: extras>=1.0.0 in /usr/local/lib/python3.8/dist-packages (from testtools->testscenarios>=0.4->oslo.db>=5.0.0->glance==25.0.0.dev35) (1.0.0) 2022-05-18 09:39:56.547 | Requirement already satisfied: pyperclip>=1.6 in /usr/local/lib/python3.8/dist-packages (from cmd2>=1.0.0->cliff!=2.9.0,>=2.8.0->python-barbicanclient>=4.5.2->castellan>=0.17.0->glance==25.0.0.dev35) (1.8.2) 2022-05-18 09:39:56.548 | Requirement already satisfied: attrs>=16.3.0 in /usr/local/lib/python3.8/dist-packages (from cmd2>=1.0.0->cliff!=2.9.0,>=2.8.0->python-barbicanclient>=4.5.2->castellan>=0.17.0->glance==25.0.0.dev35) (21.4.0) 2022-05-18 09:39:57.991 | Installing collected packages: glance 2022-05-18 09:39:57.991 | Attempting uninstall: glance 2022-05-18 09:39:57.991 | Found existing installation: glance 25.0.0.dev35 2022-05-18 09:39:57.998 | Can't uninstall 'glance'. No files were found to uninstall. 2022-05-18 09:39:57.999 | Running setup.py develop for glance 2022-05-18 09:40:04.145 | Successfully installed glance 2022-05-18 09:40:04.145 | WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv 2022-05-18 09:40:04.153 | WARNING: You are using pip version 21.3.1; however, version 22.1 is available. 2022-05-18 09:40:04.153 | You should consider upgrading via the '/usr/bin/python3.8 -m pip install --upgrade pip' command. 2022-05-18 09:40:04.292 | + inc/python:pip_install:200 : result=0 2022-05-18 09:40:04.294 | + inc/python:pip_install:202 : time_stop pip_install 2022-05-18 09:40:04.296 | + functions-common:time_stop:2437 : local name 2022-05-18 09:40:04.299 | + functions-common:time_stop:2438 : local end_time 2022-05-18 09:40:04.301 | + functions-common:time_stop:2439 : local elapsed_time 2022-05-18 09:40:04.303 | + functions-common:time_stop:2440 : local total 2022-05-18 09:40:04.305 | + functions-common:time_stop:2441 : local start_time 2022-05-18 09:40:04.308 | + functions-common:time_stop:2443 : name=pip_install 2022-05-18 09:40:04.311 | + functions-common:time_stop:2444 : start_time=1652866785471 2022-05-18 09:40:04.313 | + functions-common:time_stop:2446 : [[ -z 1652866785471 ]] 2022-05-18 09:40:04.316 | ++ functions-common:time_stop:2449 : date +%s%3N 2022-05-18 09:40:04.320 | + functions-common:time_stop:2449 : end_time=1652866804318 2022-05-18 09:40:04.322 | + functions-common:time_stop:2450 : elapsed_time=18847 2022-05-18 09:40:04.325 | + functions-common:time_stop:2451 : total=86341 2022-05-18 09:40:04.327 | + functions-common:time_stop:2453 : _TIME_START[$name]= 2022-05-18 09:40:04.329 | + functions-common:time_stop:2454 : _TIME_TOTAL[$name]=105188 2022-05-18 09:40:04.332 | + inc/python:pip_install:203 : return 0 2022-05-18 09:40:04.334 | + inc/python:setup_package:448 : [[ -e == \-\e ]] 2022-05-18 09:40:04.337 | + inc/python:setup_package:449 : safe_chown -R ubuntu /opt/stack/glance/glance.egg-info 2022-05-18 09:40:04.339 | + functions-common:safe_chown:2338 : _safe_permission_operation chown -R ubuntu /opt/stack/glance/glance.egg-info 2022-05-18 09:40:04.358 | + functions-common:_safe_permission_operation:2186 : sudo chown -R ubuntu /opt/stack/glance/glance.egg-info 2022-05-18 09:40:04.371 | + inc/python:_setup_package_with_constraints_edit:394 : use_library_from_git /opt/stack/glance 2022-05-18 09:40:04.374 | + inc/python:use_library_from_git:250 : local name=/opt/stack/glance 2022-05-18 09:40:04.376 | + inc/python:use_library_from_git:251 : local enabled=1 2022-05-18 09:40:04.378 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2022-05-18 09:40:04.381 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,/opt/stack/glance, ]] 2022-05-18 09:40:04.384 | + inc/python:use_library_from_git:253 : return 1 2022-05-18 09:40:04.386 | + lib/stack:stack_install_service:33 : [[ False = True ]] 2022-05-18 09:40:04.388 | + ./stack.sh:main:922 : configure_glance 2022-05-18 09:40:04.391 | + lib/glance:configure_glance:323 : sudo install -d -o ubuntu /etc/glance /etc/glance/metadefs 2022-05-18 09:40:04.403 | + lib/glance:configure_glance:326 : local dburl 2022-05-18 09:40:04.406 | ++ lib/glance:configure_glance:327 : database_connection_url glance 2022-05-18 09:40:04.408 | ++ lib/database:database_connection_url:134 : local db=glance 2022-05-18 09:40:04.410 | ++ lib/database:database_connection_url:135 : database_connection_url_mysql glance 2022-05-18 09:40:04.413 | ++ lib/databases/mysql:database_connection_url_mysql:224 : local db=glance 2022-05-18 09:40:04.415 | ++ lib/databases/mysql:database_connection_url_mysql:225 : local plugin 2022-05-18 09:40:04.418 | ++ lib/databases/mysql:database_connection_url_mysql:229 : [[ True == \T\r\u\e ]] 2022-05-18 09:40:04.420 | ++ lib/databases/mysql:database_connection_url_mysql:230 : is_service_enabled mysql 2022-05-18 09:40:04.436 | ++ functions-common:is_service_enabled:2093 : return 0 2022-05-18 09:40:04.439 | ++ lib/databases/mysql:database_connection_url_mysql:231 : plugin='&plugin=dbcounter' 2022-05-18 09:40:04.441 | ++ lib/databases/mysql:database_connection_url_mysql:235 : echo 'mysql+pymysql://root:Passw0rd@127.0.0.1/glance?charset=utf8&plugin=dbcounter' 2022-05-18 09:40:04.444 | + lib/glance:configure_glance:327 : dburl='mysql+pymysql://root:Passw0rd@127.0.0.1/glance?charset=utf8&plugin=dbcounter' 2022-05-18 09:40:04.446 | + lib/glance:configure_glance:329 : iniset /etc/glance/glance-api.conf DEFAULT debug True 2022-05-18 09:40:04.474 | + 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-05-18 09:40:04.504 | + lib/glance:configure_glance:331 : iniset /etc/glance/glance-api.conf DEFAULT use_syslog False 2022-05-18 09:40:04.533 | + lib/glance:configure_glance:332 : iniset /etc/glance/glance-api.conf DEFAULT image_cache_dir /opt/stack/data/glance/cache/ 2022-05-18 09:40:04.563 | + lib/glance:configure_glance:333 : iniset /etc/glance/glance-api.conf oslo_concurrency lock_path /opt/stack/data/glance/locks 2022-05-18 09:40:04.592 | + lib/glance:configure_glance:334 : iniset /etc/glance/glance-api.conf paste_deploy flavor keystone+cachemanagement 2022-05-18 09:40:04.622 | + lib/glance:configure_glance:335 : configure_keystone_authtoken_middleware /etc/glance/glance-api.conf glance 2022-05-18 09:40:04.624 | + lib/keystone:configure_keystone_authtoken_middleware:447 : local conf_file=/etc/glance/glance-api.conf 2022-05-18 09:40:04.627 | + lib/keystone:configure_keystone_authtoken_middleware:448 : local admin_user=glance 2022-05-18 09:40:04.629 | + lib/keystone:configure_keystone_authtoken_middleware:449 : local section=keystone_authtoken 2022-05-18 09:40:04.631 | + lib/keystone:configure_keystone_authtoken_middleware:451 : iniset /etc/glance/glance-api.conf keystone_authtoken auth_type password 2022-05-18 09:40:04.660 | + lib/keystone:configure_keystone_authtoken_middleware:452 : iniset /etc/glance/glance-api.conf keystone_authtoken interface public 2022-05-18 09:40:04.690 | + lib/keystone:configure_keystone_authtoken_middleware:453 : iniset /etc/glance/glance-api.conf keystone_authtoken auth_url http://10.222.0.71/identity 2022-05-18 09:40:04.720 | + lib/keystone:configure_keystone_authtoken_middleware:454 : iniset /etc/glance/glance-api.conf keystone_authtoken username glance 2022-05-18 09:40:04.750 | + lib/keystone:configure_keystone_authtoken_middleware:455 : iniset /etc/glance/glance-api.conf keystone_authtoken password Passw0rd 2022-05-18 09:40:04.780 | + lib/keystone:configure_keystone_authtoken_middleware:456 : iniset /etc/glance/glance-api.conf keystone_authtoken user_domain_name Default 2022-05-18 09:40:04.809 | + lib/keystone:configure_keystone_authtoken_middleware:457 : iniset /etc/glance/glance-api.conf keystone_authtoken project_name service 2022-05-18 09:40:04.839 | + lib/keystone:configure_keystone_authtoken_middleware:458 : iniset /etc/glance/glance-api.conf keystone_authtoken project_domain_name Default 2022-05-18 09:40:04.868 | + lib/keystone:configure_keystone_authtoken_middleware:460 : iniset /etc/glance/glance-api.conf keystone_authtoken cafile /opt/stack/data/ca-bundle.pem 2022-05-18 09:40:04.898 | + lib/keystone:configure_keystone_authtoken_middleware:461 : iniset /etc/glance/glance-api.conf keystone_authtoken memcached_servers localhost:11211 2022-05-18 09:40:04.928 | + lib/glance:configure_glance:336 : iniset /etc/glance/glance-api.conf oslo_messaging_notifications driver messagingv2 2022-05-18 09:40:04.958 | + lib/glance:configure_glance:337 : iniset_rpc_backend glance /etc/glance/glance-api.conf 2022-05-18 09:40:04.960 | + lib/rpc_backend:iniset_rpc_backend:157 : local package=glance 2022-05-18 09:40:04.963 | + lib/rpc_backend:iniset_rpc_backend:158 : local file=/etc/glance/glance-api.conf 2022-05-18 09:40:04.965 | + lib/rpc_backend:iniset_rpc_backend:159 : local section=DEFAULT 2022-05-18 09:40:04.968 | + lib/rpc_backend:iniset_rpc_backend:160 : local virtual_host= 2022-05-18 09:40:04.970 | + lib/rpc_backend:iniset_rpc_backend:161 : is_service_enabled rabbit 2022-05-18 09:40:04.987 | + functions-common:is_service_enabled:2093 : return 0 2022-05-18 09:40:04.991 | ++ lib/rpc_backend:iniset_rpc_backend:162 : get_transport_url '' 2022-05-18 09:40:04.994 | ++ lib/rpc_backend:get_transport_url:139 : local virtual_host= 2022-05-18 09:40:04.997 | ++ lib/rpc_backend:get_transport_url:140 : is_service_enabled rabbit 2022-05-18 09:40:05.013 | ++ functions-common:is_service_enabled:2093 : return 0 2022-05-18 09:40:05.015 | ++ lib/rpc_backend:get_transport_url:141 : echo rabbit://stackrabbit:Passw0rd@10.222.0.71:5672/ 2022-05-18 09:40:05.018 | + lib/rpc_backend:iniset_rpc_backend:162 : iniset /etc/glance/glance-api.conf DEFAULT transport_url rabbit://stackrabbit:Passw0rd@10.222.0.71:5672/ 2022-05-18 09:40:05.048 | + lib/rpc_backend:iniset_rpc_backend:163 : '[' -n '' ']' 2022-05-18 09:40:05.050 | + lib/rpc_backend:iniset_rpc_backend:166 : '[' -n '' ']' 2022-05-18 09:40:05.053 | + lib/glance:configure_glance:338 : '[' libvirt = libvirt ']' 2022-05-18 09:40:05.055 | + lib/glance:configure_glance:338 : '[' kvm = parallels ']' 2022-05-18 09:40:05.058 | + lib/glance:configure_glance:342 : iniset /etc/glance/glance-api.conf DEFAULT show_image_direct_url False 2022-05-18 09:40:05.088 | + lib/glance:configure_glance:343 : iniset /etc/glance/glance-api.conf DEFAULT show_multiple_locations False 2022-05-18 09:40:05.118 | + lib/glance:configure_glance:346 : configure_glance_store False False 2022-05-18 09:40:05.121 | + lib/glance:configure_glance_store:252 : local use_cinder_for_glance=False 2022-05-18 09:40:05.124 | + lib/glance:configure_glance_store:253 : local glance_enable_multiple_stores=False 2022-05-18 09:40:05.126 | + lib/glance:configure_glance_store:254 : local be 2022-05-18 09:40:05.128 | + lib/glance:configure_glance_store:256 : [[ False == \F\a\l\s\e ]] 2022-05-18 09:40:05.131 | + lib/glance:configure_glance_store:258 : [[ False == \T\r\u\e ]] 2022-05-18 09:40:05.133 | + lib/glance:configure_glance_store:275 : iniset /etc/glance/glance-api.conf glance_store filesystem_store_datadir /opt/stack/data/glance/images/ 2022-05-18 09:40:05.163 | + lib/glance:configure_glance:349 : '[' -n '' ']' 2022-05-18 09:40:05.165 | + lib/glance:configure_glance:352 : iniset /etc/glance/glance-api.conf cors allowed_origin http://10.222.0.71 2022-05-18 09:40:05.195 | + lib/glance:configure_glance:356 : [[ False == \F\a\l\s\e ]] 2022-05-18 09:40:05.198 | + lib/glance:configure_glance:358 : is_service_enabled s-proxy 2022-05-18 09:40:05.215 | + functions-common:is_service_enabled:2093 : return 0 2022-05-18 09:40:05.218 | + lib/glance:configure_glance:359 : iniset /etc/glance/glance-api.conf glance_store default_store swift 2022-05-18 09:40:05.248 | + lib/glance:configure_glance:360 : iniset /etc/glance/glance-api.conf glance_store swift_store_create_container_on_put True 2022-05-18 09:40:05.278 | + lib/glance:configure_glance:362 : iniset /etc/glance/glance-api.conf glance_store swift_store_config_file /etc/glance/glance-swift-store.conf 2022-05-18 09:40:05.308 | + lib/glance:configure_glance:363 : iniset /etc/glance/glance-api.conf glance_store default_swift_reference ref1 2022-05-18 09:40:05.338 | + lib/glance:configure_glance:364 : iniset /etc/glance/glance-api.conf glance_store stores 'file, http, swift' 2022-05-18 09:40:05.367 | + lib/glance:configure_glance:365 : is_service_enabled tls-proxy 2022-05-18 09:40:05.385 | + functions-common:is_service_enabled:2093 : return 1 2022-05-18 09:40:05.387 | + lib/glance:configure_glance:368 : iniset /etc/glance/glance-api.conf DEFAULT graceful_shutdown_timeout 5 2022-05-18 09:40:05.417 | + lib/glance:configure_glance:370 : iniset /etc/glance/glance-swift-store.conf ref1 user service:glance-swift 2022-05-18 09:40:05.446 | + lib/glance:configure_glance:372 : iniset /etc/glance/glance-swift-store.conf ref1 key Passw0rd 2022-05-18 09:40:05.476 | + lib/glance:configure_glance:373 : iniset /etc/glance/glance-swift-store.conf ref1 auth_address http://10.222.0.71/identity/v3 2022-05-18 09:40:05.505 | + lib/glance:configure_glance:374 : iniset /etc/glance/glance-swift-store.conf ref1 auth_version 3 2022-05-18 09:40:05.535 | + lib/glance:configure_glance:380 : iniset /etc/glance/glance-api.conf DEFAULT public_endpoint http://10.222.0.71/image 2022-05-18 09:40:05.565 | + lib/glance:configure_glance:382 : is_service_enabled tls-proxy 2022-05-18 09:40:05.582 | + functions-common:is_service_enabled:2093 : return 1 2022-05-18 09:40:05.585 | + lib/glance:configure_glance:388 : setup_logging /etc/glance/glance-api.conf 2022-05-18 09:40:05.587 | + functions:setup_logging:674 : setup_systemd_logging /etc/glance/glance-api.conf 2022-05-18 09:40:05.590 | + functions:setup_systemd_logging:689 : local conf_file=/etc/glance/glance-api.conf 2022-05-18 09:40:05.593 | ++ functions:setup_systemd_logging:694 : trueorfalse False USE_JOURNAL 2022-05-18 09:40:05.610 | + functions:setup_systemd_logging:694 : USE_JOURNAL=False 2022-05-18 09:40:05.612 | + functions:setup_systemd_logging:695 : local pidstr= 2022-05-18 09:40:05.615 | + functions:setup_systemd_logging:696 : [[ False == \T\r\u\e ]] 2022-05-18 09:40:05.617 | + functions:setup_systemd_logging:700 : pidstr='(pid=%(process)d) ' 2022-05-18 09:40:05.620 | + 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-05-18 09:40:05.649 | + 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-05-18 09:40:05.679 | + 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-05-18 09:40:05.710 | + functions:setup_systemd_logging:706 : iniset /etc/glance/glance-api.conf DEFAULT logging_exception_prefix 'ERROR %(name)s %(instance)s' 2022-05-18 09:40:05.740 | + lib/glance:configure_glance:390 : cp -p /opt/stack/glance/etc/glance-api-paste.ini /etc/glance/glance-api-paste.ini 2022-05-18 09:40:05.744 | + lib/glance:configure_glance:393 : iniset /etc/glance/glance-cache.conf DEFAULT debug True 2022-05-18 09:40:05.774 | + lib/glance:configure_glance:394 : iniset /etc/glance/glance-cache.conf DEFAULT use_syslog False 2022-05-18 09:40:05.805 | + lib/glance:configure_glance:395 : iniset /etc/glance/glance-cache.conf DEFAULT image_cache_dir /opt/stack/data/glance/cache/ 2022-05-18 09:40:05.835 | + lib/glance:configure_glance:396 : iniset /etc/glance/glance-cache.conf DEFAULT auth_url http://10.222.0.71/identity 2022-05-18 09:40:05.865 | + lib/glance:configure_glance:397 : iniset /etc/glance/glance-cache.conf DEFAULT admin_tenant_name service 2022-05-18 09:40:05.894 | + lib/glance:configure_glance:398 : iniset /etc/glance/glance-cache.conf DEFAULT admin_user glance 2022-05-18 09:40:05.924 | + lib/glance:configure_glance:399 : iniset /etc/glance/glance-cache.conf DEFAULT admin_password Passw0rd 2022-05-18 09:40:05.955 | + lib/glance:configure_glance:402 : iniset /etc/glance/glance-cache.conf glance_store filesystem_store_datadir /opt/stack/data/glance/images/ 2022-05-18 09:40:05.985 | + lib/glance:configure_glance:405 : iniset /etc/glance/glance-image-import.conf image_import_opts image_import_plugins '[]' 2022-05-18 09:40:06.015 | + lib/glance:configure_glance:406 : iniset /etc/glance/glance-image-import.conf inject_metadata_properties ignore_user_roles admin 2022-05-18 09:40:06.045 | + lib/glance:configure_glance:407 : iniset /etc/glance/glance-image-import.conf inject_metadata_properties inject 2022-05-18 09:40:06.074 | + lib/glance:configure_glance:409 : cp -p /opt/stack/glance/etc/schema-image.json /etc/glance/schema-image.json 2022-05-18 09:40:06.079 | + lib/glance:configure_glance:411 : cp -p /opt/stack/glance/etc/metadefs/cim-processor-allocation-setting-data.json /opt/stack/glance/etc/metadefs/cim-resource-allocation-setting-data.json /opt/stack/glance/etc/metadefs/cim-storage-allocation-setting-data.json /opt/stack/glance/etc/metadefs/cim-virtual-system-setting-data.json /opt/stack/glance/etc/metadefs/compute-aggr-disk-filter.json /opt/stack/glance/etc/metadefs/compute-aggr-iops-filter.json /opt/stack/glance/etc/metadefs/compute-aggr-num-instances.json /opt/stack/glance/etc/metadefs/compute-cpu-pinning.json /opt/stack/glance/etc/metadefs/compute-guest-memory-backing.json /opt/stack/glance/etc/metadefs/compute-guest-shutdown.json /opt/stack/glance/etc/metadefs/compute-host-capabilities.json /opt/stack/glance/etc/metadefs/compute-hypervisor.json /opt/stack/glance/etc/metadefs/compute-instance-data.json /opt/stack/glance/etc/metadefs/compute-libvirt-image.json /opt/stack/glance/etc/metadefs/compute-libvirt.json /opt/stack/glance/etc/metadefs/compute-quota.json /opt/stack/glance/etc/metadefs/compute-randomgen.json /opt/stack/glance/etc/metadefs/compute-vcputopology.json /opt/stack/glance/etc/metadefs/compute-vmware-flavor.json /opt/stack/glance/etc/metadefs/compute-vmware.json /opt/stack/glance/etc/metadefs/compute-vmware-quota-flavor.json /opt/stack/glance/etc/metadefs/compute-watchdog.json /opt/stack/glance/etc/metadefs/compute-xenapi.json /opt/stack/glance/etc/metadefs/glance-common-image-props.json /opt/stack/glance/etc/metadefs/image-signature-verification.json /opt/stack/glance/etc/metadefs/operating-system.json /opt/stack/glance/etc/metadefs/software-databases.json /opt/stack/glance/etc/metadefs/software-runtimes.json /opt/stack/glance/etc/metadefs/software-webservers.json /opt/stack/glance/etc/metadefs/storage-volume-type.json /etc/glance/metadefs 2022-05-18 09:40:06.086 | + lib/glance:configure_glance:413 : is_service_enabled tls-proxy 2022-05-18 09:40:06.103 | + functions-common:is_service_enabled:2093 : return 1 2022-05-18 09:40:06.106 | + lib/glance:configure_glance:421 : [[ False == False ]] 2022-05-18 09:40:06.108 | + lib/glance:configure_glance:422 : write_local_uwsgi_http_config /etc/glance/glance-uwsgi.ini /usr/local/bin/glance-wsgi-api /image 2022-05-18 09:40:06.111 | + lib/apache:write_local_uwsgi_http_config:319 : local file=/etc/glance/glance-uwsgi.ini 2022-05-18 09:40:06.113 | + lib/apache:write_local_uwsgi_http_config:320 : local wsgi=/usr/local/bin/glance-wsgi-api 2022-05-18 09:40:06.115 | + lib/apache:write_local_uwsgi_http_config:321 : local url=/image 2022-05-18 09:40:06.118 | ++ lib/apache:write_local_uwsgi_http_config:322 : basename /usr/local/bin/glance-wsgi-api 2022-05-18 09:40:06.122 | + lib/apache:write_local_uwsgi_http_config:322 : name=glance-wsgi-api 2022-05-18 09:40:06.125 | + lib/apache:write_local_uwsgi_http_config:328 : rm -rf /etc/glance/glance-uwsgi.ini 2022-05-18 09:40:06.128 | + lib/apache:write_local_uwsgi_http_config:329 : iniset /etc/glance/glance-uwsgi.ini uwsgi wsgi-file /usr/local/bin/glance-wsgi-api 2022-05-18 09:40:06.158 | ++ lib/apache:write_local_uwsgi_http_config:330 : get_random_port 2022-05-18 09:40:06.161 | ++ functions:get_random_port:836 : read lower_port upper_port 2022-05-18 09:40:06.163 | ++ functions:get_random_port:837 : true 2022-05-18 09:40:06.166 | ++ functions:get_random_port:838 : (( port = upper_port )) 2022-05-18 09:40:06.168 | ++ functions:get_random_port:838 : (( port >= lower_port )) 2022-05-18 09:40:06.171 | ++ functions:get_random_port:839 : sudo lsof -i :60999 2022-05-18 09:40:06.229 | ++ functions:get_random_port:840 : [[ 1 > 0 ]] 2022-05-18 09:40:06.232 | ++ functions:get_random_port:841 : break 2 2022-05-18 09:40:06.234 | ++ functions:get_random_port:845 : echo 60999 2022-05-18 09:40:06.237 | + lib/apache:write_local_uwsgi_http_config:330 : port=60999 2022-05-18 09:40:06.239 | + lib/apache:write_local_uwsgi_http_config:331 : iniset /etc/glance/glance-uwsgi.ini uwsgi http-socket 127.0.0.1:60999 2022-05-18 09:40:06.268 | + lib/apache:write_local_uwsgi_http_config:332 : iniset /etc/glance/glance-uwsgi.ini uwsgi processes 2 2022-05-18 09:40:06.295 | + lib/apache:write_local_uwsgi_http_config:334 : iniset /etc/glance/glance-uwsgi.ini uwsgi master true 2022-05-18 09:40:06.322 | + lib/apache:write_local_uwsgi_http_config:336 : iniset /etc/glance/glance-uwsgi.ini uwsgi die-on-term true 2022-05-18 09:40:06.350 | + lib/apache:write_local_uwsgi_http_config:337 : iniset /etc/glance/glance-uwsgi.ini uwsgi exit-on-reload false 2022-05-18 09:40:06.378 | + lib/apache:write_local_uwsgi_http_config:338 : iniset /etc/glance/glance-uwsgi.ini uwsgi enable-threads true 2022-05-18 09:40:06.405 | + lib/apache:write_local_uwsgi_http_config:339 : iniset /etc/glance/glance-uwsgi.ini uwsgi plugins http,python3 2022-05-18 09:40:06.433 | + lib/apache:write_local_uwsgi_http_config:341 : iniset /etc/glance/glance-uwsgi.ini uwsgi thunder-lock true 2022-05-18 09:40:06.460 | + 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-05-18 09:40:06.488 | + lib/apache:write_local_uwsgi_http_config:346 : iniset /etc/glance/glance-uwsgi.ini uwsgi worker-reload-mercy 90 2022-05-18 09:40:06.516 | + lib/apache:write_local_uwsgi_http_config:348 : iniset /etc/glance/glance-uwsgi.ini uwsgi buffer-size 65535 2022-05-18 09:40:06.543 | + lib/apache:write_local_uwsgi_http_config:350 : iniset /etc/glance/glance-uwsgi.ini uwsgi add-header 'Connection: close' 2022-05-18 09:40:06.571 | + lib/apache:write_local_uwsgi_http_config:352 : iniset /etc/glance/glance-uwsgi.ini uwsgi lazy-apps true 2022-05-18 09:40:06.599 | + lib/apache:write_local_uwsgi_http_config:353 : iniset /etc/glance/glance-uwsgi.ini uwsgi chmod-socket 666 2022-05-18 09:40:06.627 | + lib/apache:write_local_uwsgi_http_config:354 : iniset /etc/glance/glance-uwsgi.ini uwsgi http-raw-body true 2022-05-18 09:40:06.654 | + lib/apache:write_local_uwsgi_http_config:355 : iniset /etc/glance/glance-uwsgi.ini uwsgi http-chunked-input true 2022-05-18 09:40:06.683 | + lib/apache:write_local_uwsgi_http_config:356 : iniset /etc/glance/glance-uwsgi.ini uwsgi http-auto-chunked true 2022-05-18 09:40:06.710 | + lib/apache:write_local_uwsgi_http_config:357 : iniset /etc/glance/glance-uwsgi.ini uwsgi http-keepalive false 2022-05-18 09:40:06.739 | + lib/apache:write_local_uwsgi_http_config:359 : iniset /etc/glance/glance-uwsgi.ini uwsgi socket-timeout 30 2022-05-18 09:40:06.767 | + lib/apache:write_local_uwsgi_http_config:361 : enable_apache_mod proxy 2022-05-18 09:40:06.770 | + lib/apache:enable_apache_mod:59 : local mod=proxy 2022-05-18 09:40:06.772 | + lib/apache:enable_apache_mod:61 : is_ubuntu 2022-05-18 09:40:06.775 | + functions-common:is_ubuntu:573 : [[ -z deb ]] 2022-05-18 09:40:06.778 | + functions-common:is_ubuntu:576 : '[' deb = deb ']' 2022-05-18 09:40:06.780 | + lib/apache:enable_apache_mod:64 : [[ proxy != \v\e\r\s\i\o\n ]] 2022-05-18 09:40:06.782 | + lib/apache:enable_apache_mod:64 : a2query -m proxy 2022-05-18 09:40:06.837 | proxy (enabled by site administrator) 2022-05-18 09:40:06.841 | + lib/apache:write_local_uwsgi_http_config:362 : enable_apache_mod proxy_http 2022-05-18 09:40:06.844 | + lib/apache:enable_apache_mod:59 : local mod=proxy_http 2022-05-18 09:40:06.846 | + lib/apache:enable_apache_mod:61 : is_ubuntu 2022-05-18 09:40:06.848 | + functions-common:is_ubuntu:573 : [[ -z deb ]] 2022-05-18 09:40:06.851 | + functions-common:is_ubuntu:576 : '[' deb = deb ']' 2022-05-18 09:40:06.853 | + lib/apache:enable_apache_mod:64 : [[ proxy_http != \v\e\r\s\i\o\n ]] 2022-05-18 09:40:06.856 | + lib/apache:enable_apache_mod:64 : a2query -m proxy_http 2022-05-18 09:40:06.910 | proxy_http (enabled by site administrator) 2022-05-18 09:40:06.913 | + lib/apache:write_local_uwsgi_http_config:363 : local apache_conf= 2022-05-18 09:40:06.916 | ++ lib/apache:write_local_uwsgi_http_config:364 : apache_site_config_for glance-wsgi-api 2022-05-18 09:40:06.919 | ++ lib/apache:apache_site_config_for:186 : local site=glance-wsgi-api 2022-05-18 09:40:06.922 | ++ lib/apache:apache_site_config_for:187 : is_ubuntu 2022-05-18 09:40:06.924 | ++ functions-common:is_ubuntu:573 : [[ -z deb ]] 2022-05-18 09:40:06.927 | ++ functions-common:is_ubuntu:576 : '[' deb = deb ']' 2022-05-18 09:40:06.931 | ++ lib/apache:apache_site_config_for:189 : echo /etc/apache2/sites-available/glance-wsgi-api.conf 2022-05-18 09:40:06.935 | + lib/apache:write_local_uwsgi_http_config:364 : apache_conf=/etc/apache2/sites-available/glance-wsgi-api.conf 2022-05-18 09:40:06.939 | + lib/apache:write_local_uwsgi_http_config:365 : echo 'KeepAlive Off' 2022-05-18 09:40:06.939 | + lib/apache:write_local_uwsgi_http_config:365 : sudo tee /etc/apache2/sites-available/glance-wsgi-api.conf 2022-05-18 09:40:06.948 | KeepAlive Off 2022-05-18 09:40:06.952 | + lib/apache:write_local_uwsgi_http_config:366 : echo 'SetEnv proxy-sendchunked 1' 2022-05-18 09:40:06.953 | + lib/apache:write_local_uwsgi_http_config:366 : sudo tee -a /etc/apache2/sites-available/glance-wsgi-api.conf 2022-05-18 09:40:06.961 | SetEnv proxy-sendchunked 1 2022-05-18 09:40:06.966 | + lib/apache:write_local_uwsgi_http_config:367 : sudo tee -a /etc/apache2/sites-available/glance-wsgi-api.conf 2022-05-18 09:40:06.966 | + lib/apache:write_local_uwsgi_http_config:367 : echo 'ProxyPass "/image" "http://127.0.0.1:60999" retry=0 ' 2022-05-18 09:40:06.974 | ProxyPass "/image" "http://127.0.0.1:60999" retry=0 2022-05-18 09:40:06.978 | + lib/apache:write_local_uwsgi_http_config:368 : enable_apache_site glance-wsgi-api 2022-05-18 09:40:06.981 | + lib/apache:enable_apache_site:203 : local site=glance-wsgi-api 2022-05-18 09:40:06.983 | + lib/apache:enable_apache_site:205 : enable_apache_mod version 2022-05-18 09:40:06.985 | + lib/apache:enable_apache_mod:59 : local mod=version 2022-05-18 09:40:06.988 | + lib/apache:enable_apache_mod:61 : is_ubuntu 2022-05-18 09:40:06.990 | + functions-common:is_ubuntu:573 : [[ -z deb ]] 2022-05-18 09:40:06.993 | + functions-common:is_ubuntu:576 : '[' deb = deb ']' 2022-05-18 09:40:06.995 | + lib/apache:enable_apache_mod:64 : [[ version != \v\e\r\s\i\o\n ]] 2022-05-18 09:40:06.997 | + lib/apache:enable_apache_site:206 : is_ubuntu 2022-05-18 09:40:07.000 | + functions-common:is_ubuntu:573 : [[ -z deb ]] 2022-05-18 09:40:07.002 | + functions-common:is_ubuntu:576 : '[' deb = deb ']' 2022-05-18 09:40:07.005 | + lib/apache:enable_apache_site:207 : sudo a2ensite glance-wsgi-api 2022-05-18 09:40:07.066 | Site glance-wsgi-api already enabled 2022-05-18 09:40:07.071 | + lib/apache:write_local_uwsgi_http_config:369 : restart_apache_server 2022-05-18 09:40:07.074 | + lib/apache:restart_apache_server:250 : restart_service apache2 2022-05-18 09:40:07.076 | + functions-common:restart_service:2321 : '[' -x /bin/systemctl ']' 2022-05-18 09:40:07.078 | + functions-common:restart_service:2322 : sudo /bin/systemctl restart apache2 2022-05-18 09:40:07.215 | ++ lib/glance:configure_glance:425 : awk '-F= ' '/^http-socket/ { print "http://"$2}' /etc/glance/glance-uwsgi.ini 2022-05-18 09:40:07.222 | + lib/glance:configure_glance:425 : iniset /etc/glance/glance-api.conf DEFAULT worker_self_reference_url http://127.0.0.1:60999 2022-05-18 09:40:07.254 | + lib/glance:configure_glance:435 : [[ False == True ]] 2022-05-18 09:40:07.257 | + lib/glance:configure_glance:435 : [[ False == True ]] 2022-05-18 09:40:07.259 | + ./stack.sh:main:925 : is_service_enabled cinder 2022-05-18 09:40:07.284 | + functions-common:is_service_enabled:2093 : return 0 2022-05-18 09:40:07.288 | + ./stack.sh:main:927 : stack_install_service cinder 2022-05-18 09:40:07.290 | + lib/stack:stack_install_service:20 : local service=cinder 2022-05-18 09:40:07.293 | + lib/stack:stack_install_service:21 : type install_cinder 2022-05-18 09:40:07.295 | + lib/stack:stack_install_service:23 : [[ False = True ]] 2022-05-18 09:40:07.298 | + lib/stack:stack_install_service:32 : install_cinder 2022-05-18 09:40:07.300 | + lib/cinder:install_cinder:466 : git_clone https://opendev.org/openstack/cinder.git /opt/stack/cinder master 2022-05-18 09:40:07.303 | + functions-common:git_clone:608 : local git_remote=https://opendev.org/openstack/cinder.git 2022-05-18 09:40:07.305 | + functions-common:git_clone:609 : local git_dest=/opt/stack/cinder 2022-05-18 09:40:07.307 | + functions-common:git_clone:610 : local git_ref=master 2022-05-18 09:40:07.309 | + functions-common:git_clone:611 : local orig_dir 2022-05-18 09:40:07.313 | ++ functions-common:git_clone:612 : pwd 2022-05-18 09:40:07.315 | + functions-common:git_clone:612 : orig_dir=/home/ubuntu/devstack 2022-05-18 09:40:07.318 | + functions-common:git_clone:613 : local git_clone_flags= 2022-05-18 09:40:07.321 | ++ functions-common:git_clone:615 : trueorfalse False RECLONE 2022-05-18 09:40:07.337 | + functions-common:git_clone:615 : RECLONE=False 2022-05-18 09:40:07.340 | + functions-common:git_clone:616 : [[ 0 -gt 0 ]] 2022-05-18 09:40:07.343 | + functions-common:git_clone:620 : [[ False = \T\r\u\e ]] 2022-05-18 09:40:07.346 | + functions-common:git_clone:629 : echo master 2022-05-18 09:40:07.346 | + functions-common:git_clone:629 : egrep -q '^refs' 2022-05-18 09:40:07.351 | + functions-common:git_clone:643 : [[ ! -d /opt/stack/cinder ]] 2022-05-18 09:40:07.354 | + functions-common:git_clone:651 : [[ False = \T\r\u\e ]] 2022-05-18 09:40:07.356 | + functions-common:git_clone:686 : sudo git config --system --add safe.directory /opt/stack/cinder 2022-05-18 09:40:07.369 | + functions-common:git_clone:689 : cd /opt/stack/cinder 2022-05-18 09:40:07.372 | + functions-common:git_clone:690 : git show --oneline 2022-05-18 09:40:07.372 | + functions-common:git_clone:690 : head -1 2022-05-18 09:40:07.379 | 8f2514577 Merge "db: Migrate "volume", "volume attachment" APIs to enginefacade" 2022-05-18 09:40:07.381 | + functions-common:git_clone:691 : cd /home/ubuntu/devstack 2022-05-18 09:40:07.384 | + lib/cinder:install_cinder:467 : setup_develop /opt/stack/cinder 2022-05-18 09:40:07.387 | + inc/python:setup_develop:338 : local bindep 2022-05-18 09:40:07.390 | + inc/python:setup_develop:339 : [[ /opt/stack/cinder == -bindep* ]] 2022-05-18 09:40:07.392 | + inc/python:setup_develop:343 : local project_dir=/opt/stack/cinder 2022-05-18 09:40:07.394 | + inc/python:setup_develop:344 : local extras= 2022-05-18 09:40:07.397 | + inc/python:setup_develop:345 : _setup_package_with_constraints_edit /opt/stack/cinder -e 2022-05-18 09:40:07.400 | + inc/python:_setup_package_with_constraints_edit:364 : local bindep 2022-05-18 09:40:07.403 | + inc/python:_setup_package_with_constraints_edit:365 : [[ /opt/stack/cinder == -bindep* ]] 2022-05-18 09:40:07.405 | + inc/python:_setup_package_with_constraints_edit:369 : local project_dir=/opt/stack/cinder 2022-05-18 09:40:07.408 | + inc/python:_setup_package_with_constraints_edit:370 : local flags=-e 2022-05-18 09:40:07.410 | + inc/python:_setup_package_with_constraints_edit:371 : local extras= 2022-05-18 09:40:07.413 | ++ inc/python:_setup_package_with_constraints_edit:378 : cd /opt/stack/cinder 2022-05-18 09:40:07.416 | ++ inc/python:_setup_package_with_constraints_edit:378 : pwd 2022-05-18 09:40:07.419 | + inc/python:_setup_package_with_constraints_edit:378 : project_dir=/opt/stack/cinder 2022-05-18 09:40:07.421 | + inc/python:_setup_package_with_constraints_edit:380 : '[' -n /opt/stack/requirements ']' 2022-05-18 09:40:07.424 | + inc/python:_setup_package_with_constraints_edit:384 : local name 2022-05-18 09:40:07.427 | ++ inc/python:_setup_package_with_constraints_edit:385 : awk '/^name.*=/ {print $3}' /opt/stack/cinder/setup.cfg 2022-05-18 09:40:07.433 | + inc/python:_setup_package_with_constraints_edit:385 : name=cinder 2022-05-18 09:40:07.435 | + inc/python:_setup_package_with_constraints_edit:387 : /opt/stack/requirements/.venv/bin/edit-constraints /opt/stack/requirements/upper-constraints.txt -- cinder 2022-05-18 09:40:08.112 | + inc/python:_setup_package_with_constraints_edit:390 : setup_package /opt/stack/cinder -e 2022-05-18 09:40:08.114 | + inc/python:setup_package:418 : local bindep=0 2022-05-18 09:40:08.116 | + inc/python:setup_package:419 : local bindep_flag= 2022-05-18 09:40:08.119 | + inc/python:setup_package:420 : local bindep_profiles= 2022-05-18 09:40:08.121 | + inc/python:setup_package:421 : [[ /opt/stack/cinder == -bindep* ]] 2022-05-18 09:40:08.123 | + inc/python:setup_package:426 : local project_dir=/opt/stack/cinder 2022-05-18 09:40:08.126 | + inc/python:setup_package:427 : local flags=-e 2022-05-18 09:40:08.128 | + inc/python:setup_package:428 : local extras= 2022-05-18 09:40:08.130 | + inc/python:setup_package:432 : [[ -n -e ]] 2022-05-18 09:40:08.133 | + inc/python:setup_package:432 : [[ -z '' ]] 2022-05-18 09:40:08.135 | + inc/python:setup_package:432 : [[ ! -e =~ ^-.* ]] 2022-05-18 09:40:08.138 | + inc/python:setup_package:437 : [[ ! -z '' ]] 2022-05-18 09:40:08.140 | + inc/python:setup_package:442 : [[ 0 == 1 ]] 2022-05-18 09:40:08.143 | + inc/python:setup_package:446 : pip_install -e /opt/stack/cinder 2022-05-18 09:40:08.164 | Using python 3.8 to install /opt/stack/cinder 2022-05-18 09:40:08.167 | + inc/python:pip_install:193 : sudo -H LC_ALL=en_US.UTF-8 SETUPTOOLS_USE_DISTUTILS=stdlib http_proxy= https_proxy= no_proxy= PIP_FIND_LINKS= SETUPTOOLS_SYS_PATH_TECHNIQUE=rewrite python3.8 -m pip install -c /opt/stack/requirements/upper-constraints.txt -e /opt/stack/cinder 2022-05-18 09:40:09.050 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-05-18 09:40:09.050 | from cryptography.utils import int_from_bytes 2022-05-18 09:40:09.050 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-05-18 09:40:09.050 | from cryptography.utils import int_from_bytes 2022-05-18 09:40:10.230 | Looking in indexes: http://10.100.0.9:8080/cloudbase/CI/+simple/ 2022-05-18 09:40:10.265 | Obtaining file:///opt/stack/cinder 2022-05-18 09:40:10.266 | Preparing metadata (setup.py): started 2022-05-18 09:40:15.898 | Preparing metadata (setup.py): finished with status 'done' 2022-05-18 09:40:16.033 | Requirement already satisfied: pbr>=5.8.0 in /usr/local/lib/python3.8/dist-packages (from cinder==20.1.0.dev155) (5.9.0) 2022-05-18 09:40:16.034 | Requirement already satisfied: decorator>=4.4.2 in /usr/local/lib/python3.8/dist-packages (from cinder==20.1.0.dev155) (5.1.1) 2022-05-18 09:40:16.035 | Requirement already satisfied: eventlet!=0.32.0,>=0.30.1 in /usr/local/lib/python3.8/dist-packages (from cinder==20.1.0.dev155) (0.33.1) 2022-05-18 09:40:16.036 | Requirement already satisfied: greenlet>=0.4.16 in /usr/local/lib/python3.8/dist-packages (from cinder==20.1.0.dev155) (1.1.2) 2022-05-18 09:40:16.037 | Requirement already satisfied: httplib2>=0.18.1 in /usr/local/lib/python3.8/dist-packages (from cinder==20.1.0.dev155) (0.20.4) 2022-05-18 09:40:16.038 | Requirement already satisfied: iso8601>=0.1.12 in /usr/local/lib/python3.8/dist-packages (from cinder==20.1.0.dev155) (1.0.2) 2022-05-18 09:40:16.040 | Requirement already satisfied: jsonschema>=3.2.0 in /usr/lib/python3/dist-packages (from cinder==20.1.0.dev155) (3.2.0) 2022-05-18 09:40:16.041 | Requirement already satisfied: keystoneauth1>=4.2.1 in /usr/local/lib/python3.8/dist-packages (from cinder==20.1.0.dev155) (4.5.0) 2022-05-18 09:40:16.042 | Requirement already satisfied: keystonemiddleware>=9.1.0 in /usr/local/lib/python3.8/dist-packages (from cinder==20.1.0.dev155) (9.4.0) 2022-05-18 09:40:16.043 | Requirement already satisfied: lxml>=4.5.2 in /usr/local/lib/python3.8/dist-packages (from cinder==20.1.0.dev155) (4.8.0) 2022-05-18 09:40:16.044 | Requirement already satisfied: oauth2client>=4.1.3 in /usr/local/lib/python3.8/dist-packages (from cinder==20.1.0.dev155) (4.1.3) 2022-05-18 09:40:16.045 | Requirement already satisfied: oslo.config>=8.3.2 in /usr/local/lib/python3.8/dist-packages (from cinder==20.1.0.dev155) (8.8.0) 2022-05-18 09:40:16.046 | Requirement already satisfied: oslo.concurrency>=4.5.0 in /usr/local/lib/python3.8/dist-packages (from cinder==20.1.0.dev155) (4.5.1) 2022-05-18 09:40:16.047 | Requirement already satisfied: oslo.context>=3.4.0 in /usr/local/lib/python3.8/dist-packages (from cinder==20.1.0.dev155) (4.1.0) 2022-05-18 09:40:16.048 | Requirement already satisfied: oslo.db>=11.0.0 in /usr/local/lib/python3.8/dist-packages (from cinder==20.1.0.dev155) (11.3.0) 2022-05-18 09:40:16.049 | Requirement already satisfied: oslo.log>=4.6.1 in /usr/local/lib/python3.8/dist-packages (from cinder==20.1.0.dev155) (4.7.0) 2022-05-18 09:40:16.050 | Requirement already satisfied: oslo.messaging>=12.5.0 in /usr/local/lib/python3.8/dist-packages (from cinder==20.1.0.dev155) (12.14.0) 2022-05-18 09:40:16.051 | Requirement already satisfied: oslo.middleware>=4.1.1 in /usr/local/lib/python3.8/dist-packages (from cinder==20.1.0.dev155) (4.5.1) 2022-05-18 09:40:16.052 | Requirement already satisfied: oslo.policy>=3.8.1 in /usr/local/lib/python3.8/dist-packages (from cinder==20.1.0.dev155) (3.12.1) 2022-05-18 09:40:16.054 | Requirement already satisfied: oslo.privsep>=2.6.2 in /usr/local/lib/python3.8/dist-packages (from cinder==20.1.0.dev155) (2.8.0) 2022-05-18 09:40:16.055 | Requirement already satisfied: oslo.reports>=2.2.0 in /usr/local/lib/python3.8/dist-packages (from cinder==20.1.0.dev155) (2.4.0) 2022-05-18 09:40:16.056 | Requirement already satisfied: oslo.rootwrap>=6.2.0 in /usr/local/lib/python3.8/dist-packages (from cinder==20.1.0.dev155) (6.3.1) 2022-05-18 09:40:16.057 | Requirement already satisfied: oslo.serialization>=4.2.0 in /usr/local/lib/python3.8/dist-packages (from cinder==20.1.0.dev155) (4.3.0) 2022-05-18 09:40:16.058 | Requirement already satisfied: oslo.service>=2.8.0 in /usr/local/lib/python3.8/dist-packages (from cinder==20.1.0.dev155) (2.8.0) 2022-05-18 09:40:16.060 | Requirement already satisfied: oslo.upgradecheck>=1.1.1 in /usr/local/lib/python3.8/dist-packages (from cinder==20.1.0.dev155) (1.5.0) 2022-05-18 09:40:16.061 | Requirement already satisfied: oslo.utils>=4.12.1 in /usr/local/lib/python3.8/dist-packages (from cinder==20.1.0.dev155) (4.13.0) 2022-05-18 09:40:16.063 | Requirement already satisfied: oslo.versionedobjects>=2.3.0 in /usr/local/lib/python3.8/dist-packages (from cinder==20.1.0.dev155) (2.6.0) 2022-05-18 09:40:16.064 | Requirement already satisfied: osprofiler>=3.4.0 in /usr/local/lib/python3.8/dist-packages (from cinder==20.1.0.dev155) (3.4.3) 2022-05-18 09:40:16.065 | Requirement already satisfied: packaging>=20.4 in /usr/local/lib/python3.8/dist-packages (from cinder==20.1.0.dev155) (21.3) 2022-05-18 09:40:16.066 | Requirement already satisfied: paramiko>=2.7.2 in /usr/local/lib/python3.8/dist-packages (from cinder==20.1.0.dev155) (2.8.1) 2022-05-18 09:40:16.067 | Requirement already satisfied: Paste>=3.4.3 in /usr/local/lib/python3.8/dist-packages (from cinder==20.1.0.dev155) (3.5.0) 2022-05-18 09:40:16.068 | Requirement already satisfied: PasteDeploy>=2.1.0 in /usr/local/lib/python3.8/dist-packages (from cinder==20.1.0.dev155) (2.1.1) 2022-05-18 09:40:16.069 | Requirement already satisfied: psutil>=5.7.2 in /usr/local/lib/python3.8/dist-packages (from cinder==20.1.0.dev155) (5.9.0) 2022-05-18 09:40:16.070 | Requirement already satisfied: pyparsing>=2.4.7 in /usr/local/lib/python3.8/dist-packages (from cinder==20.1.0.dev155) (3.0.9) 2022-05-18 09:40:16.071 | Requirement already satisfied: python-barbicanclient>=5.0.1 in /usr/local/lib/python3.8/dist-packages (from cinder==20.1.0.dev155) (5.3.0) 2022-05-18 09:40:16.072 | Requirement already satisfied: python-glanceclient>=3.2.2 in /usr/local/lib/python3.8/dist-packages (from cinder==20.1.0.dev155) (3.6.0) 2022-05-18 09:40:16.074 | Requirement already satisfied: python-keystoneclient>=4.1.1 in /usr/local/lib/python3.8/dist-packages (from cinder==20.1.0.dev155) (4.4.0) 2022-05-18 09:40:16.075 | Requirement already satisfied: python-novaclient>=17.2.1 in /usr/local/lib/python3.8/dist-packages (from cinder==20.1.0.dev155) (17.7.0) 2022-05-18 09:40:16.076 | Requirement already satisfied: python-swiftclient>=3.10.1 in /usr/local/lib/python3.8/dist-packages (from cinder==20.1.0.dev155) (3.13.1) 2022-05-18 09:40:16.077 | Requirement already satisfied: pytz>=2020.1 in /usr/local/lib/python3.8/dist-packages (from cinder==20.1.0.dev155) (2022.1) 2022-05-18 09:40:16.078 | Requirement already satisfied: requests>=2.25.1 in /usr/local/lib/python3.8/dist-packages (from cinder==20.1.0.dev155) (2.27.1) 2022-05-18 09:40:16.079 | Requirement already satisfied: Routes>=2.4.1 in /usr/local/lib/python3.8/dist-packages (from cinder==20.1.0.dev155) (2.5.1) 2022-05-18 09:40:16.080 | Requirement already satisfied: taskflow>=4.5.0 in /usr/local/lib/python3.8/dist-packages (from cinder==20.1.0.dev155) (4.7.0) 2022-05-18 09:40:16.081 | Requirement already satisfied: rtslib-fb>=2.1.74 in /usr/local/lib/python3.8/dist-packages (from cinder==20.1.0.dev155) (2.1.75) 2022-05-18 09:40:16.082 | Requirement already satisfied: six>=1.15.0 in /usr/local/lib/python3.8/dist-packages (from cinder==20.1.0.dev155) (1.16.0) 2022-05-18 09:40:16.083 | Requirement already satisfied: SQLAlchemy>=1.4.23 in /usr/local/lib/python3.8/dist-packages (from cinder==20.1.0.dev155) (1.4.36) 2022-05-18 09:40:16.084 | Requirement already satisfied: sqlalchemy-migrate>=0.13.0 in /usr/local/lib/python3.8/dist-packages (from cinder==20.1.0.dev155) (0.13.0) 2022-05-18 09:40:16.085 | Requirement already satisfied: stevedore>=3.2.2 in /usr/local/lib/python3.8/dist-packages (from cinder==20.1.0.dev155) (3.5.0) 2022-05-18 09:40:16.087 | Requirement already satisfied: tabulate>=0.8.7 in /usr/local/lib/python3.8/dist-packages (from cinder==20.1.0.dev155) (0.8.9) 2022-05-18 09:40:16.088 | Requirement already satisfied: tenacity>=6.3.1 in /usr/local/lib/python3.8/dist-packages (from cinder==20.1.0.dev155) (6.3.1) 2022-05-18 09:40:16.089 | Requirement already satisfied: WebOb>=1.8.6 in /usr/local/lib/python3.8/dist-packages (from cinder==20.1.0.dev155) (1.8.7) 2022-05-18 09:40:16.090 | Requirement already satisfied: oslo.i18n>=5.1.0 in /usr/local/lib/python3.8/dist-packages (from cinder==20.1.0.dev155) (5.1.0) 2022-05-18 09:40:16.091 | Requirement already satisfied: oslo.vmware>=3.10.0 in /usr/local/lib/python3.8/dist-packages (from cinder==20.1.0.dev155) (3.10.0) 2022-05-18 09:40:16.092 | Requirement already satisfied: os-brick>=5.2.0 in /usr/local/lib/python3.8/dist-packages (from cinder==20.1.0.dev155) (5.2.0) 2022-05-18 09:40:16.093 | Requirement already satisfied: os-win>=5.5.0 in /usr/local/lib/python3.8/dist-packages (from cinder==20.1.0.dev155) (5.6.0) 2022-05-18 09:40:16.094 | Requirement already satisfied: tooz>=2.7.1 in /usr/local/lib/python3.8/dist-packages (from cinder==20.1.0.dev155) (2.11.1) 2022-05-18 09:40:16.095 | Requirement already satisfied: google-api-python-client>=1.11.0 in /usr/local/lib/python3.8/dist-packages (from cinder==20.1.0.dev155) (2.47.0) 2022-05-18 09:40:16.097 | Requirement already satisfied: castellan>=3.7.0 in /usr/local/lib/python3.8/dist-packages (from cinder==20.1.0.dev155) (3.11.0) 2022-05-18 09:40:16.098 | Requirement already satisfied: cryptography>=3.1 in /usr/local/lib/python3.8/dist-packages (from cinder==20.1.0.dev155) (36.0.2) 2022-05-18 09:40:16.099 | Requirement already satisfied: cursive>=0.2.2 in /usr/local/lib/python3.8/dist-packages (from cinder==20.1.0.dev155) (0.2.2) 2022-05-18 09:40:16.100 | Requirement already satisfied: zstd>=1.4.5.1 in /usr/local/lib/python3.8/dist-packages (from cinder==20.1.0.dev155) (1.5.2.5) 2022-05-18 09:40:16.101 | Requirement already satisfied: boto3>=1.16.51 in /usr/local/lib/python3.8/dist-packages (from cinder==20.1.0.dev155) (1.23.0) 2022-05-18 09:40:16.114 | Requirement already satisfied: botocore<1.27.0,>=1.26.0 in /usr/local/lib/python3.8/dist-packages (from boto3>=1.16.51->cinder==20.1.0.dev155) (1.26.0) 2022-05-18 09:40:16.116 | Requirement already satisfied: s3transfer<0.6.0,>=0.5.0 in /usr/local/lib/python3.8/dist-packages (from boto3>=1.16.51->cinder==20.1.0.dev155) (0.5.2) 2022-05-18 09:40:16.117 | Requirement already satisfied: jmespath<2.0.0,>=0.7.1 in /usr/local/lib/python3.8/dist-packages (from boto3>=1.16.51->cinder==20.1.0.dev155) (1.0.0) 2022-05-18 09:40:16.179 | Requirement already satisfied: cffi>=1.12 in /usr/local/lib/python3.8/dist-packages (from cryptography>=3.1->cinder==20.1.0.dev155) (1.15.0) 2022-05-18 09:40:16.210 | Requirement already satisfied: dnspython>=1.15.0 in /usr/local/lib/python3.8/dist-packages (from eventlet!=0.32.0,>=0.30.1->cinder==20.1.0.dev155) (2.2.1) 2022-05-18 09:40:16.227 | Requirement already satisfied: google-api-core!=2.0.*,!=2.1.*,!=2.2.*,!=2.3.0,<3.0.0dev,>=1.31.5 in /usr/local/lib/python3.8/dist-packages (from google-api-python-client>=1.11.0->cinder==20.1.0.dev155) (2.7.3) 2022-05-18 09:40:16.228 | Requirement already satisfied: google-auth<3.0.0dev,>=1.16.0 in /usr/local/lib/python3.8/dist-packages (from google-api-python-client>=1.11.0->cinder==20.1.0.dev155) (2.6.6) 2022-05-18 09:40:16.230 | Requirement already satisfied: uritemplate<5,>=3.0.1 in /usr/local/lib/python3.8/dist-packages (from google-api-python-client>=1.11.0->cinder==20.1.0.dev155) (4.1.1) 2022-05-18 09:40:16.231 | Requirement already satisfied: google-auth-httplib2>=0.1.0 in /usr/local/lib/python3.8/dist-packages (from google-api-python-client>=1.11.0->cinder==20.1.0.dev155) (0.1.0) 2022-05-18 09:40:16.334 | Requirement already satisfied: os-service-types>=1.2.0 in /usr/local/lib/python3.8/dist-packages (from keystoneauth1>=4.2.1->cinder==20.1.0.dev155) (1.7.0) 2022-05-18 09:40:16.386 | Requirement already satisfied: pycadf!=2.0.0,>=1.1.0 in /usr/local/lib/python3.8/dist-packages (from keystonemiddleware>=9.1.0->cinder==20.1.0.dev155) (3.1.1) 2022-05-18 09:40:16.394 | Requirement already satisfied: oslo.cache>=1.26.0 in /usr/local/lib/python3.8/dist-packages (from keystonemiddleware>=9.1.0->cinder==20.1.0.dev155) (2.11.0) 2022-05-18 09:40:16.420 | Requirement already satisfied: rsa>=3.1.4 in /usr/local/lib/python3.8/dist-packages (from oauth2client>=4.1.3->cinder==20.1.0.dev155) (4.8) 2022-05-18 09:40:16.422 | Requirement already satisfied: pyasn1>=0.1.7 in /usr/local/lib/python3.8/dist-packages (from oauth2client>=4.1.3->cinder==20.1.0.dev155) (0.4.8) 2022-05-18 09:40:16.423 | Requirement already satisfied: pyasn1-modules>=0.0.5 in /usr/local/lib/python3.8/dist-packages (from oauth2client>=4.1.3->cinder==20.1.0.dev155) (0.2.8) 2022-05-18 09:40:16.477 | Requirement already satisfied: fasteners>=0.7.0 in /usr/local/lib/python3.8/dist-packages (from oslo.concurrency>=4.5.0->cinder==20.1.0.dev155) (0.17.3) 2022-05-18 09:40:16.550 | Requirement already satisfied: netaddr>=0.7.18 in /usr/local/lib/python3.8/dist-packages (from oslo.config>=8.3.2->cinder==20.1.0.dev155) (0.8.0) 2022-05-18 09:40:16.551 | Requirement already satisfied: rfc3986>=1.2.0 in /usr/local/lib/python3.8/dist-packages (from oslo.config>=8.3.2->cinder==20.1.0.dev155) (1.5.0) 2022-05-18 09:40:16.552 | Requirement already satisfied: debtcollector>=1.2.0 in /usr/local/lib/python3.8/dist-packages (from oslo.config>=8.3.2->cinder==20.1.0.dev155) (2.5.0) 2022-05-18 09:40:16.554 | Requirement already satisfied: PyYAML>=5.1 in /usr/local/lib/python3.8/dist-packages (from oslo.config>=8.3.2->cinder==20.1.0.dev155) (6.0) 2022-05-18 09:40:16.615 | Requirement already satisfied: alembic>=0.9.6 in /usr/local/lib/python3.8/dist-packages (from oslo.db>=11.0.0->cinder==20.1.0.dev155) (1.7.7) 2022-05-18 09:40:16.616 | Requirement already satisfied: testresources>=2.0.0 in /usr/local/lib/python3.8/dist-packages (from oslo.db>=11.0.0->cinder==20.1.0.dev155) (2.0.1) 2022-05-18 09:40:16.620 | Requirement already satisfied: testscenarios>=0.4 in /usr/local/lib/python3.8/dist-packages (from oslo.db>=11.0.0->cinder==20.1.0.dev155) (0.5.0) 2022-05-18 09:40:16.680 | Requirement already satisfied: python-dateutil>=2.7.0 in /usr/local/lib/python3.8/dist-packages (from oslo.log>=4.6.1->cinder==20.1.0.dev155) (2.8.2) 2022-05-18 09:40:16.688 | Requirement already satisfied: pyinotify>=0.9.6 in /usr/local/lib/python3.8/dist-packages (from oslo.log>=4.6.1->cinder==20.1.0.dev155) (0.9.6) 2022-05-18 09:40:16.751 | Requirement already satisfied: cachetools>=2.0.0 in /usr/local/lib/python3.8/dist-packages (from oslo.messaging>=12.5.0->cinder==20.1.0.dev155) (5.1.0) 2022-05-18 09:40:16.752 | Requirement already satisfied: oslo.metrics>=0.2.1 in /usr/local/lib/python3.8/dist-packages (from oslo.messaging>=12.5.0->cinder==20.1.0.dev155) (0.4.0) 2022-05-18 09:40:16.753 | Requirement already satisfied: kombu>=4.6.6 in /usr/local/lib/python3.8/dist-packages (from oslo.messaging>=12.5.0->cinder==20.1.0.dev155) (5.2.4) 2022-05-18 09:40:16.757 | Requirement already satisfied: futurist>=1.2.0 in /usr/local/lib/python3.8/dist-packages (from oslo.messaging>=12.5.0->cinder==20.1.0.dev155) (2.4.1) 2022-05-18 09:40:16.758 | Requirement already satisfied: amqp>=2.5.2 in /usr/local/lib/python3.8/dist-packages (from oslo.messaging>=12.5.0->cinder==20.1.0.dev155) (5.1.1) 2022-05-18 09:40:16.782 | Requirement already satisfied: Jinja2>=2.10 in /usr/local/lib/python3.8/dist-packages (from oslo.middleware>=4.1.1->cinder==20.1.0.dev155) (3.1.2) 2022-05-18 09:40:16.784 | Requirement already satisfied: bcrypt>=3.1.3 in /usr/local/lib/python3.8/dist-packages (from oslo.middleware>=4.1.1->cinder==20.1.0.dev155) (3.2.2) 2022-05-18 09:40:16.787 | Requirement already satisfied: statsd>=3.2.1 in /usr/local/lib/python3.8/dist-packages (from oslo.middleware>=4.1.1->cinder==20.1.0.dev155) (3.3.0) 2022-05-18 09:40:16.834 | Requirement already satisfied: msgpack>=0.6.0 in /usr/local/lib/python3.8/dist-packages (from oslo.privsep>=2.6.2->cinder==20.1.0.dev155) (1.0.3) 2022-05-18 09:40:16.920 | Requirement already satisfied: Yappi>=1.0 in /usr/local/lib/python3.8/dist-packages (from oslo.service>=2.8.0->cinder==20.1.0.dev155) (1.3.3) 2022-05-18 09:40:16.921 | Requirement already satisfied: fixtures>=3.0.0 in /usr/local/lib/python3.8/dist-packages (from oslo.service>=2.8.0->cinder==20.1.0.dev155) (3.0.0) 2022-05-18 09:40:16.946 | Requirement already satisfied: PrettyTable>=0.7.1 in /usr/local/lib/python3.8/dist-packages (from oslo.upgradecheck>=1.1.1->cinder==20.1.0.dev155) (3.3.0) 2022-05-18 09:40:16.972 | Requirement already satisfied: netifaces>=0.10.4 in /usr/local/lib/python3.8/dist-packages (from oslo.utils>=4.12.1->cinder==20.1.0.dev155) (0.11.0) 2022-05-18 09:40:17.045 | Requirement already satisfied: suds-community>=0.6 in /usr/local/lib/python3.8/dist-packages (from oslo.vmware>=3.10.0->cinder==20.1.0.dev155) (1.1.1) 2022-05-18 09:40:17.052 | Requirement already satisfied: urllib3>=1.21.1 in /usr/local/lib/python3.8/dist-packages (from oslo.vmware>=3.10.0->cinder==20.1.0.dev155) (1.26.9) 2022-05-18 09:40:17.180 | Requirement already satisfied: pynacl>=1.0.1 in /usr/local/lib/python3.8/dist-packages (from paramiko>=2.7.2->cinder==20.1.0.dev155) (1.5.0) 2022-05-18 09:40:17.206 | Requirement already satisfied: setuptools in /usr/local/lib/python3.8/dist-packages (from Paste>=3.4.3->cinder==20.1.0.dev155) (62.2.0) 2022-05-18 09:40:17.347 | Requirement already satisfied: cliff!=2.9.0,>=2.8.0 in /usr/local/lib/python3.8/dist-packages (from python-barbicanclient>=5.0.1->cinder==20.1.0.dev155) (3.10.1) 2022-05-18 09:40:17.389 | Requirement already satisfied: pyOpenSSL>=17.1.0 in /usr/local/lib/python3.8/dist-packages (from python-glanceclient>=3.2.2->cinder==20.1.0.dev155) (22.0.0) 2022-05-18 09:40:17.391 | Requirement already satisfied: wrapt>=1.7.0 in /usr/local/lib/python3.8/dist-packages (from python-glanceclient>=3.2.2->cinder==20.1.0.dev155) (1.14.1) 2022-05-18 09:40:17.397 | Requirement already satisfied: warlock<2,>=1.2.0 in /usr/local/lib/python3.8/dist-packages (from python-glanceclient>=3.2.2->cinder==20.1.0.dev155) (1.3.3) 2022-05-18 09:40:17.600 | Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3/dist-packages (from requests>=2.25.1->cinder==20.1.0.dev155) (2019.11.28) 2022-05-18 09:40:17.603 | Requirement already satisfied: charset-normalizer~=2.0.0 in /usr/local/lib/python3.8/dist-packages (from requests>=2.25.1->cinder==20.1.0.dev155) (2.0.12) 2022-05-18 09:40:17.606 | Requirement already satisfied: idna<4,>=2.5 in /usr/local/lib/python3.8/dist-packages (from requests>=2.25.1->cinder==20.1.0.dev155) (3.3) 2022-05-18 09:40:17.642 | Requirement already satisfied: repoze.lru>=0.3 in /usr/local/lib/python3.8/dist-packages (from Routes>=2.4.1->cinder==20.1.0.dev155) (0.7) 2022-05-18 09:40:17.672 | Requirement already satisfied: pyudev>=0.16.1 in /usr/local/lib/python3.8/dist-packages (from rtslib-fb>=2.1.74->cinder==20.1.0.dev155) (0.23.2) 2022-05-18 09:40:17.913 | Requirement already satisfied: sqlparse in /usr/local/lib/python3.8/dist-packages (from sqlalchemy-migrate>=0.13.0->cinder==20.1.0.dev155) (0.4.2) 2022-05-18 09:40:17.915 | Requirement already satisfied: Tempita>=0.4 in /usr/local/lib/python3.8/dist-packages (from sqlalchemy-migrate>=0.13.0->cinder==20.1.0.dev155) (0.5.2) 2022-05-18 09:40:18.060 | Requirement already satisfied: pydot>=1.2.4 in /usr/local/lib/python3.8/dist-packages (from taskflow>=4.5.0->cinder==20.1.0.dev155) (1.4.2) 2022-05-18 09:40:18.061 | Requirement already satisfied: networkx>=2.1.0 in /usr/local/lib/python3.8/dist-packages (from taskflow>=4.5.0->cinder==20.1.0.dev155) (2.8) 2022-05-18 09:40:18.065 | Requirement already satisfied: automaton>=1.9.0 in /usr/local/lib/python3.8/dist-packages (from taskflow>=4.5.0->cinder==20.1.0.dev155) (2.5.0) 2022-05-18 09:40:18.197 | Requirement already satisfied: voluptuous>=0.8.9 in /usr/local/lib/python3.8/dist-packages (from tooz>=2.7.1->cinder==20.1.0.dev155) (0.13.1) 2022-05-18 09:40:18.320 | Requirement already satisfied: Mako in /usr/local/lib/python3.8/dist-packages (from alembic>=0.9.6->oslo.db>=11.0.0->cinder==20.1.0.dev155) (1.2.0) 2022-05-18 09:40:18.322 | Requirement already satisfied: importlib-metadata in /usr/local/lib/python3.8/dist-packages (from alembic>=0.9.6->oslo.db>=11.0.0->cinder==20.1.0.dev155) (4.11.3) 2022-05-18 09:40:18.324 | Requirement already satisfied: importlib-resources in /usr/local/lib/python3.8/dist-packages (from alembic>=0.9.6->oslo.db>=11.0.0->cinder==20.1.0.dev155) (5.7.1) 2022-05-18 09:40:18.360 | Requirement already satisfied: vine>=5.0.0 in /usr/local/lib/python3.8/dist-packages (from amqp>=2.5.2->oslo.messaging>=12.5.0->cinder==20.1.0.dev155) (5.0.0) 2022-05-18 09:40:18.576 | Requirement already satisfied: pycparser in /usr/local/lib/python3.8/dist-packages (from cffi>=1.12->cryptography>=3.1->cinder==20.1.0.dev155) (2.21) 2022-05-18 09:40:18.654 | Requirement already satisfied: cmd2>=1.0.0 in /usr/local/lib/python3.8/dist-packages (from cliff!=2.9.0,>=2.8.0->python-barbicanclient>=5.0.1->cinder==20.1.0.dev155) (2.4.1) 2022-05-18 09:40:18.657 | Requirement already satisfied: autopage>=0.4.0 in /usr/local/lib/python3.8/dist-packages (from cliff!=2.9.0,>=2.8.0->python-barbicanclient>=5.0.1->cinder==20.1.0.dev155) (0.5.0) 2022-05-18 09:40:18.872 | Requirement already satisfied: testtools>=0.9.22 in /usr/local/lib/python3.8/dist-packages (from fixtures>=3.0.0->oslo.service>=2.8.0->cinder==20.1.0.dev155) (2.5.0) 2022-05-18 09:40:18.961 | Requirement already satisfied: protobuf>=3.12.0 in /usr/local/lib/python3.8/dist-packages (from google-api-core!=2.0.*,!=2.1.*,!=2.2.*,!=2.3.0,<3.0.0dev,>=1.31.5->google-api-python-client>=1.11.0->cinder==20.1.0.dev155) (3.20.1) 2022-05-18 09:40:18.963 | Requirement already satisfied: googleapis-common-protos<2.0dev,>=1.52.0 in /usr/local/lib/python3.8/dist-packages (from google-api-core!=2.0.*,!=2.1.*,!=2.2.*,!=2.3.0,<3.0.0dev,>=1.31.5->google-api-python-client>=1.11.0->cinder==20.1.0.dev155) (1.56.1) 2022-05-18 09:40:19.149 | Requirement already satisfied: MarkupSafe>=2.0 in /usr/local/lib/python3.8/dist-packages (from Jinja2>=2.10->oslo.middleware>=4.1.1->cinder==20.1.0.dev155) (2.1.1) 2022-05-18 09:40:19.577 | Requirement already satisfied: dogpile.cache>=1.1.5 in /usr/local/lib/python3.8/dist-packages (from oslo.cache>=1.26.0->keystonemiddleware>=9.1.0->cinder==20.1.0.dev155) (1.1.5) 2022-05-18 09:40:19.628 | Requirement already satisfied: prometheus-client>=0.6.0 in /usr/local/lib/python3.8/dist-packages (from oslo.metrics>=0.2.1->oslo.messaging>=12.5.0->cinder==20.1.0.dev155) (0.14.1) 2022-05-18 09:40:19.680 | Requirement already satisfied: wcwidth in /usr/local/lib/python3.8/dist-packages (from PrettyTable>=0.7.1->oslo.upgradecheck>=1.1.1->cinder==20.1.0.dev155) (0.2.5) 2022-05-18 09:40:20.764 | Requirement already satisfied: jsonpatch<2,>=0.10 in /usr/local/lib/python3.8/dist-packages (from warlock<2,>=1.2.0->python-glanceclient>=3.2.2->cinder==20.1.0.dev155) (1.32) 2022-05-18 09:40:21.040 | Requirement already satisfied: pyperclip>=1.6 in /usr/local/lib/python3.8/dist-packages (from cmd2>=1.0.0->cliff!=2.9.0,>=2.8.0->python-barbicanclient>=5.0.1->cinder==20.1.0.dev155) (1.8.2) 2022-05-18 09:40:21.042 | Requirement already satisfied: attrs>=16.3.0 in /usr/local/lib/python3.8/dist-packages (from cmd2>=1.0.0->cliff!=2.9.0,>=2.8.0->python-barbicanclient>=5.0.1->cinder==20.1.0.dev155) (21.4.0) 2022-05-18 09:40:21.188 | Requirement already satisfied: jsonpointer>=1.9 in /usr/local/lib/python3.8/dist-packages (from jsonpatch<2,>=0.10->warlock<2,>=1.2.0->python-glanceclient>=3.2.2->cinder==20.1.0.dev155) (2.3) 2022-05-18 09:40:21.380 | Requirement already satisfied: extras>=1.0.0 in /usr/local/lib/python3.8/dist-packages (from testtools>=0.9.22->fixtures>=3.0.0->oslo.service>=2.8.0->cinder==20.1.0.dev155) (1.0.0) 2022-05-18 09:40:21.554 | Requirement already satisfied: zipp>=0.5 in /usr/local/lib/python3.8/dist-packages (from importlib-metadata->alembic>=0.9.6->oslo.db>=11.0.0->cinder==20.1.0.dev155) (3.8.0) 2022-05-18 09:40:23.272 | Installing collected packages: cinder 2022-05-18 09:40:23.272 | Attempting uninstall: cinder 2022-05-18 09:40:23.272 | Found existing installation: cinder 20.1.0.dev155 2022-05-18 09:40:23.279 | Can't uninstall 'cinder'. No files were found to uninstall. 2022-05-18 09:40:23.280 | Running setup.py develop for cinder 2022-05-18 09:40:30.865 | Successfully installed cinder 2022-05-18 09:40:30.865 | WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv 2022-05-18 09:40:30.873 | WARNING: You are using pip version 21.3.1; however, version 22.1 is available. 2022-05-18 09:40:30.873 | You should consider upgrading via the '/usr/bin/python3.8 -m pip install --upgrade pip' command. 2022-05-18 09:40:31.021 | + inc/python:pip_install:200 : result=0 2022-05-18 09:40:31.023 | + inc/python:pip_install:202 : time_stop pip_install 2022-05-18 09:40:31.026 | + functions-common:time_stop:2437 : local name 2022-05-18 09:40:31.028 | + functions-common:time_stop:2438 : local end_time 2022-05-18 09:40:31.030 | + functions-common:time_stop:2439 : local elapsed_time 2022-05-18 09:40:31.032 | + functions-common:time_stop:2440 : local total 2022-05-18 09:40:31.035 | + functions-common:time_stop:2441 : local start_time 2022-05-18 09:40:31.037 | + functions-common:time_stop:2443 : name=pip_install 2022-05-18 09:40:31.039 | + functions-common:time_stop:2444 : start_time=1652866808159 2022-05-18 09:40:31.042 | + functions-common:time_stop:2446 : [[ -z 1652866808159 ]] 2022-05-18 09:40:31.045 | ++ functions-common:time_stop:2449 : date +%s%3N 2022-05-18 09:40:31.049 | + functions-common:time_stop:2449 : end_time=1652866831046 2022-05-18 09:40:31.051 | + functions-common:time_stop:2450 : elapsed_time=22887 2022-05-18 09:40:31.053 | + functions-common:time_stop:2451 : total=105188 2022-05-18 09:40:31.055 | + functions-common:time_stop:2453 : _TIME_START[$name]= 2022-05-18 09:40:31.058 | + functions-common:time_stop:2454 : _TIME_TOTAL[$name]=128075 2022-05-18 09:40:31.060 | + inc/python:pip_install:203 : return 0 2022-05-18 09:40:31.063 | + inc/python:setup_package:448 : [[ -e == \-\e ]] 2022-05-18 09:40:31.065 | + inc/python:setup_package:449 : safe_chown -R ubuntu /opt/stack/cinder/cinder.egg-info 2022-05-18 09:40:31.068 | + functions-common:safe_chown:2338 : _safe_permission_operation chown -R ubuntu /opt/stack/cinder/cinder.egg-info 2022-05-18 09:40:31.087 | + functions-common:_safe_permission_operation:2186 : sudo chown -R ubuntu /opt/stack/cinder/cinder.egg-info 2022-05-18 09:40:31.099 | + inc/python:_setup_package_with_constraints_edit:394 : use_library_from_git /opt/stack/cinder 2022-05-18 09:40:31.102 | + inc/python:use_library_from_git:250 : local name=/opt/stack/cinder 2022-05-18 09:40:31.105 | + inc/python:use_library_from_git:251 : local enabled=1 2022-05-18 09:40:31.107 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2022-05-18 09:40:31.109 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,/opt/stack/cinder, ]] 2022-05-18 09:40:31.112 | + inc/python:use_library_from_git:253 : return 1 2022-05-18 09:40:31.114 | + lib/cinder:install_cinder:468 : [[ lioadm == \t\g\t\a\d\m ]] 2022-05-18 09:40:31.117 | + lib/cinder:install_cinder:470 : [[ lioadm == \l\i\o\a\d\m ]] 2022-05-18 09:40:31.119 | + lib/cinder:install_cinder:471 : is_ubuntu 2022-05-18 09:40:31.122 | + functions-common:is_ubuntu:573 : [[ -z deb ]] 2022-05-18 09:40:31.124 | + functions-common:is_ubuntu:576 : '[' deb = deb ']' 2022-05-18 09:40:31.126 | + lib/cinder:install_cinder:473 : sudo mkdir -p /etc/target 2022-05-18 09:40:31.139 | + lib/cinder:install_cinder:475 : install_package targetcli-fb 2022-05-18 09:40:31.141 | + functions-common:install_package:1475 : update_package_repo 2022-05-18 09:40:31.144 | + functions-common:update_package_repo:1447 : NO_UPDATE_REPOS=False 2022-05-18 09:40:31.146 | + functions-common:update_package_repo:1448 : REPOS_UPDATED=True 2022-05-18 09:40:31.148 | + functions-common:update_package_repo:1449 : RETRY_UPDATE=False 2022-05-18 09:40:31.151 | + functions-common:update_package_repo:1451 : [[ False = \T\r\u\e ]] 2022-05-18 09:40:31.154 | + functions-common:update_package_repo:1455 : is_ubuntu 2022-05-18 09:40:31.156 | + functions-common:is_ubuntu:573 : [[ -z deb ]] 2022-05-18 09:40:31.159 | + functions-common:is_ubuntu:576 : '[' deb = deb ']' 2022-05-18 09:40:31.161 | + functions-common:update_package_repo:1456 : apt_get_update 2022-05-18 09:40:31.164 | + functions-common:apt_get_update:1201 : [[ True == \T\r\u\e ]] 2022-05-18 09:40:31.166 | + functions-common:apt_get_update:1201 : [[ False != \T\r\u\e ]] 2022-05-18 09:40:31.168 | + functions-common:apt_get_update:1202 : return 2022-05-18 09:40:31.171 | + functions-common:install_package:1476 : real_install_package targetcli-fb 2022-05-18 09:40:31.173 | + functions-common:real_install_package:1461 : is_ubuntu 2022-05-18 09:40:31.176 | + functions-common:is_ubuntu:573 : [[ -z deb ]] 2022-05-18 09:40:31.178 | + functions-common:is_ubuntu:576 : '[' deb = deb ']' 2022-05-18 09:40:31.181 | + functions-common:real_install_package:1462 : apt_get install targetcli-fb 2022-05-18 09:40:31.204 | + functions-common:apt_get:1242 : sudo DEBIAN_FRONTEND=noninteractive http_proxy= https_proxy= no_proxy= apt-get --option Dpkg::Options::=--force-confold --assume-yes install targetcli-fb 2022-05-18 09:40:31.314 | Reading package lists... 2022-05-18 09:40:31.565 | Building dependency tree... 2022-05-18 09:40:31.566 | Reading state information... 2022-05-18 09:40:31.819 | targetcli-fb is already the newest version (1:2.1.51-0ubuntu1). 2022-05-18 09:40:31.820 | The following packages were automatically installed and are no longer required: 2022-05-18 09:40:31.821 | apport-symptoms libnetplan0 python3-automat python3-blinker python3-click 2022-05-18 09:40:31.821 | python3-colorama python3-configobj python3-constantly python3-entrypoints 2022-05-18 09:40:31.821 | python3-hamcrest python3-hyperlink python3-incremental python3-jwt 2022-05-18 09:40:31.821 | python3-keyring python3-lazr.uri python3-oauthlib python3-problem-report 2022-05-18 09:40:31.821 | python3-secretstorage python3-twisted-bin python3-wadllib 2022-05-18 09:40:31.821 | python3-zope.interface 2022-05-18 09:40:31.821 | Use 'sudo apt autoremove' to remove them. 2022-05-18 09:40:31.936 | 0 upgraded, 0 newly installed, 0 to remove and 136 not upgraded. 2022-05-18 09:40:31.941 | + functions-common:apt_get:1246 : result=0 2022-05-18 09:40:31.944 | + functions-common:apt_get:1249 : time_stop apt-get 2022-05-18 09:40:31.946 | + functions-common:time_stop:2437 : local name 2022-05-18 09:40:31.949 | + functions-common:time_stop:2438 : local end_time 2022-05-18 09:40:31.951 | + functions-common:time_stop:2439 : local elapsed_time 2022-05-18 09:40:31.954 | + functions-common:time_stop:2440 : local total 2022-05-18 09:40:31.956 | + functions-common:time_stop:2441 : local start_time 2022-05-18 09:40:31.959 | + functions-common:time_stop:2443 : name=apt-get 2022-05-18 09:40:31.961 | + functions-common:time_stop:2444 : start_time=1652866831202 2022-05-18 09:40:31.964 | + functions-common:time_stop:2446 : [[ -z 1652866831202 ]] 2022-05-18 09:40:31.967 | ++ functions-common:time_stop:2449 : date +%s%3N 2022-05-18 09:40:31.971 | + functions-common:time_stop:2449 : end_time=1652866831968 2022-05-18 09:40:31.973 | + functions-common:time_stop:2450 : elapsed_time=766 2022-05-18 09:40:31.976 | + functions-common:time_stop:2451 : total=5423 2022-05-18 09:40:31.979 | + functions-common:time_stop:2453 : _TIME_START[$name]= 2022-05-18 09:40:31.981 | + functions-common:time_stop:2454 : _TIME_TOTAL[$name]=6189 2022-05-18 09:40:31.984 | + functions-common:apt_get:1250 : return 0 2022-05-18 09:40:31.987 | + lib/stack:stack_install_service:33 : [[ False = True ]] 2022-05-18 09:40:31.989 | + ./stack.sh:main:928 : configure_cinder 2022-05-18 09:40:31.992 | + lib/cinder:configure_cinder:245 : sudo install -d -o ubuntu -m 755 /etc/cinder 2022-05-18 09:40:32.004 | + lib/cinder:configure_cinder:247 : rm -f /etc/cinder/cinder.conf 2022-05-18 09:40:32.008 | + lib/cinder:configure_cinder:249 : configure_rootwrap cinder 2022-05-18 09:40:32.010 | + inc/rootwrap:configure_rootwrap:43 : local project=cinder 2022-05-18 09:40:32.012 | + inc/rootwrap:configure_rootwrap:44 : local project_uc 2022-05-18 09:40:32.015 | ++ inc/rootwrap:configure_rootwrap:45 : echo cinder 2022-05-18 09:40:32.016 | ++ inc/rootwrap:configure_rootwrap:45 : tr a-z A-Z 2022-05-18 09:40:32.020 | + inc/rootwrap:configure_rootwrap:45 : project_uc=CINDER 2022-05-18 09:40:32.022 | + inc/rootwrap:configure_rootwrap:46 : local bin_dir=CINDER_BIN_DIR 2022-05-18 09:40:32.024 | + inc/rootwrap:configure_rootwrap:47 : bin_dir=/usr/local/bin 2022-05-18 09:40:32.026 | + inc/rootwrap:configure_rootwrap:48 : local project_dir=CINDER_DIR 2022-05-18 09:40:32.028 | + inc/rootwrap:configure_rootwrap:49 : project_dir=/opt/stack/cinder 2022-05-18 09:40:32.031 | + inc/rootwrap:configure_rootwrap:51 : local rootwrap_conf_src_dir=/opt/stack/cinder/etc/cinder 2022-05-18 09:40:32.033 | + inc/rootwrap:configure_rootwrap:52 : local rootwrap_bin=/usr/local/bin/cinder-rootwrap 2022-05-18 09:40:32.035 | + inc/rootwrap:configure_rootwrap:55 : sudo rm -rf /etc/cinder/rootwrap.d 2022-05-18 09:40:32.046 | + inc/rootwrap:configure_rootwrap:56 : sudo install -d -o root -g root -m 755 /etc/cinder/rootwrap.d 2022-05-18 09:40:32.059 | + 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-05-18 09:40:32.071 | + 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-05-18 09:40:32.083 | + inc/rootwrap:configure_rootwrap:61 : sudo sed -e 's:^filters_path=.*$:filters_path=/etc/cinder/rootwrap.d:' -i /etc/cinder/rootwrap.conf 2022-05-18 09:40:32.095 | + inc/rootwrap:configure_rootwrap:64 : local tempfile 2022-05-18 09:40:32.098 | ++ inc/rootwrap:configure_rootwrap:65 : mktemp 2022-05-18 09:40:32.102 | + inc/rootwrap:configure_rootwrap:65 : tempfile=/tmp/tmp.QTuSJSLdTR 2022-05-18 09:40:32.104 | + inc/rootwrap:configure_rootwrap:67 : rootwrap_sudo_cmd='/usr/local/bin/cinder-rootwrap /etc/cinder/rootwrap.conf *' 2022-05-18 09:40:32.107 | + inc/rootwrap:configure_rootwrap:68 : echo 'ubuntu ALL=(root) NOPASSWD: /usr/local/bin/cinder-rootwrap /etc/cinder/rootwrap.conf *' 2022-05-18 09:40:32.109 | + inc/rootwrap:configure_rootwrap:69 : '[' -f /usr/local/bin/cinder-rootwrap-daemon ']' 2022-05-18 09:40:32.111 | + inc/rootwrap:configure_rootwrap:74 : chmod 0440 /tmp/tmp.QTuSJSLdTR 2022-05-18 09:40:32.115 | + inc/rootwrap:configure_rootwrap:75 : sudo chown root:root /tmp/tmp.QTuSJSLdTR 2022-05-18 09:40:32.127 | + inc/rootwrap:configure_rootwrap:76 : sudo mv /tmp/tmp.QTuSJSLdTR /etc/sudoers.d/cinder-rootwrap 2022-05-18 09:40:32.139 | ++ inc/rootwrap:configure_rootwrap:80 : dirname /usr/local/bin/cinder-rootwrap 2022-05-18 09:40:32.143 | + inc/rootwrap:configure_rootwrap:80 : add_sudo_secure_path /usr/local/bin 2022-05-18 09:40:32.146 | + inc/rootwrap:add_sudo_secure_path:21 : local dir=/usr/local/bin 2022-05-18 09:40:32.148 | + inc/rootwrap:add_sudo_secure_path:22 : local line 2022-05-18 09:40:32.150 | + inc/rootwrap:add_sudo_secure_path:25 : [[ -r /etc/sudoers.d/zz-secure-path ]] 2022-05-18 09:40:32.152 | + 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-05-18 09:40:32.155 | + 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-05-18 09:40:32.157 | + lib/cinder:configure_cinder:251 : [[ -f /opt/stack/cinder/etc/cinder/resource_filters.json ]] 2022-05-18 09:40:32.159 | + lib/cinder:configure_cinder:252 : cp -p /opt/stack/cinder/etc/cinder/resource_filters.json /etc/cinder/resource_filters.json 2022-05-18 09:40:32.164 | + lib/cinder:configure_cinder:255 : cp /opt/stack/cinder/etc/cinder/api-paste.ini /etc/cinder/api-paste.ini 2022-05-18 09:40:32.170 | + lib/cinder:configure_cinder:257 : inicomment /etc/cinder/api-paste.ini filter:authtoken auth_host 2022-05-18 09:40:32.190 | + lib/cinder:configure_cinder:258 : inicomment /etc/cinder/api-paste.ini filter:authtoken auth_port 2022-05-18 09:40:32.209 | + lib/cinder:configure_cinder:259 : inicomment /etc/cinder/api-paste.ini filter:authtoken auth_protocol 2022-05-18 09:40:32.228 | + lib/cinder:configure_cinder:260 : inicomment /etc/cinder/api-paste.ini filter:authtoken cafile 2022-05-18 09:40:32.247 | + lib/cinder:configure_cinder:261 : inicomment /etc/cinder/api-paste.ini filter:authtoken admin_tenant_name 2022-05-18 09:40:32.265 | + lib/cinder:configure_cinder:262 : inicomment /etc/cinder/api-paste.ini filter:authtoken admin_user 2022-05-18 09:40:32.284 | + lib/cinder:configure_cinder:263 : inicomment /etc/cinder/api-paste.ini filter:authtoken admin_password 2022-05-18 09:40:32.302 | + lib/cinder:configure_cinder:264 : inicomment /etc/cinder/api-paste.ini filter:authtoken signing_dir 2022-05-18 09:40:32.321 | + lib/cinder:configure_cinder:266 : configure_keystone_authtoken_middleware /etc/cinder/cinder.conf cinder 2022-05-18 09:40:32.324 | + lib/keystone:configure_keystone_authtoken_middleware:447 : local conf_file=/etc/cinder/cinder.conf 2022-05-18 09:40:32.326 | + lib/keystone:configure_keystone_authtoken_middleware:448 : local admin_user=cinder 2022-05-18 09:40:32.328 | + lib/keystone:configure_keystone_authtoken_middleware:449 : local section=keystone_authtoken 2022-05-18 09:40:32.330 | + lib/keystone:configure_keystone_authtoken_middleware:451 : iniset /etc/cinder/cinder.conf keystone_authtoken auth_type password 2022-05-18 09:40:32.360 | + lib/keystone:configure_keystone_authtoken_middleware:452 : iniset /etc/cinder/cinder.conf keystone_authtoken interface public 2022-05-18 09:40:32.387 | + lib/keystone:configure_keystone_authtoken_middleware:453 : iniset /etc/cinder/cinder.conf keystone_authtoken auth_url http://10.222.0.71/identity 2022-05-18 09:40:32.414 | + lib/keystone:configure_keystone_authtoken_middleware:454 : iniset /etc/cinder/cinder.conf keystone_authtoken username cinder 2022-05-18 09:40:32.443 | + lib/keystone:configure_keystone_authtoken_middleware:455 : iniset /etc/cinder/cinder.conf keystone_authtoken password Passw0rd 2022-05-18 09:40:32.471 | + lib/keystone:configure_keystone_authtoken_middleware:456 : iniset /etc/cinder/cinder.conf keystone_authtoken user_domain_name Default 2022-05-18 09:40:32.504 | + lib/keystone:configure_keystone_authtoken_middleware:457 : iniset /etc/cinder/cinder.conf keystone_authtoken project_name service 2022-05-18 09:40:32.534 | + lib/keystone:configure_keystone_authtoken_middleware:458 : iniset /etc/cinder/cinder.conf keystone_authtoken project_domain_name Default 2022-05-18 09:40:32.564 | + lib/keystone:configure_keystone_authtoken_middleware:460 : iniset /etc/cinder/cinder.conf keystone_authtoken cafile /opt/stack/data/ca-bundle.pem 2022-05-18 09:40:32.592 | + lib/keystone:configure_keystone_authtoken_middleware:461 : iniset /etc/cinder/cinder.conf keystone_authtoken memcached_servers localhost:11211 2022-05-18 09:40:32.620 | + lib/cinder:configure_cinder:268 : iniset /etc/cinder/cinder.conf DEFAULT debug True 2022-05-18 09:40:32.650 | + lib/cinder:configure_cinder:270 : iniset /etc/cinder/cinder.conf DEFAULT target_helper lioadm 2022-05-18 09:40:32.679 | ++ lib/cinder:configure_cinder:271 : database_connection_url cinder 2022-05-18 09:40:32.681 | ++ lib/database:database_connection_url:134 : local db=cinder 2022-05-18 09:40:32.683 | ++ lib/database:database_connection_url:135 : database_connection_url_mysql cinder 2022-05-18 09:40:32.686 | ++ lib/databases/mysql:database_connection_url_mysql:224 : local db=cinder 2022-05-18 09:40:32.688 | ++ lib/databases/mysql:database_connection_url_mysql:225 : local plugin 2022-05-18 09:40:32.691 | ++ lib/databases/mysql:database_connection_url_mysql:229 : [[ True == \T\r\u\e ]] 2022-05-18 09:40:32.693 | ++ lib/databases/mysql:database_connection_url_mysql:230 : is_service_enabled mysql 2022-05-18 09:40:32.710 | ++ functions-common:is_service_enabled:2093 : return 0 2022-05-18 09:40:32.712 | ++ lib/databases/mysql:database_connection_url_mysql:231 : plugin='&plugin=dbcounter' 2022-05-18 09:40:32.715 | ++ lib/databases/mysql:database_connection_url_mysql:235 : echo 'mysql+pymysql://root:Passw0rd@127.0.0.1/cinder?charset=utf8&plugin=dbcounter' 2022-05-18 09:40:32.718 | + 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-05-18 09:40:32.748 | + lib/cinder:configure_cinder:272 : iniset /etc/cinder/cinder.conf DEFAULT api_paste_config /etc/cinder/api-paste.ini 2022-05-18 09:40:32.776 | + lib/cinder:configure_cinder:273 : iniset /etc/cinder/cinder.conf DEFAULT rootwrap_config /etc/cinder/rootwrap.conf 2022-05-18 09:40:32.803 | + lib/cinder:configure_cinder:274 : iniset /etc/cinder/cinder.conf DEFAULT osapi_volume_extension cinder.api.contrib.standard_extensions 2022-05-18 09:40:32.831 | + lib/cinder:configure_cinder:275 : iniset /etc/cinder/cinder.conf DEFAULT osapi_volume_listen 0.0.0.0 2022-05-18 09:40:32.859 | + lib/cinder:configure_cinder:276 : iniset /etc/cinder/cinder.conf DEFAULT state_path /opt/stack/data/cinder 2022-05-18 09:40:32.893 | + lib/cinder:configure_cinder:277 : iniset /etc/cinder/cinder.conf oslo_concurrency lock_path /opt/stack/data/cinder 2022-05-18 09:40:32.925 | + lib/cinder:configure_cinder:278 : [[ 4 == 6 ]] 2022-05-18 09:40:32.927 | + lib/cinder:configure_cinder:281 : iniset /etc/cinder/cinder.conf DEFAULT my_ip 10.222.0.71 2022-05-18 09:40:32.956 | + lib/cinder:configure_cinder:283 : iniset /etc/cinder/cinder.conf key_manager backend cinder.keymgr.conf_key_mgr.ConfKeyManager 2022-05-18 09:40:32.987 | ++ lib/cinder:configure_cinder:284 : openssl rand -hex 16 2022-05-18 09:40:32.995 | + lib/cinder:configure_cinder:284 : iniset /etc/cinder/cinder.conf key_manager fixed_key 53575f10d21db74cea13d0b05230f2db 2022-05-18 09:40:33.023 | + lib/cinder:configure_cinder:285 : [[ -n '' ]] 2022-05-18 09:40:33.025 | + lib/cinder:configure_cinder:290 : iniset /etc/cinder/cinder.conf DEFAULT quota_volumes 10 2022-05-18 09:40:33.053 | + lib/cinder:configure_cinder:291 : iniset /etc/cinder/cinder.conf DEFAULT quota_backups 10 2022-05-18 09:40:33.082 | + lib/cinder:configure_cinder:292 : iniset /etc/cinder/cinder.conf DEFAULT quota_snapshots 10 2022-05-18 09:40:33.109 | + lib/cinder:configure_cinder:297 : iniset /etc/cinder/cinder.conf DEFAULT rpc_response_timeout 120 2022-05-18 09:40:33.138 | + lib/cinder:configure_cinder:299 : is_service_enabled c-vol 2022-05-18 09:40:33.154 | + functions-common:is_service_enabled:2093 : return 0 2022-05-18 09:40:33.157 | + lib/cinder:configure_cinder:299 : [[ -n lvm:lvmdriver-1 ]] 2022-05-18 09:40:33.159 | + lib/cinder:configure_cinder:300 : local enabled_backends= 2022-05-18 09:40:33.161 | + lib/cinder:configure_cinder:301 : local default_name= 2022-05-18 09:40:33.164 | + lib/cinder:configure_cinder:302 : local be be_name be_type 2022-05-18 09:40:33.166 | + lib/cinder:configure_cinder:303 : for be in ${CINDER_ENABLED_BACKENDS//,/ } 2022-05-18 09:40:33.168 | + lib/cinder:configure_cinder:304 : be_type=lvm 2022-05-18 09:40:33.171 | + lib/cinder:configure_cinder:305 : be_name=lvmdriver-1 2022-05-18 09:40:33.173 | + lib/cinder:configure_cinder:306 : type configure_cinder_backend_lvm 2022-05-18 09:40:33.175 | + lib/cinder:configure_cinder:307 : configure_cinder_backend_lvm lvmdriver-1 2022-05-18 09:40:33.178 | + lib/cinder_backends/lvm:configure_cinder_backend_lvm:48 : local be_name=lvmdriver-1 2022-05-18 09:40:33.180 | + lib/cinder_backends/lvm:configure_cinder_backend_lvm:50 : iniset /etc/cinder/cinder.conf lvmdriver-1 volume_backend_name lvmdriver-1 2022-05-18 09:40:33.212 | + lib/cinder_backends/lvm:configure_cinder_backend_lvm:51 : iniset /etc/cinder/cinder.conf lvmdriver-1 volume_driver cinder.volume.drivers.lvm.LVMVolumeDriver 2022-05-18 09:40:33.240 | + lib/cinder_backends/lvm:configure_cinder_backend_lvm:52 : iniset /etc/cinder/cinder.conf lvmdriver-1 volume_group stack-volumes-lvmdriver-1 2022-05-18 09:40:33.269 | + lib/cinder_backends/lvm:configure_cinder_backend_lvm:53 : iniset /etc/cinder/cinder.conf lvmdriver-1 target_helper lioadm 2022-05-18 09:40:33.297 | + lib/cinder_backends/lvm:configure_cinder_backend_lvm:54 : iniset /etc/cinder/cinder.conf lvmdriver-1 lvm_type thin 2022-05-18 09:40:33.325 | + lib/cinder_backends/lvm:configure_cinder_backend_lvm:55 : iniset /etc/cinder/cinder.conf lvmdriver-1 volume_clear none 2022-05-18 09:40:33.353 | + lib/cinder:configure_cinder:309 : [[ -z '' ]] 2022-05-18 09:40:33.356 | + lib/cinder:configure_cinder:310 : default_name=lvmdriver-1 2022-05-18 09:40:33.358 | + lib/cinder:configure_cinder:312 : enabled_backends+=lvmdriver-1, 2022-05-18 09:40:33.360 | + lib/cinder:configure_cinder:314 : iniset /etc/cinder/cinder.conf DEFAULT enabled_backends lvmdriver-1 2022-05-18 09:40:33.388 | + lib/cinder:configure_cinder:315 : [[ -n lvmdriver-1 ]] 2022-05-18 09:40:33.391 | + lib/cinder:configure_cinder:316 : iniset /etc/cinder/cinder.conf DEFAULT default_volume_type lvmdriver-1 2022-05-18 09:40:33.419 | + lib/cinder:configure_cinder:318 : configure_cinder_image_volume_cache 2022-05-18 09:40:33.421 | + lib/cinder:configure_cinder_image_volume_cache:619 : for be in ${CINDER_CACHE_ENABLED_FOR_BACKENDS//,/ } 2022-05-18 09:40:33.424 | + lib/cinder:configure_cinder_image_volume_cache:620 : local be_name=lvmdriver-1 2022-05-18 09:40:33.426 | + lib/cinder:configure_cinder_image_volume_cache:622 : iniset /etc/cinder/cinder.conf lvmdriver-1 image_volume_cache_enabled True 2022-05-18 09:40:33.454 | + lib/cinder:configure_cinder_image_volume_cache:624 : [[ -n '' ]] 2022-05-18 09:40:33.456 | + lib/cinder:configure_cinder_image_volume_cache:628 : [[ -n '' ]] 2022-05-18 09:40:33.459 | + lib/cinder:configure_cinder:321 : is_service_enabled c-bak 2022-05-18 09:40:33.476 | + functions-common:is_service_enabled:2093 : return 0 2022-05-18 09:40:33.478 | + lib/cinder:configure_cinder:321 : [[ -n swift ]] 2022-05-18 09:40:33.480 | + lib/cinder:configure_cinder:322 : type configure_cinder_backup_swift 2022-05-18 09:40:33.483 | + lib/cinder:configure_cinder:323 : configure_cinder_backup_swift 2022-05-18 09:40:33.485 | + lib/cinder_backups/swift:configure_cinder_backup_swift:25 : iniset /etc/cinder/cinder.conf DEFAULT backup_driver cinder.backup.drivers.swift.SwiftBackupDriver 2022-05-18 09:40:33.513 | + lib/cinder_backups/swift:configure_cinder_backup_swift:26 : iniset /etc/cinder/cinder.conf DEFAULT backup_swift_url http://10.222.0.71:8080/v1/AUTH_ 2022-05-18 09:40:33.541 | + lib/cinder_backups/swift:configure_cinder_backup_swift:27 : is_service_enabled tls-proxy 2022-05-18 09:40:33.558 | + functions-common:is_service_enabled:2093 : return 1 2022-05-18 09:40:33.560 | + lib/cinder:configure_cinder:329 : is_service_enabled ceilometer 2022-05-18 09:40:33.577 | + functions-common:is_service_enabled:2093 : return 1 2022-05-18 09:40:33.580 | + lib/cinder:configure_cinder:333 : is_service_enabled tls-proxy 2022-05-18 09:40:33.596 | + functions-common:is_service_enabled:2093 : return 1 2022-05-18 09:40:33.599 | + lib/cinder:configure_cinder:347 : '[' False '!=' False ']' 2022-05-18 09:40:33.601 | + lib/cinder:configure_cinder:351 : iniset_rpc_backend cinder /etc/cinder/cinder.conf 2022-05-18 09:40:33.604 | + lib/rpc_backend:iniset_rpc_backend:157 : local package=cinder 2022-05-18 09:40:33.606 | + lib/rpc_backend:iniset_rpc_backend:158 : local file=/etc/cinder/cinder.conf 2022-05-18 09:40:33.608 | + lib/rpc_backend:iniset_rpc_backend:159 : local section=DEFAULT 2022-05-18 09:40:33.611 | + lib/rpc_backend:iniset_rpc_backend:160 : local virtual_host= 2022-05-18 09:40:33.613 | + lib/rpc_backend:iniset_rpc_backend:161 : is_service_enabled rabbit 2022-05-18 09:40:33.629 | + functions-common:is_service_enabled:2093 : return 0 2022-05-18 09:40:33.632 | ++ lib/rpc_backend:iniset_rpc_backend:162 : get_transport_url '' 2022-05-18 09:40:33.634 | ++ lib/rpc_backend:get_transport_url:139 : local virtual_host= 2022-05-18 09:40:33.637 | ++ lib/rpc_backend:get_transport_url:140 : is_service_enabled rabbit 2022-05-18 09:40:33.653 | ++ functions-common:is_service_enabled:2093 : return 0 2022-05-18 09:40:33.656 | ++ lib/rpc_backend:get_transport_url:141 : echo rabbit://stackrabbit:Passw0rd@10.222.0.71:5672/ 2022-05-18 09:40:33.659 | + lib/rpc_backend:iniset_rpc_backend:162 : iniset /etc/cinder/cinder.conf DEFAULT transport_url rabbit://stackrabbit:Passw0rd@10.222.0.71:5672/ 2022-05-18 09:40:33.686 | + lib/rpc_backend:iniset_rpc_backend:163 : '[' -n '' ']' 2022-05-18 09:40:33.689 | + lib/rpc_backend:iniset_rpc_backend:166 : '[' -n '' ']' 2022-05-18 09:40:33.691 | + lib/cinder:configure_cinder:354 : setup_logging /etc/cinder/cinder.conf True 2022-05-18 09:40:33.694 | + functions:setup_logging:674 : setup_systemd_logging /etc/cinder/cinder.conf 2022-05-18 09:40:33.696 | + functions:setup_systemd_logging:689 : local conf_file=/etc/cinder/cinder.conf 2022-05-18 09:40:33.700 | ++ functions:setup_systemd_logging:694 : trueorfalse False USE_JOURNAL 2022-05-18 09:40:33.716 | + functions:setup_systemd_logging:694 : USE_JOURNAL=False 2022-05-18 09:40:33.719 | + functions:setup_systemd_logging:695 : local pidstr= 2022-05-18 09:40:33.721 | + functions:setup_systemd_logging:696 : [[ False == \T\r\u\e ]] 2022-05-18 09:40:33.723 | + functions:setup_systemd_logging:700 : pidstr='(pid=%(process)d) ' 2022-05-18 09:40:33.726 | + 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-05-18 09:40:33.753 | + 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-05-18 09:40:33.782 | + 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-05-18 09:40:33.810 | + functions:setup_systemd_logging:706 : iniset /etc/cinder/cinder.conf DEFAULT logging_exception_prefix 'ERROR %(name)s %(instance)s' 2022-05-18 09:40:33.838 | + lib/cinder:configure_cinder:356 : is_service_enabled c-api 2022-05-18 09:40:33.854 | + functions-common:is_service_enabled:2093 : return 0 2022-05-18 09:40:33.857 | + lib/cinder:configure_cinder:357 : write_uwsgi_config /etc/cinder/cinder-api-uwsgi.ini /usr/local/bin/cinder-wsgi /volume 2022-05-18 09:40:33.859 | + lib/apache:write_uwsgi_config:254 : local file=/etc/cinder/cinder-api-uwsgi.ini 2022-05-18 09:40:33.862 | + lib/apache:write_uwsgi_config:255 : local wsgi=/usr/local/bin/cinder-wsgi 2022-05-18 09:40:33.864 | + lib/apache:write_uwsgi_config:256 : local url=/volume 2022-05-18 09:40:33.866 | + lib/apache:write_uwsgi_config:257 : local http= 2022-05-18 09:40:33.869 | + lib/apache:write_uwsgi_config:258 : local name= 2022-05-18 09:40:33.872 | ++ lib/apache:write_uwsgi_config:259 : basename /usr/local/bin/cinder-wsgi 2022-05-18 09:40:33.876 | + lib/apache:write_uwsgi_config:259 : name=cinder-wsgi 2022-05-18 09:40:33.878 | + lib/apache:write_uwsgi_config:263 : local socket_dir=/var/run/uwsgi 2022-05-18 09:40:33.881 | + lib/apache:write_uwsgi_config:267 : sudo mkdir -p /etc/tmpfiles.d/ 2022-05-18 09:40:33.894 | + lib/apache:write_uwsgi_config:268 : echo 'd /var/run/uwsgi 0755 ubuntu root' 2022-05-18 09:40:33.894 | + lib/apache:write_uwsgi_config:268 : sudo tee /etc/tmpfiles.d/uwsgi.conf 2022-05-18 09:40:33.902 | d /var/run/uwsgi 0755 ubuntu root 2022-05-18 09:40:33.906 | + lib/apache:write_uwsgi_config:269 : sudo systemd-tmpfiles --create /etc/tmpfiles.d/uwsgi.conf 2022-05-18 09:40:33.921 | + lib/apache:write_uwsgi_config:271 : local socket=/var/run/uwsgi/cinder-wsgi.socket 2022-05-18 09:40:33.923 | + lib/apache:write_uwsgi_config:274 : rm -rf /etc/cinder/cinder-api-uwsgi.ini 2022-05-18 09:40:33.927 | + lib/apache:write_uwsgi_config:275 : iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi wsgi-file /usr/local/bin/cinder-wsgi 2022-05-18 09:40:33.957 | + lib/apache:write_uwsgi_config:276 : iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi processes 2 2022-05-18 09:40:33.985 | + lib/apache:write_uwsgi_config:278 : iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi master true 2022-05-18 09:40:34.013 | + lib/apache:write_uwsgi_config:280 : iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi die-on-term true 2022-05-18 09:40:34.040 | + lib/apache:write_uwsgi_config:281 : iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi exit-on-reload false 2022-05-18 09:40:34.067 | + lib/apache:write_uwsgi_config:284 : iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi worker-reload-mercy 90 2022-05-18 09:40:34.095 | + lib/apache:write_uwsgi_config:285 : iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi enable-threads true 2022-05-18 09:40:34.122 | + lib/apache:write_uwsgi_config:286 : iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi plugins http,python3 2022-05-18 09:40:34.150 | + lib/apache:write_uwsgi_config:288 : iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi thunder-lock true 2022-05-18 09:40:34.178 | + 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-05-18 09:40:34.206 | + lib/apache:write_uwsgi_config:292 : iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi buffer-size 65535 2022-05-18 09:40:34.234 | + lib/apache:write_uwsgi_config:294 : iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi add-header 'Connection: close' 2022-05-18 09:40:34.265 | + lib/apache:write_uwsgi_config:296 : iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi lazy-apps true 2022-05-18 09:40:34.293 | + lib/apache:write_uwsgi_config:299 : [[ -n '' ]] 2022-05-18 09:40:34.295 | + lib/apache:write_uwsgi_config:302 : local apache_conf= 2022-05-18 09:40:34.298 | ++ lib/apache:write_uwsgi_config:303 : apache_site_config_for cinder-wsgi 2022-05-18 09:40:34.301 | ++ lib/apache:apache_site_config_for:186 : local site=cinder-wsgi 2022-05-18 09:40:34.303 | ++ lib/apache:apache_site_config_for:187 : is_ubuntu 2022-05-18 09:40:34.305 | ++ functions-common:is_ubuntu:573 : [[ -z deb ]] 2022-05-18 09:40:34.308 | ++ functions-common:is_ubuntu:576 : '[' deb = deb ']' 2022-05-18 09:40:34.310 | ++ lib/apache:apache_site_config_for:189 : echo /etc/apache2/sites-available/cinder-wsgi.conf 2022-05-18 09:40:34.313 | + lib/apache:write_uwsgi_config:303 : apache_conf=/etc/apache2/sites-available/cinder-wsgi.conf 2022-05-18 09:40:34.316 | + lib/apache:write_uwsgi_config:304 : iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi socket /var/run/uwsgi/cinder-wsgi.socket 2022-05-18 09:40:34.344 | + lib/apache:write_uwsgi_config:305 : iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi chmod-socket 666 2022-05-18 09:40:34.372 | + lib/apache:write_uwsgi_config:306 : echo 'ProxyPass "/volume" "unix:/var/run/uwsgi/cinder-wsgi.socket|uwsgi://uwsgi-uds-cinder-wsgi" retry=0 ' 2022-05-18 09:40:34.372 | + lib/apache:write_uwsgi_config:306 : sudo tee -a /etc/apache2/sites-available/cinder-wsgi.conf 2022-05-18 09:40:34.381 | ProxyPass "/volume" "unix:/var/run/uwsgi/cinder-wsgi.socket|uwsgi://uwsgi-uds-cinder-wsgi" retry=0 2022-05-18 09:40:34.384 | + lib/apache:write_uwsgi_config:307 : enable_apache_site cinder-wsgi 2022-05-18 09:40:34.387 | + lib/apache:enable_apache_site:203 : local site=cinder-wsgi 2022-05-18 09:40:34.389 | + lib/apache:enable_apache_site:205 : enable_apache_mod version 2022-05-18 09:40:34.392 | + lib/apache:enable_apache_mod:59 : local mod=version 2022-05-18 09:40:34.394 | + lib/apache:enable_apache_mod:61 : is_ubuntu 2022-05-18 09:40:34.396 | + functions-common:is_ubuntu:573 : [[ -z deb ]] 2022-05-18 09:40:34.399 | + functions-common:is_ubuntu:576 : '[' deb = deb ']' 2022-05-18 09:40:34.402 | + lib/apache:enable_apache_mod:64 : [[ version != \v\e\r\s\i\o\n ]] 2022-05-18 09:40:34.404 | + lib/apache:enable_apache_site:206 : is_ubuntu 2022-05-18 09:40:34.406 | + functions-common:is_ubuntu:573 : [[ -z deb ]] 2022-05-18 09:40:34.409 | + functions-common:is_ubuntu:576 : '[' deb = deb ']' 2022-05-18 09:40:34.411 | + lib/apache:enable_apache_site:207 : sudo a2ensite cinder-wsgi 2022-05-18 09:40:34.475 | Enabling site cinder-wsgi. 2022-05-18 09:40:34.480 | To activate the new configuration, you need to run: 2022-05-18 09:40:34.480 | systemctl reload apache2 2022-05-18 09:40:34.485 | + lib/apache:write_uwsgi_config:308 : restart_apache_server 2022-05-18 09:40:34.487 | + lib/apache:restart_apache_server:250 : restart_service apache2 2022-05-18 09:40:34.490 | + functions-common:restart_service:2321 : '[' -x /bin/systemctl ']' 2022-05-18 09:40:34.492 | + functions-common:restart_service:2322 : sudo /bin/systemctl restart apache2 2022-05-18 09:40:34.632 | + lib/cinder:configure_cinder:360 : [[ -r /home/ubuntu/devstack/lib/cinder_plugins/default ]] 2022-05-18 09:40:34.637 | + lib/cinder:configure_cinder:364 : iniset /etc/cinder/cinder.conf DEFAULT osapi_volume_workers 2 2022-05-18 09:40:34.665 | + lib/cinder:configure_cinder:366 : iniset /etc/cinder/cinder.conf DEFAULT glance_api_servers http://10.222.0.71/image 2022-05-18 09:40:34.695 | + lib/cinder:configure_cinder:367 : is_service_enabled tls-proxy 2022-05-18 09:40:34.712 | + functions-common:is_service_enabled:2093 : return 1 2022-05-18 09:40:34.714 | + lib/cinder:configure_cinder:373 : configure_keystone_authtoken_middleware /etc/cinder/cinder.conf nova nova 2022-05-18 09:40:34.717 | + lib/keystone:configure_keystone_authtoken_middleware:447 : local conf_file=/etc/cinder/cinder.conf 2022-05-18 09:40:34.719 | + lib/keystone:configure_keystone_authtoken_middleware:448 : local admin_user=nova 2022-05-18 09:40:34.721 | + lib/keystone:configure_keystone_authtoken_middleware:449 : local section=nova 2022-05-18 09:40:34.724 | + lib/keystone:configure_keystone_authtoken_middleware:451 : iniset /etc/cinder/cinder.conf nova auth_type password 2022-05-18 09:40:34.755 | + lib/keystone:configure_keystone_authtoken_middleware:452 : iniset /etc/cinder/cinder.conf nova interface public 2022-05-18 09:40:34.783 | + lib/keystone:configure_keystone_authtoken_middleware:453 : iniset /etc/cinder/cinder.conf nova auth_url http://10.222.0.71/identity 2022-05-18 09:40:34.811 | + lib/keystone:configure_keystone_authtoken_middleware:454 : iniset /etc/cinder/cinder.conf nova username nova 2022-05-18 09:40:34.840 | + lib/keystone:configure_keystone_authtoken_middleware:455 : iniset /etc/cinder/cinder.conf nova password Passw0rd 2022-05-18 09:40:34.868 | + lib/keystone:configure_keystone_authtoken_middleware:456 : iniset /etc/cinder/cinder.conf nova user_domain_name Default 2022-05-18 09:40:34.896 | + lib/keystone:configure_keystone_authtoken_middleware:457 : iniset /etc/cinder/cinder.conf nova project_name service 2022-05-18 09:40:34.924 | + lib/keystone:configure_keystone_authtoken_middleware:458 : iniset /etc/cinder/cinder.conf nova project_domain_name Default 2022-05-18 09:40:34.952 | + lib/keystone:configure_keystone_authtoken_middleware:460 : iniset /etc/cinder/cinder.conf nova cafile /opt/stack/data/ca-bundle.pem 2022-05-18 09:40:34.980 | + lib/keystone:configure_keystone_authtoken_middleware:461 : iniset /etc/cinder/cinder.conf nova memcached_servers localhost:11211 2022-05-18 09:40:35.008 | + lib/cinder:configure_cinder:374 : iniset /etc/cinder/cinder.conf nova region_name RegionOne 2022-05-18 09:40:35.036 | + lib/cinder:configure_cinder:375 : iniset /etc/cinder/cinder.conf DEFAULT graceful_shutdown_timeout 5 2022-05-18 09:40:35.064 | + lib/cinder:configure_cinder:377 : [[ ! -z '' ]] 2022-05-18 09:40:35.067 | + lib/cinder:configure_cinder:379 : is_service_enabled etcd3 2022-05-18 09:40:35.083 | + functions-common:is_service_enabled:2093 : return 0 2022-05-18 09:40:35.086 | + lib/cinder:configure_cinder:380 : iniset /etc/cinder/cinder.conf coordination backend_url etcd3+http://10.222.0.71:2379 2022-05-18 09:40:35.116 | + lib/cinder:configure_cinder:383 : [[ False == True ]] 2022-05-18 09:40:35.119 | + lib/cinder:configure_cinder:383 : [[ False == True ]] 2022-05-18 09:40:35.121 | + ./stack.sh:main:931 : is_service_enabled neutron 2022-05-18 09:40:35.139 | + functions-common:is_service_enabled:2093 : return 0 2022-05-18 09:40:35.141 | + ./stack.sh:main:933 : stack_install_service neutron 2022-05-18 09:40:35.144 | + lib/stack:stack_install_service:20 : local service=neutron 2022-05-18 09:40:35.146 | + lib/stack:stack_install_service:21 : type install_neutron 2022-05-18 09:40:35.149 | + lib/stack:stack_install_service:23 : [[ False = True ]] 2022-05-18 09:40:35.152 | + lib/stack:stack_install_service:32 : install_neutron 2022-05-18 09:40:35.154 | + lib/neutron:install_neutron:687 : is_neutron_legacy_enabled 2022-05-18 09:40:35.158 | ++ lib/neutron:is_neutron_legacy_enabled:136 : echo n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon 2022-05-18 09:40:35.158 | ++ lib/neutron:is_neutron_legacy_enabled:136 : sed s/neutron-//g 2022-05-18 09:40:35.164 | + lib/neutron:is_neutron_legacy_enabled:136 : disabled_services_copy=n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon 2022-05-18 09:40:35.166 | + lib/neutron:is_neutron_legacy_enabled:137 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon =~ ,neutron ]] 2022-05-18 09:40:35.169 | + lib/neutron:is_neutron_legacy_enabled:138 : [[ ,key,n-api,n-cond,n-sch,n-api-meta,placement-api,placement-client,g-api,c-sch,c-api,c-vol,ovn-controller,ovn-northd,ovs-vswitchd,ovsdb-server,q-svc,q-ovn-metadata-agent,rabbit,tempest,mysql,etcd3,dstat,n-crt,n-cauth,q-agt,q-dhcp,q-l3,q-meta,q-metering,q-vpn,g-reg,cinder,c-bak,s-proxy,s-object,s-container,s-account,heat,h-api,h-api-cfn,h-api-cw,h-eng,ceilometer-acentral,ceilometer-acompute,ceilometer-collector,ceilometer-api,ceilometer-anotification =~ ,q- ]] 2022-05-18 09:40:35.171 | + lib/neutron:is_neutron_legacy_enabled:138 : return 0 2022-05-18 09:40:35.174 | + lib/neutron:install_neutron:689 : install_mutnauq 2022-05-18 09:40:35.176 | + lib/neutron-legacy:install_mutnauq:467 : use_library_from_git neutron-lib 2022-05-18 09:40:35.179 | + inc/python:use_library_from_git:250 : local name=neutron-lib 2022-05-18 09:40:35.182 | + inc/python:use_library_from_git:251 : local enabled=1 2022-05-18 09:40:35.184 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2022-05-18 09:40:35.187 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,neutron-lib, ]] 2022-05-18 09:40:35.190 | + inc/python:use_library_from_git:253 : return 1 2022-05-18 09:40:35.192 | + lib/neutron-legacy:install_mutnauq:472 : git_clone https://opendev.org/openstack/neutron.git /opt/stack/neutron master 2022-05-18 09:40:35.195 | + functions-common:git_clone:608 : local git_remote=https://opendev.org/openstack/neutron.git 2022-05-18 09:40:35.197 | + functions-common:git_clone:609 : local git_dest=/opt/stack/neutron 2022-05-18 09:40:35.200 | + functions-common:git_clone:610 : local git_ref=master 2022-05-18 09:40:35.202 | + functions-common:git_clone:611 : local orig_dir 2022-05-18 09:40:35.205 | ++ functions-common:git_clone:612 : pwd 2022-05-18 09:40:35.208 | + functions-common:git_clone:612 : orig_dir=/home/ubuntu/devstack 2022-05-18 09:40:35.210 | + functions-common:git_clone:613 : local git_clone_flags= 2022-05-18 09:40:35.213 | ++ functions-common:git_clone:615 : trueorfalse False RECLONE 2022-05-18 09:40:35.230 | + functions-common:git_clone:615 : RECLONE=False 2022-05-18 09:40:35.232 | + functions-common:git_clone:616 : [[ 0 -gt 0 ]] 2022-05-18 09:40:35.234 | + functions-common:git_clone:620 : [[ False = \T\r\u\e ]] 2022-05-18 09:40:35.237 | + functions-common:git_clone:629 : echo master 2022-05-18 09:40:35.238 | + functions-common:git_clone:629 : egrep -q '^refs' 2022-05-18 09:40:35.243 | + functions-common:git_clone:643 : [[ ! -d /opt/stack/neutron ]] 2022-05-18 09:40:35.245 | + functions-common:git_clone:651 : [[ False = \T\r\u\e ]] 2022-05-18 09:40:35.247 | + functions-common:git_clone:686 : sudo git config --system --add safe.directory /opt/stack/neutron 2022-05-18 09:40:35.260 | + functions-common:git_clone:689 : cd /opt/stack/neutron 2022-05-18 09:40:35.263 | + functions-common:git_clone:690 : git show --oneline 2022-05-18 09:40:35.263 | + functions-common:git_clone:690 : head -1 2022-05-18 09:40:35.268 | e35188ef3d Merge "[OVN] Handle missing acls during log removal" 2022-05-18 09:40:35.270 | + functions-common:git_clone:691 : cd /home/ubuntu/devstack 2022-05-18 09:40:35.273 | + lib/neutron-legacy:install_mutnauq:473 : setup_develop /opt/stack/neutron 2022-05-18 09:40:35.276 | + inc/python:setup_develop:338 : local bindep 2022-05-18 09:40:35.278 | + inc/python:setup_develop:339 : [[ /opt/stack/neutron == -bindep* ]] 2022-05-18 09:40:35.281 | + inc/python:setup_develop:343 : local project_dir=/opt/stack/neutron 2022-05-18 09:40:35.283 | + inc/python:setup_develop:344 : local extras= 2022-05-18 09:40:35.286 | + inc/python:setup_develop:345 : _setup_package_with_constraints_edit /opt/stack/neutron -e 2022-05-18 09:40:35.288 | + inc/python:_setup_package_with_constraints_edit:364 : local bindep 2022-05-18 09:40:35.291 | + inc/python:_setup_package_with_constraints_edit:365 : [[ /opt/stack/neutron == -bindep* ]] 2022-05-18 09:40:35.294 | + inc/python:_setup_package_with_constraints_edit:369 : local project_dir=/opt/stack/neutron 2022-05-18 09:40:35.296 | + inc/python:_setup_package_with_constraints_edit:370 : local flags=-e 2022-05-18 09:40:35.299 | + inc/python:_setup_package_with_constraints_edit:371 : local extras= 2022-05-18 09:40:35.302 | ++ inc/python:_setup_package_with_constraints_edit:378 : cd /opt/stack/neutron 2022-05-18 09:40:35.305 | ++ inc/python:_setup_package_with_constraints_edit:378 : pwd 2022-05-18 09:40:35.308 | + inc/python:_setup_package_with_constraints_edit:378 : project_dir=/opt/stack/neutron 2022-05-18 09:40:35.310 | + inc/python:_setup_package_with_constraints_edit:380 : '[' -n /opt/stack/requirements ']' 2022-05-18 09:40:35.313 | + inc/python:_setup_package_with_constraints_edit:384 : local name 2022-05-18 09:40:35.316 | ++ inc/python:_setup_package_with_constraints_edit:385 : awk '/^name.*=/ {print $3}' /opt/stack/neutron/setup.cfg 2022-05-18 09:40:35.322 | + inc/python:_setup_package_with_constraints_edit:385 : name=neutron 2022-05-18 09:40:35.324 | + inc/python:_setup_package_with_constraints_edit:387 : /opt/stack/requirements/.venv/bin/edit-constraints /opt/stack/requirements/upper-constraints.txt -- neutron 2022-05-18 09:40:35.996 | + inc/python:_setup_package_with_constraints_edit:390 : setup_package /opt/stack/neutron -e 2022-05-18 09:40:35.998 | + inc/python:setup_package:418 : local bindep=0 2022-05-18 09:40:36.001 | + inc/python:setup_package:419 : local bindep_flag= 2022-05-18 09:40:36.003 | + inc/python:setup_package:420 : local bindep_profiles= 2022-05-18 09:40:36.005 | + inc/python:setup_package:421 : [[ /opt/stack/neutron == -bindep* ]] 2022-05-18 09:40:36.008 | + inc/python:setup_package:426 : local project_dir=/opt/stack/neutron 2022-05-18 09:40:36.011 | + inc/python:setup_package:427 : local flags=-e 2022-05-18 09:40:36.013 | + inc/python:setup_package:428 : local extras= 2022-05-18 09:40:36.016 | + inc/python:setup_package:432 : [[ -n -e ]] 2022-05-18 09:40:36.018 | + inc/python:setup_package:432 : [[ -z '' ]] 2022-05-18 09:40:36.020 | + inc/python:setup_package:432 : [[ ! -e =~ ^-.* ]] 2022-05-18 09:40:36.023 | + inc/python:setup_package:437 : [[ ! -z '' ]] 2022-05-18 09:40:36.026 | + inc/python:setup_package:442 : [[ 0 == 1 ]] 2022-05-18 09:40:36.028 | + inc/python:setup_package:446 : pip_install -e /opt/stack/neutron 2022-05-18 09:40:36.049 | Using python 3.8 to install /opt/stack/neutron 2022-05-18 09:40:36.052 | + inc/python:pip_install:193 : sudo -H LC_ALL=en_US.UTF-8 SETUPTOOLS_USE_DISTUTILS=stdlib http_proxy= https_proxy= no_proxy= PIP_FIND_LINKS= SETUPTOOLS_SYS_PATH_TECHNIQUE=rewrite python3.8 -m pip install -c /opt/stack/requirements/upper-constraints.txt -e /opt/stack/neutron 2022-05-18 09:40:36.909 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-05-18 09:40:36.909 | from cryptography.utils import int_from_bytes 2022-05-18 09:40:36.909 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-05-18 09:40:36.909 | from cryptography.utils import int_from_bytes 2022-05-18 09:40:38.070 | Looking in indexes: http://10.100.0.9:8080/cloudbase/CI/+simple/ 2022-05-18 09:40:38.100 | Obtaining file:///opt/stack/neutron 2022-05-18 09:40:38.101 | Preparing metadata (setup.py): started 2022-05-18 09:40:44.019 | Preparing metadata (setup.py): finished with status 'done' 2022-05-18 09:40:44.109 | Requirement already satisfied: pbr>=4.0.0 in /usr/local/lib/python3.8/dist-packages (from neutron==20.1.0.dev215) (5.9.0) 2022-05-18 09:40:44.110 | Requirement already satisfied: Paste>=2.0.2 in /usr/local/lib/python3.8/dist-packages (from neutron==20.1.0.dev215) (3.5.0) 2022-05-18 09:40:44.110 | Requirement already satisfied: PasteDeploy>=1.5.0 in /usr/local/lib/python3.8/dist-packages (from neutron==20.1.0.dev215) (2.1.1) 2022-05-18 09:40:44.111 | Requirement already satisfied: Routes>=2.3.1 in /usr/local/lib/python3.8/dist-packages (from neutron==20.1.0.dev215) (2.5.1) 2022-05-18 09:40:44.113 | Requirement already satisfied: debtcollector>=1.19.0 in /usr/local/lib/python3.8/dist-packages (from neutron==20.1.0.dev215) (2.5.0) 2022-05-18 09:40:44.114 | Requirement already satisfied: decorator>=4.1.0 in /usr/local/lib/python3.8/dist-packages (from neutron==20.1.0.dev215) (5.1.1) 2022-05-18 09:40:44.115 | Requirement already satisfied: eventlet>=0.26.1 in /usr/local/lib/python3.8/dist-packages (from neutron==20.1.0.dev215) (0.33.1) 2022-05-18 09:40:44.116 | Requirement already satisfied: pecan>=1.3.2 in /usr/local/lib/python3.8/dist-packages (from neutron==20.1.0.dev215) (1.4.1) 2022-05-18 09:40:44.117 | Requirement already satisfied: httplib2>=0.9.1 in /usr/local/lib/python3.8/dist-packages (from neutron==20.1.0.dev215) (0.20.4) 2022-05-18 09:40:44.118 | Requirement already satisfied: requests>=2.18.0 in /usr/local/lib/python3.8/dist-packages (from neutron==20.1.0.dev215) (2.27.1) 2022-05-18 09:40:44.119 | Requirement already satisfied: Jinja2>=2.10 in /usr/local/lib/python3.8/dist-packages (from neutron==20.1.0.dev215) (3.1.2) 2022-05-18 09:40:44.120 | Requirement already satisfied: keystonemiddleware>=5.1.0 in /usr/local/lib/python3.8/dist-packages (from neutron==20.1.0.dev215) (9.4.0) 2022-05-18 09:40:44.121 | Requirement already satisfied: netaddr>=0.7.18 in /usr/local/lib/python3.8/dist-packages (from neutron==20.1.0.dev215) (0.8.0) 2022-05-18 09:40:44.122 | Requirement already satisfied: netifaces>=0.10.4 in /usr/local/lib/python3.8/dist-packages (from neutron==20.1.0.dev215) (0.11.0) 2022-05-18 09:40:44.123 | Requirement already satisfied: neutron-lib>=2.20.0 in /usr/local/lib/python3.8/dist-packages (from neutron==20.1.0.dev215) (2.21.0) 2022-05-18 09:40:44.124 | Requirement already satisfied: python-neutronclient>=7.8.0 in /usr/local/lib/python3.8/dist-packages (from neutron==20.1.0.dev215) (7.8.0) 2022-05-18 09:40:44.125 | Requirement already satisfied: tenacity>=6.0.0 in /usr/local/lib/python3.8/dist-packages (from neutron==20.1.0.dev215) (6.3.1) 2022-05-18 09:40:44.126 | Requirement already satisfied: SQLAlchemy>=1.4.23 in /usr/local/lib/python3.8/dist-packages (from neutron==20.1.0.dev215) (1.4.36) 2022-05-18 09:40:44.128 | Requirement already satisfied: WebOb>=1.8.2 in /usr/local/lib/python3.8/dist-packages (from neutron==20.1.0.dev215) (1.8.7) 2022-05-18 09:40:44.129 | Requirement already satisfied: keystoneauth1>=3.14.0 in /usr/local/lib/python3.8/dist-packages (from neutron==20.1.0.dev215) (4.5.0) 2022-05-18 09:40:44.130 | Requirement already satisfied: alembic>=1.6.5 in /usr/local/lib/python3.8/dist-packages (from neutron==20.1.0.dev215) (1.7.7) 2022-05-18 09:40:44.131 | Requirement already satisfied: stevedore>=2.0.1 in /usr/local/lib/python3.8/dist-packages (from neutron==20.1.0.dev215) (3.5.0) 2022-05-18 09:40:44.132 | Requirement already satisfied: oslo.cache>=1.26.0 in /usr/local/lib/python3.8/dist-packages (from neutron==20.1.0.dev215) (2.11.0) 2022-05-18 09:40:44.133 | Requirement already satisfied: oslo.concurrency>=3.26.0 in /usr/local/lib/python3.8/dist-packages (from neutron==20.1.0.dev215) (4.5.1) 2022-05-18 09:40:44.135 | Requirement already satisfied: oslo.config>=8.0.0 in /usr/local/lib/python3.8/dist-packages (from neutron==20.1.0.dev215) (8.8.0) 2022-05-18 09:40:44.136 | Requirement already satisfied: oslo.context>=2.22.0 in /usr/local/lib/python3.8/dist-packages (from neutron==20.1.0.dev215) (4.1.0) 2022-05-18 09:40:44.137 | Requirement already satisfied: oslo.db>=4.44.0 in /usr/local/lib/python3.8/dist-packages (from neutron==20.1.0.dev215) (11.3.0) 2022-05-18 09:40:44.138 | Requirement already satisfied: oslo.i18n>=3.20.0 in /usr/local/lib/python3.8/dist-packages (from neutron==20.1.0.dev215) (5.1.0) 2022-05-18 09:40:44.139 | Requirement already satisfied: oslo.log>=4.5.0 in /usr/local/lib/python3.8/dist-packages (from neutron==20.1.0.dev215) (4.7.0) 2022-05-18 09:40:44.140 | Requirement already satisfied: oslo.messaging>=7.0.0 in /usr/local/lib/python3.8/dist-packages (from neutron==20.1.0.dev215) (12.14.0) 2022-05-18 09:40:44.141 | Requirement already satisfied: oslo.middleware>=3.31.0 in /usr/local/lib/python3.8/dist-packages (from neutron==20.1.0.dev215) (4.5.1) 2022-05-18 09:40:44.142 | Requirement already satisfied: oslo.policy>=3.12.0 in /usr/local/lib/python3.8/dist-packages (from neutron==20.1.0.dev215) (3.12.1) 2022-05-18 09:40:44.143 | Requirement already satisfied: oslo.privsep>=2.3.0 in /usr/local/lib/python3.8/dist-packages (from neutron==20.1.0.dev215) (2.8.0) 2022-05-18 09:40:44.144 | Requirement already satisfied: oslo.reports>=1.18.0 in /usr/local/lib/python3.8/dist-packages (from neutron==20.1.0.dev215) (2.4.0) 2022-05-18 09:40:44.145 | Requirement already satisfied: oslo.rootwrap>=5.15.0 in /usr/local/lib/python3.8/dist-packages (from neutron==20.1.0.dev215) (6.3.1) 2022-05-18 09:40:44.146 | Requirement already satisfied: oslo.serialization>=2.25.0 in /usr/local/lib/python3.8/dist-packages (from neutron==20.1.0.dev215) (4.3.0) 2022-05-18 09:40:44.148 | Requirement already satisfied: oslo.service>=2.8.0 in /usr/local/lib/python3.8/dist-packages (from neutron==20.1.0.dev215) (2.8.0) 2022-05-18 09:40:44.149 | Requirement already satisfied: oslo.upgradecheck>=1.3.0 in /usr/local/lib/python3.8/dist-packages (from neutron==20.1.0.dev215) (1.5.0) 2022-05-18 09:40:44.150 | Requirement already satisfied: oslo.utils>=4.8.0 in /usr/local/lib/python3.8/dist-packages (from neutron==20.1.0.dev215) (4.13.0) 2022-05-18 09:40:44.151 | Requirement already satisfied: oslo.versionedobjects>=1.35.1 in /usr/local/lib/python3.8/dist-packages (from neutron==20.1.0.dev215) (2.6.0) 2022-05-18 09:40:44.152 | Requirement already satisfied: osprofiler>=2.3.0 in /usr/local/lib/python3.8/dist-packages (from neutron==20.1.0.dev215) (3.4.3) 2022-05-18 09:40:44.154 | Requirement already satisfied: os-ken>=2.2.0 in /usr/local/lib/python3.8/dist-packages (from neutron==20.1.0.dev215) (2.3.1) 2022-05-18 09:40:44.155 | Requirement already satisfied: os-resource-classes>=1.1.0 in /usr/local/lib/python3.8/dist-packages (from neutron==20.1.0.dev215) (1.1.0) 2022-05-18 09:40:44.156 | Requirement already satisfied: ovs>=2.10.0 in /usr/local/lib/python3.8/dist-packages (from neutron==20.1.0.dev215) (2.17.1.post1) 2022-05-18 09:40:44.157 | Requirement already satisfied: ovsdbapp>=1.16.0 in /usr/local/lib/python3.8/dist-packages (from neutron==20.1.0.dev215) (1.16.0) 2022-05-18 09:40:44.158 | Requirement already satisfied: packaging>=20.4 in /usr/local/lib/python3.8/dist-packages (from neutron==20.1.0.dev215) (21.3) 2022-05-18 09:40:44.159 | Requirement already satisfied: psutil>=5.3.0 in /usr/local/lib/python3.8/dist-packages (from neutron==20.1.0.dev215) (5.9.0) 2022-05-18 09:40:44.160 | Requirement already satisfied: pyroute2>=0.6.6 in /usr/local/lib/python3.8/dist-packages (from neutron==20.1.0.dev215) (0.6.9) 2022-05-18 09:40:44.161 | Requirement already satisfied: pyOpenSSL>=17.1.0 in /usr/local/lib/python3.8/dist-packages (from neutron==20.1.0.dev215) (22.0.0) 2022-05-18 09:40:44.162 | Requirement already satisfied: python-novaclient>=9.1.0 in /usr/local/lib/python3.8/dist-packages (from neutron==20.1.0.dev215) (17.7.0) 2022-05-18 09:40:44.163 | Requirement already satisfied: openstacksdk>=0.31.2 in /usr/local/lib/python3.8/dist-packages (from neutron==20.1.0.dev215) (0.61.0) 2022-05-18 09:40:44.164 | Requirement already satisfied: python-designateclient>=2.7.0 in /usr/local/lib/python3.8/dist-packages (from neutron==20.1.0.dev215) (4.5.0) 2022-05-18 09:40:44.165 | Requirement already satisfied: os-vif>=1.15.1 in /usr/local/lib/python3.8/dist-packages (from neutron==20.1.0.dev215) (2.7.1) 2022-05-18 09:40:44.166 | Requirement already satisfied: futurist>=1.2.0 in /usr/local/lib/python3.8/dist-packages (from neutron==20.1.0.dev215) (2.4.1) 2022-05-18 09:40:44.167 | Requirement already satisfied: tooz>=1.58.0 in /usr/local/lib/python3.8/dist-packages (from neutron==20.1.0.dev215) (2.11.1) 2022-05-18 09:40:44.183 | Requirement already satisfied: importlib-resources in /usr/local/lib/python3.8/dist-packages (from alembic>=1.6.5->neutron==20.1.0.dev215) (5.7.1) 2022-05-18 09:40:44.185 | Requirement already satisfied: importlib-metadata in /usr/local/lib/python3.8/dist-packages (from alembic>=1.6.5->neutron==20.1.0.dev215) (4.11.3) 2022-05-18 09:40:44.186 | Requirement already satisfied: Mako in /usr/local/lib/python3.8/dist-packages (from alembic>=1.6.5->neutron==20.1.0.dev215) (1.2.0) 2022-05-18 09:40:44.194 | Requirement already satisfied: wrapt>=1.7.0 in /usr/local/lib/python3.8/dist-packages (from debtcollector>=1.19.0->neutron==20.1.0.dev215) (1.14.1) 2022-05-18 09:40:44.206 | Requirement already satisfied: dnspython>=1.15.0 in /usr/local/lib/python3.8/dist-packages (from eventlet>=0.26.1->neutron==20.1.0.dev215) (2.2.1) 2022-05-18 09:40:44.207 | Requirement already satisfied: greenlet>=0.3 in /usr/local/lib/python3.8/dist-packages (from eventlet>=0.26.1->neutron==20.1.0.dev215) (1.1.2) 2022-05-18 09:40:44.208 | Requirement already satisfied: six>=1.10.0 in /usr/local/lib/python3.8/dist-packages (from eventlet>=0.26.1->neutron==20.1.0.dev215) (1.16.0) 2022-05-18 09:40:44.224 | Requirement already satisfied: pyparsing!=3.0.0,!=3.0.1,!=3.0.2,!=3.0.3,<4,>=2.4.2 in /usr/local/lib/python3.8/dist-packages (from httplib2>=0.9.1->neutron==20.1.0.dev215) (3.0.9) 2022-05-18 09:40:44.232 | Requirement already satisfied: MarkupSafe>=2.0 in /usr/local/lib/python3.8/dist-packages (from Jinja2>=2.10->neutron==20.1.0.dev215) (2.1.1) 2022-05-18 09:40:44.291 | Requirement already satisfied: os-service-types>=1.2.0 in /usr/local/lib/python3.8/dist-packages (from keystoneauth1>=3.14.0->neutron==20.1.0.dev215) (1.7.0) 2022-05-18 09:40:44.293 | Requirement already satisfied: iso8601>=0.1.11 in /usr/local/lib/python3.8/dist-packages (from keystoneauth1>=3.14.0->neutron==20.1.0.dev215) (1.0.2) 2022-05-18 09:40:44.345 | Requirement already satisfied: pycadf!=2.0.0,>=1.1.0 in /usr/local/lib/python3.8/dist-packages (from keystonemiddleware>=5.1.0->neutron==20.1.0.dev215) (3.1.1) 2022-05-18 09:40:44.346 | Requirement already satisfied: python-keystoneclient>=3.20.0 in /usr/local/lib/python3.8/dist-packages (from keystonemiddleware>=5.1.0->neutron==20.1.0.dev215) (4.4.0) 2022-05-18 09:40:44.392 | Requirement already satisfied: os-traits>=0.9.0 in /usr/local/lib/python3.8/dist-packages (from neutron-lib>=2.20.0->neutron==20.1.0.dev215) (2.7.0) 2022-05-18 09:40:44.397 | Requirement already satisfied: setproctitle>=1.1.10 in /usr/local/lib/python3.8/dist-packages (from neutron-lib>=2.20.0->neutron==20.1.0.dev215) (1.2.3) 2022-05-18 09:40:44.425 | Requirement already satisfied: munch>=2.1.0 in /usr/local/lib/python3.8/dist-packages (from openstacksdk>=0.31.2->neutron==20.1.0.dev215) (2.5.0) 2022-05-18 09:40:44.426 | Requirement already satisfied: dogpile.cache>=0.6.5 in /usr/local/lib/python3.8/dist-packages (from openstacksdk>=0.31.2->neutron==20.1.0.dev215) (1.1.5) 2022-05-18 09:40:44.428 | Requirement already satisfied: jsonpatch!=1.20,>=1.16 in /usr/local/lib/python3.8/dist-packages (from openstacksdk>=0.31.2->neutron==20.1.0.dev215) (1.32) 2022-05-18 09:40:44.429 | Requirement already satisfied: appdirs>=1.3.0 in /usr/local/lib/python3.8/dist-packages (from openstacksdk>=0.31.2->neutron==20.1.0.dev215) (1.4.4) 2022-05-18 09:40:44.430 | Requirement already satisfied: requestsexceptions>=1.2.0 in /usr/local/lib/python3.8/dist-packages (from openstacksdk>=0.31.2->neutron==20.1.0.dev215) (1.4.0) 2022-05-18 09:40:44.431 | Requirement already satisfied: cryptography>=2.7 in /usr/local/lib/python3.8/dist-packages (from openstacksdk>=0.31.2->neutron==20.1.0.dev215) (36.0.2) 2022-05-18 09:40:44.432 | Requirement already satisfied: PyYAML>=3.13 in /usr/local/lib/python3.8/dist-packages (from openstacksdk>=0.31.2->neutron==20.1.0.dev215) (6.0) 2022-05-18 09:40:44.434 | Requirement already satisfied: jmespath>=0.9.0 in /usr/local/lib/python3.8/dist-packages (from openstacksdk>=0.31.2->neutron==20.1.0.dev215) (1.0.0) 2022-05-18 09:40:44.452 | Requirement already satisfied: msgpack>=1.0.0 in /usr/local/lib/python3.8/dist-packages (from os-ken>=2.2.0->neutron==20.1.0.dev215) (1.0.3) 2022-05-18 09:40:44.542 | Requirement already satisfied: fasteners>=0.7.0 in /usr/local/lib/python3.8/dist-packages (from oslo.concurrency>=3.26.0->neutron==20.1.0.dev215) (0.17.3) 2022-05-18 09:40:44.587 | Requirement already satisfied: rfc3986>=1.2.0 in /usr/local/lib/python3.8/dist-packages (from oslo.config>=8.0.0->neutron==20.1.0.dev215) (1.5.0) 2022-05-18 09:40:44.675 | Requirement already satisfied: sqlalchemy-migrate>=0.11.0 in /usr/local/lib/python3.8/dist-packages (from oslo.db>=4.44.0->neutron==20.1.0.dev215) (0.13.0) 2022-05-18 09:40:44.676 | Requirement already satisfied: testscenarios>=0.4 in /usr/local/lib/python3.8/dist-packages (from oslo.db>=4.44.0->neutron==20.1.0.dev215) (0.5.0) 2022-05-18 09:40:44.679 | Requirement already satisfied: testresources>=2.0.0 in /usr/local/lib/python3.8/dist-packages (from oslo.db>=4.44.0->neutron==20.1.0.dev215) (2.0.1) 2022-05-18 09:40:44.739 | Requirement already satisfied: pyinotify>=0.9.6 in /usr/local/lib/python3.8/dist-packages (from oslo.log>=4.5.0->neutron==20.1.0.dev215) (0.9.6) 2022-05-18 09:40:44.741 | Requirement already satisfied: python-dateutil>=2.7.0 in /usr/local/lib/python3.8/dist-packages (from oslo.log>=4.5.0->neutron==20.1.0.dev215) (2.8.2) 2022-05-18 09:40:44.803 | Requirement already satisfied: cachetools>=2.0.0 in /usr/local/lib/python3.8/dist-packages (from oslo.messaging>=7.0.0->neutron==20.1.0.dev215) (5.1.0) 2022-05-18 09:40:44.804 | Requirement already satisfied: oslo.metrics>=0.2.1 in /usr/local/lib/python3.8/dist-packages (from oslo.messaging>=7.0.0->neutron==20.1.0.dev215) (0.4.0) 2022-05-18 09:40:44.807 | Requirement already satisfied: amqp>=2.5.2 in /usr/local/lib/python3.8/dist-packages (from oslo.messaging>=7.0.0->neutron==20.1.0.dev215) (5.1.1) 2022-05-18 09:40:44.809 | Requirement already satisfied: kombu>=4.6.6 in /usr/local/lib/python3.8/dist-packages (from oslo.messaging>=7.0.0->neutron==20.1.0.dev215) (5.2.4) 2022-05-18 09:40:44.832 | Requirement already satisfied: bcrypt>=3.1.3 in /usr/local/lib/python3.8/dist-packages (from oslo.middleware>=3.31.0->neutron==20.1.0.dev215) (3.2.2) 2022-05-18 09:40:44.834 | Requirement already satisfied: statsd>=3.2.1 in /usr/local/lib/python3.8/dist-packages (from oslo.middleware>=3.31.0->neutron==20.1.0.dev215) (3.3.0) 2022-05-18 09:40:44.882 | Requirement already satisfied: cffi>=1.14.0 in /usr/local/lib/python3.8/dist-packages (from oslo.privsep>=2.3.0->neutron==20.1.0.dev215) (1.15.0) 2022-05-18 09:40:44.937 | Requirement already satisfied: pytz>=2013.6 in /usr/local/lib/python3.8/dist-packages (from oslo.serialization>=2.25.0->neutron==20.1.0.dev215) (2022.1) 2022-05-18 09:40:44.978 | Requirement already satisfied: Yappi>=1.0 in /usr/local/lib/python3.8/dist-packages (from oslo.service>=2.8.0->neutron==20.1.0.dev215) (1.3.3) 2022-05-18 09:40:44.983 | Requirement already satisfied: fixtures>=3.0.0 in /usr/local/lib/python3.8/dist-packages (from oslo.service>=2.8.0->neutron==20.1.0.dev215) (3.0.0) 2022-05-18 09:40:45.009 | Requirement already satisfied: PrettyTable>=0.7.1 in /usr/local/lib/python3.8/dist-packages (from oslo.upgradecheck>=1.3.0->neutron==20.1.0.dev215) (3.3.0) 2022-05-18 09:40:45.146 | Requirement already satisfied: sortedcontainers in /usr/local/lib/python3.8/dist-packages (from ovs>=2.10.0->neutron==20.1.0.dev215) (2.4.0) 2022-05-18 09:40:45.218 | Requirement already satisfied: setuptools in /usr/local/lib/python3.8/dist-packages (from Paste>=2.0.2->neutron==20.1.0.dev215) (62.2.0) 2022-05-18 09:40:45.294 | Requirement already satisfied: logutils>=0.3 in /usr/local/lib/python3.8/dist-packages (from pecan>=1.3.2->neutron==20.1.0.dev215) (0.3.5) 2022-05-18 09:40:45.296 | Requirement already satisfied: WebTest>=1.3.1 in /usr/local/lib/python3.8/dist-packages (from pecan>=1.3.2->neutron==20.1.0.dev215) (3.0.0) 2022-05-18 09:40:45.405 | Requirement already satisfied: pyroute2.core==0.6.9 in /usr/local/lib/python3.8/dist-packages (from pyroute2>=0.6.6->neutron==20.1.0.dev215) (0.6.9) 2022-05-18 09:40:45.406 | Requirement already satisfied: pyroute2.ipdb==0.6.9 in /usr/local/lib/python3.8/dist-packages (from pyroute2>=0.6.6->neutron==20.1.0.dev215) (0.6.9) 2022-05-18 09:40:45.407 | Requirement already satisfied: pyroute2.nslink==0.6.9 in /usr/local/lib/python3.8/dist-packages (from pyroute2>=0.6.6->neutron==20.1.0.dev215) (0.6.9) 2022-05-18 09:40:45.409 | Requirement already satisfied: pyroute2.ethtool==0.6.9 in /usr/local/lib/python3.8/dist-packages (from pyroute2>=0.6.6->neutron==20.1.0.dev215) (0.6.9) 2022-05-18 09:40:45.410 | Requirement already satisfied: pyroute2.ndb==0.6.9 in /usr/local/lib/python3.8/dist-packages (from pyroute2>=0.6.6->neutron==20.1.0.dev215) (0.6.9) 2022-05-18 09:40:45.411 | Requirement already satisfied: pyroute2.nftables==0.6.9 in /usr/local/lib/python3.8/dist-packages (from pyroute2>=0.6.6->neutron==20.1.0.dev215) (0.6.9) 2022-05-18 09:40:45.412 | Requirement already satisfied: pyroute2.ipset==0.6.9 in /usr/local/lib/python3.8/dist-packages (from pyroute2>=0.6.6->neutron==20.1.0.dev215) (0.6.9) 2022-05-18 09:40:45.615 | Requirement already satisfied: osc-lib>=1.8.0 in /usr/local/lib/python3.8/dist-packages (from python-designateclient>=2.7.0->neutron==20.1.0.dev215) (2.5.0) 2022-05-18 09:40:45.617 | Requirement already satisfied: jsonschema>=3.2.0 in /usr/lib/python3/dist-packages (from python-designateclient>=2.7.0->neutron==20.1.0.dev215) (3.2.0) 2022-05-18 09:40:45.620 | Requirement already satisfied: cliff!=2.9.0,>=2.8.0 in /usr/local/lib/python3.8/dist-packages (from python-designateclient>=2.7.0->neutron==20.1.0.dev215) (3.10.1) 2022-05-18 09:40:45.663 | Requirement already satisfied: os-client-config>=1.28.0 in /usr/local/lib/python3.8/dist-packages (from python-neutronclient>=7.8.0->neutron==20.1.0.dev215) (2.1.0) 2022-05-18 09:40:45.665 | Requirement already satisfied: simplejson>=3.5.1 in /usr/local/lib/python3.8/dist-packages (from python-neutronclient>=7.8.0->neutron==20.1.0.dev215) (3.17.6) 2022-05-18 09:40:45.758 | Requirement already satisfied: charset-normalizer~=2.0.0 in /usr/local/lib/python3.8/dist-packages (from requests>=2.18.0->neutron==20.1.0.dev215) (2.0.12) 2022-05-18 09:40:45.760 | Requirement already satisfied: idna<4,>=2.5 in /usr/local/lib/python3.8/dist-packages (from requests>=2.18.0->neutron==20.1.0.dev215) (3.3) 2022-05-18 09:40:45.761 | Requirement already satisfied: urllib3<1.27,>=1.21.1 in /usr/local/lib/python3.8/dist-packages (from requests>=2.18.0->neutron==20.1.0.dev215) (1.26.9) 2022-05-18 09:40:45.762 | Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3/dist-packages (from requests>=2.18.0->neutron==20.1.0.dev215) (2019.11.28) 2022-05-18 09:40:45.799 | Requirement already satisfied: repoze.lru>=0.3 in /usr/local/lib/python3.8/dist-packages (from Routes>=2.3.1->neutron==20.1.0.dev215) (0.7) 2022-05-18 09:40:46.135 | Requirement already satisfied: voluptuous>=0.8.9 in /usr/local/lib/python3.8/dist-packages (from tooz>=1.58.0->neutron==20.1.0.dev215) (0.13.1) 2022-05-18 09:40:46.209 | Requirement already satisfied: vine>=5.0.0 in /usr/local/lib/python3.8/dist-packages (from amqp>=2.5.2->oslo.messaging>=7.0.0->neutron==20.1.0.dev215) (5.0.0) 2022-05-18 09:40:46.373 | Requirement already satisfied: pycparser in /usr/local/lib/python3.8/dist-packages (from cffi>=1.14.0->oslo.privsep>=2.3.0->neutron==20.1.0.dev215) (2.21) 2022-05-18 09:40:46.467 | Requirement already satisfied: autopage>=0.4.0 in /usr/local/lib/python3.8/dist-packages (from cliff!=2.9.0,>=2.8.0->python-designateclient>=2.7.0->neutron==20.1.0.dev215) (0.5.0) 2022-05-18 09:40:46.469 | Requirement already satisfied: cmd2>=1.0.0 in /usr/local/lib/python3.8/dist-packages (from cliff!=2.9.0,>=2.8.0->python-designateclient>=2.7.0->neutron==20.1.0.dev215) (2.4.1) 2022-05-18 09:40:46.702 | Requirement already satisfied: testtools>=0.9.22 in /usr/local/lib/python3.8/dist-packages (from fixtures>=3.0.0->oslo.service>=2.8.0->neutron==20.1.0.dev215) (2.5.0) 2022-05-18 09:40:46.873 | Requirement already satisfied: jsonpointer>=1.9 in /usr/local/lib/python3.8/dist-packages (from jsonpatch!=1.20,>=1.16->openstacksdk>=0.31.2->neutron==20.1.0.dev215) (2.3) 2022-05-18 09:40:47.403 | Requirement already satisfied: prometheus-client>=0.6.0 in /usr/local/lib/python3.8/dist-packages (from oslo.metrics>=0.2.1->oslo.messaging>=7.0.0->neutron==20.1.0.dev215) (0.14.1) 2022-05-18 09:40:47.477 | Requirement already satisfied: wcwidth in /usr/local/lib/python3.8/dist-packages (from PrettyTable>=0.7.1->oslo.upgradecheck>=1.3.0->neutron==20.1.0.dev215) (0.2.5) 2022-05-18 09:40:48.082 | Requirement already satisfied: sqlparse in /usr/local/lib/python3.8/dist-packages (from sqlalchemy-migrate>=0.11.0->oslo.db>=4.44.0->neutron==20.1.0.dev215) (0.4.2) 2022-05-18 09:40:48.085 | Requirement already satisfied: Tempita>=0.4 in /usr/local/lib/python3.8/dist-packages (from sqlalchemy-migrate>=0.11.0->oslo.db>=4.44.0->neutron==20.1.0.dev215) (0.5.2) 2022-05-18 09:40:48.404 | Requirement already satisfied: waitress>=0.8.5 in /usr/local/lib/python3.8/dist-packages (from WebTest>=1.3.1->pecan>=1.3.2->neutron==20.1.0.dev215) (2.1.1) 2022-05-18 09:40:48.404 | Requirement already satisfied: beautifulsoup4 in /usr/local/lib/python3.8/dist-packages (from WebTest>=1.3.1->pecan>=1.3.2->neutron==20.1.0.dev215) (4.11.1) 2022-05-18 09:40:48.566 | Requirement already satisfied: zipp>=0.5 in /usr/local/lib/python3.8/dist-packages (from importlib-metadata->alembic>=1.6.5->neutron==20.1.0.dev215) (3.8.0) 2022-05-18 09:40:48.805 | Requirement already satisfied: pyperclip>=1.6 in /usr/local/lib/python3.8/dist-packages (from cmd2>=1.0.0->cliff!=2.9.0,>=2.8.0->python-designateclient>=2.7.0->neutron==20.1.0.dev215) (1.8.2) 2022-05-18 09:40:48.806 | Requirement already satisfied: attrs>=16.3.0 in /usr/local/lib/python3.8/dist-packages (from cmd2>=1.0.0->cliff!=2.9.0,>=2.8.0->python-designateclient>=2.7.0->neutron==20.1.0.dev215) (21.4.0) 2022-05-18 09:40:48.985 | Requirement already satisfied: extras>=1.0.0 in /usr/local/lib/python3.8/dist-packages (from testtools>=0.9.22->fixtures>=3.0.0->oslo.service>=2.8.0->neutron==20.1.0.dev215) (1.0.0) 2022-05-18 09:40:49.242 | Requirement already satisfied: soupsieve>1.2 in /usr/local/lib/python3.8/dist-packages (from beautifulsoup4->WebTest>=1.3.1->pecan>=1.3.2->neutron==20.1.0.dev215) (2.3.2.post1) 2022-05-18 09:40:50.774 | Installing collected packages: neutron 2022-05-18 09:40:50.774 | Attempting uninstall: neutron 2022-05-18 09:40:50.775 | Found existing installation: neutron 20.1.0.dev215 2022-05-18 09:40:50.794 | Can't uninstall 'neutron'. No files were found to uninstall. 2022-05-18 09:40:50.795 | Running setup.py develop for neutron 2022-05-18 09:40:58.324 | Successfully installed neutron 2022-05-18 09:40:58.324 | WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv 2022-05-18 09:40:58.332 | WARNING: You are using pip version 21.3.1; however, version 22.1 is available. 2022-05-18 09:40:58.332 | You should consider upgrading via the '/usr/bin/python3.8 -m pip install --upgrade pip' command. 2022-05-18 09:40:58.473 | + inc/python:pip_install:200 : result=0 2022-05-18 09:40:58.475 | + inc/python:pip_install:202 : time_stop pip_install 2022-05-18 09:40:58.478 | + functions-common:time_stop:2437 : local name 2022-05-18 09:40:58.481 | + functions-common:time_stop:2438 : local end_time 2022-05-18 09:40:58.483 | + functions-common:time_stop:2439 : local elapsed_time 2022-05-18 09:40:58.485 | + functions-common:time_stop:2440 : local total 2022-05-18 09:40:58.487 | + functions-common:time_stop:2441 : local start_time 2022-05-18 09:40:58.489 | + functions-common:time_stop:2443 : name=pip_install 2022-05-18 09:40:58.492 | + functions-common:time_stop:2444 : start_time=1652866836044 2022-05-18 09:40:58.494 | + functions-common:time_stop:2446 : [[ -z 1652866836044 ]] 2022-05-18 09:40:58.497 | ++ functions-common:time_stop:2449 : date +%s%3N 2022-05-18 09:40:58.501 | + functions-common:time_stop:2449 : end_time=1652866858498 2022-05-18 09:40:58.503 | + functions-common:time_stop:2450 : elapsed_time=22454 2022-05-18 09:40:58.505 | + functions-common:time_stop:2451 : total=128075 2022-05-18 09:40:58.507 | + functions-common:time_stop:2453 : _TIME_START[$name]= 2022-05-18 09:40:58.510 | + functions-common:time_stop:2454 : _TIME_TOTAL[$name]=150529 2022-05-18 09:40:58.512 | + inc/python:pip_install:203 : return 0 2022-05-18 09:40:58.515 | + inc/python:setup_package:448 : [[ -e == \-\e ]] 2022-05-18 09:40:58.517 | + inc/python:setup_package:449 : safe_chown -R ubuntu /opt/stack/neutron/neutron.egg-info 2022-05-18 09:40:58.520 | + functions-common:safe_chown:2338 : _safe_permission_operation chown -R ubuntu /opt/stack/neutron/neutron.egg-info 2022-05-18 09:40:58.539 | + functions-common:_safe_permission_operation:2186 : sudo chown -R ubuntu /opt/stack/neutron/neutron.egg-info 2022-05-18 09:40:58.552 | + inc/python:_setup_package_with_constraints_edit:394 : use_library_from_git /opt/stack/neutron 2022-05-18 09:40:58.554 | + inc/python:use_library_from_git:250 : local name=/opt/stack/neutron 2022-05-18 09:40:58.557 | + inc/python:use_library_from_git:251 : local enabled=1 2022-05-18 09:40:58.559 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2022-05-18 09:40:58.562 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,/opt/stack/neutron, ]] 2022-05-18 09:40:58.564 | + inc/python:use_library_from_git:253 : return 1 2022-05-18 09:40:58.567 | + lib/neutron-legacy:install_mutnauq:475 : [[ openvswitch == \o\v\n ]] 2022-05-18 09:40:58.569 | + lib/stack:stack_install_service:33 : [[ False = True ]] 2022-05-18 09:40:58.572 | + ./stack.sh:main:936 : is_service_enabled nova 2022-05-18 09:40:58.590 | + functions-common:is_service_enabled:2093 : return 0 2022-05-18 09:40:58.592 | + ./stack.sh:main:938 : stack_install_service nova 2022-05-18 09:40:58.595 | + lib/stack:stack_install_service:20 : local service=nova 2022-05-18 09:40:58.597 | + lib/stack:stack_install_service:21 : type install_nova 2022-05-18 09:40:58.600 | + lib/stack:stack_install_service:23 : [[ False = True ]] 2022-05-18 09:40:58.602 | + lib/stack:stack_install_service:32 : install_nova 2022-05-18 09:40:58.605 | + lib/nova:install_nova:893 : use_library_from_git os-vif 2022-05-18 09:40:58.608 | + inc/python:use_library_from_git:250 : local name=os-vif 2022-05-18 09:40:58.610 | + inc/python:use_library_from_git:251 : local enabled=1 2022-05-18 09:40:58.613 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2022-05-18 09:40:58.615 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,os-vif, ]] 2022-05-18 09:40:58.618 | + inc/python:use_library_from_git:253 : return 1 2022-05-18 09:40:58.620 | + lib/nova:install_nova:898 : is_service_enabled n-cpu 2022-05-18 09:40:58.636 | + functions-common:is_service_enabled:2093 : return 1 2022-05-18 09:40:58.639 | + lib/nova:install_nova:902 : is_service_enabled n-novnc 2022-05-18 09:40:58.655 | + functions-common:is_service_enabled:2093 : return 1 2022-05-18 09:40:58.658 | + lib/nova:install_nova:914 : is_service_enabled n-spice 2022-05-18 09:40:58.675 | + functions-common:is_service_enabled:2093 : return 1 2022-05-18 09:40:58.677 | + lib/nova:install_nova:926 : git_clone https://opendev.org/openstack/nova.git /opt/stack/nova master 2022-05-18 09:40:58.679 | + functions-common:git_clone:608 : local git_remote=https://opendev.org/openstack/nova.git 2022-05-18 09:40:58.682 | + functions-common:git_clone:609 : local git_dest=/opt/stack/nova 2022-05-18 09:40:58.684 | + functions-common:git_clone:610 : local git_ref=master 2022-05-18 09:40:58.686 | + functions-common:git_clone:611 : local orig_dir 2022-05-18 09:40:58.689 | ++ functions-common:git_clone:612 : pwd 2022-05-18 09:40:58.692 | + functions-common:git_clone:612 : orig_dir=/home/ubuntu/devstack 2022-05-18 09:40:58.694 | + functions-common:git_clone:613 : local git_clone_flags= 2022-05-18 09:40:58.697 | ++ functions-common:git_clone:615 : trueorfalse False RECLONE 2022-05-18 09:40:58.713 | + functions-common:git_clone:615 : RECLONE=False 2022-05-18 09:40:58.715 | + functions-common:git_clone:616 : [[ 0 -gt 0 ]] 2022-05-18 09:40:58.717 | + functions-common:git_clone:620 : [[ False = \T\r\u\e ]] 2022-05-18 09:40:58.720 | + functions-common:git_clone:629 : echo master 2022-05-18 09:40:58.721 | + functions-common:git_clone:629 : egrep -q '^refs' 2022-05-18 09:40:58.726 | + functions-common:git_clone:643 : [[ ! -d /opt/stack/nova ]] 2022-05-18 09:40:58.729 | + functions-common:git_clone:651 : [[ False = \T\r\u\e ]] 2022-05-18 09:40:58.731 | + functions-common:git_clone:686 : sudo git config --system --add safe.directory /opt/stack/nova 2022-05-18 09:40:58.743 | + functions-common:git_clone:689 : cd /opt/stack/nova 2022-05-18 09:40:58.746 | + functions-common:git_clone:690 : git show --oneline 2022-05-18 09:40:58.747 | + functions-common:git_clone:690 : head -1 2022-05-18 09:40:58.755 | 02e36fd557 Replace tenant_id with project_id in os-quota-sets path 2022-05-18 09:40:58.760 | + functions-common:git_clone:691 : cd /home/ubuntu/devstack 2022-05-18 09:40:58.762 | + lib/nova:install_nova:927 : setup_develop /opt/stack/nova 2022-05-18 09:40:58.765 | + inc/python:setup_develop:338 : local bindep 2022-05-18 09:40:58.767 | + inc/python:setup_develop:339 : [[ /opt/stack/nova == -bindep* ]] 2022-05-18 09:40:58.770 | + inc/python:setup_develop:343 : local project_dir=/opt/stack/nova 2022-05-18 09:40:58.772 | + inc/python:setup_develop:344 : local extras= 2022-05-18 09:40:58.775 | + inc/python:setup_develop:345 : _setup_package_with_constraints_edit /opt/stack/nova -e 2022-05-18 09:40:58.777 | + inc/python:_setup_package_with_constraints_edit:364 : local bindep 2022-05-18 09:40:58.780 | + inc/python:_setup_package_with_constraints_edit:365 : [[ /opt/stack/nova == -bindep* ]] 2022-05-18 09:40:58.782 | + inc/python:_setup_package_with_constraints_edit:369 : local project_dir=/opt/stack/nova 2022-05-18 09:40:58.785 | + inc/python:_setup_package_with_constraints_edit:370 : local flags=-e 2022-05-18 09:40:58.787 | + inc/python:_setup_package_with_constraints_edit:371 : local extras= 2022-05-18 09:40:58.791 | ++ inc/python:_setup_package_with_constraints_edit:378 : cd /opt/stack/nova 2022-05-18 09:40:58.794 | ++ inc/python:_setup_package_with_constraints_edit:378 : pwd 2022-05-18 09:40:58.797 | + inc/python:_setup_package_with_constraints_edit:378 : project_dir=/opt/stack/nova 2022-05-18 09:40:58.800 | + inc/python:_setup_package_with_constraints_edit:380 : '[' -n /opt/stack/requirements ']' 2022-05-18 09:40:58.802 | + inc/python:_setup_package_with_constraints_edit:384 : local name 2022-05-18 09:40:58.806 | ++ inc/python:_setup_package_with_constraints_edit:385 : awk '/^name.*=/ {print $3}' /opt/stack/nova/setup.cfg 2022-05-18 09:40:58.812 | + inc/python:_setup_package_with_constraints_edit:385 : name=nova 2022-05-18 09:40:58.814 | + inc/python:_setup_package_with_constraints_edit:387 : /opt/stack/requirements/.venv/bin/edit-constraints /opt/stack/requirements/upper-constraints.txt -- nova 2022-05-18 09:40:59.473 | + inc/python:_setup_package_with_constraints_edit:390 : setup_package /opt/stack/nova -e 2022-05-18 09:40:59.475 | + inc/python:setup_package:418 : local bindep=0 2022-05-18 09:40:59.477 | + inc/python:setup_package:419 : local bindep_flag= 2022-05-18 09:40:59.480 | + inc/python:setup_package:420 : local bindep_profiles= 2022-05-18 09:40:59.482 | + inc/python:setup_package:421 : [[ /opt/stack/nova == -bindep* ]] 2022-05-18 09:40:59.485 | + inc/python:setup_package:426 : local project_dir=/opt/stack/nova 2022-05-18 09:40:59.487 | + inc/python:setup_package:427 : local flags=-e 2022-05-18 09:40:59.489 | + inc/python:setup_package:428 : local extras= 2022-05-18 09:40:59.491 | + inc/python:setup_package:432 : [[ -n -e ]] 2022-05-18 09:40:59.494 | + inc/python:setup_package:432 : [[ -z '' ]] 2022-05-18 09:40:59.496 | + inc/python:setup_package:432 : [[ ! -e =~ ^-.* ]] 2022-05-18 09:40:59.498 | + inc/python:setup_package:437 : [[ ! -z '' ]] 2022-05-18 09:40:59.501 | + inc/python:setup_package:442 : [[ 0 == 1 ]] 2022-05-18 09:40:59.503 | + inc/python:setup_package:446 : pip_install -e /opt/stack/nova 2022-05-18 09:40:59.523 | Using python 3.8 to install /opt/stack/nova 2022-05-18 09:40:59.526 | + inc/python:pip_install:193 : sudo -H LC_ALL=en_US.UTF-8 SETUPTOOLS_USE_DISTUTILS=stdlib http_proxy= https_proxy= no_proxy= PIP_FIND_LINKS= SETUPTOOLS_SYS_PATH_TECHNIQUE=rewrite python3.8 -m pip install -c /opt/stack/requirements/upper-constraints.txt -e /opt/stack/nova 2022-05-18 09:41:00.391 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-05-18 09:41:00.391 | from cryptography.utils import int_from_bytes 2022-05-18 09:41:00.391 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-05-18 09:41:00.391 | from cryptography.utils import int_from_bytes 2022-05-18 09:41:01.575 | Looking in indexes: http://10.100.0.9:8080/cloudbase/CI/+simple/ 2022-05-18 09:41:01.607 | Obtaining file:///opt/stack/nova 2022-05-18 09:41:01.608 | Preparing metadata (setup.py): started 2022-05-18 09:41:08.223 | Preparing metadata (setup.py): finished with status 'done' 2022-05-18 09:41:08.348 | Requirement already satisfied: pbr>=5.8.0 in /usr/local/lib/python3.8/dist-packages (from nova==25.1.0.dev119) (5.9.0) 2022-05-18 09:41:08.349 | Requirement already satisfied: SQLAlchemy>=1.4.13 in /usr/local/lib/python3.8/dist-packages (from nova==25.1.0.dev119) (1.4.36) 2022-05-18 09:41:08.350 | Requirement already satisfied: decorator>=4.1.0 in /usr/local/lib/python3.8/dist-packages (from nova==25.1.0.dev119) (5.1.1) 2022-05-18 09:41:08.352 | Requirement already satisfied: eventlet>=0.30.1 in /usr/local/lib/python3.8/dist-packages (from nova==25.1.0.dev119) (0.33.1) 2022-05-18 09:41:08.353 | Requirement already satisfied: Jinja2>=2.10 in /usr/local/lib/python3.8/dist-packages (from nova==25.1.0.dev119) (3.1.2) 2022-05-18 09:41:08.354 | Requirement already satisfied: keystonemiddleware>=4.20.0 in /usr/local/lib/python3.8/dist-packages (from nova==25.1.0.dev119) (9.4.0) 2022-05-18 09:41:08.355 | Requirement already satisfied: lxml>=4.5.0 in /usr/local/lib/python3.8/dist-packages (from nova==25.1.0.dev119) (4.8.0) 2022-05-18 09:41:08.356 | Requirement already satisfied: Routes>=2.3.1 in /usr/local/lib/python3.8/dist-packages (from nova==25.1.0.dev119) (2.5.1) 2022-05-18 09:41:08.357 | Requirement already satisfied: cryptography>=2.7 in /usr/local/lib/python3.8/dist-packages (from nova==25.1.0.dev119) (36.0.2) 2022-05-18 09:41:08.358 | Requirement already satisfied: WebOb>=1.8.2 in /usr/local/lib/python3.8/dist-packages (from nova==25.1.0.dev119) (1.8.7) 2022-05-18 09:41:08.359 | Requirement already satisfied: greenlet>=0.4.15 in /usr/local/lib/python3.8/dist-packages (from nova==25.1.0.dev119) (1.1.2) 2022-05-18 09:41:08.360 | Requirement already satisfied: PasteDeploy>=1.5.0 in /usr/local/lib/python3.8/dist-packages (from nova==25.1.0.dev119) (2.1.1) 2022-05-18 09:41:08.361 | Requirement already satisfied: Paste>=2.0.2 in /usr/local/lib/python3.8/dist-packages (from nova==25.1.0.dev119) (3.5.0) 2022-05-18 09:41:08.362 | Requirement already satisfied: PrettyTable>=0.7.1 in /usr/local/lib/python3.8/dist-packages (from nova==25.1.0.dev119) (3.3.0) 2022-05-18 09:41:08.363 | Requirement already satisfied: sqlalchemy-migrate>=0.13.0 in /usr/local/lib/python3.8/dist-packages (from nova==25.1.0.dev119) (0.13.0) 2022-05-18 09:41:08.364 | Requirement already satisfied: alembic>=1.5.0 in /usr/local/lib/python3.8/dist-packages (from nova==25.1.0.dev119) (1.7.7) 2022-05-18 09:41:08.365 | Requirement already satisfied: netaddr>=0.7.18 in /usr/local/lib/python3.8/dist-packages (from nova==25.1.0.dev119) (0.8.0) 2022-05-18 09:41:08.367 | Requirement already satisfied: netifaces>=0.10.4 in /usr/local/lib/python3.8/dist-packages (from nova==25.1.0.dev119) (0.11.0) 2022-05-18 09:41:08.368 | Requirement already satisfied: paramiko>=2.7.1 in /usr/local/lib/python3.8/dist-packages (from nova==25.1.0.dev119) (2.8.1) 2022-05-18 09:41:08.369 | Requirement already satisfied: iso8601>=0.1.11 in /usr/local/lib/python3.8/dist-packages (from nova==25.1.0.dev119) (1.0.2) 2022-05-18 09:41:08.370 | Requirement already satisfied: jsonschema>=3.2.0 in /usr/lib/python3/dist-packages (from nova==25.1.0.dev119) (3.2.0) 2022-05-18 09:41:08.372 | Requirement already satisfied: python-cinderclient!=4.0.0,>=3.3.0 in /usr/local/lib/python3.8/dist-packages (from nova==25.1.0.dev119) (8.3.0) 2022-05-18 09:41:08.373 | Requirement already satisfied: keystoneauth1>=3.16.0 in /usr/local/lib/python3.8/dist-packages (from nova==25.1.0.dev119) (4.5.0) 2022-05-18 09:41:08.374 | Requirement already satisfied: python-neutronclient>=7.1.0 in /usr/local/lib/python3.8/dist-packages (from nova==25.1.0.dev119) (7.8.0) 2022-05-18 09:41:08.375 | Requirement already satisfied: python-glanceclient>=2.8.0 in /usr/local/lib/python3.8/dist-packages (from nova==25.1.0.dev119) (3.6.0) 2022-05-18 09:41:08.376 | Requirement already satisfied: requests>=2.25.1 in /usr/local/lib/python3.8/dist-packages (from nova==25.1.0.dev119) (2.27.1) 2022-05-18 09:41:08.377 | Requirement already satisfied: stevedore>=1.20.0 in /usr/local/lib/python3.8/dist-packages (from nova==25.1.0.dev119) (3.5.0) 2022-05-18 09:41:08.378 | Requirement already satisfied: websockify>=0.9.0 in /usr/local/lib/python3.8/dist-packages (from nova==25.1.0.dev119) (0.10.0) 2022-05-18 09:41:08.379 | Requirement already satisfied: oslo.cache>=1.26.0 in /usr/local/lib/python3.8/dist-packages (from nova==25.1.0.dev119) (2.11.0) 2022-05-18 09:41:08.380 | Requirement already satisfied: oslo.concurrency>=4.5.0 in /usr/local/lib/python3.8/dist-packages (from nova==25.1.0.dev119) (4.5.1) 2022-05-18 09:41:08.381 | Requirement already satisfied: oslo.config>=8.6.0 in /usr/local/lib/python3.8/dist-packages (from nova==25.1.0.dev119) (8.8.0) 2022-05-18 09:41:08.382 | Requirement already satisfied: oslo.context>=3.4.0 in /usr/local/lib/python3.8/dist-packages (from nova==25.1.0.dev119) (4.1.0) 2022-05-18 09:41:08.383 | Requirement already satisfied: oslo.log>=4.6.1 in /usr/local/lib/python3.8/dist-packages (from nova==25.1.0.dev119) (4.7.0) 2022-05-18 09:41:08.384 | Requirement already satisfied: oslo.limit>=1.5.0 in /usr/local/lib/python3.8/dist-packages (from nova==25.1.0.dev119) (1.6.0) 2022-05-18 09:41:08.385 | Requirement already satisfied: oslo.reports>=1.18.0 in /usr/local/lib/python3.8/dist-packages (from nova==25.1.0.dev119) (2.4.0) 2022-05-18 09:41:08.387 | Requirement already satisfied: oslo.serialization>=4.2.0 in /usr/local/lib/python3.8/dist-packages (from nova==25.1.0.dev119) (4.3.0) 2022-05-18 09:41:08.388 | Requirement already satisfied: oslo.upgradecheck>=1.3.0 in /usr/local/lib/python3.8/dist-packages (from nova==25.1.0.dev119) (1.5.0) 2022-05-18 09:41:08.389 | Requirement already satisfied: oslo.utils>=4.12.1 in /usr/local/lib/python3.8/dist-packages (from nova==25.1.0.dev119) (4.13.0) 2022-05-18 09:41:08.390 | Requirement already satisfied: oslo.db>=10.0.0 in /usr/local/lib/python3.8/dist-packages (from nova==25.1.0.dev119) (11.3.0) 2022-05-18 09:41:08.391 | Requirement already satisfied: oslo.rootwrap>=5.15.0 in /usr/local/lib/python3.8/dist-packages (from nova==25.1.0.dev119) (6.3.1) 2022-05-18 09:41:08.392 | Requirement already satisfied: oslo.messaging>=10.3.0 in /usr/local/lib/python3.8/dist-packages (from nova==25.1.0.dev119) (12.14.0) 2022-05-18 09:41:08.393 | Requirement already satisfied: oslo.policy>=3.7.0 in /usr/local/lib/python3.8/dist-packages (from nova==25.1.0.dev119) (3.12.1) 2022-05-18 09:41:08.395 | Requirement already satisfied: oslo.privsep>=2.6.2 in /usr/local/lib/python3.8/dist-packages (from nova==25.1.0.dev119) (2.8.0) 2022-05-18 09:41:08.396 | Requirement already satisfied: oslo.i18n>=5.1.0 in /usr/local/lib/python3.8/dist-packages (from nova==25.1.0.dev119) (5.1.0) 2022-05-18 09:41:08.397 | Requirement already satisfied: oslo.service>=2.8.0 in /usr/local/lib/python3.8/dist-packages (from nova==25.1.0.dev119) (2.8.0) 2022-05-18 09:41:08.398 | Requirement already satisfied: rfc3986>=1.2.0 in /usr/local/lib/python3.8/dist-packages (from nova==25.1.0.dev119) (1.5.0) 2022-05-18 09:41:08.399 | Requirement already satisfied: oslo.middleware>=3.31.0 in /usr/local/lib/python3.8/dist-packages (from nova==25.1.0.dev119) (4.5.1) 2022-05-18 09:41:08.400 | Requirement already satisfied: psutil>=3.2.2 in /usr/local/lib/python3.8/dist-packages (from nova==25.1.0.dev119) (5.9.0) 2022-05-18 09:41:08.401 | Requirement already satisfied: oslo.versionedobjects>=1.35.0 in /usr/local/lib/python3.8/dist-packages (from nova==25.1.0.dev119) (2.6.0) 2022-05-18 09:41:08.402 | Requirement already satisfied: os-brick>=5.2 in /usr/local/lib/python3.8/dist-packages (from nova==25.1.0.dev119) (5.2.0) 2022-05-18 09:41:08.403 | Requirement already satisfied: os-resource-classes>=1.1.0 in /usr/local/lib/python3.8/dist-packages (from nova==25.1.0.dev119) (1.1.0) 2022-05-18 09:41:08.404 | Requirement already satisfied: os-traits>=2.7.0 in /usr/local/lib/python3.8/dist-packages (from nova==25.1.0.dev119) (2.7.0) 2022-05-18 09:41:08.405 | Requirement already satisfied: os-vif>=1.15.2 in /usr/local/lib/python3.8/dist-packages (from nova==25.1.0.dev119) (2.7.1) 2022-05-18 09:41:08.407 | Requirement already satisfied: castellan>=0.16.0 in /usr/local/lib/python3.8/dist-packages (from nova==25.1.0.dev119) (3.11.0) 2022-05-18 09:41:08.408 | Requirement already satisfied: microversion-parse>=0.2.1 in /usr/local/lib/python3.8/dist-packages (from nova==25.1.0.dev119) (1.0.1) 2022-05-18 09:41:08.409 | Requirement already satisfied: tooz>=1.58.0 in /usr/local/lib/python3.8/dist-packages (from nova==25.1.0.dev119) (2.11.1) 2022-05-18 09:41:08.410 | Requirement already satisfied: cursive>=0.2.1 in /usr/local/lib/python3.8/dist-packages (from nova==25.1.0.dev119) (0.2.2) 2022-05-18 09:41:08.411 | Requirement already satisfied: retrying!=1.3.0,>=1.3.3 in /usr/local/lib/python3.8/dist-packages (from nova==25.1.0.dev119) (1.3.3) 2022-05-18 09:41:08.412 | Requirement already satisfied: os-service-types>=1.7.0 in /usr/local/lib/python3.8/dist-packages (from nova==25.1.0.dev119) (1.7.0) 2022-05-18 09:41:08.413 | Requirement already satisfied: taskflow>=3.8.0 in /usr/local/lib/python3.8/dist-packages (from nova==25.1.0.dev119) (4.7.0) 2022-05-18 09:41:08.414 | Requirement already satisfied: python-dateutil>=2.7.0 in /usr/local/lib/python3.8/dist-packages (from nova==25.1.0.dev119) (2.8.2) 2022-05-18 09:41:08.416 | Requirement already satisfied: futurist>=1.8.0 in /usr/local/lib/python3.8/dist-packages (from nova==25.1.0.dev119) (2.4.1) 2022-05-18 09:41:08.416 | Requirement already satisfied: openstacksdk>=0.35.0 in /usr/local/lib/python3.8/dist-packages (from nova==25.1.0.dev119) (0.61.0) 2022-05-18 09:41:08.418 | Requirement already satisfied: PyYAML>=5.1 in /usr/local/lib/python3.8/dist-packages (from nova==25.1.0.dev119) (6.0) 2022-05-18 09:41:08.434 | Requirement already satisfied: importlib-metadata in /usr/local/lib/python3.8/dist-packages (from alembic>=1.5.0->nova==25.1.0.dev119) (4.11.3) 2022-05-18 09:41:08.435 | Requirement already satisfied: Mako in /usr/local/lib/python3.8/dist-packages (from alembic>=1.5.0->nova==25.1.0.dev119) (1.2.0) 2022-05-18 09:41:08.437 | Requirement already satisfied: importlib-resources in /usr/local/lib/python3.8/dist-packages (from alembic>=1.5.0->nova==25.1.0.dev119) (5.7.1) 2022-05-18 09:41:08.458 | Requirement already satisfied: python-barbicanclient>=4.5.2 in /usr/local/lib/python3.8/dist-packages (from castellan>=0.16.0->nova==25.1.0.dev119) (5.3.0) 2022-05-18 09:41:08.499 | Requirement already satisfied: cffi>=1.12 in /usr/local/lib/python3.8/dist-packages (from cryptography>=2.7->nova==25.1.0.dev119) (1.15.0) 2022-05-18 09:41:08.529 | Requirement already satisfied: dnspython>=1.15.0 in /usr/local/lib/python3.8/dist-packages (from eventlet>=0.30.1->nova==25.1.0.dev119) (2.2.1) 2022-05-18 09:41:08.530 | Requirement already satisfied: six>=1.10.0 in /usr/local/lib/python3.8/dist-packages (from eventlet>=0.30.1->nova==25.1.0.dev119) (1.16.0) 2022-05-18 09:41:08.552 | Requirement already satisfied: MarkupSafe>=2.0 in /usr/local/lib/python3.8/dist-packages (from Jinja2>=2.10->nova==25.1.0.dev119) (2.1.1) 2022-05-18 09:41:08.678 | Requirement already satisfied: python-keystoneclient>=3.20.0 in /usr/local/lib/python3.8/dist-packages (from keystonemiddleware>=4.20.0->nova==25.1.0.dev119) (4.4.0) 2022-05-18 09:41:08.680 | Requirement already satisfied: pycadf!=2.0.0,>=1.1.0 in /usr/local/lib/python3.8/dist-packages (from keystonemiddleware>=4.20.0->nova==25.1.0.dev119) (3.1.1) 2022-05-18 09:41:08.740 | Requirement already satisfied: munch>=2.1.0 in /usr/local/lib/python3.8/dist-packages (from openstacksdk>=0.35.0->nova==25.1.0.dev119) (2.5.0) 2022-05-18 09:41:08.741 | Requirement already satisfied: dogpile.cache>=0.6.5 in /usr/local/lib/python3.8/dist-packages (from openstacksdk>=0.35.0->nova==25.1.0.dev119) (1.1.5) 2022-05-18 09:41:08.743 | Requirement already satisfied: jmespath>=0.9.0 in /usr/local/lib/python3.8/dist-packages (from openstacksdk>=0.35.0->nova==25.1.0.dev119) (1.0.0) 2022-05-18 09:41:08.744 | Requirement already satisfied: jsonpatch!=1.20,>=1.16 in /usr/local/lib/python3.8/dist-packages (from openstacksdk>=0.35.0->nova==25.1.0.dev119) (1.32) 2022-05-18 09:41:08.746 | Requirement already satisfied: requestsexceptions>=1.2.0 in /usr/local/lib/python3.8/dist-packages (from openstacksdk>=0.35.0->nova==25.1.0.dev119) (1.4.0) 2022-05-18 09:41:08.747 | Requirement already satisfied: appdirs>=1.3.0 in /usr/local/lib/python3.8/dist-packages (from openstacksdk>=0.35.0->nova==25.1.0.dev119) (1.4.4) 2022-05-18 09:41:08.766 | Requirement already satisfied: tenacity>=6.3.1 in /usr/local/lib/python3.8/dist-packages (from os-brick>=5.2->nova==25.1.0.dev119) (6.3.1) 2022-05-18 09:41:08.770 | Requirement already satisfied: os-win>=5.5.0 in /usr/local/lib/python3.8/dist-packages (from os-brick>=5.2->nova==25.1.0.dev119) (5.6.0) 2022-05-18 09:41:08.822 | Requirement already satisfied: debtcollector>=1.19.0 in /usr/local/lib/python3.8/dist-packages (from os-vif>=1.15.2->nova==25.1.0.dev119) (2.5.0) 2022-05-18 09:41:08.823 | Requirement already satisfied: ovsdbapp>=0.12.1 in /usr/local/lib/python3.8/dist-packages (from os-vif>=1.15.2->nova==25.1.0.dev119) (1.16.0) 2022-05-18 09:41:08.826 | Requirement already satisfied: pyroute2>=0.5.2 in /usr/local/lib/python3.8/dist-packages (from os-vif>=1.15.2->nova==25.1.0.dev119) (0.6.9) 2022-05-18 09:41:08.914 | Requirement already satisfied: fasteners>=0.7.0 in /usr/local/lib/python3.8/dist-packages (from oslo.concurrency>=4.5.0->nova==25.1.0.dev119) (0.17.3) 2022-05-18 09:41:09.024 | Requirement already satisfied: testresources>=2.0.0 in /usr/local/lib/python3.8/dist-packages (from oslo.db>=10.0.0->nova==25.1.0.dev119) (2.0.1) 2022-05-18 09:41:09.028 | Requirement already satisfied: testscenarios>=0.4 in /usr/local/lib/python3.8/dist-packages (from oslo.db>=10.0.0->nova==25.1.0.dev119) (0.5.0) 2022-05-18 09:41:09.107 | Requirement already satisfied: pyinotify>=0.9.6 in /usr/local/lib/python3.8/dist-packages (from oslo.log>=4.6.1->nova==25.1.0.dev119) (0.9.6) 2022-05-18 09:41:09.172 | Requirement already satisfied: amqp>=2.5.2 in /usr/local/lib/python3.8/dist-packages (from oslo.messaging>=10.3.0->nova==25.1.0.dev119) (5.1.1) 2022-05-18 09:41:09.175 | Requirement already satisfied: kombu>=4.6.6 in /usr/local/lib/python3.8/dist-packages (from oslo.messaging>=10.3.0->nova==25.1.0.dev119) (5.2.4) 2022-05-18 09:41:09.176 | Requirement already satisfied: cachetools>=2.0.0 in /usr/local/lib/python3.8/dist-packages (from oslo.messaging>=10.3.0->nova==25.1.0.dev119) (5.1.0) 2022-05-18 09:41:09.178 | Requirement already satisfied: oslo.metrics>=0.2.1 in /usr/local/lib/python3.8/dist-packages (from oslo.messaging>=10.3.0->nova==25.1.0.dev119) (0.4.0) 2022-05-18 09:41:09.205 | Requirement already satisfied: bcrypt>=3.1.3 in /usr/local/lib/python3.8/dist-packages (from oslo.middleware>=3.31.0->nova==25.1.0.dev119) (3.2.2) 2022-05-18 09:41:09.208 | Requirement already satisfied: statsd>=3.2.1 in /usr/local/lib/python3.8/dist-packages (from oslo.middleware>=3.31.0->nova==25.1.0.dev119) (3.3.0) 2022-05-18 09:41:09.260 | Requirement already satisfied: msgpack>=0.6.0 in /usr/local/lib/python3.8/dist-packages (from oslo.privsep>=2.6.2->nova==25.1.0.dev119) (1.0.3) 2022-05-18 09:41:09.319 | Requirement already satisfied: pytz>=2013.6 in /usr/local/lib/python3.8/dist-packages (from oslo.serialization>=4.2.0->nova==25.1.0.dev119) (2022.1) 2022-05-18 09:41:09.352 | Requirement already satisfied: fixtures>=3.0.0 in /usr/local/lib/python3.8/dist-packages (from oslo.service>=2.8.0->nova==25.1.0.dev119) (3.0.0) 2022-05-18 09:41:09.357 | Requirement already satisfied: Yappi>=1.0 in /usr/local/lib/python3.8/dist-packages (from oslo.service>=2.8.0->nova==25.1.0.dev119) (1.3.3) 2022-05-18 09:41:09.409 | Requirement already satisfied: pyparsing>=2.1.0 in /usr/local/lib/python3.8/dist-packages (from oslo.utils>=4.12.1->nova==25.1.0.dev119) (3.0.9) 2022-05-18 09:41:09.410 | Requirement already satisfied: packaging>=20.4 in /usr/local/lib/python3.8/dist-packages (from oslo.utils>=4.12.1->nova==25.1.0.dev119) (21.3) 2022-05-18 09:41:09.499 | Requirement already satisfied: pynacl>=1.0.1 in /usr/local/lib/python3.8/dist-packages (from paramiko>=2.7.1->nova==25.1.0.dev119) (1.5.0) 2022-05-18 09:41:09.526 | Requirement already satisfied: setuptools in /usr/local/lib/python3.8/dist-packages (from Paste>=2.0.2->nova==25.1.0.dev119) (62.2.0) 2022-05-18 09:41:09.607 | Requirement already satisfied: wcwidth in /usr/local/lib/python3.8/dist-packages (from PrettyTable>=0.7.1->nova==25.1.0.dev119) (0.2.5) 2022-05-18 09:41:09.687 | Requirement already satisfied: simplejson>=3.5.1 in /usr/local/lib/python3.8/dist-packages (from python-cinderclient!=4.0.0,>=3.3.0->nova==25.1.0.dev119) (3.17.6) 2022-05-18 09:41:09.748 | Requirement already satisfied: warlock<2,>=1.2.0 in /usr/local/lib/python3.8/dist-packages (from python-glanceclient>=2.8.0->nova==25.1.0.dev119) (1.3.3) 2022-05-18 09:41:09.750 | Requirement already satisfied: pyOpenSSL>=17.1.0 in /usr/local/lib/python3.8/dist-packages (from python-glanceclient>=2.8.0->nova==25.1.0.dev119) (22.0.0) 2022-05-18 09:41:09.753 | Requirement already satisfied: wrapt>=1.7.0 in /usr/local/lib/python3.8/dist-packages (from python-glanceclient>=2.8.0->nova==25.1.0.dev119) (1.14.1) 2022-05-18 09:41:09.834 | Requirement already satisfied: os-client-config>=1.28.0 in /usr/local/lib/python3.8/dist-packages (from python-neutronclient>=7.1.0->nova==25.1.0.dev119) (2.1.0) 2022-05-18 09:41:09.835 | Requirement already satisfied: cliff>=3.4.0 in /usr/local/lib/python3.8/dist-packages (from python-neutronclient>=7.1.0->nova==25.1.0.dev119) (3.10.1) 2022-05-18 09:41:09.838 | Requirement already satisfied: osc-lib>=1.12.0 in /usr/local/lib/python3.8/dist-packages (from python-neutronclient>=7.1.0->nova==25.1.0.dev119) (2.5.0) 2022-05-18 09:41:09.916 | Requirement already satisfied: urllib3<1.27,>=1.21.1 in /usr/local/lib/python3.8/dist-packages (from requests>=2.25.1->nova==25.1.0.dev119) (1.26.9) 2022-05-18 09:41:09.919 | Requirement already satisfied: idna<4,>=2.5 in /usr/local/lib/python3.8/dist-packages (from requests>=2.25.1->nova==25.1.0.dev119) (3.3) 2022-05-18 09:41:09.921 | Requirement already satisfied: charset-normalizer~=2.0.0 in /usr/local/lib/python3.8/dist-packages (from requests>=2.25.1->nova==25.1.0.dev119) (2.0.12) 2022-05-18 09:41:09.922 | Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3/dist-packages (from requests>=2.25.1->nova==25.1.0.dev119) (2019.11.28) 2022-05-18 09:41:10.017 | Requirement already satisfied: repoze.lru>=0.3 in /usr/local/lib/python3.8/dist-packages (from Routes>=2.3.1->nova==25.1.0.dev119) (0.7) 2022-05-18 09:41:10.234 | Requirement already satisfied: sqlparse in /usr/local/lib/python3.8/dist-packages (from sqlalchemy-migrate>=0.13.0->nova==25.1.0.dev119) (0.4.2) 2022-05-18 09:41:10.235 | Requirement already satisfied: Tempita>=0.4 in /usr/local/lib/python3.8/dist-packages (from sqlalchemy-migrate>=0.13.0->nova==25.1.0.dev119) (0.5.2) 2022-05-18 09:41:10.348 | Requirement already satisfied: networkx>=2.1.0 in /usr/local/lib/python3.8/dist-packages (from taskflow>=3.8.0->nova==25.1.0.dev119) (2.8) 2022-05-18 09:41:10.352 | Requirement already satisfied: pydot>=1.2.4 in /usr/local/lib/python3.8/dist-packages (from taskflow>=3.8.0->nova==25.1.0.dev119) (1.4.2) 2022-05-18 09:41:10.355 | Requirement already satisfied: automaton>=1.9.0 in /usr/local/lib/python3.8/dist-packages (from taskflow>=3.8.0->nova==25.1.0.dev119) (2.5.0) 2022-05-18 09:41:10.443 | Requirement already satisfied: voluptuous>=0.8.9 in /usr/local/lib/python3.8/dist-packages (from tooz>=1.58.0->nova==25.1.0.dev119) (0.13.1) 2022-05-18 09:41:10.519 | Requirement already satisfied: numpy in /usr/local/lib/python3.8/dist-packages (from websockify>=0.9.0->nova==25.1.0.dev119) (1.22.3) 2022-05-18 09:41:10.554 | Requirement already satisfied: vine>=5.0.0 in /usr/local/lib/python3.8/dist-packages (from amqp>=2.5.2->oslo.messaging>=10.3.0->nova==25.1.0.dev119) (5.0.0) 2022-05-18 09:41:10.758 | Requirement already satisfied: pycparser in /usr/local/lib/python3.8/dist-packages (from cffi>=1.12->cryptography>=2.7->nova==25.1.0.dev119) (2.21) 2022-05-18 09:41:10.836 | Requirement already satisfied: cmd2>=1.0.0 in /usr/local/lib/python3.8/dist-packages (from cliff>=3.4.0->python-neutronclient>=7.1.0->nova==25.1.0.dev119) (2.4.1) 2022-05-18 09:41:10.840 | Requirement already satisfied: autopage>=0.4.0 in /usr/local/lib/python3.8/dist-packages (from cliff>=3.4.0->python-neutronclient>=7.1.0->nova==25.1.0.dev119) (0.5.0) 2022-05-18 09:41:11.091 | Requirement already satisfied: testtools>=0.9.22 in /usr/local/lib/python3.8/dist-packages (from fixtures>=3.0.0->oslo.service>=2.8.0->nova==25.1.0.dev119) (2.5.0) 2022-05-18 09:41:11.202 | Requirement already satisfied: jsonpointer>=1.9 in /usr/local/lib/python3.8/dist-packages (from jsonpatch!=1.20,>=1.16->openstacksdk>=0.35.0->nova==25.1.0.dev119) (2.3) 2022-05-18 09:41:11.676 | Requirement already satisfied: prometheus-client>=0.6.0 in /usr/local/lib/python3.8/dist-packages (from oslo.metrics>=0.2.1->oslo.messaging>=10.3.0->nova==25.1.0.dev119) (0.14.1) 2022-05-18 09:41:11.725 | Requirement already satisfied: ovs>=2.10.0 in /usr/local/lib/python3.8/dist-packages (from ovsdbapp>=0.12.1->os-vif>=1.15.2->nova==25.1.0.dev119) (2.17.1.post1) 2022-05-18 09:41:12.094 | Requirement already satisfied: pyroute2.ndb==0.6.9 in /usr/local/lib/python3.8/dist-packages (from pyroute2>=0.5.2->os-vif>=1.15.2->nova==25.1.0.dev119) (0.6.9) 2022-05-18 09:41:12.095 | Requirement already satisfied: pyroute2.ethtool==0.6.9 in /usr/local/lib/python3.8/dist-packages (from pyroute2>=0.5.2->os-vif>=1.15.2->nova==25.1.0.dev119) (0.6.9) 2022-05-18 09:41:12.096 | Requirement already satisfied: pyroute2.nslink==0.6.9 in /usr/local/lib/python3.8/dist-packages (from pyroute2>=0.5.2->os-vif>=1.15.2->nova==25.1.0.dev119) (0.6.9) 2022-05-18 09:41:12.098 | Requirement already satisfied: pyroute2.core==0.6.9 in /usr/local/lib/python3.8/dist-packages (from pyroute2>=0.5.2->os-vif>=1.15.2->nova==25.1.0.dev119) (0.6.9) 2022-05-18 09:41:12.099 | Requirement already satisfied: pyroute2.ipdb==0.6.9 in /usr/local/lib/python3.8/dist-packages (from pyroute2>=0.5.2->os-vif>=1.15.2->nova==25.1.0.dev119) (0.6.9) 2022-05-18 09:41:12.101 | Requirement already satisfied: pyroute2.nftables==0.6.9 in /usr/local/lib/python3.8/dist-packages (from pyroute2>=0.5.2->os-vif>=1.15.2->nova==25.1.0.dev119) (0.6.9) 2022-05-18 09:41:12.102 | Requirement already satisfied: pyroute2.ipset==0.6.9 in /usr/local/lib/python3.8/dist-packages (from pyroute2>=0.5.2->os-vif>=1.15.2->nova==25.1.0.dev119) (0.6.9) 2022-05-18 09:41:13.346 | Requirement already satisfied: zipp>=0.5 in /usr/local/lib/python3.8/dist-packages (from importlib-metadata->alembic>=1.5.0->nova==25.1.0.dev119) (3.8.0) 2022-05-18 09:41:13.756 | Requirement already satisfied: attrs>=16.3.0 in /usr/local/lib/python3.8/dist-packages (from cmd2>=1.0.0->cliff>=3.4.0->python-neutronclient>=7.1.0->nova==25.1.0.dev119) (21.4.0) 2022-05-18 09:41:13.757 | Requirement already satisfied: pyperclip>=1.6 in /usr/local/lib/python3.8/dist-packages (from cmd2>=1.0.0->cliff>=3.4.0->python-neutronclient>=7.1.0->nova==25.1.0.dev119) (1.8.2) 2022-05-18 09:41:13.855 | Requirement already satisfied: sortedcontainers in /usr/local/lib/python3.8/dist-packages (from ovs>=2.10.0->ovsdbapp>=0.12.1->os-vif>=1.15.2->nova==25.1.0.dev119) (2.4.0) 2022-05-18 09:41:13.960 | Requirement already satisfied: extras>=1.0.0 in /usr/local/lib/python3.8/dist-packages (from testtools>=0.9.22->fixtures>=3.0.0->oslo.service>=2.8.0->nova==25.1.0.dev119) (1.0.0) 2022-05-18 09:41:15.618 | Installing collected packages: nova 2022-05-18 09:41:15.618 | Attempting uninstall: nova 2022-05-18 09:41:15.619 | Found existing installation: nova 25.1.0.dev119 2022-05-18 09:41:15.627 | Can't uninstall 'nova'. No files were found to uninstall. 2022-05-18 09:41:15.628 | Running setup.py develop for nova 2022-05-18 09:41:23.927 | Successfully installed nova 2022-05-18 09:41:23.927 | WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv 2022-05-18 09:41:23.936 | WARNING: You are using pip version 21.3.1; however, version 22.1 is available. 2022-05-18 09:41:23.936 | You should consider upgrading via the '/usr/bin/python3.8 -m pip install --upgrade pip' command. 2022-05-18 09:41:24.082 | + inc/python:pip_install:200 : result=0 2022-05-18 09:41:24.084 | + inc/python:pip_install:202 : time_stop pip_install 2022-05-18 09:41:24.087 | + functions-common:time_stop:2437 : local name 2022-05-18 09:41:24.089 | + functions-common:time_stop:2438 : local end_time 2022-05-18 09:41:24.092 | + functions-common:time_stop:2439 : local elapsed_time 2022-05-18 09:41:24.094 | + functions-common:time_stop:2440 : local total 2022-05-18 09:41:24.096 | + functions-common:time_stop:2441 : local start_time 2022-05-18 09:41:24.098 | + functions-common:time_stop:2443 : name=pip_install 2022-05-18 09:41:24.100 | + functions-common:time_stop:2444 : start_time=1652866859518 2022-05-18 09:41:24.102 | + functions-common:time_stop:2446 : [[ -z 1652866859518 ]] 2022-05-18 09:41:24.105 | ++ functions-common:time_stop:2449 : date +%s%3N 2022-05-18 09:41:24.109 | + functions-common:time_stop:2449 : end_time=1652866884107 2022-05-18 09:41:24.111 | + functions-common:time_stop:2450 : elapsed_time=24589 2022-05-18 09:41:24.114 | + functions-common:time_stop:2451 : total=150529 2022-05-18 09:41:24.116 | + functions-common:time_stop:2453 : _TIME_START[$name]= 2022-05-18 09:41:24.118 | + functions-common:time_stop:2454 : _TIME_TOTAL[$name]=175118 2022-05-18 09:41:24.120 | + inc/python:pip_install:203 : return 0 2022-05-18 09:41:24.123 | + inc/python:setup_package:448 : [[ -e == \-\e ]] 2022-05-18 09:41:24.125 | + inc/python:setup_package:449 : safe_chown -R ubuntu /opt/stack/nova/nova.egg-info 2022-05-18 09:41:24.127 | + functions-common:safe_chown:2338 : _safe_permission_operation chown -R ubuntu /opt/stack/nova/nova.egg-info 2022-05-18 09:41:24.146 | + functions-common:_safe_permission_operation:2186 : sudo chown -R ubuntu /opt/stack/nova/nova.egg-info 2022-05-18 09:41:24.159 | + inc/python:_setup_package_with_constraints_edit:394 : use_library_from_git /opt/stack/nova 2022-05-18 09:41:24.161 | + inc/python:use_library_from_git:250 : local name=/opt/stack/nova 2022-05-18 09:41:24.164 | + inc/python:use_library_from_git:251 : local enabled=1 2022-05-18 09:41:24.166 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2022-05-18 09:41:24.169 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,/opt/stack/nova, ]] 2022-05-18 09:41:24.171 | + inc/python:use_library_from_git:253 : return 1 2022-05-18 09:41:24.174 | + lib/nova:install_nova:928 : sudo install -D -m 0644 -o ubuntu /opt/stack/nova/tools/nova-manage.bash_completion /etc/bash_completion.d/nova-manage.bash_completion 2022-05-18 09:41:24.186 | + lib/stack:stack_install_service:33 : [[ False = True ]] 2022-05-18 09:41:24.189 | + ./stack.sh:main:939 : configure_nova 2022-05-18 09:41:24.191 | + lib/nova:configure_nova:248 : sudo install -d -o ubuntu /etc/nova 2022-05-18 09:41:24.204 | + lib/nova:configure_nova:250 : configure_rootwrap nova 2022-05-18 09:41:24.207 | + inc/rootwrap:configure_rootwrap:43 : local project=nova 2022-05-18 09:41:24.209 | + inc/rootwrap:configure_rootwrap:44 : local project_uc 2022-05-18 09:41:24.213 | ++ inc/rootwrap:configure_rootwrap:45 : echo nova 2022-05-18 09:41:24.213 | ++ inc/rootwrap:configure_rootwrap:45 : tr a-z A-Z 2022-05-18 09:41:24.218 | + inc/rootwrap:configure_rootwrap:45 : project_uc=NOVA 2022-05-18 09:41:24.221 | + inc/rootwrap:configure_rootwrap:46 : local bin_dir=NOVA_BIN_DIR 2022-05-18 09:41:24.223 | + inc/rootwrap:configure_rootwrap:47 : bin_dir=/usr/local/bin 2022-05-18 09:41:24.226 | + inc/rootwrap:configure_rootwrap:48 : local project_dir=NOVA_DIR 2022-05-18 09:41:24.228 | + inc/rootwrap:configure_rootwrap:49 : project_dir=/opt/stack/nova 2022-05-18 09:41:24.230 | + inc/rootwrap:configure_rootwrap:51 : local rootwrap_conf_src_dir=/opt/stack/nova/etc/nova 2022-05-18 09:41:24.233 | + inc/rootwrap:configure_rootwrap:52 : local rootwrap_bin=/usr/local/bin/nova-rootwrap 2022-05-18 09:41:24.236 | + inc/rootwrap:configure_rootwrap:55 : sudo rm -rf /etc/nova/rootwrap.d 2022-05-18 09:41:24.247 | + inc/rootwrap:configure_rootwrap:56 : sudo install -d -o root -g root -m 755 /etc/nova/rootwrap.d 2022-05-18 09:41:24.260 | + 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-05-18 09:41:24.279 | + 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-05-18 09:41:24.291 | + inc/rootwrap:configure_rootwrap:61 : sudo sed -e 's:^filters_path=.*$:filters_path=/etc/nova/rootwrap.d:' -i /etc/nova/rootwrap.conf 2022-05-18 09:41:24.303 | + inc/rootwrap:configure_rootwrap:64 : local tempfile 2022-05-18 09:41:24.307 | ++ inc/rootwrap:configure_rootwrap:65 : mktemp 2022-05-18 09:41:24.311 | + inc/rootwrap:configure_rootwrap:65 : tempfile=/tmp/tmp.O2vBpOD4tm 2022-05-18 09:41:24.314 | + inc/rootwrap:configure_rootwrap:67 : rootwrap_sudo_cmd='/usr/local/bin/nova-rootwrap /etc/nova/rootwrap.conf *' 2022-05-18 09:41:24.316 | + inc/rootwrap:configure_rootwrap:68 : echo 'ubuntu ALL=(root) NOPASSWD: /usr/local/bin/nova-rootwrap /etc/nova/rootwrap.conf *' 2022-05-18 09:41:24.319 | + inc/rootwrap:configure_rootwrap:69 : '[' -f /usr/local/bin/nova-rootwrap-daemon ']' 2022-05-18 09:41:24.322 | + inc/rootwrap:configure_rootwrap:71 : rootwrap_sudo_cmd='/usr/local/bin/nova-rootwrap-daemon /etc/nova/rootwrap.conf' 2022-05-18 09:41:24.324 | + inc/rootwrap:configure_rootwrap:72 : echo 'ubuntu ALL=(root) NOPASSWD: /usr/local/bin/nova-rootwrap-daemon /etc/nova/rootwrap.conf' 2022-05-18 09:41:24.327 | + inc/rootwrap:configure_rootwrap:74 : chmod 0440 /tmp/tmp.O2vBpOD4tm 2022-05-18 09:41:24.331 | + inc/rootwrap:configure_rootwrap:75 : sudo chown root:root /tmp/tmp.O2vBpOD4tm 2022-05-18 09:41:24.343 | + inc/rootwrap:configure_rootwrap:76 : sudo mv /tmp/tmp.O2vBpOD4tm /etc/sudoers.d/nova-rootwrap 2022-05-18 09:41:24.356 | ++ inc/rootwrap:configure_rootwrap:80 : dirname /usr/local/bin/nova-rootwrap 2022-05-18 09:41:24.360 | + inc/rootwrap:configure_rootwrap:80 : add_sudo_secure_path /usr/local/bin 2022-05-18 09:41:24.363 | + inc/rootwrap:add_sudo_secure_path:21 : local dir=/usr/local/bin 2022-05-18 09:41:24.366 | + inc/rootwrap:add_sudo_secure_path:22 : local line 2022-05-18 09:41:24.369 | + inc/rootwrap:add_sudo_secure_path:25 : [[ -r /etc/sudoers.d/zz-secure-path ]] 2022-05-18 09:41:24.372 | + 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-05-18 09:41:24.374 | + 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-05-18 09:41:24.377 | + lib/nova:configure_nova:252 : [[ key,n-api,n-cond,n-sch,n-api-meta,placement-api,placement-client,g-api,c-sch,c-api,c-vol,ovn-controller,ovn-northd,ovs-vswitchd,ovsdb-server,q-svc,q-ovn-metadata-agent,rabbit,tempest,mysql,etcd3,dstat,n-crt,n-cauth,q-agt,q-dhcp,q-l3,q-meta,q-metering,q-vpn,g-reg,cinder,c-bak,s-proxy,s-object,s-container,s-account,heat,h-api,h-api-cfn,h-api-cw,h-eng,ceilometer-acentral,ceilometer-acompute,ceilometer-collector,ceilometer-api,ceilometer-anotification =~ n-api ]] 2022-05-18 09:41:24.379 | + lib/nova:configure_nova:254 : cp /opt/stack/nova/etc/nova/api-paste.ini /etc/nova 2022-05-18 09:41:24.384 | + lib/nova:configure_nova:257 : is_service_enabled n-cpu 2022-05-18 09:41:24.401 | + functions-common:is_service_enabled:2093 : return 1 2022-05-18 09:41:24.403 | + lib/nova:configure_nova:338 : create_nova_conf 2022-05-18 09:41:24.406 | + lib/nova:create_nova_conf:412 : rm -f /opt/stack/nova/bin/nova.conf 2022-05-18 09:41:24.409 | + lib/nova:create_nova_conf:415 : rm -f /etc/nova/nova.conf 2022-05-18 09:41:24.413 | + lib/nova:create_nova_conf:416 : iniset /etc/nova/nova.conf DEFAULT debug True 2022-05-18 09:41:24.442 | + lib/nova:create_nova_conf:417 : '[' True == True ']' 2022-05-18 09:41:24.444 | + lib/nova:create_nova_conf:418 : iniset /etc/nova/nova.conf DEFAULT allow_resize_to_same_host True 2022-05-18 09:41:24.470 | + lib/nova:create_nova_conf:420 : iniset /etc/nova/nova.conf wsgi api_paste_config /etc/nova/api-paste.ini 2022-05-18 09:41:24.499 | + lib/nova:create_nova_conf:421 : iniset /etc/nova/nova.conf DEFAULT rootwrap_config /etc/nova/rootwrap.conf 2022-05-18 09:41:24.526 | + lib/nova:create_nova_conf:422 : iniset /etc/nova/nova.conf filter_scheduler enabled_filters AvailabilityZoneFilter,ComputeFilter,ComputeCapabilitiesFilter,ImagePropertiesFilter,ServerGroupAntiAffinityFilter,ServerGroupAffinityFilter,SameHostFilter,DifferentHostFilter 2022-05-18 09:41:24.555 | + lib/nova:create_nova_conf:423 : iniset /etc/nova/nova.conf scheduler workers 2 2022-05-18 09:41:24.585 | + lib/nova:create_nova_conf:424 : iniset /etc/nova/nova.conf neutron default_floating_pool public 2022-05-18 09:41:24.614 | + lib/nova:create_nova_conf:425 : [[ 4 == 6 ]] 2022-05-18 09:41:24.616 | + lib/nova:create_nova_conf:428 : iniset /etc/nova/nova.conf DEFAULT my_ip 10.222.0.71 2022-05-18 09:41:24.645 | + lib/nova:create_nova_conf:430 : iniset /etc/nova/nova.conf DEFAULT instance_name_template instance-%08x 2022-05-18 09:41:24.671 | + lib/nova:create_nova_conf:431 : iniset /etc/nova/nova.conf DEFAULT osapi_compute_listen 0.0.0.0 2022-05-18 09:41:24.699 | + lib/nova:create_nova_conf:432 : iniset /etc/nova/nova.conf DEFAULT metadata_listen 0.0.0.0 2022-05-18 09:41:24.725 | + lib/nova:create_nova_conf:433 : iniset /etc/nova/nova.conf DEFAULT shutdown_timeout 0 2022-05-18 09:41:24.752 | + lib/nova:create_nova_conf:435 : iniset /etc/nova/nova.conf key_manager backend nova.keymgr.conf_key_mgr.ConfKeyManager 2022-05-18 09:41:24.781 | + lib/nova:create_nova_conf:437 : is_fedora 2022-05-18 09:41:24.783 | + functions-common:is_fedora:524 : [[ -z Ubuntu ]] 2022-05-18 09:41:24.786 | + functions-common:is_fedora:528 : '[' Ubuntu = Fedora ']' 2022-05-18 09:41:24.788 | + functions-common:is_fedora:528 : '[' Ubuntu = 'Red Hat' ']' 2022-05-18 09:41:24.790 | + functions-common:is_fedora:529 : '[' Ubuntu = openEuler ']' 2022-05-18 09:41:24.793 | + functions-common:is_fedora:530 : '[' Ubuntu = RedHatEnterpriseServer ']' 2022-05-18 09:41:24.795 | + functions-common:is_fedora:531 : '[' Ubuntu = RedHatEnterprise ']' 2022-05-18 09:41:24.797 | + functions-common:is_fedora:532 : '[' Ubuntu = CentOS ']' 2022-05-18 09:41:24.799 | + functions-common:is_fedora:532 : '[' Ubuntu = CentOSStream ']' 2022-05-18 09:41:24.801 | + functions-common:is_fedora:533 : '[' Ubuntu = AlmaLinux ']' 2022-05-18 09:41:24.804 | + functions-common:is_fedora:534 : '[' Ubuntu = OracleServer ']' 2022-05-18 09:41:24.806 | + functions-common:is_fedora:534 : '[' Ubuntu = Virtuozzo ']' 2022-05-18 09:41:24.809 | + lib/nova:create_nova_conf:437 : is_suse 2022-05-18 09:41:24.811 | + functions-common:is_suse:542 : is_opensuse 2022-05-18 09:41:24.813 | + functions-common:is_opensuse:549 : [[ -z Ubuntu ]] 2022-05-18 09:41:24.815 | + functions-common:is_opensuse:553 : [[ Ubuntu =~ (openSUSE) ]] 2022-05-18 09:41:24.817 | + functions-common:is_suse:542 : is_suse_linux_enterprise 2022-05-18 09:41:24.820 | + functions-common:is_suse_linux_enterprise:561 : [[ -z Ubuntu ]] 2022-05-18 09:41:24.822 | + functions-common:is_suse_linux_enterprise:565 : [[ Ubuntu =~ (^SUSE) ]] 2022-05-18 09:41:24.824 | + lib/nova:create_nova_conf:446 : is_service_enabled n-api n-cond n-sched 2022-05-18 09:41:24.840 | + functions-common:is_service_enabled:2093 : return 0 2022-05-18 09:41:24.842 | + lib/nova:create_nova_conf:450 : [[ superconductor == \s\i\n\g\l\e\c\o\n\d\u\c\t\o\r ]] 2022-05-18 09:41:24.844 | + lib/nova:create_nova_conf:453 : local db=nova_cell0 2022-05-18 09:41:24.846 | + lib/nova:create_nova_conf:456 : iniset /etc/nova/nova.conf filter_scheduler track_instance_changes False 2022-05-18 09:41:24.874 | ++ lib/nova:create_nova_conf:459 : database_connection_url nova_cell0 2022-05-18 09:41:24.876 | ++ lib/database:database_connection_url:134 : local db=nova_cell0 2022-05-18 09:41:24.879 | ++ lib/database:database_connection_url:135 : database_connection_url_mysql nova_cell0 2022-05-18 09:41:24.881 | ++ lib/databases/mysql:database_connection_url_mysql:224 : local db=nova_cell0 2022-05-18 09:41:24.884 | ++ lib/databases/mysql:database_connection_url_mysql:225 : local plugin 2022-05-18 09:41:24.886 | ++ lib/databases/mysql:database_connection_url_mysql:229 : [[ True == \T\r\u\e ]] 2022-05-18 09:41:24.888 | ++ lib/databases/mysql:database_connection_url_mysql:230 : is_service_enabled mysql 2022-05-18 09:41:24.904 | ++ functions-common:is_service_enabled:2093 : return 0 2022-05-18 09:41:24.906 | ++ lib/databases/mysql:database_connection_url_mysql:231 : plugin='&plugin=dbcounter' 2022-05-18 09:41:24.908 | ++ lib/databases/mysql:database_connection_url_mysql:235 : echo 'mysql+pymysql://root:Passw0rd@127.0.0.1/nova_cell0?charset=utf8&plugin=dbcounter' 2022-05-18 09:41:24.911 | + lib/nova:create_nova_conf:459 : iniset /etc/nova/nova.conf database connection 'mysql+pymysql://root:Passw0rd@127.0.0.1/nova_cell0?charset=utf8&plugin=dbcounter' 2022-05-18 09:41:24.943 | ++ lib/nova:create_nova_conf:460 : database_connection_url nova_api 2022-05-18 09:41:24.946 | ++ lib/database:database_connection_url:134 : local db=nova_api 2022-05-18 09:41:24.948 | ++ lib/database:database_connection_url:135 : database_connection_url_mysql nova_api 2022-05-18 09:41:24.950 | ++ lib/databases/mysql:database_connection_url_mysql:224 : local db=nova_api 2022-05-18 09:41:24.953 | ++ lib/databases/mysql:database_connection_url_mysql:225 : local plugin 2022-05-18 09:41:24.955 | ++ lib/databases/mysql:database_connection_url_mysql:229 : [[ True == \T\r\u\e ]] 2022-05-18 09:41:24.957 | ++ lib/databases/mysql:database_connection_url_mysql:230 : is_service_enabled mysql 2022-05-18 09:41:24.973 | ++ functions-common:is_service_enabled:2093 : return 0 2022-05-18 09:41:24.975 | ++ lib/databases/mysql:database_connection_url_mysql:231 : plugin='&plugin=dbcounter' 2022-05-18 09:41:24.977 | ++ lib/databases/mysql:database_connection_url_mysql:235 : echo 'mysql+pymysql://root:Passw0rd@127.0.0.1/nova_api?charset=utf8&plugin=dbcounter' 2022-05-18 09:41:24.980 | + lib/nova:create_nova_conf:460 : iniset /etc/nova/nova.conf api_database connection 'mysql+pymysql://root:Passw0rd@127.0.0.1/nova_api?charset=utf8&plugin=dbcounter' 2022-05-18 09:41:25.010 | + lib/nova:create_nova_conf:465 : iniset /etc/nova/nova.conf cache enabled True 2022-05-18 09:41:25.039 | + lib/nova:create_nova_conf:466 : iniset /etc/nova/nova.conf cache backend dogpile.cache.memcached 2022-05-18 09:41:25.065 | + lib/nova:create_nova_conf:467 : iniset /etc/nova/nova.conf cache memcache_servers localhost:11211 2022-05-18 09:41:25.094 | + lib/nova:create_nova_conf:470 : is_service_enabled n-api 2022-05-18 09:41:25.110 | + functions-common:is_service_enabled:2093 : return 0 2022-05-18 09:41:25.112 | + lib/nova:create_nova_conf:471 : is_service_enabled n-api-meta 2022-05-18 09:41:25.128 | + functions-common:is_service_enabled:2093 : return 0 2022-05-18 09:41:25.131 | ++ lib/nova:create_nova_conf:473 : echo osapi_compute,metadata 2022-05-18 09:41:25.132 | ++ lib/nova:create_nova_conf:473 : sed s/,metadata// 2022-05-18 09:41:25.138 | + lib/nova:create_nova_conf:473 : NOVA_ENABLED_APIS=osapi_compute 2022-05-18 09:41:25.140 | + lib/nova:create_nova_conf:475 : iniset /etc/nova/nova.conf DEFAULT enabled_apis osapi_compute 2022-05-18 09:41:25.167 | + lib/nova:create_nova_conf:476 : is_service_enabled tls-proxy 2022-05-18 09:41:25.183 | + functions-common:is_service_enabled:2093 : return 1 2022-05-18 09:41:25.185 | + lib/nova:create_nova_conf:482 : configure_keystone_authtoken_middleware /etc/nova/nova.conf nova 2022-05-18 09:41:25.188 | + lib/keystone:configure_keystone_authtoken_middleware:447 : local conf_file=/etc/nova/nova.conf 2022-05-18 09:41:25.190 | + lib/keystone:configure_keystone_authtoken_middleware:448 : local admin_user=nova 2022-05-18 09:41:25.192 | + lib/keystone:configure_keystone_authtoken_middleware:449 : local section=keystone_authtoken 2022-05-18 09:41:25.194 | + lib/keystone:configure_keystone_authtoken_middleware:451 : iniset /etc/nova/nova.conf keystone_authtoken auth_type password 2022-05-18 09:41:25.224 | + lib/keystone:configure_keystone_authtoken_middleware:452 : iniset /etc/nova/nova.conf keystone_authtoken interface public 2022-05-18 09:41:25.251 | + lib/keystone:configure_keystone_authtoken_middleware:453 : iniset /etc/nova/nova.conf keystone_authtoken auth_url http://10.222.0.71/identity 2022-05-18 09:41:25.279 | + lib/keystone:configure_keystone_authtoken_middleware:454 : iniset /etc/nova/nova.conf keystone_authtoken username nova 2022-05-18 09:41:25.306 | + lib/keystone:configure_keystone_authtoken_middleware:455 : iniset /etc/nova/nova.conf keystone_authtoken password Passw0rd 2022-05-18 09:41:25.333 | + lib/keystone:configure_keystone_authtoken_middleware:456 : iniset /etc/nova/nova.conf keystone_authtoken user_domain_name Default 2022-05-18 09:41:25.361 | + lib/keystone:configure_keystone_authtoken_middleware:457 : iniset /etc/nova/nova.conf keystone_authtoken project_name service 2022-05-18 09:41:25.388 | + lib/keystone:configure_keystone_authtoken_middleware:458 : iniset /etc/nova/nova.conf keystone_authtoken project_domain_name Default 2022-05-18 09:41:25.418 | + lib/keystone:configure_keystone_authtoken_middleware:460 : iniset /etc/nova/nova.conf keystone_authtoken cafile /opt/stack/data/ca-bundle.pem 2022-05-18 09:41:25.445 | + lib/keystone:configure_keystone_authtoken_middleware:461 : iniset /etc/nova/nova.conf keystone_authtoken memcached_servers localhost:11211 2022-05-18 09:41:25.473 | + lib/nova:create_nova_conf:485 : is_service_enabled cinder 2022-05-18 09:41:25.488 | + functions-common:is_service_enabled:2093 : return 0 2022-05-18 09:41:25.491 | + lib/nova:create_nova_conf:486 : configure_cinder_access 2022-05-18 09:41:25.493 | + lib/nova:configure_cinder_access:613 : iniset /etc/nova/nova.conf cinder os_region_name RegionOne 2022-05-18 09:41:25.523 | + lib/nova:configure_cinder_access:614 : iniset /etc/nova/nova.conf cinder auth_type password 2022-05-18 09:41:25.550 | + lib/nova:configure_cinder_access:615 : iniset /etc/nova/nova.conf cinder auth_url http://10.222.0.71/identity 2022-05-18 09:41:25.577 | + lib/nova:configure_cinder_access:622 : iniset /etc/nova/nova.conf cinder username nova 2022-05-18 09:41:25.605 | + lib/nova:configure_cinder_access:623 : iniset /etc/nova/nova.conf cinder password Passw0rd 2022-05-18 09:41:25.632 | + lib/nova:configure_cinder_access:624 : iniset /etc/nova/nova.conf cinder user_domain_name Default 2022-05-18 09:41:25.661 | + lib/nova:configure_cinder_access:625 : iniset /etc/nova/nova.conf cinder project_name service 2022-05-18 09:41:25.690 | + lib/nova:configure_cinder_access:626 : iniset /etc/nova/nova.conf cinder project_domain_name Default 2022-05-18 09:41:25.718 | + lib/nova:configure_cinder_access:627 : is_service_enabled tls-proxy 2022-05-18 09:41:25.733 | + functions-common:is_service_enabled:2093 : return 1 2022-05-18 09:41:25.736 | + lib/nova:create_nova_conf:489 : '[' -n /opt/stack/data/nova ']' 2022-05-18 09:41:25.738 | + lib/nova:create_nova_conf:490 : iniset /etc/nova/nova.conf DEFAULT state_path /opt/stack/data/nova 2022-05-18 09:41:25.765 | + lib/nova:create_nova_conf:491 : iniset /etc/nova/nova.conf oslo_concurrency lock_path /opt/stack/data/nova 2022-05-18 09:41:25.795 | + lib/nova:create_nova_conf:493 : '[' -n /opt/stack/data/nova/instances ']' 2022-05-18 09:41:25.797 | + lib/nova:create_nova_conf:494 : iniset /etc/nova/nova.conf DEFAULT instances_path /opt/stack/data/nova/instances 2022-05-18 09:41:25.825 | + lib/nova:create_nova_conf:496 : '[' False '!=' False ']' 2022-05-18 09:41:25.827 | + lib/nova:create_nova_conf:499 : '[' False '!=' False ']' 2022-05-18 09:41:25.829 | + lib/nova:create_nova_conf:505 : is_suse 2022-05-18 09:41:25.831 | + functions-common:is_suse:542 : is_opensuse 2022-05-18 09:41:25.833 | + functions-common:is_opensuse:549 : [[ -z Ubuntu ]] 2022-05-18 09:41:25.836 | + functions-common:is_opensuse:553 : [[ Ubuntu =~ (openSUSE) ]] 2022-05-18 09:41:25.839 | + functions-common:is_suse:542 : is_suse_linux_enterprise 2022-05-18 09:41:25.841 | + functions-common:is_suse_linux_enterprise:561 : [[ -z Ubuntu ]] 2022-05-18 09:41:25.843 | + functions-common:is_suse_linux_enterprise:565 : [[ Ubuntu =~ (^SUSE) ]] 2022-05-18 09:41:25.845 | + lib/nova:create_nova_conf:505 : is_fedora 2022-05-18 09:41:25.848 | + functions-common:is_fedora:524 : [[ -z Ubuntu ]] 2022-05-18 09:41:25.850 | + functions-common:is_fedora:528 : '[' Ubuntu = Fedora ']' 2022-05-18 09:41:25.852 | + functions-common:is_fedora:528 : '[' Ubuntu = 'Red Hat' ']' 2022-05-18 09:41:25.854 | + functions-common:is_fedora:529 : '[' Ubuntu = openEuler ']' 2022-05-18 09:41:25.857 | + functions-common:is_fedora:530 : '[' Ubuntu = RedHatEnterpriseServer ']' 2022-05-18 09:41:25.859 | + functions-common:is_fedora:531 : '[' Ubuntu = RedHatEnterprise ']' 2022-05-18 09:41:25.861 | + functions-common:is_fedora:532 : '[' Ubuntu = CentOS ']' 2022-05-18 09:41:25.863 | + functions-common:is_fedora:532 : '[' Ubuntu = CentOSStream ']' 2022-05-18 09:41:25.866 | + functions-common:is_fedora:533 : '[' Ubuntu = AlmaLinux ']' 2022-05-18 09:41:25.869 | + functions-common:is_fedora:534 : '[' Ubuntu = OracleServer ']' 2022-05-18 09:41:25.871 | + functions-common:is_fedora:534 : '[' Ubuntu = Virtuozzo ']' 2022-05-18 09:41:25.873 | + lib/nova:create_nova_conf:510 : setup_logging /etc/nova/nova.conf 2022-05-18 09:41:25.875 | + functions:setup_logging:674 : setup_systemd_logging /etc/nova/nova.conf 2022-05-18 09:41:25.878 | + functions:setup_systemd_logging:689 : local conf_file=/etc/nova/nova.conf 2022-05-18 09:41:25.880 | ++ functions:setup_systemd_logging:694 : trueorfalse False USE_JOURNAL 2022-05-18 09:41:25.897 | + functions:setup_systemd_logging:694 : USE_JOURNAL=False 2022-05-18 09:41:25.899 | + functions:setup_systemd_logging:695 : local pidstr= 2022-05-18 09:41:25.901 | + functions:setup_systemd_logging:696 : [[ False == \T\r\u\e ]] 2022-05-18 09:41:25.904 | + functions:setup_systemd_logging:700 : pidstr='(pid=%(process)d) ' 2022-05-18 09:41:25.906 | + 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-05-18 09:41:25.933 | + 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-05-18 09:41:25.961 | + 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-05-18 09:41:25.988 | + functions:setup_systemd_logging:706 : iniset /etc/nova/nova.conf DEFAULT logging_exception_prefix 'ERROR %(name)s %(instance)s' 2022-05-18 09:41:26.016 | + lib/nova:create_nova_conf:512 : iniset /etc/nova/nova.conf upgrade_levels compute auto 2022-05-18 09:41:26.046 | + lib/nova:create_nova_conf:514 : is_service_enabled n-api 2022-05-18 09:41:26.062 | + functions-common:is_service_enabled:2093 : return 0 2022-05-18 09:41:26.064 | + lib/nova:create_nova_conf:515 : write_uwsgi_config /etc/nova/nova-api-uwsgi.ini /usr/local/bin/nova-api-wsgi /compute 2022-05-18 09:41:26.067 | + lib/apache:write_uwsgi_config:254 : local file=/etc/nova/nova-api-uwsgi.ini 2022-05-18 09:41:26.069 | + lib/apache:write_uwsgi_config:255 : local wsgi=/usr/local/bin/nova-api-wsgi 2022-05-18 09:41:26.071 | + lib/apache:write_uwsgi_config:256 : local url=/compute 2022-05-18 09:41:26.074 | + lib/apache:write_uwsgi_config:257 : local http= 2022-05-18 09:41:26.076 | + lib/apache:write_uwsgi_config:258 : local name= 2022-05-18 09:41:26.079 | ++ lib/apache:write_uwsgi_config:259 : basename /usr/local/bin/nova-api-wsgi 2022-05-18 09:41:26.083 | + lib/apache:write_uwsgi_config:259 : name=nova-api-wsgi 2022-05-18 09:41:26.085 | + lib/apache:write_uwsgi_config:263 : local socket_dir=/var/run/uwsgi 2022-05-18 09:41:26.088 | + lib/apache:write_uwsgi_config:267 : sudo mkdir -p /etc/tmpfiles.d/ 2022-05-18 09:41:26.100 | + lib/apache:write_uwsgi_config:268 : echo 'd /var/run/uwsgi 0755 ubuntu root' 2022-05-18 09:41:26.101 | + lib/apache:write_uwsgi_config:268 : sudo tee /etc/tmpfiles.d/uwsgi.conf 2022-05-18 09:41:26.109 | d /var/run/uwsgi 0755 ubuntu root 2022-05-18 09:41:26.113 | + lib/apache:write_uwsgi_config:269 : sudo systemd-tmpfiles --create /etc/tmpfiles.d/uwsgi.conf 2022-05-18 09:41:26.128 | + lib/apache:write_uwsgi_config:271 : local socket=/var/run/uwsgi/nova-api-wsgi.socket 2022-05-18 09:41:26.130 | + lib/apache:write_uwsgi_config:274 : rm -rf /etc/nova/nova-api-uwsgi.ini 2022-05-18 09:41:26.134 | + lib/apache:write_uwsgi_config:275 : iniset /etc/nova/nova-api-uwsgi.ini uwsgi wsgi-file /usr/local/bin/nova-api-wsgi 2022-05-18 09:41:26.164 | + lib/apache:write_uwsgi_config:276 : iniset /etc/nova/nova-api-uwsgi.ini uwsgi processes 2 2022-05-18 09:41:26.191 | + lib/apache:write_uwsgi_config:278 : iniset /etc/nova/nova-api-uwsgi.ini uwsgi master true 2022-05-18 09:41:26.218 | + lib/apache:write_uwsgi_config:280 : iniset /etc/nova/nova-api-uwsgi.ini uwsgi die-on-term true 2022-05-18 09:41:26.245 | + lib/apache:write_uwsgi_config:281 : iniset /etc/nova/nova-api-uwsgi.ini uwsgi exit-on-reload false 2022-05-18 09:41:26.272 | + lib/apache:write_uwsgi_config:284 : iniset /etc/nova/nova-api-uwsgi.ini uwsgi worker-reload-mercy 90 2022-05-18 09:41:26.299 | + lib/apache:write_uwsgi_config:285 : iniset /etc/nova/nova-api-uwsgi.ini uwsgi enable-threads true 2022-05-18 09:41:26.326 | + lib/apache:write_uwsgi_config:286 : iniset /etc/nova/nova-api-uwsgi.ini uwsgi plugins http,python3 2022-05-18 09:41:26.353 | + lib/apache:write_uwsgi_config:288 : iniset /etc/nova/nova-api-uwsgi.ini uwsgi thunder-lock true 2022-05-18 09:41:26.380 | + 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-05-18 09:41:26.407 | + lib/apache:write_uwsgi_config:292 : iniset /etc/nova/nova-api-uwsgi.ini uwsgi buffer-size 65535 2022-05-18 09:41:26.433 | + lib/apache:write_uwsgi_config:294 : iniset /etc/nova/nova-api-uwsgi.ini uwsgi add-header 'Connection: close' 2022-05-18 09:41:26.461 | + lib/apache:write_uwsgi_config:296 : iniset /etc/nova/nova-api-uwsgi.ini uwsgi lazy-apps true 2022-05-18 09:41:26.488 | + lib/apache:write_uwsgi_config:299 : [[ -n '' ]] 2022-05-18 09:41:26.490 | + lib/apache:write_uwsgi_config:302 : local apache_conf= 2022-05-18 09:41:26.493 | ++ lib/apache:write_uwsgi_config:303 : apache_site_config_for nova-api-wsgi 2022-05-18 09:41:26.495 | ++ lib/apache:apache_site_config_for:186 : local site=nova-api-wsgi 2022-05-18 09:41:26.498 | ++ lib/apache:apache_site_config_for:187 : is_ubuntu 2022-05-18 09:41:26.500 | ++ functions-common:is_ubuntu:573 : [[ -z deb ]] 2022-05-18 09:41:26.502 | ++ functions-common:is_ubuntu:576 : '[' deb = deb ']' 2022-05-18 09:41:26.505 | ++ lib/apache:apache_site_config_for:189 : echo /etc/apache2/sites-available/nova-api-wsgi.conf 2022-05-18 09:41:26.507 | + lib/apache:write_uwsgi_config:303 : apache_conf=/etc/apache2/sites-available/nova-api-wsgi.conf 2022-05-18 09:41:26.510 | + lib/apache:write_uwsgi_config:304 : iniset /etc/nova/nova-api-uwsgi.ini uwsgi socket /var/run/uwsgi/nova-api-wsgi.socket 2022-05-18 09:41:26.537 | + lib/apache:write_uwsgi_config:305 : iniset /etc/nova/nova-api-uwsgi.ini uwsgi chmod-socket 666 2022-05-18 09:41:26.565 | + 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-05-18 09:41:26.565 | + lib/apache:write_uwsgi_config:306 : sudo tee -a /etc/apache2/sites-available/nova-api-wsgi.conf 2022-05-18 09:41:26.574 | ProxyPass "/compute" "unix:/var/run/uwsgi/nova-api-wsgi.socket|uwsgi://uwsgi-uds-nova-api-wsgi" retry=0 2022-05-18 09:41:26.577 | + lib/apache:write_uwsgi_config:307 : enable_apache_site nova-api-wsgi 2022-05-18 09:41:26.580 | + lib/apache:enable_apache_site:203 : local site=nova-api-wsgi 2022-05-18 09:41:26.582 | + lib/apache:enable_apache_site:205 : enable_apache_mod version 2022-05-18 09:41:26.584 | + lib/apache:enable_apache_mod:59 : local mod=version 2022-05-18 09:41:26.586 | + lib/apache:enable_apache_mod:61 : is_ubuntu 2022-05-18 09:41:26.589 | + functions-common:is_ubuntu:573 : [[ -z deb ]] 2022-05-18 09:41:26.592 | + functions-common:is_ubuntu:576 : '[' deb = deb ']' 2022-05-18 09:41:26.594 | + lib/apache:enable_apache_mod:64 : [[ version != \v\e\r\s\i\o\n ]] 2022-05-18 09:41:26.596 | + lib/apache:enable_apache_site:206 : is_ubuntu 2022-05-18 09:41:26.598 | + functions-common:is_ubuntu:573 : [[ -z deb ]] 2022-05-18 09:41:26.601 | + functions-common:is_ubuntu:576 : '[' deb = deb ']' 2022-05-18 09:41:26.603 | + lib/apache:enable_apache_site:207 : sudo a2ensite nova-api-wsgi 2022-05-18 09:41:26.664 | Enabling site nova-api-wsgi. 2022-05-18 09:41:26.669 | To activate the new configuration, you need to run: 2022-05-18 09:41:26.669 | systemctl reload apache2 2022-05-18 09:41:26.673 | + lib/apache:write_uwsgi_config:308 : restart_apache_server 2022-05-18 09:41:26.676 | + lib/apache:restart_apache_server:250 : restart_service apache2 2022-05-18 09:41:26.678 | + functions-common:restart_service:2321 : '[' -x /bin/systemctl ']' 2022-05-18 09:41:26.680 | + functions-common:restart_service:2322 : sudo /bin/systemctl restart apache2 2022-05-18 09:41:26.814 | + lib/nova:create_nova_conf:518 : is_service_enabled n-api-meta 2022-05-18 09:41:26.835 | + functions-common:is_service_enabled:2093 : return 0 2022-05-18 09:41:26.838 | + lib/nova:create_nova_conf:519 : write_uwsgi_config /etc/nova/nova-metadata-uwsgi.ini /usr/local/bin/nova-metadata-wsgi '' 0.0.0.0:8775 2022-05-18 09:41:26.841 | + lib/apache:write_uwsgi_config:254 : local file=/etc/nova/nova-metadata-uwsgi.ini 2022-05-18 09:41:26.843 | + lib/apache:write_uwsgi_config:255 : local wsgi=/usr/local/bin/nova-metadata-wsgi 2022-05-18 09:41:26.845 | + lib/apache:write_uwsgi_config:256 : local url= 2022-05-18 09:41:26.848 | + lib/apache:write_uwsgi_config:257 : local http=0.0.0.0:8775 2022-05-18 09:41:26.850 | + lib/apache:write_uwsgi_config:258 : local name= 2022-05-18 09:41:26.853 | ++ lib/apache:write_uwsgi_config:259 : basename /usr/local/bin/nova-metadata-wsgi 2022-05-18 09:41:26.857 | + lib/apache:write_uwsgi_config:259 : name=nova-metadata-wsgi 2022-05-18 09:41:26.860 | + lib/apache:write_uwsgi_config:263 : local socket_dir=/var/run/uwsgi 2022-05-18 09:41:26.862 | + lib/apache:write_uwsgi_config:267 : sudo mkdir -p /etc/tmpfiles.d/ 2022-05-18 09:41:26.875 | + lib/apache:write_uwsgi_config:268 : sudo tee /etc/tmpfiles.d/uwsgi.conf 2022-05-18 09:41:26.877 | + lib/apache:write_uwsgi_config:268 : echo 'd /var/run/uwsgi 0755 ubuntu root' 2022-05-18 09:41:26.885 | d /var/run/uwsgi 0755 ubuntu root 2022-05-18 09:41:26.888 | + lib/apache:write_uwsgi_config:269 : sudo systemd-tmpfiles --create /etc/tmpfiles.d/uwsgi.conf 2022-05-18 09:41:26.905 | + lib/apache:write_uwsgi_config:271 : local socket=/var/run/uwsgi/nova-metadata-wsgi.socket 2022-05-18 09:41:26.907 | + lib/apache:write_uwsgi_config:274 : rm -rf /etc/nova/nova-metadata-uwsgi.ini 2022-05-18 09:41:26.911 | + lib/apache:write_uwsgi_config:275 : iniset /etc/nova/nova-metadata-uwsgi.ini uwsgi wsgi-file /usr/local/bin/nova-metadata-wsgi 2022-05-18 09:41:26.941 | + lib/apache:write_uwsgi_config:276 : iniset /etc/nova/nova-metadata-uwsgi.ini uwsgi processes 2 2022-05-18 09:41:26.969 | + lib/apache:write_uwsgi_config:278 : iniset /etc/nova/nova-metadata-uwsgi.ini uwsgi master true 2022-05-18 09:41:26.996 | + lib/apache:write_uwsgi_config:280 : iniset /etc/nova/nova-metadata-uwsgi.ini uwsgi die-on-term true 2022-05-18 09:41:27.024 | + lib/apache:write_uwsgi_config:281 : iniset /etc/nova/nova-metadata-uwsgi.ini uwsgi exit-on-reload false 2022-05-18 09:41:27.051 | + lib/apache:write_uwsgi_config:284 : iniset /etc/nova/nova-metadata-uwsgi.ini uwsgi worker-reload-mercy 90 2022-05-18 09:41:27.081 | + lib/apache:write_uwsgi_config:285 : iniset /etc/nova/nova-metadata-uwsgi.ini uwsgi enable-threads true 2022-05-18 09:41:27.110 | + lib/apache:write_uwsgi_config:286 : iniset /etc/nova/nova-metadata-uwsgi.ini uwsgi plugins http,python3 2022-05-18 09:41:27.138 | + lib/apache:write_uwsgi_config:288 : iniset /etc/nova/nova-metadata-uwsgi.ini uwsgi thunder-lock true 2022-05-18 09:41:27.165 | + 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-05-18 09:41:27.192 | + lib/apache:write_uwsgi_config:292 : iniset /etc/nova/nova-metadata-uwsgi.ini uwsgi buffer-size 65535 2022-05-18 09:41:27.220 | + lib/apache:write_uwsgi_config:294 : iniset /etc/nova/nova-metadata-uwsgi.ini uwsgi add-header 'Connection: close' 2022-05-18 09:41:27.247 | + lib/apache:write_uwsgi_config:296 : iniset /etc/nova/nova-metadata-uwsgi.ini uwsgi lazy-apps true 2022-05-18 09:41:27.274 | + lib/apache:write_uwsgi_config:299 : [[ -n 0.0.0.0:8775 ]] 2022-05-18 09:41:27.276 | + lib/apache:write_uwsgi_config:300 : iniset /etc/nova/nova-metadata-uwsgi.ini uwsgi http 0.0.0.0:8775 2022-05-18 09:41:27.303 | + lib/nova:create_nova_conf:522 : is_service_enabled ceilometer 2022-05-18 09:41:27.319 | + functions-common:is_service_enabled:2093 : return 1 2022-05-18 09:41:27.322 | + lib/nova:create_nova_conf:530 : iniset /etc/nova/nova.conf oslo_messaging_notifications driver messagingv2 2022-05-18 09:41:27.353 | ++ lib/nova:create_nova_conf:531 : get_notification_url 2022-05-18 09:41:27.356 | ++ lib/rpc_backend:get_notification_url:149 : local virtual_host= 2022-05-18 09:41:27.359 | ++ lib/rpc_backend:get_notification_url:150 : is_service_enabled rabbit 2022-05-18 09:41:27.375 | ++ functions-common:is_service_enabled:2093 : return 0 2022-05-18 09:41:27.378 | ++ lib/rpc_backend:get_notification_url:151 : echo rabbit://stackrabbit:Passw0rd@10.222.0.71:5672/ 2022-05-18 09:41:27.381 | + lib/nova:create_nova_conf:531 : iniset /etc/nova/nova.conf oslo_messaging_notifications transport_url rabbit://stackrabbit:Passw0rd@10.222.0.71:5672/ 2022-05-18 09:41:27.413 | + lib/nova:create_nova_conf:532 : iniset /etc/nova/nova.conf notifications notification_format unversioned 2022-05-18 09:41:27.444 | + lib/nova:create_nova_conf:533 : iniset_rpc_backend nova /etc/nova/nova.conf 2022-05-18 09:41:27.447 | + lib/rpc_backend:iniset_rpc_backend:157 : local package=nova 2022-05-18 09:41:27.449 | + lib/rpc_backend:iniset_rpc_backend:158 : local file=/etc/nova/nova.conf 2022-05-18 09:41:27.451 | + lib/rpc_backend:iniset_rpc_backend:159 : local section=DEFAULT 2022-05-18 09:41:27.453 | + lib/rpc_backend:iniset_rpc_backend:160 : local virtual_host= 2022-05-18 09:41:27.456 | + lib/rpc_backend:iniset_rpc_backend:161 : is_service_enabled rabbit 2022-05-18 09:41:27.472 | + functions-common:is_service_enabled:2093 : return 0 2022-05-18 09:41:27.474 | ++ lib/rpc_backend:iniset_rpc_backend:162 : get_transport_url '' 2022-05-18 09:41:27.477 | ++ lib/rpc_backend:get_transport_url:139 : local virtual_host= 2022-05-18 09:41:27.480 | ++ lib/rpc_backend:get_transport_url:140 : is_service_enabled rabbit 2022-05-18 09:41:27.496 | ++ functions-common:is_service_enabled:2093 : return 0 2022-05-18 09:41:27.498 | ++ lib/rpc_backend:get_transport_url:141 : echo rabbit://stackrabbit:Passw0rd@10.222.0.71:5672/ 2022-05-18 09:41:27.501 | + lib/rpc_backend:iniset_rpc_backend:162 : iniset /etc/nova/nova.conf DEFAULT transport_url rabbit://stackrabbit:Passw0rd@10.222.0.71:5672/ 2022-05-18 09:41:27.527 | + lib/rpc_backend:iniset_rpc_backend:163 : '[' -n '' ']' 2022-05-18 09:41:27.530 | + lib/rpc_backend:iniset_rpc_backend:166 : '[' -n '' ']' 2022-05-18 09:41:27.532 | + lib/nova:create_nova_conf:535 : iniset /etc/nova/nova.conf DEFAULT osapi_compute_workers 2 2022-05-18 09:41:27.561 | + lib/nova:create_nova_conf:536 : iniset /etc/nova/nova.conf DEFAULT metadata_workers 2 2022-05-18 09:41:27.588 | + lib/nova:create_nova_conf:538 : iniset /etc/nova/nova.conf conductor workers 2 2022-05-18 09:41:27.619 | + lib/nova:create_nova_conf:540 : is_service_enabled tls-proxy 2022-05-18 09:41:27.635 | + functions-common:is_service_enabled:2093 : return 1 2022-05-18 09:41:27.638 | + lib/nova:create_nova_conf:545 : iniset /etc/nova/nova.conf DEFAULT graceful_shutdown_timeout 5 2022-05-18 09:41:27.665 | + lib/nova:create_nova_conf:547 : '[' True == True ']' 2022-05-18 09:41:27.668 | + lib/nova:create_nova_conf:548 : init_nova_service_user_conf 2022-05-18 09:41:27.670 | + lib/nova:init_nova_service_user_conf:796 : iniset /etc/nova/nova.conf service_user send_service_user_token True 2022-05-18 09:41:27.701 | + lib/nova:init_nova_service_user_conf:797 : iniset /etc/nova/nova.conf service_user auth_type password 2022-05-18 09:41:27.728 | + lib/nova:init_nova_service_user_conf:798 : iniset /etc/nova/nova.conf service_user auth_url http://10.222.0.71/identity 2022-05-18 09:41:27.756 | + lib/nova:init_nova_service_user_conf:799 : iniset /etc/nova/nova.conf service_user username nova 2022-05-18 09:41:27.784 | + lib/nova:init_nova_service_user_conf:800 : iniset /etc/nova/nova.conf service_user password Passw0rd 2022-05-18 09:41:27.812 | + lib/nova:init_nova_service_user_conf:801 : iniset /etc/nova/nova.conf service_user user_domain_name Default 2022-05-18 09:41:27.840 | + lib/nova:init_nova_service_user_conf:802 : iniset /etc/nova/nova.conf service_user project_name service 2022-05-18 09:41:27.868 | + lib/nova:init_nova_service_user_conf:803 : iniset /etc/nova/nova.conf service_user project_domain_name Default 2022-05-18 09:41:27.895 | + lib/nova:init_nova_service_user_conf:804 : iniset /etc/nova/nova.conf service_user auth_strategy keystone 2022-05-18 09:41:27.923 | + lib/nova:create_nova_conf:551 : is_service_enabled n-cond 2022-05-18 09:41:27.939 | + functions-common:is_service_enabled:2093 : return 0 2022-05-18 09:41:27.942 | ++ lib/nova:create_nova_conf:552 : seq 1 1 2022-05-18 09:41:27.946 | + lib/nova:create_nova_conf:552 : for i in $(seq 1 $NOVA_NUM_CELLS) 2022-05-18 09:41:27.948 | + lib/nova:create_nova_conf:553 : local conf 2022-05-18 09:41:27.951 | + lib/nova:create_nova_conf:554 : local vhost 2022-05-18 09:41:27.953 | ++ lib/nova:create_nova_conf:555 : conductor_conf 1 2022-05-18 09:41:27.956 | ++ lib/nova:conductor_conf:808 : local cell=1 2022-05-18 09:41:27.958 | ++ lib/nova:conductor_conf:809 : echo /etc/nova/nova_cell1.conf 2022-05-18 09:41:27.961 | + lib/nova:create_nova_conf:555 : conf=/etc/nova/nova_cell1.conf 2022-05-18 09:41:27.964 | + lib/nova:create_nova_conf:556 : vhost=nova_cell1 2022-05-18 09:41:27.966 | + lib/nova:create_nova_conf:558 : rm -f /etc/nova/nova_cell1.conf 2022-05-18 09:41:27.970 | ++ lib/nova:create_nova_conf:559 : database_connection_url nova_cell1 2022-05-18 09:41:27.973 | ++ lib/database:database_connection_url:134 : local db=nova_cell1 2022-05-18 09:41:27.975 | ++ lib/database:database_connection_url:135 : database_connection_url_mysql nova_cell1 2022-05-18 09:41:27.978 | ++ lib/databases/mysql:database_connection_url_mysql:224 : local db=nova_cell1 2022-05-18 09:41:27.980 | ++ lib/databases/mysql:database_connection_url_mysql:225 : local plugin 2022-05-18 09:41:27.982 | ++ lib/databases/mysql:database_connection_url_mysql:229 : [[ True == \T\r\u\e ]] 2022-05-18 09:41:27.985 | ++ lib/databases/mysql:database_connection_url_mysql:230 : is_service_enabled mysql 2022-05-18 09:41:28.000 | ++ functions-common:is_service_enabled:2093 : return 0 2022-05-18 09:41:28.003 | ++ lib/databases/mysql:database_connection_url_mysql:231 : plugin='&plugin=dbcounter' 2022-05-18 09:41:28.005 | ++ lib/databases/mysql:database_connection_url_mysql:235 : echo 'mysql+pymysql://root:Passw0rd@127.0.0.1/nova_cell1?charset=utf8&plugin=dbcounter' 2022-05-18 09:41:28.008 | + lib/nova:create_nova_conf:559 : iniset /etc/nova/nova_cell1.conf database connection 'mysql+pymysql://root:Passw0rd@127.0.0.1/nova_cell1?charset=utf8&plugin=dbcounter' 2022-05-18 09:41:28.038 | + lib/nova:create_nova_conf:560 : iniset /etc/nova/nova_cell1.conf conductor workers 2 2022-05-18 09:41:28.069 | + lib/nova:create_nova_conf:561 : iniset /etc/nova/nova_cell1.conf DEFAULT debug True 2022-05-18 09:41:28.099 | + lib/nova:create_nova_conf:563 : [[ superconductor == \s\i\n\g\l\e\c\o\n\d\u\c\t\o\r ]] 2022-05-18 09:41:28.101 | + lib/nova:create_nova_conf:566 : rpc_backend_add_vhost nova_cell1 2022-05-18 09:41:28.104 | + lib/rpc_backend:rpc_backend_add_vhost:125 : local vhost=nova_cell1 2022-05-18 09:41:28.106 | + lib/rpc_backend:rpc_backend_add_vhost:126 : is_service_enabled rabbit 2022-05-18 09:41:28.123 | + functions-common:is_service_enabled:2093 : return 0 2022-05-18 09:41:28.126 | ++ lib/rpc_backend:rpc_backend_add_vhost:127 : sudo rabbitmqctl list_vhosts 2022-05-18 09:41:28.127 | ++ lib/rpc_backend:rpc_backend_add_vhost:127 : grep nova_cell1 2022-05-18 09:41:28.819 | + lib/rpc_backend:rpc_backend_add_vhost:127 : '[' -z nova_cell1 ']' 2022-05-18 09:41:28.822 | + lib/nova:create_nova_conf:567 : iniset_rpc_backend nova /etc/nova/nova_cell1.conf DEFAULT nova_cell1 2022-05-18 09:41:28.824 | + lib/rpc_backend:iniset_rpc_backend:157 : local package=nova 2022-05-18 09:41:28.826 | + lib/rpc_backend:iniset_rpc_backend:158 : local file=/etc/nova/nova_cell1.conf 2022-05-18 09:41:28.829 | + lib/rpc_backend:iniset_rpc_backend:159 : local section=DEFAULT 2022-05-18 09:41:28.831 | + lib/rpc_backend:iniset_rpc_backend:160 : local virtual_host=nova_cell1 2022-05-18 09:41:28.833 | + lib/rpc_backend:iniset_rpc_backend:161 : is_service_enabled rabbit 2022-05-18 09:41:28.849 | + functions-common:is_service_enabled:2093 : return 0 2022-05-18 09:41:28.853 | ++ lib/rpc_backend:iniset_rpc_backend:162 : get_transport_url nova_cell1 2022-05-18 09:41:28.855 | ++ lib/rpc_backend:get_transport_url:139 : local virtual_host=nova_cell1 2022-05-18 09:41:28.858 | ++ lib/rpc_backend:get_transport_url:140 : is_service_enabled rabbit 2022-05-18 09:41:28.874 | ++ functions-common:is_service_enabled:2093 : return 0 2022-05-18 09:41:28.876 | ++ lib/rpc_backend:get_transport_url:141 : echo rabbit://stackrabbit:Passw0rd@10.222.0.71:5672/nova_cell1 2022-05-18 09:41:28.879 | + lib/rpc_backend:iniset_rpc_backend:162 : iniset /etc/nova/nova_cell1.conf DEFAULT transport_url rabbit://stackrabbit:Passw0rd@10.222.0.71:5672/nova_cell1 2022-05-18 09:41:28.906 | + lib/rpc_backend:iniset_rpc_backend:163 : '[' -n '' ']' 2022-05-18 09:41:28.908 | + lib/rpc_backend:iniset_rpc_backend:166 : '[' -n '' ']' 2022-05-18 09:41:28.911 | + lib/nova:create_nova_conf:571 : is_service_enabled placement placement-client 2022-05-18 09:41:28.927 | + functions-common:is_service_enabled:2093 : return 0 2022-05-18 09:41:28.930 | + lib/nova:create_nova_conf:572 : configure_placement_nova_compute /etc/nova/nova_cell1.conf 2022-05-18 09:41:28.933 | + lib/nova:configure_placement_nova_compute:600 : local conf=/etc/nova/nova_cell1.conf 2022-05-18 09:41:28.935 | + lib/nova:configure_placement_nova_compute:601 : iniset /etc/nova/nova_cell1.conf placement auth_type password 2022-05-18 09:41:28.965 | + lib/nova:configure_placement_nova_compute:602 : iniset /etc/nova/nova_cell1.conf placement auth_url http://10.222.0.71/identity 2022-05-18 09:41:28.993 | + lib/nova:configure_placement_nova_compute:603 : iniset /etc/nova/nova_cell1.conf placement username placement 2022-05-18 09:41:29.020 | + lib/nova:configure_placement_nova_compute:604 : iniset /etc/nova/nova_cell1.conf placement password Passw0rd 2022-05-18 09:41:29.048 | + lib/nova:configure_placement_nova_compute:605 : iniset /etc/nova/nova_cell1.conf placement user_domain_name Default 2022-05-18 09:41:29.076 | + lib/nova:configure_placement_nova_compute:606 : iniset /etc/nova/nova_cell1.conf placement project_name service 2022-05-18 09:41:29.104 | + lib/nova:configure_placement_nova_compute:607 : iniset /etc/nova/nova_cell1.conf placement project_domain_name Default 2022-05-18 09:41:29.131 | + lib/nova:configure_placement_nova_compute:608 : iniset /etc/nova/nova_cell1.conf placement region_name RegionOne 2022-05-18 09:41:29.159 | + lib/nova:create_nova_conf:576 : setup_logging /etc/nova/nova_cell1.conf 2022-05-18 09:41:29.162 | + functions:setup_logging:674 : setup_systemd_logging /etc/nova/nova_cell1.conf 2022-05-18 09:41:29.164 | + functions:setup_systemd_logging:689 : local conf_file=/etc/nova/nova_cell1.conf 2022-05-18 09:41:29.168 | ++ functions:setup_systemd_logging:694 : trueorfalse False USE_JOURNAL 2022-05-18 09:41:29.185 | + functions:setup_systemd_logging:694 : USE_JOURNAL=False 2022-05-18 09:41:29.187 | + functions:setup_systemd_logging:695 : local pidstr= 2022-05-18 09:41:29.190 | + functions:setup_systemd_logging:696 : [[ False == \T\r\u\e ]] 2022-05-18 09:41:29.192 | + functions:setup_systemd_logging:700 : pidstr='(pid=%(process)d) ' 2022-05-18 09:41:29.194 | + 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-05-18 09:41:29.222 | + 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-05-18 09:41:29.250 | + 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-05-18 09:41:29.278 | + functions:setup_systemd_logging:706 : iniset /etc/nova/nova_cell1.conf DEFAULT logging_exception_prefix 'ERROR %(name)s %(instance)s' 2022-05-18 09:41:29.306 | + lib/nova:create_nova_conf:583 : [[ superconductor == \s\i\n\g\l\e\c\o\n\d\u\c\t\o\r ]] 2022-05-18 09:41:29.309 | ++ lib/nova:create_nova_conf:586 : seq 1 1 2022-05-18 09:41:29.313 | + lib/nova:create_nova_conf:586 : for i in $(seq 1 $NOVA_NUM_CELLS) 2022-05-18 09:41:29.315 | + lib/nova:create_nova_conf:587 : local conf 2022-05-18 09:41:29.317 | + lib/nova:create_nova_conf:588 : local offset 2022-05-18 09:41:29.320 | ++ lib/nova:create_nova_conf:589 : conductor_conf 1 2022-05-18 09:41:29.323 | ++ lib/nova:conductor_conf:808 : local cell=1 2022-05-18 09:41:29.325 | ++ lib/nova:conductor_conf:809 : echo /etc/nova/nova_cell1.conf 2022-05-18 09:41:29.328 | + lib/nova:create_nova_conf:589 : conf=/etc/nova/nova_cell1.conf 2022-05-18 09:41:29.330 | + lib/nova:create_nova_conf:590 : offset=0 2022-05-18 09:41:29.332 | + lib/nova:create_nova_conf:591 : configure_console_proxies /etc/nova/nova_cell1.conf 0 2022-05-18 09:41:29.334 | + lib/nova:configure_console_proxies:698 : local conf=/etc/nova/nova_cell1.conf 2022-05-18 09:41:29.337 | + lib/nova:configure_console_proxies:699 : local offset=0 2022-05-18 09:41:29.340 | + lib/nova:configure_console_proxies:703 : offset=0 2022-05-18 09:41:29.342 | + lib/nova:configure_console_proxies:705 : is_service_enabled n-novnc 2022-05-18 09:41:29.358 | + functions-common:is_service_enabled:2093 : return 1 2022-05-18 09:41:29.360 | + lib/nova:configure_console_proxies:705 : '[' False '!=' False ']' 2022-05-18 09:41:29.362 | + lib/nova:configure_console_proxies:737 : is_service_enabled n-spice 2022-05-18 09:41:29.378 | + functions-common:is_service_enabled:2093 : return 1 2022-05-18 09:41:29.380 | + lib/nova:configure_console_proxies:742 : is_service_enabled n-sproxy 2022-05-18 09:41:29.396 | + functions-common:is_service_enabled:2093 : return 1 2022-05-18 09:41:29.398 | + lib/nova:configure_nova:340 : is_service_enabled n-cpu 2022-05-18 09:41:29.416 | + functions-common:is_service_enabled:2093 : return 1 2022-05-18 09:41:29.418 | + ./stack.sh:main:942 : is_service_enabled placement 2022-05-18 09:41:29.436 | + functions-common:is_service_enabled:2093 : return 0 2022-05-18 09:41:29.438 | + ./stack.sh:main:944 : stack_install_service placement 2022-05-18 09:41:29.441 | + lib/stack:stack_install_service:20 : local service=placement 2022-05-18 09:41:29.444 | + lib/stack:stack_install_service:21 : type install_placement 2022-05-18 09:41:29.446 | + lib/stack:stack_install_service:23 : [[ False = True ]] 2022-05-18 09:41:29.449 | + lib/stack:stack_install_service:32 : install_placement 2022-05-18 09:41:29.451 | + lib/placement:install_placement:137 : install_apache_wsgi 2022-05-18 09:41:29.454 | + lib/apache:install_apache_wsgi:143 : is_ubuntu 2022-05-18 09:41:29.456 | + functions-common:is_ubuntu:573 : [[ -z deb ]] 2022-05-18 09:41:29.459 | + functions-common:is_ubuntu:576 : '[' deb = deb ']' 2022-05-18 09:41:29.461 | + lib/apache:install_apache_wsgi:145 : install_package apache2 2022-05-18 09:41:29.464 | + functions-common:install_package:1475 : update_package_repo 2022-05-18 09:41:29.467 | + functions-common:update_package_repo:1447 : NO_UPDATE_REPOS=False 2022-05-18 09:41:29.469 | + functions-common:update_package_repo:1448 : REPOS_UPDATED=True 2022-05-18 09:41:29.472 | + functions-common:update_package_repo:1449 : RETRY_UPDATE=False 2022-05-18 09:41:29.474 | + functions-common:update_package_repo:1451 : [[ False = \T\r\u\e ]] 2022-05-18 09:41:29.476 | + functions-common:update_package_repo:1455 : is_ubuntu 2022-05-18 09:41:29.479 | + functions-common:is_ubuntu:573 : [[ -z deb ]] 2022-05-18 09:41:29.482 | + functions-common:is_ubuntu:576 : '[' deb = deb ']' 2022-05-18 09:41:29.484 | + functions-common:update_package_repo:1456 : apt_get_update 2022-05-18 09:41:29.487 | + functions-common:apt_get_update:1201 : [[ True == \T\r\u\e ]] 2022-05-18 09:41:29.489 | + functions-common:apt_get_update:1201 : [[ False != \T\r\u\e ]] 2022-05-18 09:41:29.492 | + functions-common:apt_get_update:1202 : return 2022-05-18 09:41:29.494 | + functions-common:install_package:1476 : real_install_package apache2 2022-05-18 09:41:29.496 | + functions-common:real_install_package:1461 : is_ubuntu 2022-05-18 09:41:29.499 | + functions-common:is_ubuntu:573 : [[ -z deb ]] 2022-05-18 09:41:29.501 | + functions-common:is_ubuntu:576 : '[' deb = deb ']' 2022-05-18 09:41:29.504 | + functions-common:real_install_package:1462 : apt_get install apache2 2022-05-18 09:41:29.525 | + functions-common:apt_get:1242 : sudo DEBIAN_FRONTEND=noninteractive http_proxy= https_proxy= no_proxy= apt-get --option Dpkg::Options::=--force-confold --assume-yes install apache2 2022-05-18 09:41:29.635 | Reading package lists... 2022-05-18 09:41:29.888 | Building dependency tree... 2022-05-18 09:41:29.889 | Reading state information... 2022-05-18 09:41:30.144 | apache2 is already the newest version (2.4.41-4ubuntu3.10). 2022-05-18 09:41:30.144 | The following packages were automatically installed and are no longer required: 2022-05-18 09:41:30.145 | apport-symptoms libnetplan0 python3-automat python3-blinker python3-click 2022-05-18 09:41:30.145 | python3-colorama python3-configobj python3-constantly python3-entrypoints 2022-05-18 09:41:30.146 | python3-hamcrest python3-hyperlink python3-incremental python3-jwt 2022-05-18 09:41:30.146 | python3-keyring python3-lazr.uri python3-oauthlib python3-problem-report 2022-05-18 09:41:30.146 | python3-secretstorage python3-twisted-bin python3-wadllib 2022-05-18 09:41:30.146 | python3-zope.interface 2022-05-18 09:41:30.146 | Use 'sudo apt autoremove' to remove them. 2022-05-18 09:41:30.260 | 0 upgraded, 0 newly installed, 0 to remove and 136 not upgraded. 2022-05-18 09:41:30.264 | + functions-common:apt_get:1246 : result=0 2022-05-18 09:41:30.267 | + functions-common:apt_get:1249 : time_stop apt-get 2022-05-18 09:41:30.269 | + functions-common:time_stop:2437 : local name 2022-05-18 09:41:30.271 | + functions-common:time_stop:2438 : local end_time 2022-05-18 09:41:30.274 | + functions-common:time_stop:2439 : local elapsed_time 2022-05-18 09:41:30.277 | + functions-common:time_stop:2440 : local total 2022-05-18 09:41:30.279 | + functions-common:time_stop:2441 : local start_time 2022-05-18 09:41:30.281 | + functions-common:time_stop:2443 : name=apt-get 2022-05-18 09:41:30.283 | + functions-common:time_stop:2444 : start_time=1652866889522 2022-05-18 09:41:30.286 | + functions-common:time_stop:2446 : [[ -z 1652866889522 ]] 2022-05-18 09:41:30.289 | ++ functions-common:time_stop:2449 : date +%s%3N 2022-05-18 09:41:30.294 | + functions-common:time_stop:2449 : end_time=1652866890291 2022-05-18 09:41:30.296 | + functions-common:time_stop:2450 : elapsed_time=769 2022-05-18 09:41:30.298 | + functions-common:time_stop:2451 : total=6189 2022-05-18 09:41:30.300 | + functions-common:time_stop:2453 : _TIME_START[$name]= 2022-05-18 09:41:30.303 | + functions-common:time_stop:2454 : _TIME_TOTAL[$name]=6958 2022-05-18 09:41:30.305 | + functions-common:apt_get:1250 : return 0 2022-05-18 09:41:30.308 | + lib/apache:install_apache_wsgi:146 : is_package_installed libapache2-mod-wsgi 2022-05-18 09:41:30.310 | + functions-common:is_package_installed:1484 : [[ -z libapache2-mod-wsgi ]] 2022-05-18 09:41:30.313 | + functions-common:is_package_installed:1488 : [[ -z deb ]] 2022-05-18 09:41:30.315 | + functions-common:is_package_installed:1492 : [[ deb = \d\e\b ]] 2022-05-18 09:41:30.318 | + functions-common:is_package_installed:1493 : dpkg -s libapache2-mod-wsgi 2022-05-18 09:41:30.341 | + lib/apache:install_apache_wsgi:149 : install_package libapache2-mod-wsgi-py3 2022-05-18 09:41:30.344 | + functions-common:install_package:1475 : update_package_repo 2022-05-18 09:41:30.346 | + functions-common:update_package_repo:1447 : NO_UPDATE_REPOS=False 2022-05-18 09:41:30.349 | + functions-common:update_package_repo:1448 : REPOS_UPDATED=True 2022-05-18 09:41:30.351 | + functions-common:update_package_repo:1449 : RETRY_UPDATE=False 2022-05-18 09:41:30.354 | + functions-common:update_package_repo:1451 : [[ False = \T\r\u\e ]] 2022-05-18 09:41:30.356 | + functions-common:update_package_repo:1455 : is_ubuntu 2022-05-18 09:41:30.358 | + functions-common:is_ubuntu:573 : [[ -z deb ]] 2022-05-18 09:41:30.361 | + functions-common:is_ubuntu:576 : '[' deb = deb ']' 2022-05-18 09:41:30.363 | + functions-common:update_package_repo:1456 : apt_get_update 2022-05-18 09:41:30.366 | + functions-common:apt_get_update:1201 : [[ True == \T\r\u\e ]] 2022-05-18 09:41:30.368 | + functions-common:apt_get_update:1201 : [[ False != \T\r\u\e ]] 2022-05-18 09:41:30.371 | + functions-common:apt_get_update:1202 : return 2022-05-18 09:41:30.374 | + functions-common:install_package:1476 : real_install_package libapache2-mod-wsgi-py3 2022-05-18 09:41:30.378 | + functions-common:real_install_package:1461 : is_ubuntu 2022-05-18 09:41:30.380 | + functions-common:is_ubuntu:573 : [[ -z deb ]] 2022-05-18 09:41:30.383 | + functions-common:is_ubuntu:576 : '[' deb = deb ']' 2022-05-18 09:41:30.386 | + functions-common:real_install_package:1462 : apt_get install libapache2-mod-wsgi-py3 2022-05-18 09:41:30.409 | + functions-common:apt_get:1242 : 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-05-18 09:41:30.518 | Reading package lists... 2022-05-18 09:41:30.760 | Building dependency tree... 2022-05-18 09:41:30.761 | Reading state information... 2022-05-18 09:41:31.012 | libapache2-mod-wsgi-py3 is already the newest version (4.6.8-1ubuntu3). 2022-05-18 09:41:31.012 | The following packages were automatically installed and are no longer required: 2022-05-18 09:41:31.013 | apport-symptoms libnetplan0 python3-automat python3-blinker python3-click 2022-05-18 09:41:31.013 | python3-colorama python3-configobj python3-constantly python3-entrypoints 2022-05-18 09:41:31.013 | python3-hamcrest python3-hyperlink python3-incremental python3-jwt 2022-05-18 09:41:31.013 | python3-keyring python3-lazr.uri python3-oauthlib python3-problem-report 2022-05-18 09:41:31.014 | python3-secretstorage python3-twisted-bin python3-wadllib 2022-05-18 09:41:31.014 | python3-zope.interface 2022-05-18 09:41:31.014 | Use 'sudo apt autoremove' to remove them. 2022-05-18 09:41:31.127 | 0 upgraded, 0 newly installed, 0 to remove and 136 not upgraded. 2022-05-18 09:41:31.132 | + functions-common:apt_get:1246 : result=0 2022-05-18 09:41:31.135 | + functions-common:apt_get:1249 : time_stop apt-get 2022-05-18 09:41:31.137 | + functions-common:time_stop:2437 : local name 2022-05-18 09:41:31.140 | + functions-common:time_stop:2438 : local end_time 2022-05-18 09:41:31.142 | + functions-common:time_stop:2439 : local elapsed_time 2022-05-18 09:41:31.145 | + functions-common:time_stop:2440 : local total 2022-05-18 09:41:31.147 | + functions-common:time_stop:2441 : local start_time 2022-05-18 09:41:31.151 | + functions-common:time_stop:2443 : name=apt-get 2022-05-18 09:41:31.154 | + functions-common:time_stop:2444 : start_time=1652866890406 2022-05-18 09:41:31.156 | + functions-common:time_stop:2446 : [[ -z 1652866890406 ]] 2022-05-18 09:41:31.159 | ++ functions-common:time_stop:2449 : date +%s%3N 2022-05-18 09:41:31.164 | + functions-common:time_stop:2449 : end_time=1652866891161 2022-05-18 09:41:31.166 | + functions-common:time_stop:2450 : elapsed_time=755 2022-05-18 09:41:31.169 | + functions-common:time_stop:2451 : total=6958 2022-05-18 09:41:31.171 | + functions-common:time_stop:2453 : _TIME_START[$name]= 2022-05-18 09:41:31.173 | + functions-common:time_stop:2454 : _TIME_TOTAL[$name]=7713 2022-05-18 09:41:31.176 | + functions-common:apt_get:1250 : return 0 2022-05-18 09:41:31.178 | + lib/apache:install_apache_wsgi:164 : enable_apache_mod wsgi 2022-05-18 09:41:31.181 | + lib/apache:enable_apache_mod:59 : local mod=wsgi 2022-05-18 09:41:31.183 | + lib/apache:enable_apache_mod:61 : is_ubuntu 2022-05-18 09:41:31.186 | + functions-common:is_ubuntu:573 : [[ -z deb ]] 2022-05-18 09:41:31.189 | + functions-common:is_ubuntu:576 : '[' deb = deb ']' 2022-05-18 09:41:31.191 | + lib/apache:enable_apache_mod:64 : [[ wsgi != \v\e\r\s\i\o\n ]] 2022-05-18 09:41:31.194 | + lib/apache:enable_apache_mod:64 : a2query -m wsgi 2022-05-18 09:41:31.249 | wsgi (enabled by maintainer script) 2022-05-18 09:41:31.253 | + lib/placement:install_placement:139 : pip_install_gr osc-placement 2022-05-18 09:41:31.255 | + inc/python:pip_install_gr:76 : local name=osc-placement 2022-05-18 09:41:31.258 | + inc/python:pip_install_gr:77 : local clean_name 2022-05-18 09:41:31.262 | ++ inc/python:pip_install_gr:78 : get_from_global_requirements osc-placement 2022-05-18 09:41:31.264 | ++ inc/python:get_from_global_requirements:225 : local package=osc-placement 2022-05-18 09:41:31.267 | ++ inc/python:get_from_global_requirements:226 : local required_pkg 2022-05-18 09:41:31.271 | +++ inc/python:get_from_global_requirements:227 : grep -i -h '^osc-placement' /opt/stack/requirements/global-requirements.txt 2022-05-18 09:41:31.271 | +++ inc/python:get_from_global_requirements:227 : cut -d# -f1 2022-05-18 09:41:31.277 | ++ inc/python:get_from_global_requirements:227 : required_pkg='osc-placement ' 2022-05-18 09:41:31.279 | ++ inc/python:get_from_global_requirements:228 : [[ osc-placement == '' ]] 2022-05-18 09:41:31.282 | ++ inc/python:get_from_global_requirements:231 : echo osc-placement 2022-05-18 09:41:31.285 | + inc/python:pip_install_gr:78 : clean_name=osc-placement 2022-05-18 09:41:31.287 | + inc/python:pip_install_gr:79 : pip_install osc-placement 2022-05-18 09:41:31.310 | Using python 3.8 to install osc-placement 2022-05-18 09:41:31.313 | + inc/python:pip_install:193 : sudo -H LC_ALL=en_US.UTF-8 SETUPTOOLS_USE_DISTUTILS=stdlib http_proxy= https_proxy= no_proxy= PIP_FIND_LINKS= SETUPTOOLS_SYS_PATH_TECHNIQUE=rewrite python3.8 -m pip install -c /opt/stack/requirements/upper-constraints.txt osc-placement 2022-05-18 09:41:32.173 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-05-18 09:41:32.173 | from cryptography.utils import int_from_bytes 2022-05-18 09:41:32.174 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-05-18 09:41:32.174 | from cryptography.utils import int_from_bytes 2022-05-18 09:41:33.354 | Looking in indexes: http://10.100.0.9:8080/cloudbase/CI/+simple/ 2022-05-18 09:41:33.387 | Requirement already satisfied: osc-placement in /usr/local/lib/python3.8/dist-packages (3.2.0) 2022-05-18 09:41:33.398 | Requirement already satisfied: keystoneauth1>=3.3.0 in /usr/local/lib/python3.8/dist-packages (from osc-placement) (4.5.0) 2022-05-18 09:41:33.400 | Requirement already satisfied: pbr>=2.0.0 in /usr/local/lib/python3.8/dist-packages (from osc-placement) (5.9.0) 2022-05-18 09:41:33.401 | Requirement already satisfied: six>=1.10.0 in /usr/local/lib/python3.8/dist-packages (from osc-placement) (1.16.0) 2022-05-18 09:41:33.402 | Requirement already satisfied: simplejson>=3.16.0 in /usr/local/lib/python3.8/dist-packages (from osc-placement) (3.17.6) 2022-05-18 09:41:33.403 | Requirement already satisfied: oslo.utils>=3.37.0 in /usr/local/lib/python3.8/dist-packages (from osc-placement) (4.13.0) 2022-05-18 09:41:33.404 | Requirement already satisfied: osc-lib>=1.2.0 in /usr/local/lib/python3.8/dist-packages (from osc-placement) (2.5.0) 2022-05-18 09:41:33.464 | Requirement already satisfied: iso8601>=0.1.11 in /usr/local/lib/python3.8/dist-packages (from keystoneauth1>=3.3.0->osc-placement) (1.0.2) 2022-05-18 09:41:33.465 | Requirement already satisfied: requests>=2.14.2 in /usr/local/lib/python3.8/dist-packages (from keystoneauth1>=3.3.0->osc-placement) (2.27.1) 2022-05-18 09:41:33.466 | Requirement already satisfied: stevedore>=1.20.0 in /usr/local/lib/python3.8/dist-packages (from keystoneauth1>=3.3.0->osc-placement) (3.5.0) 2022-05-18 09:41:33.468 | Requirement already satisfied: os-service-types>=1.2.0 in /usr/local/lib/python3.8/dist-packages (from keystoneauth1>=3.3.0->osc-placement) (1.7.0) 2022-05-18 09:41:33.489 | Requirement already satisfied: cliff>=3.2.0 in /usr/local/lib/python3.8/dist-packages (from osc-lib>=1.2.0->osc-placement) (3.10.1) 2022-05-18 09:41:33.490 | Requirement already satisfied: openstacksdk>=0.15.0 in /usr/local/lib/python3.8/dist-packages (from osc-lib>=1.2.0->osc-placement) (0.61.0) 2022-05-18 09:41:33.492 | Requirement already satisfied: oslo.i18n>=3.15.3 in /usr/local/lib/python3.8/dist-packages (from osc-lib>=1.2.0->osc-placement) (5.1.0) 2022-05-18 09:41:33.508 | Requirement already satisfied: debtcollector>=1.2.0 in /usr/local/lib/python3.8/dist-packages (from oslo.utils>=3.37.0->osc-placement) (2.5.0) 2022-05-18 09:41:33.509 | Requirement already satisfied: netifaces>=0.10.4 in /usr/local/lib/python3.8/dist-packages (from oslo.utils>=3.37.0->osc-placement) (0.11.0) 2022-05-18 09:41:33.511 | Requirement already satisfied: netaddr>=0.7.18 in /usr/local/lib/python3.8/dist-packages (from oslo.utils>=3.37.0->osc-placement) (0.8.0) 2022-05-18 09:41:33.512 | Requirement already satisfied: packaging>=20.4 in /usr/local/lib/python3.8/dist-packages (from oslo.utils>=3.37.0->osc-placement) (21.3) 2022-05-18 09:41:33.513 | Requirement already satisfied: pyparsing>=2.1.0 in /usr/local/lib/python3.8/dist-packages (from oslo.utils>=3.37.0->osc-placement) (3.0.9) 2022-05-18 09:41:33.514 | Requirement already satisfied: pytz>=2013.6 in /usr/local/lib/python3.8/dist-packages (from oslo.utils>=3.37.0->osc-placement) (2022.1) 2022-05-18 09:41:33.534 | Requirement already satisfied: PrettyTable>=0.7.2 in /usr/local/lib/python3.8/dist-packages (from cliff>=3.2.0->osc-lib>=1.2.0->osc-placement) (3.3.0) 2022-05-18 09:41:33.535 | Requirement already satisfied: autopage>=0.4.0 in /usr/local/lib/python3.8/dist-packages (from cliff>=3.2.0->osc-lib>=1.2.0->osc-placement) (0.5.0) 2022-05-18 09:41:33.536 | Requirement already satisfied: PyYAML>=3.12 in /usr/local/lib/python3.8/dist-packages (from cliff>=3.2.0->osc-lib>=1.2.0->osc-placement) (6.0) 2022-05-18 09:41:33.537 | Requirement already satisfied: cmd2>=1.0.0 in /usr/local/lib/python3.8/dist-packages (from cliff>=3.2.0->osc-lib>=1.2.0->osc-placement) (2.4.1) 2022-05-18 09:41:33.547 | Requirement already satisfied: wrapt>=1.7.0 in /usr/local/lib/python3.8/dist-packages (from debtcollector>=1.2.0->oslo.utils>=3.37.0->osc-placement) (1.14.1) 2022-05-18 09:41:33.584 | Requirement already satisfied: decorator>=4.4.1 in /usr/local/lib/python3.8/dist-packages (from openstacksdk>=0.15.0->osc-lib>=1.2.0->osc-placement) (5.1.1) 2022-05-18 09:41:33.586 | Requirement already satisfied: dogpile.cache>=0.6.5 in /usr/local/lib/python3.8/dist-packages (from openstacksdk>=0.15.0->osc-lib>=1.2.0->osc-placement) (1.1.5) 2022-05-18 09:41:33.589 | Requirement already satisfied: jsonpatch!=1.20,>=1.16 in /usr/local/lib/python3.8/dist-packages (from openstacksdk>=0.15.0->osc-lib>=1.2.0->osc-placement) (1.32) 2022-05-18 09:41:33.590 | Requirement already satisfied: requestsexceptions>=1.2.0 in /usr/local/lib/python3.8/dist-packages (from openstacksdk>=0.15.0->osc-lib>=1.2.0->osc-placement) (1.4.0) 2022-05-18 09:41:33.591 | Requirement already satisfied: cryptography>=2.7 in /usr/local/lib/python3.8/dist-packages (from openstacksdk>=0.15.0->osc-lib>=1.2.0->osc-placement) (36.0.2) 2022-05-18 09:41:33.592 | Requirement already satisfied: munch>=2.1.0 in /usr/local/lib/python3.8/dist-packages (from openstacksdk>=0.15.0->osc-lib>=1.2.0->osc-placement) (2.5.0) 2022-05-18 09:41:33.593 | Requirement already satisfied: appdirs>=1.3.0 in /usr/local/lib/python3.8/dist-packages (from openstacksdk>=0.15.0->osc-lib>=1.2.0->osc-placement) (1.4.4) 2022-05-18 09:41:33.594 | Requirement already satisfied: jmespath>=0.9.0 in /usr/local/lib/python3.8/dist-packages (from openstacksdk>=0.15.0->osc-lib>=1.2.0->osc-placement) (1.0.0) 2022-05-18 09:41:33.659 | Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3/dist-packages (from requests>=2.14.2->keystoneauth1>=3.3.0->osc-placement) (2019.11.28) 2022-05-18 09:41:33.660 | Requirement already satisfied: urllib3<1.27,>=1.21.1 in /usr/local/lib/python3.8/dist-packages (from requests>=2.14.2->keystoneauth1>=3.3.0->osc-placement) (1.26.9) 2022-05-18 09:41:33.663 | Requirement already satisfied: idna<4,>=2.5 in /usr/local/lib/python3.8/dist-packages (from requests>=2.14.2->keystoneauth1>=3.3.0->osc-placement) (3.3) 2022-05-18 09:41:33.666 | Requirement already satisfied: charset-normalizer~=2.0.0 in /usr/local/lib/python3.8/dist-packages (from requests>=2.14.2->keystoneauth1>=3.3.0->osc-placement) (2.0.12) 2022-05-18 09:41:33.755 | Requirement already satisfied: pyperclip>=1.6 in /usr/local/lib/python3.8/dist-packages (from cmd2>=1.0.0->cliff>=3.2.0->osc-lib>=1.2.0->osc-placement) (1.8.2) 2022-05-18 09:41:33.756 | Requirement already satisfied: wcwidth>=0.1.7 in /usr/local/lib/python3.8/dist-packages (from cmd2>=1.0.0->cliff>=3.2.0->osc-lib>=1.2.0->osc-placement) (0.2.5) 2022-05-18 09:41:33.757 | Requirement already satisfied: attrs>=16.3.0 in /usr/local/lib/python3.8/dist-packages (from cmd2>=1.0.0->cliff>=3.2.0->osc-lib>=1.2.0->osc-placement) (21.4.0) 2022-05-18 09:41:33.800 | Requirement already satisfied: cffi>=1.12 in /usr/local/lib/python3.8/dist-packages (from cryptography>=2.7->openstacksdk>=0.15.0->osc-lib>=1.2.0->osc-placement) (1.15.0) 2022-05-18 09:41:33.841 | Requirement already satisfied: jsonpointer>=1.9 in /usr/local/lib/python3.8/dist-packages (from jsonpatch!=1.20,>=1.16->openstacksdk>=0.15.0->osc-lib>=1.2.0->osc-placement) (2.3) 2022-05-18 09:41:34.018 | Requirement already satisfied: pycparser in /usr/local/lib/python3.8/dist-packages (from cffi>=1.12->cryptography>=2.7->openstacksdk>=0.15.0->osc-lib>=1.2.0->osc-placement) (2.21) 2022-05-18 09:41:36.280 | WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv 2022-05-18 09:41:36.287 | WARNING: You are using pip version 21.3.1; however, version 22.1 is available. 2022-05-18 09:41:36.288 | You should consider upgrading via the '/usr/bin/python3.8 -m pip install --upgrade pip' command. 2022-05-18 09:41:36.409 | + inc/python:pip_install:200 : result=0 2022-05-18 09:41:36.411 | + inc/python:pip_install:202 : time_stop pip_install 2022-05-18 09:41:36.414 | + functions-common:time_stop:2437 : local name 2022-05-18 09:41:36.417 | + functions-common:time_stop:2438 : local end_time 2022-05-18 09:41:36.419 | + functions-common:time_stop:2439 : local elapsed_time 2022-05-18 09:41:36.422 | + functions-common:time_stop:2440 : local total 2022-05-18 09:41:36.424 | + functions-common:time_stop:2441 : local start_time 2022-05-18 09:41:36.427 | + functions-common:time_stop:2443 : name=pip_install 2022-05-18 09:41:36.429 | + functions-common:time_stop:2444 : start_time=1652866891304 2022-05-18 09:41:36.432 | + functions-common:time_stop:2446 : [[ -z 1652866891304 ]] 2022-05-18 09:41:36.435 | ++ functions-common:time_stop:2449 : date +%s%3N 2022-05-18 09:41:36.440 | + functions-common:time_stop:2449 : end_time=1652866896437 2022-05-18 09:41:36.442 | + functions-common:time_stop:2450 : elapsed_time=5133 2022-05-18 09:41:36.445 | + functions-common:time_stop:2451 : total=175118 2022-05-18 09:41:36.447 | + functions-common:time_stop:2453 : _TIME_START[$name]= 2022-05-18 09:41:36.450 | + functions-common:time_stop:2454 : _TIME_TOTAL[$name]=180251 2022-05-18 09:41:36.452 | + inc/python:pip_install:203 : return 0 2022-05-18 09:41:36.455 | + lib/placement:install_placement:140 : git_clone https://opendev.org/openstack/placement.git /opt/stack/placement master 2022-05-18 09:41:36.458 | + functions-common:git_clone:608 : local git_remote=https://opendev.org/openstack/placement.git 2022-05-18 09:41:36.460 | + functions-common:git_clone:609 : local git_dest=/opt/stack/placement 2022-05-18 09:41:36.462 | + functions-common:git_clone:610 : local git_ref=master 2022-05-18 09:41:36.465 | + functions-common:git_clone:611 : local orig_dir 2022-05-18 09:41:36.468 | ++ functions-common:git_clone:612 : pwd 2022-05-18 09:41:36.471 | + functions-common:git_clone:612 : orig_dir=/home/ubuntu/devstack 2022-05-18 09:41:36.473 | + functions-common:git_clone:613 : local git_clone_flags= 2022-05-18 09:41:36.476 | ++ functions-common:git_clone:615 : trueorfalse False RECLONE 2022-05-18 09:41:36.494 | + functions-common:git_clone:615 : RECLONE=False 2022-05-18 09:41:36.497 | + functions-common:git_clone:616 : [[ 0 -gt 0 ]] 2022-05-18 09:41:36.499 | + functions-common:git_clone:620 : [[ False = \T\r\u\e ]] 2022-05-18 09:41:36.502 | + functions-common:git_clone:629 : echo master 2022-05-18 09:41:36.502 | + functions-common:git_clone:629 : egrep -q '^refs' 2022-05-18 09:41:36.507 | + functions-common:git_clone:643 : [[ ! -d /opt/stack/placement ]] 2022-05-18 09:41:36.510 | + functions-common:git_clone:651 : [[ False = \T\r\u\e ]] 2022-05-18 09:41:36.512 | + functions-common:git_clone:686 : sudo git config --system --add safe.directory /opt/stack/placement 2022-05-18 09:41:36.525 | + functions-common:git_clone:689 : cd /opt/stack/placement 2022-05-18 09:41:36.528 | + functions-common:git_clone:690 : git show --oneline 2022-05-18 09:41:36.528 | + functions-common:git_clone:690 : head -1 2022-05-18 09:41:36.532 | 03d56792 Drop lower-constraints.txt and its testing 2022-05-18 09:41:36.535 | + functions-common:git_clone:691 : cd /home/ubuntu/devstack 2022-05-18 09:41:36.537 | + lib/placement:install_placement:141 : setup_develop /opt/stack/placement 2022-05-18 09:41:36.540 | + inc/python:setup_develop:338 : local bindep 2022-05-18 09:41:36.543 | + inc/python:setup_develop:339 : [[ /opt/stack/placement == -bindep* ]] 2022-05-18 09:41:36.545 | + inc/python:setup_develop:343 : local project_dir=/opt/stack/placement 2022-05-18 09:41:36.548 | + inc/python:setup_develop:344 : local extras= 2022-05-18 09:41:36.550 | + inc/python:setup_develop:345 : _setup_package_with_constraints_edit /opt/stack/placement -e 2022-05-18 09:41:36.553 | + inc/python:_setup_package_with_constraints_edit:364 : local bindep 2022-05-18 09:41:36.556 | + inc/python:_setup_package_with_constraints_edit:365 : [[ /opt/stack/placement == -bindep* ]] 2022-05-18 09:41:36.558 | + inc/python:_setup_package_with_constraints_edit:369 : local project_dir=/opt/stack/placement 2022-05-18 09:41:36.561 | + inc/python:_setup_package_with_constraints_edit:370 : local flags=-e 2022-05-18 09:41:36.564 | + inc/python:_setup_package_with_constraints_edit:371 : local extras= 2022-05-18 09:41:36.567 | ++ inc/python:_setup_package_with_constraints_edit:378 : cd /opt/stack/placement 2022-05-18 09:41:36.569 | ++ inc/python:_setup_package_with_constraints_edit:378 : pwd 2022-05-18 09:41:36.572 | + inc/python:_setup_package_with_constraints_edit:378 : project_dir=/opt/stack/placement 2022-05-18 09:41:36.575 | + inc/python:_setup_package_with_constraints_edit:380 : '[' -n /opt/stack/requirements ']' 2022-05-18 09:41:36.577 | + inc/python:_setup_package_with_constraints_edit:384 : local name 2022-05-18 09:41:36.580 | ++ inc/python:_setup_package_with_constraints_edit:385 : awk '/^name.*=/ {print $3}' /opt/stack/placement/setup.cfg 2022-05-18 09:41:36.586 | + inc/python:_setup_package_with_constraints_edit:385 : name=openstack-placement 2022-05-18 09:41:36.589 | + inc/python:_setup_package_with_constraints_edit:387 : /opt/stack/requirements/.venv/bin/edit-constraints /opt/stack/requirements/upper-constraints.txt -- openstack-placement 2022-05-18 09:41:37.259 | + inc/python:_setup_package_with_constraints_edit:390 : setup_package /opt/stack/placement -e 2022-05-18 09:41:37.261 | + inc/python:setup_package:418 : local bindep=0 2022-05-18 09:41:37.264 | + inc/python:setup_package:419 : local bindep_flag= 2022-05-18 09:41:37.266 | + inc/python:setup_package:420 : local bindep_profiles= 2022-05-18 09:41:37.268 | + inc/python:setup_package:421 : [[ /opt/stack/placement == -bindep* ]] 2022-05-18 09:41:37.271 | + inc/python:setup_package:426 : local project_dir=/opt/stack/placement 2022-05-18 09:41:37.273 | + inc/python:setup_package:427 : local flags=-e 2022-05-18 09:41:37.276 | + inc/python:setup_package:428 : local extras= 2022-05-18 09:41:37.279 | + inc/python:setup_package:432 : [[ -n -e ]] 2022-05-18 09:41:37.281 | + inc/python:setup_package:432 : [[ -z '' ]] 2022-05-18 09:41:37.284 | + inc/python:setup_package:432 : [[ ! -e =~ ^-.* ]] 2022-05-18 09:41:37.286 | + inc/python:setup_package:437 : [[ ! -z '' ]] 2022-05-18 09:41:37.289 | + inc/python:setup_package:442 : [[ 0 == 1 ]] 2022-05-18 09:41:37.292 | + inc/python:setup_package:446 : pip_install -e /opt/stack/placement 2022-05-18 09:41:37.313 | Using python 3.8 to install /opt/stack/placement 2022-05-18 09:41:37.315 | + inc/python:pip_install:193 : sudo -H LC_ALL=en_US.UTF-8 SETUPTOOLS_USE_DISTUTILS=stdlib http_proxy= https_proxy= no_proxy= PIP_FIND_LINKS= SETUPTOOLS_SYS_PATH_TECHNIQUE=rewrite python3.8 -m pip install -c /opt/stack/requirements/upper-constraints.txt -e /opt/stack/placement 2022-05-18 09:41:38.172 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-05-18 09:41:38.172 | from cryptography.utils import int_from_bytes 2022-05-18 09:41:38.172 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-05-18 09:41:38.172 | from cryptography.utils import int_from_bytes 2022-05-18 09:41:39.343 | Looking in indexes: http://10.100.0.9:8080/cloudbase/CI/+simple/ 2022-05-18 09:41:39.373 | Obtaining file:///opt/stack/placement 2022-05-18 09:41:39.374 | Preparing metadata (setup.py): started 2022-05-18 09:41:44.120 | Preparing metadata (setup.py): finished with status 'done' 2022-05-18 09:41:44.165 | Requirement already satisfied: pbr>=3.1.1 in /usr/local/lib/python3.8/dist-packages (from openstack-placement==7.1.0.dev21) (5.9.0) 2022-05-18 09:41:44.166 | Requirement already satisfied: SQLAlchemy>=1.4.0 in /usr/local/lib/python3.8/dist-packages (from openstack-placement==7.1.0.dev21) (1.4.36) 2022-05-18 09:41:44.167 | Requirement already satisfied: keystonemiddleware>=4.18.0 in /usr/local/lib/python3.8/dist-packages (from openstack-placement==7.1.0.dev21) (9.4.0) 2022-05-18 09:41:44.168 | Requirement already satisfied: Routes>=2.3.1 in /usr/local/lib/python3.8/dist-packages (from openstack-placement==7.1.0.dev21) (2.5.1) 2022-05-18 09:41:44.169 | Requirement already satisfied: WebOb>=1.8.2 in /usr/local/lib/python3.8/dist-packages (from openstack-placement==7.1.0.dev21) (1.8.7) 2022-05-18 09:41:44.170 | Requirement already satisfied: jsonschema>=3.2.0 in /usr/lib/python3/dist-packages (from openstack-placement==7.1.0.dev21) (3.2.0) 2022-05-18 09:41:44.172 | Requirement already satisfied: requests>=2.25.0 in /usr/local/lib/python3.8/dist-packages (from openstack-placement==7.1.0.dev21) (2.27.1) 2022-05-18 09:41:44.173 | Requirement already satisfied: setuptools!=24.0.0,!=34.0.0,!=34.0.1,!=34.0.2,!=34.0.3,!=34.1.0,!=34.1.1,!=34.2.0,!=34.3.0,!=34.3.1,!=34.3.2,!=36.2.0,>=21.0.0 in /usr/local/lib/python3.8/dist-packages (from openstack-placement==7.1.0.dev21) (62.2.0) 2022-05-18 09:41:44.174 | Requirement already satisfied: oslo.concurrency>=3.26.0 in /usr/local/lib/python3.8/dist-packages (from openstack-placement==7.1.0.dev21) (4.5.1) 2022-05-18 09:41:44.175 | Requirement already satisfied: oslo.config>=6.7.0 in /usr/local/lib/python3.8/dist-packages (from openstack-placement==7.1.0.dev21) (8.8.0) 2022-05-18 09:41:44.177 | Requirement already satisfied: oslo.context>=2.22.0 in /usr/local/lib/python3.8/dist-packages (from openstack-placement==7.1.0.dev21) (4.1.0) 2022-05-18 09:41:44.178 | Requirement already satisfied: oslo.log>=4.3.0 in /usr/local/lib/python3.8/dist-packages (from openstack-placement==7.1.0.dev21) (4.7.0) 2022-05-18 09:41:44.179 | Requirement already satisfied: oslo.serialization>=2.25.0 in /usr/local/lib/python3.8/dist-packages (from openstack-placement==7.1.0.dev21) (4.3.0) 2022-05-18 09:41:44.180 | Requirement already satisfied: oslo.utils>=4.5.0 in /usr/local/lib/python3.8/dist-packages (from openstack-placement==7.1.0.dev21) (4.13.0) 2022-05-18 09:41:44.181 | Requirement already satisfied: oslo.db>=8.6.0 in /usr/local/lib/python3.8/dist-packages (from openstack-placement==7.1.0.dev21) (11.3.0) 2022-05-18 09:41:44.182 | Requirement already satisfied: oslo.policy>=3.7.0 in /usr/local/lib/python3.8/dist-packages (from openstack-placement==7.1.0.dev21) (3.12.1) 2022-05-18 09:41:44.183 | Requirement already satisfied: oslo.middleware>=3.31.0 in /usr/local/lib/python3.8/dist-packages (from openstack-placement==7.1.0.dev21) (4.5.1) 2022-05-18 09:41:44.184 | Requirement already satisfied: oslo.upgradecheck>=1.3.0 in /usr/local/lib/python3.8/dist-packages (from openstack-placement==7.1.0.dev21) (1.5.0) 2022-05-18 09:41:44.185 | Requirement already satisfied: os-resource-classes>=1.1.0 in /usr/local/lib/python3.8/dist-packages (from openstack-placement==7.1.0.dev21) (1.1.0) 2022-05-18 09:41:44.187 | Requirement already satisfied: os-traits>=2.7.0 in /usr/local/lib/python3.8/dist-packages (from openstack-placement==7.1.0.dev21) (2.7.0) 2022-05-18 09:41:44.188 | Requirement already satisfied: microversion-parse>=0.2.1 in /usr/local/lib/python3.8/dist-packages (from openstack-placement==7.1.0.dev21) (1.0.1) 2022-05-18 09:41:44.260 | Requirement already satisfied: six>=1.10.0 in /usr/local/lib/python3.8/dist-packages (from keystonemiddleware>=4.18.0->openstack-placement==7.1.0.dev21) (1.16.0) 2022-05-18 09:41:44.261 | Requirement already satisfied: keystoneauth1>=3.12.0 in /usr/local/lib/python3.8/dist-packages (from keystonemiddleware>=4.18.0->openstack-placement==7.1.0.dev21) (4.5.0) 2022-05-18 09:41:44.263 | Requirement already satisfied: pycadf!=2.0.0,>=1.1.0 in /usr/local/lib/python3.8/dist-packages (from keystonemiddleware>=4.18.0->openstack-placement==7.1.0.dev21) (3.1.1) 2022-05-18 09:41:44.265 | Requirement already satisfied: oslo.i18n>=3.15.3 in /usr/local/lib/python3.8/dist-packages (from keystonemiddleware>=4.18.0->openstack-placement==7.1.0.dev21) (5.1.0) 2022-05-18 09:41:44.266 | Requirement already satisfied: python-keystoneclient>=3.20.0 in /usr/local/lib/python3.8/dist-packages (from keystonemiddleware>=4.18.0->openstack-placement==7.1.0.dev21) (4.4.0) 2022-05-18 09:41:44.268 | Requirement already satisfied: oslo.cache>=1.26.0 in /usr/local/lib/python3.8/dist-packages (from keystonemiddleware>=4.18.0->openstack-placement==7.1.0.dev21) (2.11.0) 2022-05-18 09:41:44.287 | Requirement already satisfied: fasteners>=0.7.0 in /usr/local/lib/python3.8/dist-packages (from oslo.concurrency>=3.26.0->openstack-placement==7.1.0.dev21) (0.17.3) 2022-05-18 09:41:44.329 | Requirement already satisfied: rfc3986>=1.2.0 in /usr/local/lib/python3.8/dist-packages (from oslo.config>=6.7.0->openstack-placement==7.1.0.dev21) (1.5.0) 2022-05-18 09:41:44.330 | Requirement already satisfied: stevedore>=1.20.0 in /usr/local/lib/python3.8/dist-packages (from oslo.config>=6.7.0->openstack-placement==7.1.0.dev21) (3.5.0) 2022-05-18 09:41:44.331 | Requirement already satisfied: netaddr>=0.7.18 in /usr/local/lib/python3.8/dist-packages (from oslo.config>=6.7.0->openstack-placement==7.1.0.dev21) (0.8.0) 2022-05-18 09:41:44.332 | Requirement already satisfied: debtcollector>=1.2.0 in /usr/local/lib/python3.8/dist-packages (from oslo.config>=6.7.0->openstack-placement==7.1.0.dev21) (2.5.0) 2022-05-18 09:41:44.333 | Requirement already satisfied: PyYAML>=5.1 in /usr/local/lib/python3.8/dist-packages (from oslo.config>=6.7.0->openstack-placement==7.1.0.dev21) (6.0) 2022-05-18 09:41:44.382 | Requirement already satisfied: sqlalchemy-migrate>=0.11.0 in /usr/local/lib/python3.8/dist-packages (from oslo.db>=8.6.0->openstack-placement==7.1.0.dev21) (0.13.0) 2022-05-18 09:41:44.384 | Requirement already satisfied: testresources>=2.0.0 in /usr/local/lib/python3.8/dist-packages (from oslo.db>=8.6.0->openstack-placement==7.1.0.dev21) (2.0.1) 2022-05-18 09:41:44.385 | Requirement already satisfied: testscenarios>=0.4 in /usr/local/lib/python3.8/dist-packages (from oslo.db>=8.6.0->openstack-placement==7.1.0.dev21) (0.5.0) 2022-05-18 09:41:44.387 | Requirement already satisfied: alembic>=0.9.6 in /usr/local/lib/python3.8/dist-packages (from oslo.db>=8.6.0->openstack-placement==7.1.0.dev21) (1.7.7) 2022-05-18 09:41:44.426 | Requirement already satisfied: python-dateutil>=2.7.0 in /usr/local/lib/python3.8/dist-packages (from oslo.log>=4.3.0->openstack-placement==7.1.0.dev21) (2.8.2) 2022-05-18 09:41:44.432 | Requirement already satisfied: pyinotify>=0.9.6 in /usr/local/lib/python3.8/dist-packages (from oslo.log>=4.3.0->openstack-placement==7.1.0.dev21) (0.9.6) 2022-05-18 09:41:44.449 | Requirement already satisfied: bcrypt>=3.1.3 in /usr/local/lib/python3.8/dist-packages (from oslo.middleware>=3.31.0->openstack-placement==7.1.0.dev21) (3.2.2) 2022-05-18 09:41:44.450 | Requirement already satisfied: Jinja2>=2.10 in /usr/local/lib/python3.8/dist-packages (from oslo.middleware>=3.31.0->openstack-placement==7.1.0.dev21) (3.1.2) 2022-05-18 09:41:44.453 | Requirement already satisfied: statsd>=3.2.1 in /usr/local/lib/python3.8/dist-packages (from oslo.middleware>=3.31.0->openstack-placement==7.1.0.dev21) (3.3.0) 2022-05-18 09:41:44.479 | Requirement already satisfied: msgpack>=0.5.2 in /usr/local/lib/python3.8/dist-packages (from oslo.serialization>=2.25.0->openstack-placement==7.1.0.dev21) (1.0.3) 2022-05-18 09:41:44.480 | Requirement already satisfied: pytz>=2013.6 in /usr/local/lib/python3.8/dist-packages (from oslo.serialization>=2.25.0->openstack-placement==7.1.0.dev21) (2022.1) 2022-05-18 09:41:44.494 | Requirement already satisfied: PrettyTable>=0.7.1 in /usr/local/lib/python3.8/dist-packages (from oslo.upgradecheck>=1.3.0->openstack-placement==7.1.0.dev21) (3.3.0) 2022-05-18 09:41:44.510 | Requirement already satisfied: netifaces>=0.10.4 in /usr/local/lib/python3.8/dist-packages (from oslo.utils>=4.5.0->openstack-placement==7.1.0.dev21) (0.11.0) 2022-05-18 09:41:44.511 | Requirement already satisfied: packaging>=20.4 in /usr/local/lib/python3.8/dist-packages (from oslo.utils>=4.5.0->openstack-placement==7.1.0.dev21) (21.3) 2022-05-18 09:41:44.512 | Requirement already satisfied: iso8601>=0.1.11 in /usr/local/lib/python3.8/dist-packages (from oslo.utils>=4.5.0->openstack-placement==7.1.0.dev21) (1.0.2) 2022-05-18 09:41:44.514 | Requirement already satisfied: pyparsing>=2.1.0 in /usr/local/lib/python3.8/dist-packages (from oslo.utils>=4.5.0->openstack-placement==7.1.0.dev21) (3.0.9) 2022-05-18 09:41:44.558 | Requirement already satisfied: idna<4,>=2.5 in /usr/local/lib/python3.8/dist-packages (from requests>=2.25.0->openstack-placement==7.1.0.dev21) (3.3) 2022-05-18 09:41:44.560 | Requirement already satisfied: charset-normalizer~=2.0.0 in /usr/local/lib/python3.8/dist-packages (from requests>=2.25.0->openstack-placement==7.1.0.dev21) (2.0.12) 2022-05-18 09:41:44.561 | Requirement already satisfied: urllib3<1.27,>=1.21.1 in /usr/local/lib/python3.8/dist-packages (from requests>=2.25.0->openstack-placement==7.1.0.dev21) (1.26.9) 2022-05-18 09:41:44.562 | Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3/dist-packages (from requests>=2.25.0->openstack-placement==7.1.0.dev21) (2019.11.28) 2022-05-18 09:41:44.579 | Requirement already satisfied: repoze.lru>=0.3 in /usr/local/lib/python3.8/dist-packages (from Routes>=2.3.1->openstack-placement==7.1.0.dev21) (0.7) 2022-05-18 09:41:44.741 | Requirement already satisfied: greenlet!=0.4.17 in /usr/local/lib/python3.8/dist-packages (from SQLAlchemy>=1.4.0->openstack-placement==7.1.0.dev21) (1.1.2) 2022-05-18 09:41:44.806 | Requirement already satisfied: importlib-metadata in /usr/local/lib/python3.8/dist-packages (from alembic>=0.9.6->oslo.db>=8.6.0->openstack-placement==7.1.0.dev21) (4.11.3) 2022-05-18 09:41:44.807 | Requirement already satisfied: Mako in /usr/local/lib/python3.8/dist-packages (from alembic>=0.9.6->oslo.db>=8.6.0->openstack-placement==7.1.0.dev21) (1.2.0) 2022-05-18 09:41:44.809 | Requirement already satisfied: importlib-resources in /usr/local/lib/python3.8/dist-packages (from alembic>=0.9.6->oslo.db>=8.6.0->openstack-placement==7.1.0.dev21) (5.7.1) 2022-05-18 09:41:44.824 | Requirement already satisfied: cffi>=1.1 in /usr/local/lib/python3.8/dist-packages (from bcrypt>=3.1.3->oslo.middleware>=3.31.0->openstack-placement==7.1.0.dev21) (1.15.0) 2022-05-18 09:41:44.857 | Requirement already satisfied: wrapt>=1.7.0 in /usr/local/lib/python3.8/dist-packages (from debtcollector>=1.2.0->oslo.config>=6.7.0->openstack-placement==7.1.0.dev21) (1.14.1) 2022-05-18 09:41:44.914 | Requirement already satisfied: MarkupSafe>=2.0 in /usr/local/lib/python3.8/dist-packages (from Jinja2>=2.10->oslo.middleware>=3.31.0->openstack-placement==7.1.0.dev21) (2.1.1) 2022-05-18 09:41:44.980 | Requirement already satisfied: os-service-types>=1.2.0 in /usr/local/lib/python3.8/dist-packages (from keystoneauth1>=3.12.0->keystonemiddleware>=4.18.0->openstack-placement==7.1.0.dev21) (1.7.0) 2022-05-18 09:41:45.062 | Requirement already satisfied: dogpile.cache>=1.1.5 in /usr/local/lib/python3.8/dist-packages (from oslo.cache>=1.26.0->keystonemiddleware>=4.18.0->openstack-placement==7.1.0.dev21) (1.1.5) 2022-05-18 09:41:45.113 | Requirement already satisfied: wcwidth in /usr/local/lib/python3.8/dist-packages (from PrettyTable>=0.7.1->oslo.upgradecheck>=1.3.0->openstack-placement==7.1.0.dev21) (0.2.5) 2022-05-18 09:41:45.308 | Requirement already satisfied: Tempita>=0.4 in /usr/local/lib/python3.8/dist-packages (from sqlalchemy-migrate>=0.11.0->oslo.db>=8.6.0->openstack-placement==7.1.0.dev21) (0.5.2) 2022-05-18 09:41:45.309 | Requirement already satisfied: decorator in /usr/local/lib/python3.8/dist-packages (from sqlalchemy-migrate>=0.11.0->oslo.db>=8.6.0->openstack-placement==7.1.0.dev21) (5.1.1) 2022-05-18 09:41:45.309 | Requirement already satisfied: sqlparse in /usr/local/lib/python3.8/dist-packages (from sqlalchemy-migrate>=0.11.0->oslo.db>=8.6.0->openstack-placement==7.1.0.dev21) (0.4.2) 2022-05-18 09:41:45.390 | Requirement already satisfied: testtools in /usr/local/lib/python3.8/dist-packages (from testscenarios>=0.4->oslo.db>=8.6.0->openstack-placement==7.1.0.dev21) (2.5.0) 2022-05-18 09:41:45.456 | Requirement already satisfied: pycparser in /usr/local/lib/python3.8/dist-packages (from cffi>=1.1->bcrypt>=3.1.3->oslo.middleware>=3.31.0->openstack-placement==7.1.0.dev21) (2.21) 2022-05-18 09:41:45.618 | Requirement already satisfied: zipp>=0.5 in /usr/local/lib/python3.8/dist-packages (from importlib-metadata->alembic>=0.9.6->oslo.db>=8.6.0->openstack-placement==7.1.0.dev21) (3.8.0) 2022-05-18 09:41:45.727 | Requirement already satisfied: extras>=1.0.0 in /usr/local/lib/python3.8/dist-packages (from testtools->testscenarios>=0.4->oslo.db>=8.6.0->openstack-placement==7.1.0.dev21) (1.0.0) 2022-05-18 09:41:45.729 | Requirement already satisfied: fixtures>=1.3.0 in /usr/local/lib/python3.8/dist-packages (from testtools->testscenarios>=0.4->oslo.db>=8.6.0->openstack-placement==7.1.0.dev21) (3.0.0) 2022-05-18 09:41:47.646 | Installing collected packages: openstack-placement 2022-05-18 09:41:47.646 | Attempting uninstall: openstack-placement 2022-05-18 09:41:47.646 | Found existing installation: openstack-placement 7.1.0.dev21 2022-05-18 09:41:47.649 | Can't uninstall 'openstack-placement'. No files were found to uninstall. 2022-05-18 09:41:47.650 | Running setup.py develop for openstack-placement 2022-05-18 09:41:53.624 | Successfully installed openstack-placement 2022-05-18 09:41:53.624 | WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv 2022-05-18 09:41:53.632 | WARNING: You are using pip version 21.3.1; however, version 22.1 is available. 2022-05-18 09:41:53.632 | You should consider upgrading via the '/usr/bin/python3.8 -m pip install --upgrade pip' command. 2022-05-18 09:41:53.760 | + inc/python:pip_install:200 : result=0 2022-05-18 09:41:53.762 | + inc/python:pip_install:202 : time_stop pip_install 2022-05-18 09:41:53.764 | + functions-common:time_stop:2437 : local name 2022-05-18 09:41:53.767 | + functions-common:time_stop:2438 : local end_time 2022-05-18 09:41:53.769 | + functions-common:time_stop:2439 : local elapsed_time 2022-05-18 09:41:53.771 | + functions-common:time_stop:2440 : local total 2022-05-18 09:41:53.774 | + functions-common:time_stop:2441 : local start_time 2022-05-18 09:41:53.776 | + functions-common:time_stop:2443 : name=pip_install 2022-05-18 09:41:53.779 | + functions-common:time_stop:2444 : start_time=1652866897307 2022-05-18 09:41:53.781 | + functions-common:time_stop:2446 : [[ -z 1652866897307 ]] 2022-05-18 09:41:53.788 | ++ functions-common:time_stop:2449 : date +%s%3N 2022-05-18 09:41:53.792 | + functions-common:time_stop:2449 : end_time=1652866913790 2022-05-18 09:41:53.795 | + functions-common:time_stop:2450 : elapsed_time=16483 2022-05-18 09:41:53.797 | + functions-common:time_stop:2451 : total=180251 2022-05-18 09:41:53.799 | + functions-common:time_stop:2453 : _TIME_START[$name]= 2022-05-18 09:41:53.801 | + functions-common:time_stop:2454 : _TIME_TOTAL[$name]=196734 2022-05-18 09:41:53.804 | + inc/python:pip_install:203 : return 0 2022-05-18 09:41:53.806 | + inc/python:setup_package:448 : [[ -e == \-\e ]] 2022-05-18 09:41:53.809 | + inc/python:setup_package:449 : safe_chown -R ubuntu /opt/stack/placement/openstack_placement.egg-info 2022-05-18 09:41:53.812 | + functions-common:safe_chown:2338 : _safe_permission_operation chown -R ubuntu /opt/stack/placement/openstack_placement.egg-info 2022-05-18 09:41:53.831 | + functions-common:_safe_permission_operation:2186 : sudo chown -R ubuntu /opt/stack/placement/openstack_placement.egg-info 2022-05-18 09:41:53.844 | + inc/python:_setup_package_with_constraints_edit:394 : use_library_from_git /opt/stack/placement 2022-05-18 09:41:53.847 | + inc/python:use_library_from_git:250 : local name=/opt/stack/placement 2022-05-18 09:41:53.849 | + inc/python:use_library_from_git:251 : local enabled=1 2022-05-18 09:41:53.852 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2022-05-18 09:41:53.854 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,/opt/stack/placement, ]] 2022-05-18 09:41:53.857 | + inc/python:use_library_from_git:253 : return 1 2022-05-18 09:41:53.860 | + lib/stack:stack_install_service:33 : [[ False = True ]] 2022-05-18 09:41:53.862 | + ./stack.sh:main:945 : configure_placement 2022-05-18 09:41:53.865 | + lib/placement:configure_placement:106 : sudo install -d -o ubuntu /etc/placement 2022-05-18 09:41:53.877 | + lib/placement:configure_placement:107 : create_placement_conf 2022-05-18 09:41:53.879 | + lib/placement:create_placement_conf:96 : rm -f /etc/placement/placement.conf 2022-05-18 09:41:53.884 | ++ lib/placement:create_placement_conf:97 : database_connection_url placement 2022-05-18 09:41:53.887 | ++ lib/database:database_connection_url:134 : local db=placement 2022-05-18 09:41:53.890 | ++ lib/database:database_connection_url:135 : database_connection_url_mysql placement 2022-05-18 09:41:53.892 | ++ lib/databases/mysql:database_connection_url_mysql:224 : local db=placement 2022-05-18 09:41:53.895 | ++ lib/databases/mysql:database_connection_url_mysql:225 : local plugin 2022-05-18 09:41:53.897 | ++ lib/databases/mysql:database_connection_url_mysql:229 : [[ True == \T\r\u\e ]] 2022-05-18 09:41:53.900 | ++ lib/databases/mysql:database_connection_url_mysql:230 : is_service_enabled mysql 2022-05-18 09:41:53.919 | ++ functions-common:is_service_enabled:2093 : return 0 2022-05-18 09:41:53.921 | ++ lib/databases/mysql:database_connection_url_mysql:231 : plugin='&plugin=dbcounter' 2022-05-18 09:41:53.924 | ++ lib/databases/mysql:database_connection_url_mysql:235 : echo 'mysql+pymysql://root:Passw0rd@127.0.0.1/placement?charset=utf8&plugin=dbcounter' 2022-05-18 09:41:53.927 | + 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-05-18 09:41:53.960 | + lib/placement:create_placement_conf:98 : iniset /etc/placement/placement.conf DEFAULT debug True 2022-05-18 09:41:53.992 | + lib/placement:create_placement_conf:99 : iniset /etc/placement/placement.conf api auth_strategy keystone 2022-05-18 09:41:54.024 | + lib/placement:create_placement_conf:100 : configure_keystone_authtoken_middleware /etc/placement/placement.conf placement 2022-05-18 09:41:54.027 | + lib/keystone:configure_keystone_authtoken_middleware:447 : local conf_file=/etc/placement/placement.conf 2022-05-18 09:41:54.029 | + lib/keystone:configure_keystone_authtoken_middleware:448 : local admin_user=placement 2022-05-18 09:41:54.032 | + lib/keystone:configure_keystone_authtoken_middleware:449 : local section=keystone_authtoken 2022-05-18 09:41:54.034 | + lib/keystone:configure_keystone_authtoken_middleware:451 : iniset /etc/placement/placement.conf keystone_authtoken auth_type password 2022-05-18 09:41:54.067 | + lib/keystone:configure_keystone_authtoken_middleware:452 : iniset /etc/placement/placement.conf keystone_authtoken interface public 2022-05-18 09:41:54.097 | + lib/keystone:configure_keystone_authtoken_middleware:453 : iniset /etc/placement/placement.conf keystone_authtoken auth_url http://10.222.0.71/identity 2022-05-18 09:41:54.126 | + lib/keystone:configure_keystone_authtoken_middleware:454 : iniset /etc/placement/placement.conf keystone_authtoken username placement 2022-05-18 09:41:54.155 | + lib/keystone:configure_keystone_authtoken_middleware:455 : iniset /etc/placement/placement.conf keystone_authtoken password Passw0rd 2022-05-18 09:41:54.185 | + lib/keystone:configure_keystone_authtoken_middleware:456 : iniset /etc/placement/placement.conf keystone_authtoken user_domain_name Default 2022-05-18 09:41:54.215 | + lib/keystone:configure_keystone_authtoken_middleware:457 : iniset /etc/placement/placement.conf keystone_authtoken project_name service 2022-05-18 09:41:54.245 | + lib/keystone:configure_keystone_authtoken_middleware:458 : iniset /etc/placement/placement.conf keystone_authtoken project_domain_name Default 2022-05-18 09:41:54.274 | + lib/keystone:configure_keystone_authtoken_middleware:460 : iniset /etc/placement/placement.conf keystone_authtoken cafile /opt/stack/data/ca-bundle.pem 2022-05-18 09:41:54.304 | + lib/keystone:configure_keystone_authtoken_middleware:461 : iniset /etc/placement/placement.conf keystone_authtoken memcached_servers localhost:11211 2022-05-18 09:41:54.334 | + lib/placement:create_placement_conf:101 : setup_logging /etc/placement/placement.conf 2022-05-18 09:41:54.337 | + functions:setup_logging:674 : setup_systemd_logging /etc/placement/placement.conf 2022-05-18 09:41:54.340 | + functions:setup_systemd_logging:689 : local conf_file=/etc/placement/placement.conf 2022-05-18 09:41:54.343 | ++ functions:setup_systemd_logging:694 : trueorfalse False USE_JOURNAL 2022-05-18 09:41:54.361 | + functions:setup_systemd_logging:694 : USE_JOURNAL=False 2022-05-18 09:41:54.363 | + functions:setup_systemd_logging:695 : local pidstr= 2022-05-18 09:41:54.366 | + functions:setup_systemd_logging:696 : [[ False == \T\r\u\e ]] 2022-05-18 09:41:54.369 | + functions:setup_systemd_logging:700 : pidstr='(pid=%(process)d) ' 2022-05-18 09:41:54.371 | + 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-05-18 09:41:54.402 | + 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-05-18 09:41:54.431 | + 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-05-18 09:41:54.461 | + functions:setup_systemd_logging:706 : iniset /etc/placement/placement.conf DEFAULT logging_exception_prefix 'ERROR %(name)s %(instance)s' 2022-05-18 09:41:54.490 | + lib/placement:configure_placement:109 : [[ uwsgi == \u\w\s\g\i ]] 2022-05-18 09:41:54.492 | + lib/placement:configure_placement:110 : write_uwsgi_config /etc/placement/placement-uwsgi.ini /usr/local/bin/placement-api /placement 2022-05-18 09:41:54.495 | + lib/apache:write_uwsgi_config:254 : local file=/etc/placement/placement-uwsgi.ini 2022-05-18 09:41:54.497 | + lib/apache:write_uwsgi_config:255 : local wsgi=/usr/local/bin/placement-api 2022-05-18 09:41:54.500 | + lib/apache:write_uwsgi_config:256 : local url=/placement 2022-05-18 09:41:54.502 | + lib/apache:write_uwsgi_config:257 : local http= 2022-05-18 09:41:54.505 | + lib/apache:write_uwsgi_config:258 : local name= 2022-05-18 09:41:54.509 | ++ lib/apache:write_uwsgi_config:259 : basename /usr/local/bin/placement-api 2022-05-18 09:41:54.513 | + lib/apache:write_uwsgi_config:259 : name=placement-api 2022-05-18 09:41:54.515 | + lib/apache:write_uwsgi_config:263 : local socket_dir=/var/run/uwsgi 2022-05-18 09:41:54.518 | + lib/apache:write_uwsgi_config:267 : sudo mkdir -p /etc/tmpfiles.d/ 2022-05-18 09:41:54.531 | + lib/apache:write_uwsgi_config:268 : echo 'd /var/run/uwsgi 0755 ubuntu root' 2022-05-18 09:41:54.531 | + lib/apache:write_uwsgi_config:268 : sudo tee /etc/tmpfiles.d/uwsgi.conf 2022-05-18 09:41:54.540 | d /var/run/uwsgi 0755 ubuntu root 2022-05-18 09:41:54.544 | + lib/apache:write_uwsgi_config:269 : sudo systemd-tmpfiles --create /etc/tmpfiles.d/uwsgi.conf 2022-05-18 09:41:54.559 | + lib/apache:write_uwsgi_config:271 : local socket=/var/run/uwsgi/placement-api.socket 2022-05-18 09:41:54.562 | + lib/apache:write_uwsgi_config:274 : rm -rf /etc/placement/placement-uwsgi.ini 2022-05-18 09:41:54.566 | + lib/apache:write_uwsgi_config:275 : iniset /etc/placement/placement-uwsgi.ini uwsgi wsgi-file /usr/local/bin/placement-api 2022-05-18 09:41:54.598 | + lib/apache:write_uwsgi_config:276 : iniset /etc/placement/placement-uwsgi.ini uwsgi processes 2 2022-05-18 09:41:54.626 | + lib/apache:write_uwsgi_config:278 : iniset /etc/placement/placement-uwsgi.ini uwsgi master true 2022-05-18 09:41:54.655 | + lib/apache:write_uwsgi_config:280 : iniset /etc/placement/placement-uwsgi.ini uwsgi die-on-term true 2022-05-18 09:41:54.684 | + lib/apache:write_uwsgi_config:281 : iniset /etc/placement/placement-uwsgi.ini uwsgi exit-on-reload false 2022-05-18 09:41:54.716 | + lib/apache:write_uwsgi_config:284 : iniset /etc/placement/placement-uwsgi.ini uwsgi worker-reload-mercy 90 2022-05-18 09:41:54.744 | + lib/apache:write_uwsgi_config:285 : iniset /etc/placement/placement-uwsgi.ini uwsgi enable-threads true 2022-05-18 09:41:54.774 | + lib/apache:write_uwsgi_config:286 : iniset /etc/placement/placement-uwsgi.ini uwsgi plugins http,python3 2022-05-18 09:41:54.802 | + lib/apache:write_uwsgi_config:288 : iniset /etc/placement/placement-uwsgi.ini uwsgi thunder-lock true 2022-05-18 09:41:54.836 | + lib/apache:write_uwsgi_config:290 : iniset /etc/placement/placement-uwsgi.ini uwsgi hook-master-start 'unix_signal:15 gracefully_kill_them_all' 2022-05-18 09:41:54.865 | + lib/apache:write_uwsgi_config:292 : iniset /etc/placement/placement-uwsgi.ini uwsgi buffer-size 65535 2022-05-18 09:41:54.894 | + lib/apache:write_uwsgi_config:294 : iniset /etc/placement/placement-uwsgi.ini uwsgi add-header 'Connection: close' 2022-05-18 09:41:54.924 | + lib/apache:write_uwsgi_config:296 : iniset /etc/placement/placement-uwsgi.ini uwsgi lazy-apps true 2022-05-18 09:41:54.952 | + lib/apache:write_uwsgi_config:299 : [[ -n '' ]] 2022-05-18 09:41:54.955 | + lib/apache:write_uwsgi_config:302 : local apache_conf= 2022-05-18 09:41:54.958 | ++ lib/apache:write_uwsgi_config:303 : apache_site_config_for placement-api 2022-05-18 09:41:54.960 | ++ lib/apache:apache_site_config_for:186 : local site=placement-api 2022-05-18 09:41:54.963 | ++ lib/apache:apache_site_config_for:187 : is_ubuntu 2022-05-18 09:41:54.966 | ++ functions-common:is_ubuntu:573 : [[ -z deb ]] 2022-05-18 09:41:54.968 | ++ functions-common:is_ubuntu:576 : '[' deb = deb ']' 2022-05-18 09:41:54.971 | ++ lib/apache:apache_site_config_for:189 : echo /etc/apache2/sites-available/placement-api.conf 2022-05-18 09:41:54.974 | + lib/apache:write_uwsgi_config:303 : apache_conf=/etc/apache2/sites-available/placement-api.conf 2022-05-18 09:41:54.977 | + lib/apache:write_uwsgi_config:304 : iniset /etc/placement/placement-uwsgi.ini uwsgi socket /var/run/uwsgi/placement-api.socket 2022-05-18 09:41:55.005 | + lib/apache:write_uwsgi_config:305 : iniset /etc/placement/placement-uwsgi.ini uwsgi chmod-socket 666 2022-05-18 09:41:55.035 | + lib/apache:write_uwsgi_config:306 : echo 'ProxyPass "/placement" "unix:/var/run/uwsgi/placement-api.socket|uwsgi://uwsgi-uds-placement-api" retry=0 ' 2022-05-18 09:41:55.036 | + lib/apache:write_uwsgi_config:306 : sudo tee -a /etc/apache2/sites-available/placement-api.conf 2022-05-18 09:41:55.046 | ProxyPass "/placement" "unix:/var/run/uwsgi/placement-api.socket|uwsgi://uwsgi-uds-placement-api" retry=0 2022-05-18 09:41:55.050 | + lib/apache:write_uwsgi_config:307 : enable_apache_site placement-api 2022-05-18 09:41:55.053 | + lib/apache:enable_apache_site:203 : local site=placement-api 2022-05-18 09:41:55.055 | + lib/apache:enable_apache_site:205 : enable_apache_mod version 2022-05-18 09:41:55.058 | + lib/apache:enable_apache_mod:59 : local mod=version 2022-05-18 09:41:55.060 | + lib/apache:enable_apache_mod:61 : is_ubuntu 2022-05-18 09:41:55.063 | + functions-common:is_ubuntu:573 : [[ -z deb ]] 2022-05-18 09:41:55.066 | + functions-common:is_ubuntu:576 : '[' deb = deb ']' 2022-05-18 09:41:55.068 | + lib/apache:enable_apache_mod:64 : [[ version != \v\e\r\s\i\o\n ]] 2022-05-18 09:41:55.071 | + lib/apache:enable_apache_site:206 : is_ubuntu 2022-05-18 09:41:55.074 | + functions-common:is_ubuntu:573 : [[ -z deb ]] 2022-05-18 09:41:55.076 | + functions-common:is_ubuntu:576 : '[' deb = deb ']' 2022-05-18 09:41:55.079 | + lib/apache:enable_apache_site:207 : sudo a2ensite placement-api 2022-05-18 09:41:55.141 | Site placement-api already enabled 2022-05-18 09:41:55.145 | + lib/apache:write_uwsgi_config:308 : restart_apache_server 2022-05-18 09:41:55.148 | + lib/apache:restart_apache_server:250 : restart_service apache2 2022-05-18 09:41:55.151 | + functions-common:restart_service:2321 : '[' -x /bin/systemctl ']' 2022-05-18 09:41:55.153 | + functions-common:restart_service:2322 : sudo /bin/systemctl restart apache2 2022-05-18 09:41:55.286 | + ./stack.sh:main:952 : is_service_enabled placement placement-client 2022-05-18 09:41:55.308 | + functions-common:is_service_enabled:2093 : return 0 2022-05-18 09:41:55.310 | + ./stack.sh:main:953 : is_service_enabled n-cpu 2022-05-18 09:41:55.330 | + functions-common:is_service_enabled:2093 : return 1 2022-05-18 09:41:55.333 | + ./stack.sh:main:953 : is_service_enabled n-sch 2022-05-18 09:41:55.352 | + functions-common:is_service_enabled:2093 : return 0 2022-05-18 09:41:55.355 | + ./stack.sh:main:954 : configure_placement_nova_compute 2022-05-18 09:41:55.357 | + lib/nova:configure_placement_nova_compute:600 : local conf=/etc/nova/nova.conf 2022-05-18 09:41:55.360 | + lib/nova:configure_placement_nova_compute:601 : iniset /etc/nova/nova.conf placement auth_type password 2022-05-18 09:41:55.392 | + lib/nova:configure_placement_nova_compute:602 : iniset /etc/nova/nova.conf placement auth_url http://10.222.0.71/identity 2022-05-18 09:41:55.422 | + lib/nova:configure_placement_nova_compute:603 : iniset /etc/nova/nova.conf placement username placement 2022-05-18 09:41:55.453 | + lib/nova:configure_placement_nova_compute:604 : iniset /etc/nova/nova.conf placement password Passw0rd 2022-05-18 09:41:55.483 | + lib/nova:configure_placement_nova_compute:605 : iniset /etc/nova/nova.conf placement user_domain_name Default 2022-05-18 09:41:55.512 | + lib/nova:configure_placement_nova_compute:606 : iniset /etc/nova/nova.conf placement project_name service 2022-05-18 09:41:55.541 | + lib/nova:configure_placement_nova_compute:607 : iniset /etc/nova/nova.conf placement project_domain_name Default 2022-05-18 09:41:55.571 | + lib/nova:configure_placement_nova_compute:608 : iniset /etc/nova/nova.conf placement region_name RegionOne 2022-05-18 09:41:55.600 | + ./stack.sh:main:958 : is_service_enabled horizon 2022-05-18 09:41:55.618 | + functions-common:is_service_enabled:2093 : return 1 2022-05-18 09:41:55.621 | + ./stack.sh:main:963 : is_service_enabled tls-proxy 2022-05-18 09:41:55.639 | + functions-common:is_service_enabled:2093 : return 1 2022-05-18 09:41:55.642 | + ./stack.sh:main:971 : run_phase stack install 2022-05-18 09:41:55.644 | + functions-common:run_phase:1865 : local mode=stack 2022-05-18 09:41:55.647 | + functions-common:run_phase:1866 : local phase=install 2022-05-18 09:41:55.649 | + functions-common:run_phase:1867 : [[ -d /home/ubuntu/devstack/extras.d ]] 2022-05-18 09:41:55.651 | + functions-common:run_phase:1868 : local extra_plugin_file_name 2022-05-18 09:41:55.654 | + functions-common:run_phase:1869 : for extra_plugin_file_name in $TOP_DIR/extras.d/*.sh 2022-05-18 09:41:55.657 | + functions-common:run_phase:1874 : local exceptions=80-tempest.sh 2022-05-18 09:41:55.659 | + functions-common:run_phase:1875 : local extra 2022-05-18 09:41:55.663 | ++ functions-common:run_phase:1876 : basename /home/ubuntu/devstack/extras.d/80-tempest.sh 2022-05-18 09:41:55.667 | + functions-common:run_phase:1876 : extra=80-tempest.sh 2022-05-18 09:41:55.669 | + functions-common:run_phase:1877 : [[ 80-tempest.sh =~ 80-tempest\.sh ]] 2022-05-18 09:41:55.672 | + functions-common:run_phase:1881 : [[ -r /home/ubuntu/devstack/extras.d/80-tempest.sh ]] 2022-05-18 09:41:55.675 | + functions-common:run_phase:1881 : source /home/ubuntu/devstack/extras.d/80-tempest.sh stack install 2022-05-18 09:41:55.677 | ++ extras.d/80-tempest.sh:source:3 : is_service_enabled tempest 2022-05-18 09:41:55.694 | ++ functions-common:is_service_enabled:2093 : return 0 2022-05-18 09:41:55.696 | ++ extras.d/80-tempest.sh:source:4 : [[ stack == \s\o\u\r\c\e ]] 2022-05-18 09:41:55.699 | ++ extras.d/80-tempest.sh:source:7 : [[ stack == \s\t\a\c\k ]] 2022-05-18 09:41:55.701 | ++ extras.d/80-tempest.sh:source:7 : [[ install == \i\n\s\t\a\l\l ]] 2022-05-18 09:41:55.703 | ++ extras.d/80-tempest.sh:source:8 : echo_summary 'Installing Tempest' 2022-05-18 09:41:55.706 | ++ ./stack.sh:echo_summary:442 : [[ -t 3 ]] 2022-05-18 09:41:55.708 | ++ ./stack.sh:echo_summary:448 : echo -e Installing Tempest 2022-05-18 09:41:55.710 | ++ extras.d/80-tempest.sh:source:9 : async_runfunc install_tempest 2022-05-18 09:41:55.713 | ++ inc/async:async_runfunc:116 : async_run install_tempest install_tempest 2022-05-18 09:41:55.769 | ++ inc/async:async_inner:63 : install_tempest 2022-05-18 09:41:55.810 | [207558 Async install_tempest:233225]: running: install_tempest 2022-05-18 09:41:55.813 | ++ extras.d/80-tempest.sh:source:27 : [[ stack == \u\n\s\t\a\c\k ]] 2022-05-18 09:41:55.816 | ++ extras.d/80-tempest.sh:source:32 : [[ stack == \c\l\e\a\n ]] 2022-05-18 09:41:55.819 | + functions-common:run_phase:1886 : [[ stack == \s\o\u\r\c\e ]] 2022-05-18 09:41:55.822 | + functions-common:run_phase:1889 : [[ stack == \o\v\e\r\r\i\d\e\_\d\e\f\a\u\l\t\s ]] 2022-05-18 09:41:55.825 | + functions-common:run_phase:1892 : run_plugins stack install 2022-05-18 09:41:55.828 | + functions-common:run_plugins:1851 : local mode=stack 2022-05-18 09:41:55.830 | + functions-common:run_plugins:1852 : local phase=install 2022-05-18 09:41:55.833 | + functions-common:run_plugins:1854 : local plugins= 2022-05-18 09:41:55.835 | + functions-common:run_plugins:1855 : local plugin 2022-05-18 09:41:55.838 | + ./stack.sh:main:974 : use_library_from_git python-openstackclient 2022-05-18 09:41:55.841 | + inc/python:use_library_from_git:250 : local name=python-openstackclient 2022-05-18 09:41:55.844 | + inc/python:use_library_from_git:251 : local enabled=1 2022-05-18 09:41:55.847 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2022-05-18 09:41:55.849 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,python-openstackclient, ]] 2022-05-18 09:41:55.852 | + inc/python:use_library_from_git:253 : return 1 2022-05-18 09:41:55.855 | + ./stack.sh:main:978 : pip_install_gr python-openstackclient 2022-05-18 09:41:55.858 | + inc/python:pip_install_gr:76 : local name=python-openstackclient 2022-05-18 09:41:55.861 | + inc/python:pip_install_gr:77 : local clean_name 2022-05-18 09:41:55.864 | ++ inc/python:pip_install_gr:78 : get_from_global_requirements python-openstackclient 2022-05-18 09:41:55.867 | ++ inc/python:get_from_global_requirements:225 : local package=python-openstackclient 2022-05-18 09:41:55.870 | ++ inc/python:get_from_global_requirements:226 : local required_pkg 2022-05-18 09:41:55.874 | +++ inc/python:get_from_global_requirements:227 : cut -d# -f1 2022-05-18 09:41:55.874 | +++ inc/python:get_from_global_requirements:227 : grep -i -h '^python-openstackclient' /opt/stack/requirements/global-requirements.txt 2022-05-18 09:41:55.881 | ++ inc/python:get_from_global_requirements:227 : required_pkg='python-openstackclient ' 2022-05-18 09:41:55.884 | ++ inc/python:get_from_global_requirements:228 : [[ python-openstackclient == '' ]] 2022-05-18 09:41:55.887 | ++ inc/python:get_from_global_requirements:231 : echo python-openstackclient 2022-05-18 09:41:55.890 | + inc/python:pip_install_gr:78 : clean_name=python-openstackclient 2022-05-18 09:41:55.893 | + inc/python:pip_install_gr:79 : pip_install python-openstackclient 2022-05-18 09:41:55.916 | Using python 3.8 to install python-openstackclient 2022-05-18 09:41:55.918 | + inc/python:pip_install:193 : sudo -H LC_ALL=en_US.UTF-8 SETUPTOOLS_USE_DISTUTILS=stdlib http_proxy= https_proxy= no_proxy= PIP_FIND_LINKS= SETUPTOOLS_SYS_PATH_TECHNIQUE=rewrite python3.8 -m pip install -c /opt/stack/requirements/upper-constraints.txt python-openstackclient 2022-05-18 09:41:56.776 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-05-18 09:41:56.776 | from cryptography.utils import int_from_bytes 2022-05-18 09:41:56.776 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-05-18 09:41:56.776 | from cryptography.utils import int_from_bytes 2022-05-18 09:41:57.948 | Looking in indexes: http://10.100.0.9:8080/cloudbase/CI/+simple/ 2022-05-18 09:41:57.980 | Requirement already satisfied: python-openstackclient in /usr/local/lib/python3.8/dist-packages (5.8.0) 2022-05-18 09:41:57.999 | Requirement already satisfied: openstacksdk>=0.61.0 in /usr/local/lib/python3.8/dist-packages (from python-openstackclient) (0.61.0) 2022-05-18 09:41:58.000 | Requirement already satisfied: python-keystoneclient>=3.22.0 in /usr/local/lib/python3.8/dist-packages (from python-openstackclient) (4.4.0) 2022-05-18 09:41:58.001 | Requirement already satisfied: iso8601>=0.1.11 in /usr/local/lib/python3.8/dist-packages (from python-openstackclient) (1.0.2) 2022-05-18 09:41:58.003 | Requirement already satisfied: oslo.utils>=3.33.0 in /usr/local/lib/python3.8/dist-packages (from python-openstackclient) (4.13.0) 2022-05-18 09:41:58.004 | Requirement already satisfied: python-novaclient>=17.0.0 in /usr/local/lib/python3.8/dist-packages (from python-openstackclient) (17.7.0) 2022-05-18 09:41:58.005 | Requirement already satisfied: oslo.i18n>=3.15.3 in /usr/local/lib/python3.8/dist-packages (from python-openstackclient) (5.1.0) 2022-05-18 09:41:58.006 | Requirement already satisfied: cliff>=3.5.0 in /usr/local/lib/python3.8/dist-packages (from python-openstackclient) (3.10.1) 2022-05-18 09:41:58.007 | Requirement already satisfied: python-cinderclient>=3.3.0 in /usr/local/lib/python3.8/dist-packages (from python-openstackclient) (8.3.0) 2022-05-18 09:41:58.009 | Requirement already satisfied: osc-lib>=2.3.0 in /usr/local/lib/python3.8/dist-packages (from python-openstackclient) (2.5.0) 2022-05-18 09:41:58.010 | Requirement already satisfied: pbr!=2.1.0,>=2.0.0 in /usr/local/lib/python3.8/dist-packages (from python-openstackclient) (5.9.0) 2022-05-18 09:41:58.011 | Requirement already satisfied: stevedore>=2.0.1 in /usr/local/lib/python3.8/dist-packages (from python-openstackclient) (3.5.0) 2022-05-18 09:41:58.023 | Requirement already satisfied: cmd2>=1.0.0 in /usr/local/lib/python3.8/dist-packages (from cliff>=3.5.0->python-openstackclient) (2.4.1) 2022-05-18 09:41:58.024 | Requirement already satisfied: PrettyTable>=0.7.2 in /usr/local/lib/python3.8/dist-packages (from cliff>=3.5.0->python-openstackclient) (3.3.0) 2022-05-18 09:41:58.025 | Requirement already satisfied: PyYAML>=3.12 in /usr/local/lib/python3.8/dist-packages (from cliff>=3.5.0->python-openstackclient) (6.0) 2022-05-18 09:41:58.026 | Requirement already satisfied: pyparsing>=2.1.0 in /usr/local/lib/python3.8/dist-packages (from cliff>=3.5.0->python-openstackclient) (3.0.9) 2022-05-18 09:41:58.028 | Requirement already satisfied: autopage>=0.4.0 in /usr/local/lib/python3.8/dist-packages (from cliff>=3.5.0->python-openstackclient) (0.5.0) 2022-05-18 09:41:58.054 | Requirement already satisfied: netifaces>=0.10.4 in /usr/local/lib/python3.8/dist-packages (from openstacksdk>=0.61.0->python-openstackclient) (0.11.0) 2022-05-18 09:41:58.055 | Requirement already satisfied: decorator>=4.4.1 in /usr/local/lib/python3.8/dist-packages (from openstacksdk>=0.61.0->python-openstackclient) (5.1.1) 2022-05-18 09:41:58.056 | Requirement already satisfied: jmespath>=0.9.0 in /usr/local/lib/python3.8/dist-packages (from openstacksdk>=0.61.0->python-openstackclient) (1.0.0) 2022-05-18 09:41:58.057 | Requirement already satisfied: keystoneauth1>=3.18.0 in /usr/local/lib/python3.8/dist-packages (from openstacksdk>=0.61.0->python-openstackclient) (4.5.0) 2022-05-18 09:41:58.058 | Requirement already satisfied: munch>=2.1.0 in /usr/local/lib/python3.8/dist-packages (from openstacksdk>=0.61.0->python-openstackclient) (2.5.0) 2022-05-18 09:41:58.060 | Requirement already satisfied: os-service-types>=1.7.0 in /usr/local/lib/python3.8/dist-packages (from openstacksdk>=0.61.0->python-openstackclient) (1.7.0) 2022-05-18 09:41:58.061 | Requirement already satisfied: requestsexceptions>=1.2.0 in /usr/local/lib/python3.8/dist-packages (from openstacksdk>=0.61.0->python-openstackclient) (1.4.0) 2022-05-18 09:41:58.061 | Requirement already satisfied: appdirs>=1.3.0 in /usr/local/lib/python3.8/dist-packages (from openstacksdk>=0.61.0->python-openstackclient) (1.4.4) 2022-05-18 09:41:58.063 | Requirement already satisfied: cryptography>=2.7 in /usr/local/lib/python3.8/dist-packages (from openstacksdk>=0.61.0->python-openstackclient) (36.0.2) 2022-05-18 09:41:58.064 | Requirement already satisfied: dogpile.cache>=0.6.5 in /usr/local/lib/python3.8/dist-packages (from openstacksdk>=0.61.0->python-openstackclient) (1.1.5) 2022-05-18 09:41:58.065 | Requirement already satisfied: jsonpatch!=1.20,>=1.16 in /usr/local/lib/python3.8/dist-packages (from openstacksdk>=0.61.0->python-openstackclient) (1.32) 2022-05-18 09:41:58.079 | Requirement already satisfied: simplejson>=3.5.1 in /usr/local/lib/python3.8/dist-packages (from osc-lib>=2.3.0->python-openstackclient) (3.17.6) 2022-05-18 09:41:58.098 | Requirement already satisfied: netaddr>=0.7.18 in /usr/local/lib/python3.8/dist-packages (from oslo.utils>=3.33.0->python-openstackclient) (0.8.0) 2022-05-18 09:41:58.099 | Requirement already satisfied: debtcollector>=1.2.0 in /usr/local/lib/python3.8/dist-packages (from oslo.utils>=3.33.0->python-openstackclient) (2.5.0) 2022-05-18 09:41:58.100 | Requirement already satisfied: pytz>=2013.6 in /usr/local/lib/python3.8/dist-packages (from oslo.utils>=3.33.0->python-openstackclient) (2022.1) 2022-05-18 09:41:58.102 | Requirement already satisfied: packaging>=20.4 in /usr/local/lib/python3.8/dist-packages (from oslo.utils>=3.33.0->python-openstackclient) (21.3) 2022-05-18 09:41:58.122 | Requirement already satisfied: requests>=2.25.1 in /usr/local/lib/python3.8/dist-packages (from python-cinderclient>=3.3.0->python-openstackclient) (2.27.1) 2022-05-18 09:41:58.142 | Requirement already satisfied: six>=1.10.0 in /usr/local/lib/python3.8/dist-packages (from python-keystoneclient>=3.22.0->python-openstackclient) (1.16.0) 2022-05-18 09:41:58.143 | Requirement already satisfied: oslo.serialization!=2.19.1,>=2.18.0 in /usr/local/lib/python3.8/dist-packages (from python-keystoneclient>=3.22.0->python-openstackclient) (4.3.0) 2022-05-18 09:41:58.144 | Requirement already satisfied: oslo.config>=5.2.0 in /usr/local/lib/python3.8/dist-packages (from python-keystoneclient>=3.22.0->python-openstackclient) (8.8.0) 2022-05-18 09:41:58.234 | Requirement already satisfied: wcwidth>=0.1.7 in /usr/local/lib/python3.8/dist-packages (from cmd2>=1.0.0->cliff>=3.5.0->python-openstackclient) (0.2.5) 2022-05-18 09:41:58.235 | Requirement already satisfied: pyperclip>=1.6 in /usr/local/lib/python3.8/dist-packages (from cmd2>=1.0.0->cliff>=3.5.0->python-openstackclient) (1.8.2) 2022-05-18 09:41:58.236 | Requirement already satisfied: attrs>=16.3.0 in /usr/local/lib/python3.8/dist-packages (from cmd2>=1.0.0->cliff>=3.5.0->python-openstackclient) (21.4.0) 2022-05-18 09:41:58.278 | Requirement already satisfied: cffi>=1.12 in /usr/local/lib/python3.8/dist-packages (from cryptography>=2.7->openstacksdk>=0.61.0->python-openstackclient) (1.15.0) 2022-05-18 09:41:58.289 | Requirement already satisfied: wrapt>=1.7.0 in /usr/local/lib/python3.8/dist-packages (from debtcollector>=1.2.0->oslo.utils>=3.33.0->python-openstackclient) (1.14.1) 2022-05-18 09:41:58.323 | Requirement already satisfied: jsonpointer>=1.9 in /usr/local/lib/python3.8/dist-packages (from jsonpatch!=1.20,>=1.16->openstacksdk>=0.61.0->python-openstackclient) (2.3) 2022-05-18 09:41:58.490 | Requirement already satisfied: rfc3986>=1.2.0 in /usr/local/lib/python3.8/dist-packages (from oslo.config>=5.2.0->python-keystoneclient>=3.22.0->python-openstackclient) (1.5.0) 2022-05-18 09:41:58.506 | Requirement already satisfied: msgpack>=0.5.2 in /usr/local/lib/python3.8/dist-packages (from oslo.serialization!=2.19.1,>=2.18.0->python-keystoneclient>=3.22.0->python-openstackclient) (1.0.3) 2022-05-18 09:41:58.608 | Requirement already satisfied: charset-normalizer~=2.0.0 in /usr/local/lib/python3.8/dist-packages (from requests>=2.25.1->python-cinderclient>=3.3.0->python-openstackclient) (2.0.12) 2022-05-18 09:41:58.609 | Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3/dist-packages (from requests>=2.25.1->python-cinderclient>=3.3.0->python-openstackclient) (2019.11.28) 2022-05-18 09:41:58.611 | Requirement already satisfied: idna<4,>=2.5 in /usr/local/lib/python3.8/dist-packages (from requests>=2.25.1->python-cinderclient>=3.3.0->python-openstackclient) (3.3) 2022-05-18 09:41:58.612 | Requirement already satisfied: urllib3<1.27,>=1.21.1 in /usr/local/lib/python3.8/dist-packages (from requests>=2.25.1->python-cinderclient>=3.3.0->python-openstackclient) (1.26.9) 2022-05-18 09:41:58.740 | Requirement already satisfied: pycparser in /usr/local/lib/python3.8/dist-packages (from cffi>=1.12->cryptography>=2.7->openstacksdk>=0.61.0->python-openstackclient) (2.21) 2022-05-18 09:42:01.009 | WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv 2022-05-18 09:42:01.016 | WARNING: You are using pip version 21.3.1; however, version 22.1 is available. 2022-05-18 09:42:01.017 | You should consider upgrading via the '/usr/bin/python3.8 -m pip install --upgrade pip' command. 2022-05-18 09:42:01.152 | + inc/python:pip_install:200 : result=0 2022-05-18 09:42:01.154 | + inc/python:pip_install:202 : time_stop pip_install 2022-05-18 09:42:01.157 | + functions-common:time_stop:2437 : local name 2022-05-18 09:42:01.159 | + functions-common:time_stop:2438 : local end_time 2022-05-18 09:42:01.162 | + functions-common:time_stop:2439 : local elapsed_time 2022-05-18 09:42:01.164 | + functions-common:time_stop:2440 : local total 2022-05-18 09:42:01.166 | + functions-common:time_stop:2441 : local start_time 2022-05-18 09:42:01.169 | + functions-common:time_stop:2443 : name=pip_install 2022-05-18 09:42:01.171 | + functions-common:time_stop:2444 : start_time=1652866915910 2022-05-18 09:42:01.174 | + functions-common:time_stop:2446 : [[ -z 1652866915910 ]] 2022-05-18 09:42:01.177 | ++ functions-common:time_stop:2449 : date +%s%3N 2022-05-18 09:42:01.181 | + functions-common:time_stop:2449 : end_time=1652866921178 2022-05-18 09:42:01.184 | + functions-common:time_stop:2450 : elapsed_time=5268 2022-05-18 09:42:01.186 | + functions-common:time_stop:2451 : total=196734 2022-05-18 09:42:01.189 | + functions-common:time_stop:2453 : _TIME_START[$name]= 2022-05-18 09:42:01.191 | + functions-common:time_stop:2454 : _TIME_TOTAL[$name]=202002 2022-05-18 09:42:01.194 | + inc/python:pip_install:203 : return 0 2022-05-18 09:42:01.197 | + ./stack.sh:main:983 : install_oscwrap 2022-05-18 09:42:01.200 | ++ functions-common:install_oscwrap:2482 : mktemp 2022-05-18 09:42:01.205 | + functions-common:install_oscwrap:2482 : OSCWRAP_TIMER_FILE=/tmp/tmp.XpyB3NZaaY 2022-05-18 09:42:01.207 | + functions-common:install_oscwrap:2485 : shopt -s expand_aliases 2022-05-18 09:42:01.210 | + functions-common:install_oscwrap:2488 : unalias -a 2022-05-18 09:42:01.213 | + functions-common:install_oscwrap:2490 : alias openstack=oscwrap 2022-05-18 09:42:01.216 | + ./stack.sh:main:988 : [[ False != \F\a\l\s\e ]] 2022-05-18 09:42:01.219 | + ./stack.sh:main:1028 : '[' -f /opt/stack/data/ca-bundle.pem ']' 2022-05-18 09:42:01.221 | + ./stack.sh:main:1036 : is_service_enabled mysql postgresql 2022-05-18 09:42:01.239 | + functions-common:is_service_enabled:2093 : return 0 2022-05-18 09:42:01.242 | + ./stack.sh:main:1037 : configure_database 2022-05-18 09:42:01.245 | + lib/database:configure_database:128 : configure_database_mysql 2022-05-18 09:42:01.247 | + lib/databases/mysql:configure_database_mysql:72 : local my_conf mysql slow_log 2022-05-18 09:42:01.250 | + lib/databases/mysql:configure_database_mysql:73 : echo_summary 'Configuring and starting MySQL' 2022-05-18 09:42:01.252 | + ./stack.sh:echo_summary:442 : [[ -t 3 ]] 2022-05-18 09:42:01.254 | + ./stack.sh:echo_summary:448 : echo -e Configuring and starting MySQL 2022-05-18 09:42:01.257 | + lib/databases/mysql:configure_database_mysql:75 : is_ubuntu 2022-05-18 09:42:01.260 | + functions-common:is_ubuntu:573 : [[ -z deb ]] 2022-05-18 09:42:01.262 | + functions-common:is_ubuntu:576 : '[' deb = deb ']' 2022-05-18 09:42:01.264 | + lib/databases/mysql:configure_database_mysql:76 : my_conf=/etc/mysql/my.cnf 2022-05-18 09:42:01.267 | ++ lib/databases/mysql:configure_database_mysql:90 : ipv6_unquote 0.0.0.0 2022-05-18 09:42:01.271 | ++ functions-common:ipv6_unquote:2235 : tr -d '[]' 2022-05-18 09:42:01.271 | ++ functions-common:ipv6_unquote:2235 : echo 0.0.0.0 2022-05-18 09:42:01.276 | + lib/databases/mysql:configure_database_mysql:90 : iniset -sudo /etc/mysql/my.cnf mysqld bind-address 0.0.0.0 2022-05-18 09:42:01.332 | + lib/databases/mysql:configure_database_mysql:93 : is_fedora 2022-05-18 09:42:01.337 | + functions-common:is_fedora:524 : [[ -z Ubuntu ]] 2022-05-18 09:42:01.340 | + functions-common:is_fedora:528 : '[' Ubuntu = Fedora ']' 2022-05-18 09:42:01.343 | + functions-common:is_fedora:528 : '[' Ubuntu = 'Red Hat' ']' 2022-05-18 09:42:01.345 | + functions-common:is_fedora:529 : '[' Ubuntu = openEuler ']' 2022-05-18 09:42:01.348 | + functions-common:is_fedora:530 : '[' Ubuntu = RedHatEnterpriseServer ']' 2022-05-18 09:42:01.350 | + functions-common:is_fedora:531 : '[' Ubuntu = RedHatEnterprise ']' 2022-05-18 09:42:01.352 | + functions-common:is_fedora:532 : '[' Ubuntu = CentOS ']' 2022-05-18 09:42:01.355 | + functions-common:is_fedora:532 : '[' Ubuntu = CentOSStream ']' 2022-05-18 09:42:01.357 | + functions-common:is_fedora:533 : '[' Ubuntu = AlmaLinux ']' 2022-05-18 09:42:01.359 | + functions-common:is_fedora:534 : '[' Ubuntu = OracleServer ']' 2022-05-18 09:42:01.362 | + functions-common:is_fedora:534 : '[' Ubuntu = Virtuozzo ']' 2022-05-18 09:42:01.364 | + lib/databases/mysql:configure_database_mysql:93 : is_suse 2022-05-18 09:42:01.366 | + functions-common:is_suse:542 : is_opensuse 2022-05-18 09:42:01.369 | + functions-common:is_opensuse:549 : [[ -z Ubuntu ]] 2022-05-18 09:42:01.371 | + functions-common:is_opensuse:553 : [[ Ubuntu =~ (openSUSE) ]] 2022-05-18 09:42:01.374 | + functions-common:is_suse:542 : is_suse_linux_enterprise 2022-05-18 09:42:01.376 | + functions-common:is_suse_linux_enterprise:561 : [[ -z Ubuntu ]] 2022-05-18 09:42:01.378 | + functions-common:is_suse_linux_enterprise:565 : [[ Ubuntu =~ (^SUSE) ]] 2022-05-18 09:42:01.381 | + lib/databases/mysql:configure_database_mysql:96 : is_ubuntu 2022-05-18 09:42:01.384 | + functions-common:is_ubuntu:573 : [[ -z deb ]] 2022-05-18 09:42:01.386 | + functions-common:is_ubuntu:576 : '[' deb = deb ']' 2022-05-18 09:42:01.389 | + lib/databases/mysql:configure_database_mysql:98 : restart_service mysql 2022-05-18 09:42:01.391 | + functions-common:restart_service:2321 : '[' -x /bin/systemctl ']' 2022-05-18 09:42:01.394 | + functions-common:restart_service:2322 : sudo /bin/systemctl restart mysql 2022-05-18 09:42:03.779 | + lib/databases/mysql:configure_database_mysql:104 : sudo mysqladmin -u root password Passw0rd 2022-05-18 09:42:03.795 | mysqladmin: connect to server at 'localhost' failed 2022-05-18 09:42:03.795 | error: 'Access denied for user 'root'@'localhost' (using password: NO)' 2022-05-18 09:42:03.800 | + lib/databases/mysql:configure_database_mysql:104 : true 2022-05-18 09:42:03.802 | + lib/databases/mysql:configure_database_mysql:108 : is_ubuntu 2022-05-18 09:42:03.805 | + functions-common:is_ubuntu:573 : [[ -z deb ]] 2022-05-18 09:42:03.807 | + functions-common:is_ubuntu:576 : '[' deb = deb ']' 2022-05-18 09:42:03.810 | + lib/databases/mysql:configure_database_mysql:108 : '[' mysql == mariadb ']' 2022-05-18 09:42:03.813 | + lib/databases/mysql:configure_database_mysql:111 : local 'cmd_args=-uroot -pPassw0rd -h127.0.0.1 ' 2022-05-18 09:42:03.816 | + lib/databases/mysql:configure_database_mysql:117 : is_ubuntu 2022-05-18 09:42:03.818 | + functions-common:is_ubuntu:573 : [[ -z deb ]] 2022-05-18 09:42:03.820 | + functions-common:is_ubuntu:576 : '[' deb = deb ']' 2022-05-18 09:42:03.823 | + lib/databases/mysql:configure_database_mysql:117 : [[ focal != \b\u\l\l\s\e\y\e ]] 2022-05-18 09:42:03.825 | + lib/databases/mysql:configure_database_mysql:117 : '[' mysql == mariadb ']' 2022-05-18 09:42:03.828 | + 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-05-18 09:42:03.841 | mysql: [Warning] Using a password on the command line interface can be insecure. 2022-05-18 09:42:03.876 | + lib/databases/mysql:configure_database_mysql:124 : sudo mysql -uroot -pPassw0rd -h127.0.0.1 -e 'GRANT ALL PRIVILEGES ON *.* TO '\''root'\''@'\''%'\'';' 2022-05-18 09:42:03.888 | mysql: [Warning] Using a password on the command line interface can be insecure. 2022-05-18 09:42:03.906 | + lib/databases/mysql:configure_database_mysql:129 : iniset -sudo /etc/mysql/my.cnf mysqld sql_mode TRADITIONAL 2022-05-18 09:42:03.960 | + lib/databases/mysql:configure_database_mysql:130 : iniset -sudo /etc/mysql/my.cnf mysqld default-storage-engine InnoDB 2022-05-18 09:42:04.014 | + lib/databases/mysql:configure_database_mysql:131 : iniset -sudo /etc/mysql/my.cnf mysqld max_connections 1024 2022-05-18 09:42:04.069 | + lib/databases/mysql:configure_database_mysql:133 : [[ False == \T\r\u\e ]] 2022-05-18 09:42:04.072 | + lib/databases/mysql:configure_database_mysql:153 : [[ True == \T\r\u\e ]] 2022-05-18 09:42:04.075 | + lib/databases/mysql:configure_database_mysql:154 : echo 'enabling MySQL performance counting' 2022-05-18 09:42:04.075 | enabling MySQL performance counting 2022-05-18 09:42:04.077 | + lib/databases/mysql:configure_database_mysql:157 : pip_install /home/ubuntu/devstack/tools/dbcounter 2022-05-18 09:42:04.100 | Using python 3.8 to install /home/ubuntu/devstack/tools/dbcounter 2022-05-18 09:42:04.102 | + inc/python:pip_install:193 : sudo -H LC_ALL=en_US.UTF-8 SETUPTOOLS_USE_DISTUTILS=stdlib http_proxy= https_proxy= no_proxy= PIP_FIND_LINKS= SETUPTOOLS_SYS_PATH_TECHNIQUE=rewrite python3.8 -m pip install -c /opt/stack/requirements/upper-constraints.txt /home/ubuntu/devstack/tools/dbcounter 2022-05-18 09:42:04.967 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-05-18 09:42:04.967 | from cryptography.utils import int_from_bytes 2022-05-18 09:42:04.967 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-05-18 09:42:04.967 | from cryptography.utils import int_from_bytes 2022-05-18 09:42:06.151 | Looking in indexes: http://10.100.0.9:8080/cloudbase/CI/+simple/ 2022-05-18 09:42:06.206 | Processing ./tools/dbcounter 2022-05-18 09:42:06.469 | Installing build dependencies: started 2022-05-18 09:42:16.868 | Installing build dependencies: finished with status 'done' 2022-05-18 09:42:16.873 | Getting requirements to build wheel: started 2022-05-18 09:42:19.630 | Getting requirements to build wheel: finished with status 'done' 2022-05-18 09:42:19.901 | Installing backend dependencies: started 2022-05-18 09:42:25.191 | Installing backend dependencies: finished with status 'done' 2022-05-18 09:42:25.196 | Preparing metadata (pyproject.toml): started 2022-05-18 09:42:28.205 | Preparing metadata (pyproject.toml): finished with status 'done' 2022-05-18 09:42:28.211 | Building wheels for collected packages: dbcounter 2022-05-18 09:42:28.213 | Building wheel for dbcounter (pyproject.toml): started 2022-05-18 09:42:32.050 | Building wheel for dbcounter (pyproject.toml): finished with status 'done' 2022-05-18 09:42:32.051 | Created wheel for dbcounter: filename=dbcounter-0.1-py3-none-any.whl size=3220 sha256=60b9f0ab803f20d0cb1db4771db00e2f471291f28b24499ab6ed7d8b64ae991d 2022-05-18 09:42:32.051 | Stored in directory: /tmp/pip-ephem-wheel-cache-f85vqi5w/wheels/47/ec/8f/c05696fe4840718acd6e24d52f1870611cf630271d38314447 2022-05-18 09:42:32.055 | Successfully built dbcounter 2022-05-18 09:42:34.452 | Installing collected packages: dbcounter 2022-05-18 09:42:34.452 | Attempting uninstall: dbcounter 2022-05-18 09:42:34.454 | Found existing installation: dbcounter 0.1 2022-05-18 09:42:34.457 | Uninstalling dbcounter-0.1: 2022-05-18 09:42:34.765 | Successfully uninstalled dbcounter-0.1 2022-05-18 09:42:34.879 | Successfully installed dbcounter-0.1 2022-05-18 09:42:34.879 | WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv 2022-05-18 09:42:34.887 | WARNING: You are using pip version 21.3.1; however, version 22.1 is available. 2022-05-18 09:42:34.887 | You should consider upgrading via the '/usr/bin/python3.8 -m pip install --upgrade pip' command. 2022-05-18 09:42:35.045 | + inc/python:pip_install:200 : result=0 2022-05-18 09:42:35.047 | + inc/python:pip_install:202 : time_stop pip_install 2022-05-18 09:42:35.049 | + functions-common:time_stop:2437 : local name 2022-05-18 09:42:35.052 | + functions-common:time_stop:2438 : local end_time 2022-05-18 09:42:35.054 | + functions-common:time_stop:2439 : local elapsed_time 2022-05-18 09:42:35.056 | + functions-common:time_stop:2440 : local total 2022-05-18 09:42:35.059 | + functions-common:time_stop:2441 : local start_time 2022-05-18 09:42:35.061 | + functions-common:time_stop:2443 : name=pip_install 2022-05-18 09:42:35.064 | + functions-common:time_stop:2444 : start_time=1652866924094 2022-05-18 09:42:35.066 | + functions-common:time_stop:2446 : [[ -z 1652866924094 ]] 2022-05-18 09:42:35.069 | ++ functions-common:time_stop:2449 : date +%s%3N 2022-05-18 09:42:35.074 | + functions-common:time_stop:2449 : end_time=1652866955071 2022-05-18 09:42:35.076 | + functions-common:time_stop:2450 : elapsed_time=30977 2022-05-18 09:42:35.078 | + functions-common:time_stop:2451 : total=202002 2022-05-18 09:42:35.081 | + functions-common:time_stop:2453 : _TIME_START[$name]= 2022-05-18 09:42:35.083 | + functions-common:time_stop:2454 : _TIME_TOTAL[$name]=232979 2022-05-18 09:42:35.086 | + inc/python:pip_install:203 : return 0 2022-05-18 09:42:35.089 | + lib/databases/mysql:configure_database_mysql:160 : recreate_database stats 2022-05-18 09:42:35.091 | + lib/database:recreate_database:112 : local db=stats 2022-05-18 09:42:35.094 | + lib/database:recreate_database:113 : recreate_database_mysql stats 2022-05-18 09:42:35.096 | + lib/databases/mysql:recreate_database_mysql:66 : local db=stats 2022-05-18 09:42:35.098 | + lib/databases/mysql:recreate_database_mysql:67 : mysql -uroot -pPassw0rd -h127.0.0.1 -e 'DROP DATABASE IF EXISTS stats;' 2022-05-18 09:42:35.103 | mysql: [Warning] Using a password on the command line interface can be insecure. 2022-05-18 09:42:35.131 | + lib/databases/mysql:recreate_database_mysql:68 : mysql -uroot -pPassw0rd -h127.0.0.1 -e 'CREATE DATABASE stats CHARACTER SET utf8;' 2022-05-18 09:42:35.136 | mysql: [Warning] Using a password on the command line interface can be insecure. 2022-05-18 09:42:35.154 | + 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-05-18 09:42:35.154 | count INT, PRIMARY KEY (db, op)) ENGINE MEMORY' stats 2022-05-18 09:42:35.159 | mysql: [Warning] Using a password on the command line interface can be insecure. 2022-05-18 09:42:35.178 | + lib/databases/mysql:configure_database_mysql:166 : restart_service mysql 2022-05-18 09:42:35.181 | + functions-common:restart_service:2321 : '[' -x /bin/systemctl ']' 2022-05-18 09:42:35.183 | + functions-common:restart_service:2322 : sudo /bin/systemctl restart mysql 2022-05-18 09:42:37.325 | + ./stack.sh:main:1041 : save_stackenv 1041 2022-05-18 09:42:37.328 | + functions-common:save_stackenv:60 : local tag=1041 2022-05-18 09:42:37.331 | ++ functions-common:save_stackenv:62 : date +%F-%H%M%S 2022-05-18 09:42:37.336 | + functions-common:save_stackenv:62 : time_stamp=2022-05-18-094237 2022-05-18 09:42:37.339 | + functions-common:save_stackenv:63 : echo '# 2022-05-18-094237 1041' 2022-05-18 09:42:37.341 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2022-05-18 09:42:37.344 | + functions-common:save_stackenv:65 : echo BASE_SQL_CONN=mysql+pymysql://root:Passw0rd@127.0.0.1 2022-05-18 09:42:37.347 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2022-05-18 09:42:37.349 | + functions-common:save_stackenv:65 : echo DATA_DIR=/opt/stack/data 2022-05-18 09:42:37.352 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2022-05-18 09:42:37.355 | + functions-common:save_stackenv:65 : echo DEST=/opt/stack 2022-05-18 09:42:37.357 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2022-05-18 09:42:37.360 | + functions-common:save_stackenv:65 : echo ENABLED_SERVICES=key,n-api,n-cond,n-sch,n-api-meta,placement-api,placement-client,g-api,c-sch,c-api,c-vol,ovn-controller,ovn-northd,ovs-vswitchd,ovsdb-server,q-svc,q-ovn-metadata-agent,rabbit,tempest,mysql,etcd3,dstat,n-crt,n-cauth,q-agt,q-dhcp,q-l3,q-meta,q-metering,q-vpn,g-reg,cinder,c-bak,s-proxy,s-object,s-container,s-account,heat,h-api,h-api-cfn,h-api-cw,h-eng,ceilometer-acentral,ceilometer-acompute,ceilometer-collector,ceilometer-api,ceilometer-anotification 2022-05-18 09:42:37.362 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2022-05-18 09:42:37.365 | + functions-common:save_stackenv:65 : echo HOST_IP=10.222.0.71 2022-05-18 09:42:37.368 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2022-05-18 09:42:37.370 | + functions-common:save_stackenv:65 : echo KEYSTONE_SERVICE_URI=http://10.222.0.71/identity 2022-05-18 09:42:37.373 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2022-05-18 09:42:37.376 | + functions-common:save_stackenv:65 : echo LOGFILE=/opt/stack/logs/stack.sh.log.2022-05-18-093738 2022-05-18 09:42:37.378 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2022-05-18 09:42:37.381 | + functions-common:save_stackenv:65 : echo OS_CACERT= 2022-05-18 09:42:37.383 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2022-05-18 09:42:37.386 | + functions-common:save_stackenv:65 : echo SERVICE_HOST=10.222.0.71 2022-05-18 09:42:37.388 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2022-05-18 09:42:37.391 | + functions-common:save_stackenv:65 : echo STACK_USER=ubuntu 2022-05-18 09:42:37.397 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2022-05-18 09:42:37.400 | + functions-common:save_stackenv:65 : echo TLS_IP= 2022-05-18 09:42:37.402 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2022-05-18 09:42:37.405 | + functions-common:save_stackenv:65 : echo HOST_IPV6=::1 2022-05-18 09:42:37.407 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2022-05-18 09:42:37.410 | + functions-common:save_stackenv:65 : echo SERVICE_IP_VERSION=4 2022-05-18 09:42:37.413 | + ./stack.sh:main:1053 : [[ True == \T\r\u\e ]] 2022-05-18 09:42:37.415 | + ./stack.sh:main:1054 : [[ -f /sys/kernel/mm/ksm/run ]] 2022-05-18 09:42:37.418 | + ./stack.sh:main:1055 : sudo sh -c 'echo 1 > /sys/kernel/mm/ksm/run' 2022-05-18 09:42:37.430 | + ./stack.sh:main:1067 : start_dstat 2022-05-18 09:42:37.433 | + lib/dstat:start_dstat:31 : run_process dstat '/home/ubuntu/devstack/tools/dstat.sh /opt/stack/logs' 2022-05-18 09:42:37.436 | + functions-common:run_process:1692 : local service=dstat 2022-05-18 09:42:37.439 | + functions-common:run_process:1693 : local 'command=/home/ubuntu/devstack/tools/dstat.sh /opt/stack/logs' 2022-05-18 09:42:37.441 | + functions-common:run_process:1694 : local group= 2022-05-18 09:42:37.444 | + functions-common:run_process:1695 : local user= 2022-05-18 09:42:37.446 | + functions-common:run_process:1697 : local name=dstat 2022-05-18 09:42:37.449 | + functions-common:run_process:1699 : time_start run_process 2022-05-18 09:42:37.451 | + functions-common:time_start:2423 : local name=run_process 2022-05-18 09:42:37.454 | + functions-common:time_start:2424 : local start_time= 2022-05-18 09:42:37.456 | + functions-common:time_start:2425 : [[ -n '' ]] 2022-05-18 09:42:37.460 | ++ functions-common:time_start:2428 : date +%s%3N 2022-05-18 09:42:37.465 | + functions-common:time_start:2428 : _TIME_START[$name]=1652866957462 2022-05-18 09:42:37.467 | + functions-common:run_process:1700 : is_service_enabled dstat 2022-05-18 09:42:37.489 | + functions-common:is_service_enabled:2093 : return 0 2022-05-18 09:42:37.492 | + functions-common:run_process:1701 : _run_under_systemd dstat '/home/ubuntu/devstack/tools/dstat.sh /opt/stack/logs' '' '' 2022-05-18 09:42:37.494 | + functions-common:_run_under_systemd:1657 : local service=dstat 2022-05-18 09:42:37.497 | + functions-common:_run_under_systemd:1658 : local 'command=/home/ubuntu/devstack/tools/dstat.sh /opt/stack/logs' 2022-05-18 09:42:37.500 | + functions-common:_run_under_systemd:1659 : local 'cmd=/home/ubuntu/devstack/tools/dstat.sh /opt/stack/logs' 2022-05-18 09:42:37.503 | + functions-common:_run_under_systemd:1661 : _common_systemd_pitfalls '/home/ubuntu/devstack/tools/dstat.sh /opt/stack/logs' 2022-05-18 09:42:37.506 | + functions-common:_common_systemd_pitfalls:1629 : local 'cmd=/home/ubuntu/devstack/tools/dstat.sh /opt/stack/logs' 2022-05-18 09:42:37.508 | + functions-common:_common_systemd_pitfalls:1632 : [[ /home/ubuntu/devstack/tools/dstat.sh /opt/stack/logs =~ sudo ]] 2022-05-18 09:42:37.511 | + functions-common:_common_systemd_pitfalls:1643 : [[ ! /home/ubuntu/devstack/tools/dstat.sh /opt/stack/logs =~ ^/ ]] 2022-05-18 09:42:37.513 | + functions-common:_run_under_systemd:1663 : local systemd_service=devstack@dstat.service 2022-05-18 09:42:37.516 | + functions-common:_run_under_systemd:1664 : local group= 2022-05-18 09:42:37.518 | + functions-common:_run_under_systemd:1665 : local user=ubuntu 2022-05-18 09:42:37.521 | + functions-common:_run_under_systemd:1666 : [[ /home/ubuntu/devstack/tools/dstat.sh /opt/stack/logs =~ uwsgi ]] 2022-05-18 09:42:37.524 | + functions-common:_run_under_systemd:1669 : write_user_unit_file devstack@dstat.service '/home/ubuntu/devstack/tools/dstat.sh /opt/stack/logs' '' ubuntu 2022-05-18 09:42:37.527 | + functions-common:write_user_unit_file:1574 : local service=devstack@dstat.service 2022-05-18 09:42:37.529 | + functions-common:write_user_unit_file:1575 : local 'command=/home/ubuntu/devstack/tools/dstat.sh /opt/stack/logs' 2022-05-18 09:42:37.532 | + functions-common:write_user_unit_file:1576 : local group= 2022-05-18 09:42:37.534 | + functions-common:write_user_unit_file:1577 : local user=ubuntu 2022-05-18 09:42:37.537 | + functions-common:write_user_unit_file:1578 : local extra= 2022-05-18 09:42:37.540 | + functions-common:write_user_unit_file:1579 : [[ -n '' ]] 2022-05-18 09:42:37.542 | + functions-common:write_user_unit_file:1582 : local unitfile=/etc/systemd/system/devstack@dstat.service 2022-05-18 09:42:37.545 | + functions-common:write_user_unit_file:1583 : mkdir -p /etc/systemd/system 2022-05-18 09:42:37.549 | + functions-common:write_user_unit_file:1585 : iniset -sudo /etc/systemd/system/devstack@dstat.service Unit Description 'Devstack devstack@dstat.service' 2022-05-18 09:42:37.602 | + functions-common:write_user_unit_file:1586 : iniset -sudo /etc/systemd/system/devstack@dstat.service Service User ubuntu 2022-05-18 09:42:37.656 | + functions-common:write_user_unit_file:1587 : iniset -sudo /etc/systemd/system/devstack@dstat.service Service ExecStart '/home/ubuntu/devstack/tools/dstat.sh /opt/stack/logs' 2022-05-18 09:42:37.716 | + functions-common:write_user_unit_file:1588 : iniset -sudo /etc/systemd/system/devstack@dstat.service Service KillMode process 2022-05-18 09:42:37.769 | + functions-common:write_user_unit_file:1589 : iniset -sudo /etc/systemd/system/devstack@dstat.service Service TimeoutStopSec 300 2022-05-18 09:42:37.825 | + functions-common:write_user_unit_file:1590 : iniset -sudo /etc/systemd/system/devstack@dstat.service Service ExecReload '/usr/bin/kill -HUP $MAINPID' 2022-05-18 09:42:37.879 | + functions-common:write_user_unit_file:1591 : [[ -n '' ]] 2022-05-18 09:42:37.882 | + functions-common:write_user_unit_file:1594 : iniset -sudo /etc/systemd/system/devstack@dstat.service Install WantedBy multi-user.target 2022-05-18 09:42:37.936 | + functions-common:write_user_unit_file:1597 : sudo systemctl daemon-reload 2022-05-18 09:42:38.150 | ++ inc/async:async_inner:64 : rc=0 2022-05-18 09:42:38.176 | [233225 Async install_tempest:233225]: finished successfully 2022-05-18 09:42:38.383 | + functions-common:_run_under_systemd:1672 : sudo systemctl enable devstack@dstat.service 2022-05-18 09:42:38.396 | Created symlink /etc/systemd/system/multi-user.target.wants/devstack@dstat.service → /etc/systemd/system/devstack@dstat.service. 2022-05-18 09:42:38.797 | + functions-common:_run_under_systemd:1673 : sudo systemctl start devstack@dstat.service 2022-05-18 09:42:38.817 | + functions-common:run_process:1703 : time_stop run_process 2022-05-18 09:42:38.820 | + functions-common:time_stop:2437 : local name 2022-05-18 09:42:38.823 | + functions-common:time_stop:2438 : local end_time 2022-05-18 09:42:38.825 | + functions-common:time_stop:2439 : local elapsed_time 2022-05-18 09:42:38.828 | + functions-common:time_stop:2440 : local total 2022-05-18 09:42:38.830 | + functions-common:time_stop:2441 : local start_time 2022-05-18 09:42:38.833 | + functions-common:time_stop:2443 : name=run_process 2022-05-18 09:42:38.836 | + functions-common:time_stop:2444 : start_time=1652866957462 2022-05-18 09:42:38.838 | + functions-common:time_stop:2446 : [[ -z 1652866957462 ]] 2022-05-18 09:42:38.841 | ++ functions-common:time_stop:2449 : date +%s%3N 2022-05-18 09:42:38.846 | + functions-common:time_stop:2449 : end_time=1652866958843 2022-05-18 09:42:38.848 | + functions-common:time_stop:2450 : elapsed_time=1381 2022-05-18 09:42:38.852 | + functions-common:time_stop:2451 : total=0 2022-05-18 09:42:38.855 | + functions-common:time_stop:2453 : _TIME_START[$name]= 2022-05-18 09:42:38.858 | + functions-common:time_stop:2454 : _TIME_TOTAL[$name]=1381 2022-05-18 09:42:38.864 | + lib/dstat:start_dstat:36 : run_process memory_tracker /home/ubuntu/devstack/tools/memory_tracker.sh '' root 2022-05-18 09:42:38.866 | + functions-common:run_process:1692 : local service=memory_tracker 2022-05-18 09:42:38.869 | + functions-common:run_process:1693 : local command=/home/ubuntu/devstack/tools/memory_tracker.sh 2022-05-18 09:42:38.871 | + functions-common:run_process:1694 : local group= 2022-05-18 09:42:38.874 | + functions-common:run_process:1695 : local user=root 2022-05-18 09:42:38.876 | + functions-common:run_process:1697 : local name=memory_tracker 2022-05-18 09:42:38.879 | + functions-common:run_process:1699 : time_start run_process 2022-05-18 09:42:38.882 | + functions-common:time_start:2423 : local name=run_process 2022-05-18 09:42:38.885 | + functions-common:time_start:2424 : local start_time= 2022-05-18 09:42:38.887 | + functions-common:time_start:2425 : [[ -n '' ]] 2022-05-18 09:42:38.890 | ++ functions-common:time_start:2428 : date +%s%3N 2022-05-18 09:42:38.895 | + functions-common:time_start:2428 : _TIME_START[$name]=1652866958892 2022-05-18 09:42:38.898 | + functions-common:run_process:1700 : is_service_enabled memory_tracker 2022-05-18 09:42:38.916 | + functions-common:is_service_enabled:2093 : return 1 2022-05-18 09:42:38.918 | + functions-common:run_process:1703 : time_stop run_process 2022-05-18 09:42:38.923 | + functions-common:time_stop:2437 : local name 2022-05-18 09:42:38.924 | + functions-common:time_stop:2438 : local end_time 2022-05-18 09:42:38.926 | + functions-common:time_stop:2439 : local elapsed_time 2022-05-18 09:42:38.929 | + functions-common:time_stop:2440 : local total 2022-05-18 09:42:38.938 | + functions-common:time_stop:2441 : local start_time 2022-05-18 09:42:38.941 | + functions-common:time_stop:2443 : name=run_process 2022-05-18 09:42:38.943 | + functions-common:time_stop:2444 : start_time=1652866958892 2022-05-18 09:42:38.946 | + functions-common:time_stop:2446 : [[ -z 1652866958892 ]] 2022-05-18 09:42:38.949 | ++ functions-common:time_stop:2449 : date +%s%3N 2022-05-18 09:42:38.954 | + functions-common:time_stop:2449 : end_time=1652866958951 2022-05-18 09:42:38.956 | + functions-common:time_stop:2450 : elapsed_time=59 2022-05-18 09:42:38.959 | + functions-common:time_stop:2451 : total=1381 2022-05-18 09:42:38.962 | + functions-common:time_stop:2453 : _TIME_START[$name]= 2022-05-18 09:42:38.964 | + functions-common:time_stop:2454 : _TIME_TOTAL[$name]=1440 2022-05-18 09:42:38.967 | + lib/dstat:start_dstat:40 : is_service_enabled peakmem_tracker 2022-05-18 09:42:38.985 | + functions-common:is_service_enabled:2093 : return 1 2022-05-18 09:42:38.988 | + ./stack.sh:main:1071 : is_service_enabled tcpdump 2022-05-18 09:42:39.007 | + functions-common:is_service_enabled:2093 : return 1 2022-05-18 09:42:39.009 | + ./stack.sh:main:1079 : is_service_enabled etcd3 2022-05-18 09:42:39.029 | + functions-common:is_service_enabled:2093 : return 0 2022-05-18 09:42:39.032 | + ./stack.sh:main:1080 : start_etcd3 2022-05-18 09:42:39.034 | + lib/etcd3:start_etcd3:41 : local cmd=/opt/stack/bin/etcd 2022-05-18 09:42:39.037 | + lib/etcd3:start_etcd3:42 : cmd+=' --name n-d-768851-20 --data-dir /opt/stack/data/etcd' 2022-05-18 09:42:39.039 | + lib/etcd3:start_etcd3:43 : cmd+=' --initial-cluster-state new --initial-cluster-token etcd-cluster-01' 2022-05-18 09:42:39.042 | + lib/etcd3:start_etcd3:44 : cmd+=' --initial-cluster n-d-768851-20=http://10.222.0.71:2380' 2022-05-18 09:42:39.044 | + lib/etcd3:start_etcd3:45 : cmd+=' --initial-advertise-peer-urls http://10.222.0.71:2380' 2022-05-18 09:42:39.047 | + lib/etcd3:start_etcd3:46 : cmd+=' --advertise-client-urls http://10.222.0.71:2379' 2022-05-18 09:42:39.049 | + lib/etcd3:start_etcd3:47 : '[' 0.0.0.0 == :: ']' 2022-05-18 09:42:39.052 | + lib/etcd3:start_etcd3:50 : cmd+=' --listen-peer-urls http://0.0.0.0:2380 ' 2022-05-18 09:42:39.055 | + lib/etcd3:start_etcd3:52 : cmd+=' --listen-client-urls http://10.222.0.71:2379' 2022-05-18 09:42:39.057 | + lib/etcd3:start_etcd3:53 : '[' True == True ']' 2022-05-18 09:42:39.060 | + lib/etcd3:start_etcd3:54 : cmd+=' --debug' 2022-05-18 09:42:39.063 | + lib/etcd3:start_etcd3:57 : local unitfile=/etc/systemd/system/devstack@etcd.service 2022-05-18 09:42:39.065 | + lib/etcd3:start_etcd3:58 : write_user_unit_file devstack@etcd.service '/opt/stack/bin/etcd --name n-d-768851-20 --data-dir /opt/stack/data/etcd --initial-cluster-state new --initial-cluster-token etcd-cluster-01 --initial-cluster n-d-768851-20=http://10.222.0.71:2380 --initial-advertise-peer-urls http://10.222.0.71:2380 --advertise-client-urls http://10.222.0.71:2379 --listen-peer-urls http://0.0.0.0:2380 --listen-client-urls http://10.222.0.71:2379 --debug' '' root 2022-05-18 09:42:39.068 | + functions-common:write_user_unit_file:1574 : local service=devstack@etcd.service 2022-05-18 09:42:39.071 | + functions-common:write_user_unit_file:1575 : local 'command=/opt/stack/bin/etcd --name n-d-768851-20 --data-dir /opt/stack/data/etcd --initial-cluster-state new --initial-cluster-token etcd-cluster-01 --initial-cluster n-d-768851-20=http://10.222.0.71:2380 --initial-advertise-peer-urls http://10.222.0.71:2380 --advertise-client-urls http://10.222.0.71:2379 --listen-peer-urls http://0.0.0.0:2380 --listen-client-urls http://10.222.0.71:2379 --debug' 2022-05-18 09:42:39.073 | + functions-common:write_user_unit_file:1576 : local group= 2022-05-18 09:42:39.076 | + functions-common:write_user_unit_file:1577 : local user=root 2022-05-18 09:42:39.078 | + functions-common:write_user_unit_file:1578 : local extra= 2022-05-18 09:42:39.080 | + functions-common:write_user_unit_file:1579 : [[ -n '' ]] 2022-05-18 09:42:39.083 | + functions-common:write_user_unit_file:1582 : local unitfile=/etc/systemd/system/devstack@etcd.service 2022-05-18 09:42:39.085 | + functions-common:write_user_unit_file:1583 : mkdir -p /etc/systemd/system 2022-05-18 09:42:39.090 | + functions-common:write_user_unit_file:1585 : iniset -sudo /etc/systemd/system/devstack@etcd.service Unit Description 'Devstack devstack@etcd.service' 2022-05-18 09:42:39.160 | + functions-common:write_user_unit_file:1586 : iniset -sudo /etc/systemd/system/devstack@etcd.service Service User root 2022-05-18 09:42:39.226 | + functions-common:write_user_unit_file:1587 : iniset -sudo /etc/systemd/system/devstack@etcd.service Service ExecStart '/opt/stack/bin/etcd --name n-d-768851-20 --data-dir /opt/stack/data/etcd --initial-cluster-state new --initial-cluster-token etcd-cluster-01 --initial-cluster n-d-768851-20=http://10.222.0.71:2380 --initial-advertise-peer-urls http://10.222.0.71:2380 --advertise-client-urls http://10.222.0.71:2379 --listen-peer-urls http://0.0.0.0:2380 --listen-client-urls http://10.222.0.71:2379 --debug' 2022-05-18 09:42:39.278 | + functions-common:write_user_unit_file:1588 : iniset -sudo /etc/systemd/system/devstack@etcd.service Service KillMode process 2022-05-18 09:42:39.331 | + functions-common:write_user_unit_file:1589 : iniset -sudo /etc/systemd/system/devstack@etcd.service Service TimeoutStopSec 300 2022-05-18 09:42:39.383 | + functions-common:write_user_unit_file:1590 : iniset -sudo /etc/systemd/system/devstack@etcd.service Service ExecReload '/usr/bin/kill -HUP $MAINPID' 2022-05-18 09:42:39.435 | + functions-common:write_user_unit_file:1591 : [[ -n '' ]] 2022-05-18 09:42:39.438 | + functions-common:write_user_unit_file:1594 : iniset -sudo /etc/systemd/system/devstack@etcd.service Install WantedBy multi-user.target 2022-05-18 09:42:39.500 | + functions-common:write_user_unit_file:1597 : sudo systemctl daemon-reload 2022-05-18 09:42:39.916 | + lib/etcd3:start_etcd3:60 : iniset -sudo /etc/systemd/system/devstack@etcd.service Unit After network.target 2022-05-18 09:42:39.971 | + lib/etcd3:start_etcd3:61 : iniset -sudo /etc/systemd/system/devstack@etcd.service Service Type notify 2022-05-18 09:42:40.026 | + lib/etcd3:start_etcd3:62 : iniset -sudo /etc/systemd/system/devstack@etcd.service Service Restart on-failure 2022-05-18 09:42:40.079 | + lib/etcd3:start_etcd3:63 : iniset -sudo /etc/systemd/system/devstack@etcd.service Service LimitNOFILE 65536 2022-05-18 09:42:40.132 | + lib/etcd3:start_etcd3:64 : is_arch aarch64 2022-05-18 09:42:40.135 | ++ functions-common:is_arch:506 : uname -m 2022-05-18 09:42:40.139 | + functions-common:is_arch:506 : [[ x86_64 == \a\a\r\c\h\6\4 ]] 2022-05-18 09:42:40.142 | + lib/etcd3:start_etcd3:68 : sudo systemctl daemon-reload 2022-05-18 09:42:40.544 | + lib/etcd3:start_etcd3:69 : sudo systemctl enable devstack@etcd.service 2022-05-18 09:42:40.557 | Created symlink /etc/systemd/system/multi-user.target.wants/devstack@etcd.service → /etc/systemd/system/devstack@etcd.service. 2022-05-18 09:42:40.950 | + lib/etcd3:start_etcd3:70 : sudo systemctl start devstack@etcd.service 2022-05-18 09:42:41.625 | + ./stack.sh:main:1086 : is_service_enabled tls-proxy 2022-05-18 09:42:41.643 | + functions-common:is_service_enabled:2093 : return 1 2022-05-18 09:42:41.645 | + ./stack.sh:main:1091 : write_clouds_yaml 2022-05-18 09:42:41.648 | + functions-common:write_clouds_yaml:79 : CLOUDS_YAML=/etc/openstack/clouds.yaml 2022-05-18 09:42:41.651 | ++ functions-common:write_clouds_yaml:81 : dirname /etc/openstack/clouds.yaml 2022-05-18 09:42:41.655 | + functions-common:write_clouds_yaml:81 : sudo mkdir -p /etc/openstack 2022-05-18 09:42:41.668 | + functions-common:write_clouds_yaml:82 : sudo chown -R ubuntu /etc/openstack 2022-05-18 09:42:41.680 | + functions-common:write_clouds_yaml:84 : CA_CERT_ARG= 2022-05-18 09:42:41.683 | + functions-common:write_clouds_yaml:85 : '[' -f /opt/stack/data/ca-bundle.pem ']' 2022-05-18 09:42:41.685 | + 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.71/identity --os-username demo --os-password Passw0rd --os-project-name demo 2022-05-18 09:42:41.837 | + 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.71/identity --os-username admin --os-password Passw0rd --os-project-name admin 2022-05-18 09:42:41.975 | + 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.71/identity --os-username admin --os-password Passw0rd --os-project-name demo 2022-05-18 09:42:42.117 | + 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.71/identity --os-username alt_demo --os-password Passw0rd --os-project-name alt_demo 2022-05-18 09:42:42.256 | + 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.71/identity --os-username alt_demo_member --os-password Passw0rd --os-project-name alt_demo 2022-05-18 09:42:42.397 | + 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.71/identity --os-username alt_demo_reader --os-password Passw0rd --os-project-name alt_demo 2022-05-18 09:42:42.537 | + 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.71/identity --os-username demo_reader --os-password Passw0rd --os-project-name demo 2022-05-18 09:42:42.676 | + 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.71/identity --os-username admin --os-password Passw0rd --os-system-scope all 2022-05-18 09:42:42.814 | + 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.71/identity --os-username system_member --os-password Passw0rd --os-system-scope all 2022-05-18 09:42:42.965 | + 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.71/identity --os-username system_reader --os-password Passw0rd --os-system-scope all 2022-05-18 09:42:43.104 | + functions-common:write_clouds_yaml:198 : cat 2022-05-18 09:42:43.110 | ++ functions-common:write_clouds_yaml:204 : eval echo '~ubuntu' 2022-05-18 09:42:43.113 | +++ functions-common:write_clouds_yaml:204 : echo /home/ubuntu 2022-05-18 09:42:43.116 | + functions-common:write_clouds_yaml:204 : rm -f /home/ubuntu/.config/openstack/clouds.yaml 2022-05-18 09:42:43.121 | + ./stack.sh:main:1092 : export OS_CLOUD=devstack-admin 2022-05-18 09:42:43.123 | + ./stack.sh:main:1092 : OS_CLOUD=devstack-admin 2022-05-18 09:42:43.126 | + ./stack.sh:main:1094 : is_service_enabled keystone 2022-05-18 09:42:43.144 | + functions-common:is_service_enabled:2093 : return 0 2022-05-18 09:42:43.147 | + ./stack.sh:main:1095 : echo_summary 'Starting Keystone' 2022-05-18 09:42:43.150 | + ./stack.sh:echo_summary:442 : [[ -t 3 ]] 2022-05-18 09:42:43.152 | + ./stack.sh:echo_summary:448 : echo -e Starting Keystone 2022-05-18 09:42:43.155 | + ./stack.sh:main:1097 : '[' 10.222.0.71 == 10.222.0.71 ']' 2022-05-18 09:42:43.158 | + ./stack.sh:main:1098 : init_keystone 2022-05-18 09:42:43.161 | + lib/keystone:init_keystone:473 : is_service_enabled ldap 2022-05-18 09:42:43.178 | + functions-common:is_service_enabled:2093 : return 1 2022-05-18 09:42:43.180 | + lib/keystone:init_keystone:477 : [[ True == True ]] 2022-05-18 09:42:43.183 | + lib/keystone:init_keystone:479 : recreate_database keystone 2022-05-18 09:42:43.185 | + lib/database:recreate_database:112 : local db=keystone 2022-05-18 09:42:43.188 | + lib/database:recreate_database:113 : recreate_database_mysql keystone 2022-05-18 09:42:43.191 | + lib/databases/mysql:recreate_database_mysql:66 : local db=keystone 2022-05-18 09:42:43.193 | + lib/databases/mysql:recreate_database_mysql:67 : mysql -uroot -pPassw0rd -h127.0.0.1 -e 'DROP DATABASE IF EXISTS keystone;' 2022-05-18 09:42:43.199 | mysql: [Warning] Using a password on the command line interface can be insecure. 2022-05-18 09:42:43.695 | + lib/databases/mysql:recreate_database_mysql:68 : mysql -uroot -pPassw0rd -h127.0.0.1 -e 'CREATE DATABASE keystone CHARACTER SET utf8;' 2022-05-18 09:42:43.700 | mysql: [Warning] Using a password on the command line interface can be insecure. 2022-05-18 09:42:43.717 | + lib/keystone:init_keystone:482 : time_start dbsync 2022-05-18 09:42:43.720 | + functions-common:time_start:2423 : local name=dbsync 2022-05-18 09:42:43.722 | + functions-common:time_start:2424 : local start_time= 2022-05-18 09:42:43.725 | + functions-common:time_start:2425 : [[ -n '' ]] 2022-05-18 09:42:43.728 | ++ functions-common:time_start:2428 : date +%s%3N 2022-05-18 09:42:43.732 | + functions-common:time_start:2428 : _TIME_START[$name]=1652866963730 2022-05-18 09:42:43.735 | + lib/keystone:init_keystone:484 : /usr/local/bin/keystone-manage --config-file /etc/keystone/keystone.conf db_sync 2022-05-18 09:42:48.691 | INFO dbcounter [-] Registered counter for database keystone 2022-05-18 09:42:48.714 | 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=235375) _check_effective_sql_mode /usr/local/lib/python3.8/dist-packages/oslo_db/sqlalchemy/engines.py:314}} 2022-05-18 09:42:48.720 | DEBUG dbcounter [-] [235375] Writer thread running {{(pid=235375) stat_writer /usr/local/lib/python3.8/dist-packages/dbcounter.py:99}} 2022-05-18 09:42:48.721 | DEBUG migrate.versioning.repository [-] Loading repository /opt/stack/keystone/keystone/common/sql/legacy_migrations/expand_repo... {{(pid=235375) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/repository.py:76}} 2022-05-18 09:42:48.722 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/legacy_migrations/expand_repo/versions/075_placeholder.py... {{(pid=235375) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-05-18 09:42:48.723 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/legacy_migrations/expand_repo/versions/075_placeholder.py loaded successfully {{(pid=235375) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-05-18 09:42:48.723 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/legacy_migrations/expand_repo/versions/077_placeholder.py... {{(pid=235375) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-05-18 09:42:48.723 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/legacy_migrations/expand_repo/versions/077_placeholder.py loaded successfully {{(pid=235375) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-05-18 09:42:48.723 | 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=235375) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-05-18 09:42:48.723 | 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=235375) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-05-18 09:42:48.724 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/legacy_migrations/expand_repo/versions/073_expand_initial_migration.py... {{(pid=235375) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-05-18 09:42:48.724 | 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=235375) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-05-18 09:42:48.724 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/legacy_migrations/expand_repo/versions/074_placeholder.py... {{(pid=235375) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-05-18 09:42:48.724 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/legacy_migrations/expand_repo/versions/074_placeholder.py loaded successfully {{(pid=235375) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-05-18 09:42:48.724 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/legacy_migrations/expand_repo/versions/078_placeholder.py... {{(pid=235375) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-05-18 09:42:48.724 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/legacy_migrations/expand_repo/versions/078_placeholder.py loaded successfully {{(pid=235375) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-05-18 09:42:48.725 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/legacy_migrations/expand_repo/versions/076_placeholder.py... {{(pid=235375) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-05-18 09:42:48.725 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/legacy_migrations/expand_repo/versions/076_placeholder.py loaded successfully {{(pid=235375) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-05-18 09:42:48.725 | DEBUG migrate.versioning.repository [-] Repository /opt/stack/keystone/keystone/common/sql/legacy_migrations/expand_repo loaded successfully {{(pid=235375) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/repository.py:82}} 2022-05-18 09:42:48.725 | DEBUG migrate.versioning.repository [-] Config: {'db_settings': {'repository_id': 'keystone_expand', 'version_table': 'migrate_version', 'required_dbs': '[]', 'use_timestamp_numbering': 'False'}} {{(pid=235375) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/repository.py:83}} 2022-05-18 09:42:48.752 | DEBUG migrate.versioning.repository [-] Loading repository /opt/stack/keystone/keystone/common/sql/legacy_migrations/expand_repo... {{(pid=235375) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/repository.py:76}} 2022-05-18 09:42:48.753 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/legacy_migrations/expand_repo/versions/075_placeholder.py... {{(pid=235375) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-05-18 09:42:48.753 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/legacy_migrations/expand_repo/versions/075_placeholder.py loaded successfully {{(pid=235375) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-05-18 09:42:48.753 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/legacy_migrations/expand_repo/versions/077_placeholder.py... {{(pid=235375) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-05-18 09:42:48.753 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/legacy_migrations/expand_repo/versions/077_placeholder.py loaded successfully {{(pid=235375) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-05-18 09:42:48.753 | 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=235375) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-05-18 09:42:48.753 | 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=235375) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-05-18 09:42:48.754 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/legacy_migrations/expand_repo/versions/073_expand_initial_migration.py... {{(pid=235375) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-05-18 09:42:48.754 | 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=235375) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-05-18 09:42:48.754 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/legacy_migrations/expand_repo/versions/074_placeholder.py... {{(pid=235375) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-05-18 09:42:48.754 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/legacy_migrations/expand_repo/versions/074_placeholder.py loaded successfully {{(pid=235375) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-05-18 09:42:48.754 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/legacy_migrations/expand_repo/versions/078_placeholder.py... {{(pid=235375) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-05-18 09:42:48.754 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/legacy_migrations/expand_repo/versions/078_placeholder.py loaded successfully {{(pid=235375) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-05-18 09:42:48.754 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/legacy_migrations/expand_repo/versions/076_placeholder.py... {{(pid=235375) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-05-18 09:42:48.755 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/legacy_migrations/expand_repo/versions/076_placeholder.py loaded successfully {{(pid=235375) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-05-18 09:42:48.755 | DEBUG migrate.versioning.repository [-] Repository /opt/stack/keystone/keystone/common/sql/legacy_migrations/expand_repo loaded successfully {{(pid=235375) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/repository.py:82}} 2022-05-18 09:42:48.755 | DEBUG migrate.versioning.repository [-] Config: {'db_settings': {'repository_id': 'keystone_expand', 'version_table': 'migrate_version', 'required_dbs': '[]', 'use_timestamp_numbering': 'False'}} {{(pid=235375) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/repository.py:83}} 2022-05-18 09:42:48.814 | DEBUG migrate.versioning.repository [-] Loading repository /opt/stack/keystone/keystone/common/sql/legacy_migrations/expand_repo... {{(pid=235375) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/repository.py:76}} 2022-05-18 09:42:48.814 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/legacy_migrations/expand_repo/versions/075_placeholder.py... {{(pid=235375) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-05-18 09:42:48.815 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/legacy_migrations/expand_repo/versions/075_placeholder.py loaded successfully {{(pid=235375) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-05-18 09:42:48.815 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/legacy_migrations/expand_repo/versions/077_placeholder.py... {{(pid=235375) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-05-18 09:42:48.815 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/legacy_migrations/expand_repo/versions/077_placeholder.py loaded successfully {{(pid=235375) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-05-18 09:42:48.815 | 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=235375) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-05-18 09:42:48.815 | 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=235375) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-05-18 09:42:48.815 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/legacy_migrations/expand_repo/versions/073_expand_initial_migration.py... {{(pid=235375) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-05-18 09:42:48.816 | 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=235375) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-05-18 09:42:48.816 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/legacy_migrations/expand_repo/versions/074_placeholder.py... {{(pid=235375) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-05-18 09:42:48.816 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/legacy_migrations/expand_repo/versions/074_placeholder.py loaded successfully {{(pid=235375) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-05-18 09:42:48.816 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/legacy_migrations/expand_repo/versions/078_placeholder.py... {{(pid=235375) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-05-18 09:42:48.816 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/legacy_migrations/expand_repo/versions/078_placeholder.py loaded successfully {{(pid=235375) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-05-18 09:42:48.816 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/legacy_migrations/expand_repo/versions/076_placeholder.py... {{(pid=235375) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-05-18 09:42:48.817 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/legacy_migrations/expand_repo/versions/076_placeholder.py loaded successfully {{(pid=235375) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-05-18 09:42:48.817 | DEBUG migrate.versioning.repository [-] Repository /opt/stack/keystone/keystone/common/sql/legacy_migrations/expand_repo loaded successfully {{(pid=235375) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/repository.py:82}} 2022-05-18 09:42:48.817 | DEBUG migrate.versioning.repository [-] Config: {'db_settings': {'repository_id': 'keystone_expand', 'version_table': 'migrate_version', 'required_dbs': '[]', 'use_timestamp_numbering': 'False'}} {{(pid=235375) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/repository.py:83}} 2022-05-18 09:42:48.825 | INFO migrate.versioning.api [-] 72 -> 73...  2022-05-18 09:42:49.706 | DEBUG dbcounter [-] [235375] Writing DB stats keystone:SELECT=54,keystone:SHOW=5,keystone:CREATE=38,keystone:INSERT=1,keystone:ALTER=2 {{(pid=235375) stat_writer /usr/local/lib/python3.8/dist-packages/dbcounter.py:114}} 2022-05-18 09:42:50.538 | INFO migrate.versioning.api [-] done 2022-05-18 09:42:50.538 | INFO migrate.versioning.api [-] 73 -> 74...  2022-05-18 09:42:50.546 | INFO migrate.versioning.api [-] done 2022-05-18 09:42:50.546 | INFO migrate.versioning.api [-] 74 -> 75...  2022-05-18 09:42:50.554 | INFO migrate.versioning.api [-] done 2022-05-18 09:42:50.554 | INFO migrate.versioning.api [-] 75 -> 76...  2022-05-18 09:42:50.561 | INFO migrate.versioning.api [-] done 2022-05-18 09:42:50.561 | INFO migrate.versioning.api [-] 76 -> 77...  2022-05-18 09:42:50.568 | INFO migrate.versioning.api [-] done 2022-05-18 09:42:50.569 | INFO migrate.versioning.api [-] 77 -> 78...  2022-05-18 09:42:50.576 | INFO migrate.versioning.api [-] done 2022-05-18 09:42:50.576 | INFO migrate.versioning.api [-] 78 -> 79...  2022-05-18 09:42:50.643 | INFO migrate.versioning.api [-] done 2022-05-18 09:42:50.643 | DEBUG migrate.versioning.repository [-] Loading repository /opt/stack/keystone/keystone/common/sql/legacy_migrations/data_migration_repo... {{(pid=235375) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/repository.py:76}} 2022-05-18 09:42:50.643 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/legacy_migrations/data_migration_repo/versions/075_placeholder.py... {{(pid=235375) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-05-18 09:42:50.643 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/legacy_migrations/data_migration_repo/versions/075_placeholder.py loaded successfully {{(pid=235375) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-05-18 09:42:50.644 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/legacy_migrations/data_migration_repo/versions/077_placeholder.py... {{(pid=235375) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-05-18 09:42:50.644 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/legacy_migrations/data_migration_repo/versions/077_placeholder.py loaded successfully {{(pid=235375) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-05-18 09:42:50.644 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/legacy_migrations/data_migration_repo/versions/074_placeholder.py... {{(pid=235375) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-05-18 09:42:50.644 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/legacy_migrations/data_migration_repo/versions/074_placeholder.py loaded successfully {{(pid=235375) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-05-18 09:42:50.644 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/legacy_migrations/data_migration_repo/versions/078_placeholder.py... {{(pid=235375) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-05-18 09:42:50.644 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/legacy_migrations/data_migration_repo/versions/078_placeholder.py loaded successfully {{(pid=235375) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-05-18 09:42:50.644 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/legacy_migrations/data_migration_repo/versions/073_migrate_initial_migration.py... {{(pid=235375) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-05-18 09:42:50.644 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/legacy_migrations/data_migration_repo/versions/073_migrate_initial_migration.py loaded successfully {{(pid=235375) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-05-18 09:42:50.644 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/legacy_migrations/data_migration_repo/versions/076_placeholder.py... {{(pid=235375) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-05-18 09:42:50.644 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/legacy_migrations/data_migration_repo/versions/076_placeholder.py loaded successfully {{(pid=235375) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-05-18 09:42:50.644 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/legacy_migrations/data_migration_repo/versions/079_migrate_update_local_id_limit.py... {{(pid=235375) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-05-18 09:42:50.644 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/legacy_migrations/data_migration_repo/versions/079_migrate_update_local_id_limit.py loaded successfully {{(pid=235375) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-05-18 09:42:50.644 | DEBUG migrate.versioning.repository [-] Repository /opt/stack/keystone/keystone/common/sql/legacy_migrations/data_migration_repo loaded successfully {{(pid=235375) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/repository.py:82}} 2022-05-18 09:42:50.644 | DEBUG migrate.versioning.repository [-] Config: {'db_settings': {'repository_id': 'keystone_data_migrate', 'version_table': 'migrate_version', 'required_dbs': '[]', 'use_timestamp_numbering': 'False'}} {{(pid=235375) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/repository.py:83}} 2022-05-18 09:42:50.644 | DEBUG migrate.versioning.repository [-] Loading repository /opt/stack/keystone/keystone/common/sql/legacy_migrations/expand_repo... {{(pid=235375) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/repository.py:76}} 2022-05-18 09:42:50.644 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/legacy_migrations/expand_repo/versions/075_placeholder.py... {{(pid=235375) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-05-18 09:42:50.644 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/legacy_migrations/expand_repo/versions/075_placeholder.py loaded successfully {{(pid=235375) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-05-18 09:42:50.644 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/legacy_migrations/expand_repo/versions/077_placeholder.py... {{(pid=235375) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-05-18 09:42:50.644 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/legacy_migrations/expand_repo/versions/077_placeholder.py loaded successfully {{(pid=235375) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-05-18 09:42:50.644 | 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=235375) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-05-18 09:42:50.644 | 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=235375) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-05-18 09:42:50.644 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/legacy_migrations/expand_repo/versions/073_expand_initial_migration.py... {{(pid=235375) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-05-18 09:42:50.644 | 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=235375) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-05-18 09:42:50.644 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/legacy_migrations/expand_repo/versions/074_placeholder.py... {{(pid=235375) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-05-18 09:42:50.644 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/legacy_migrations/expand_repo/versions/074_placeholder.py loaded successfully {{(pid=235375) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-05-18 09:42:50.644 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/legacy_migrations/expand_repo/versions/078_placeholder.py... {{(pid=235375) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-05-18 09:42:50.645 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/legacy_migrations/expand_repo/versions/078_placeholder.py loaded successfully {{(pid=235375) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-05-18 09:42:50.645 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/legacy_migrations/expand_repo/versions/076_placeholder.py... {{(pid=235375) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-05-18 09:42:50.645 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/legacy_migrations/expand_repo/versions/076_placeholder.py loaded successfully {{(pid=235375) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-05-18 09:42:50.645 | DEBUG migrate.versioning.repository [-] Repository /opt/stack/keystone/keystone/common/sql/legacy_migrations/expand_repo loaded successfully {{(pid=235375) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/repository.py:82}} 2022-05-18 09:42:50.645 | DEBUG migrate.versioning.repository [-] Config: {'db_settings': {'repository_id': 'keystone_expand', 'version_table': 'migrate_version', 'required_dbs': '[]', 'use_timestamp_numbering': 'False'}} {{(pid=235375) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/repository.py:83}} 2022-05-18 09:42:50.653 | DEBUG migrate.versioning.repository [-] Loading repository /opt/stack/keystone/keystone/common/sql/legacy_migrations/data_migration_repo... {{(pid=235375) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/repository.py:76}} 2022-05-18 09:42:50.653 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/legacy_migrations/data_migration_repo/versions/075_placeholder.py... {{(pid=235375) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-05-18 09:42:50.654 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/legacy_migrations/data_migration_repo/versions/075_placeholder.py loaded successfully {{(pid=235375) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-05-18 09:42:50.654 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/legacy_migrations/data_migration_repo/versions/077_placeholder.py... {{(pid=235375) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-05-18 09:42:50.654 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/legacy_migrations/data_migration_repo/versions/077_placeholder.py loaded successfully {{(pid=235375) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-05-18 09:42:50.654 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/legacy_migrations/data_migration_repo/versions/074_placeholder.py... {{(pid=235375) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-05-18 09:42:50.654 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/legacy_migrations/data_migration_repo/versions/074_placeholder.py loaded successfully {{(pid=235375) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-05-18 09:42:50.655 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/legacy_migrations/data_migration_repo/versions/078_placeholder.py... {{(pid=235375) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-05-18 09:42:50.655 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/legacy_migrations/data_migration_repo/versions/078_placeholder.py loaded successfully {{(pid=235375) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-05-18 09:42:50.655 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/legacy_migrations/data_migration_repo/versions/073_migrate_initial_migration.py... {{(pid=235375) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-05-18 09:42:50.655 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/legacy_migrations/data_migration_repo/versions/073_migrate_initial_migration.py loaded successfully {{(pid=235375) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-05-18 09:42:50.655 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/legacy_migrations/data_migration_repo/versions/076_placeholder.py... {{(pid=235375) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-05-18 09:42:50.655 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/legacy_migrations/data_migration_repo/versions/076_placeholder.py loaded successfully {{(pid=235375) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-05-18 09:42:50.655 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/legacy_migrations/data_migration_repo/versions/079_migrate_update_local_id_limit.py... {{(pid=235375) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-05-18 09:42:50.656 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/legacy_migrations/data_migration_repo/versions/079_migrate_update_local_id_limit.py loaded successfully {{(pid=235375) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-05-18 09:42:50.656 | DEBUG migrate.versioning.repository [-] Repository /opt/stack/keystone/keystone/common/sql/legacy_migrations/data_migration_repo loaded successfully {{(pid=235375) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/repository.py:82}} 2022-05-18 09:42:50.656 | DEBUG migrate.versioning.repository [-] Config: {'db_settings': {'repository_id': 'keystone_data_migrate', 'version_table': 'migrate_version', 'required_dbs': '[]', 'use_timestamp_numbering': 'False'}} {{(pid=235375) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/repository.py:83}} 2022-05-18 09:42:50.666 | DEBUG dbcounter [-] [235375] Writing DB stats keystone:CREATE=33,keystone:SELECT=56,keystone:UPDATE=7,keystone:SHOW=3,keystone:ALTER=1 {{(pid=235375) stat_writer /usr/local/lib/python3.8/dist-packages/dbcounter.py:114}} 2022-05-18 09:42:51.138 | DEBUG migrate.versioning.repository [-] Loading repository /opt/stack/keystone/keystone/common/sql/legacy_migrations/data_migration_repo... {{(pid=235375) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/repository.py:76}} 2022-05-18 09:42:51.139 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/legacy_migrations/data_migration_repo/versions/075_placeholder.py... {{(pid=235375) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-05-18 09:42:51.139 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/legacy_migrations/data_migration_repo/versions/075_placeholder.py loaded successfully {{(pid=235375) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-05-18 09:42:51.139 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/legacy_migrations/data_migration_repo/versions/077_placeholder.py... {{(pid=235375) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-05-18 09:42:51.139 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/legacy_migrations/data_migration_repo/versions/077_placeholder.py loaded successfully {{(pid=235375) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-05-18 09:42:51.140 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/legacy_migrations/data_migration_repo/versions/074_placeholder.py... {{(pid=235375) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-05-18 09:42:51.140 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/legacy_migrations/data_migration_repo/versions/074_placeholder.py loaded successfully {{(pid=235375) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-05-18 09:42:51.140 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/legacy_migrations/data_migration_repo/versions/078_placeholder.py... {{(pid=235375) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-05-18 09:42:51.140 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/legacy_migrations/data_migration_repo/versions/078_placeholder.py loaded successfully {{(pid=235375) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-05-18 09:42:51.140 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/legacy_migrations/data_migration_repo/versions/073_migrate_initial_migration.py... {{(pid=235375) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-05-18 09:42:51.140 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/legacy_migrations/data_migration_repo/versions/073_migrate_initial_migration.py loaded successfully {{(pid=235375) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-05-18 09:42:51.141 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/legacy_migrations/data_migration_repo/versions/076_placeholder.py... {{(pid=235375) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-05-18 09:42:51.141 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/legacy_migrations/data_migration_repo/versions/076_placeholder.py loaded successfully {{(pid=235375) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-05-18 09:42:51.141 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/legacy_migrations/data_migration_repo/versions/079_migrate_update_local_id_limit.py... {{(pid=235375) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-05-18 09:42:51.141 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/legacy_migrations/data_migration_repo/versions/079_migrate_update_local_id_limit.py loaded successfully {{(pid=235375) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-05-18 09:42:51.141 | DEBUG migrate.versioning.repository [-] Repository /opt/stack/keystone/keystone/common/sql/legacy_migrations/data_migration_repo loaded successfully {{(pid=235375) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/repository.py:82}} 2022-05-18 09:42:51.141 | DEBUG migrate.versioning.repository [-] Config: {'db_settings': {'repository_id': 'keystone_data_migrate', 'version_table': 'migrate_version', 'required_dbs': '[]', 'use_timestamp_numbering': 'False'}} {{(pid=235375) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/repository.py:83}} 2022-05-18 09:42:51.168 | DEBUG migrate.versioning.repository [-] Loading repository /opt/stack/keystone/keystone/common/sql/legacy_migrations/data_migration_repo... {{(pid=235375) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/repository.py:76}} 2022-05-18 09:42:51.169 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/legacy_migrations/data_migration_repo/versions/075_placeholder.py... {{(pid=235375) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-05-18 09:42:51.169 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/legacy_migrations/data_migration_repo/versions/075_placeholder.py loaded successfully {{(pid=235375) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-05-18 09:42:51.169 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/legacy_migrations/data_migration_repo/versions/077_placeholder.py... {{(pid=235375) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-05-18 09:42:51.169 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/legacy_migrations/data_migration_repo/versions/077_placeholder.py loaded successfully {{(pid=235375) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-05-18 09:42:51.169 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/legacy_migrations/data_migration_repo/versions/074_placeholder.py... {{(pid=235375) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-05-18 09:42:51.169 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/legacy_migrations/data_migration_repo/versions/074_placeholder.py loaded successfully {{(pid=235375) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-05-18 09:42:51.170 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/legacy_migrations/data_migration_repo/versions/078_placeholder.py... {{(pid=235375) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-05-18 09:42:51.170 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/legacy_migrations/data_migration_repo/versions/078_placeholder.py loaded successfully {{(pid=235375) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-05-18 09:42:51.170 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/legacy_migrations/data_migration_repo/versions/073_migrate_initial_migration.py... {{(pid=235375) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-05-18 09:42:51.170 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/legacy_migrations/data_migration_repo/versions/073_migrate_initial_migration.py loaded successfully {{(pid=235375) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-05-18 09:42:51.171 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/legacy_migrations/data_migration_repo/versions/076_placeholder.py... {{(pid=235375) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-05-18 09:42:51.171 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/legacy_migrations/data_migration_repo/versions/076_placeholder.py loaded successfully {{(pid=235375) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-05-18 09:42:51.171 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/legacy_migrations/data_migration_repo/versions/079_migrate_update_local_id_limit.py... {{(pid=235375) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-05-18 09:42:51.171 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/legacy_migrations/data_migration_repo/versions/079_migrate_update_local_id_limit.py loaded successfully {{(pid=235375) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-05-18 09:42:51.171 | DEBUG migrate.versioning.repository [-] Repository /opt/stack/keystone/keystone/common/sql/legacy_migrations/data_migration_repo loaded successfully {{(pid=235375) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/repository.py:82}} 2022-05-18 09:42:51.171 | DEBUG migrate.versioning.repository [-] Config: {'db_settings': {'repository_id': 'keystone_data_migrate', 'version_table': 'migrate_version', 'required_dbs': '[]', 'use_timestamp_numbering': 'False'}} {{(pid=235375) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/repository.py:83}} 2022-05-18 09:42:51.179 | INFO migrate.versioning.api [-] 72 -> 73...  2022-05-18 09:42:51.222 | DEBUG dbcounter [-] [235375] Writing DB stats keystone:SELECT=23,keystone:SHOW=54,keystone:select=21,keystone:INSERT=2 {{(pid=235375) stat_writer /usr/local/lib/python3.8/dist-packages/dbcounter.py:114}} 2022-05-18 09:42:51.238 | INFO migrate.versioning.api [-] done 2022-05-18 09:42:51.238 | INFO migrate.versioning.api [-] 73 -> 74...  2022-05-18 09:42:51.246 | INFO migrate.versioning.api [-] done 2022-05-18 09:42:51.246 | INFO migrate.versioning.api [-] 74 -> 75...  2022-05-18 09:42:51.253 | INFO migrate.versioning.api [-] done 2022-05-18 09:42:51.253 | INFO migrate.versioning.api [-] 75 -> 76...  2022-05-18 09:42:51.260 | INFO migrate.versioning.api [-] done 2022-05-18 09:42:51.260 | INFO migrate.versioning.api [-] 76 -> 77...  2022-05-18 09:42:51.267 | INFO migrate.versioning.api [-] done 2022-05-18 09:42:51.267 | INFO migrate.versioning.api [-] 77 -> 78...  2022-05-18 09:42:51.275 | INFO migrate.versioning.api [-] done 2022-05-18 09:42:51.275 | INFO migrate.versioning.api [-] 78 -> 79...  2022-05-18 09:42:51.282 | INFO migrate.versioning.api [-] done 2022-05-18 09:42:51.283 | DEBUG migrate.versioning.repository [-] Loading repository /opt/stack/keystone/keystone/common/sql/legacy_migrations/contract_repo... {{(pid=235375) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/repository.py:76}} 2022-05-18 09:42:51.284 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/legacy_migrations/contract_repo/versions/075_placeholder.py... {{(pid=235375) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-05-18 09:42:51.284 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/legacy_migrations/contract_repo/versions/075_placeholder.py loaded successfully {{(pid=235375) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-05-18 09:42:51.284 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/legacy_migrations/contract_repo/versions/077_placeholder.py... {{(pid=235375) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-05-18 09:42:51.284 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/legacy_migrations/contract_repo/versions/077_placeholder.py loaded successfully {{(pid=235375) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-05-18 09:42:51.284 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/legacy_migrations/contract_repo/versions/073_contract_initial_migration.py... {{(pid=235375) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-05-18 09:42:51.284 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/legacy_migrations/contract_repo/versions/073_contract_initial_migration.py loaded successfully {{(pid=235375) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-05-18 09:42:51.285 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/legacy_migrations/contract_repo/versions/074_placeholder.py... {{(pid=235375) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-05-18 09:42:51.285 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/legacy_migrations/contract_repo/versions/074_placeholder.py loaded successfully {{(pid=235375) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-05-18 09:42:51.285 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/legacy_migrations/contract_repo/versions/078_placeholder.py... {{(pid=235375) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-05-18 09:42:51.285 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/legacy_migrations/contract_repo/versions/078_placeholder.py loaded successfully {{(pid=235375) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-05-18 09:42:51.285 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/legacy_migrations/contract_repo/versions/079_contract_update_local_id_limit.py... {{(pid=235375) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-05-18 09:42:51.285 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/legacy_migrations/contract_repo/versions/079_contract_update_local_id_limit.py loaded successfully {{(pid=235375) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-05-18 09:42:51.286 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/legacy_migrations/contract_repo/versions/076_placeholder.py... {{(pid=235375) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-05-18 09:42:51.286 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/legacy_migrations/contract_repo/versions/076_placeholder.py loaded successfully {{(pid=235375) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-05-18 09:42:51.286 | DEBUG migrate.versioning.repository [-] Repository /opt/stack/keystone/keystone/common/sql/legacy_migrations/contract_repo loaded successfully {{(pid=235375) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/repository.py:82}} 2022-05-18 09:42:51.286 | DEBUG migrate.versioning.repository [-] Config: {'db_settings': {'repository_id': 'keystone_contract', 'version_table': 'migrate_version', 'required_dbs': '[]', 'use_timestamp_numbering': 'False'}} {{(pid=235375) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/repository.py:83}} 2022-05-18 09:42:51.286 | DEBUG migrate.versioning.repository [-] Loading repository /opt/stack/keystone/keystone/common/sql/legacy_migrations/data_migration_repo... {{(pid=235375) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/repository.py:76}} 2022-05-18 09:42:51.288 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/legacy_migrations/data_migration_repo/versions/075_placeholder.py... {{(pid=235375) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-05-18 09:42:51.288 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/legacy_migrations/data_migration_repo/versions/075_placeholder.py loaded successfully {{(pid=235375) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-05-18 09:42:51.288 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/legacy_migrations/data_migration_repo/versions/077_placeholder.py... {{(pid=235375) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-05-18 09:42:51.288 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/legacy_migrations/data_migration_repo/versions/077_placeholder.py loaded successfully {{(pid=235375) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-05-18 09:42:51.288 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/legacy_migrations/data_migration_repo/versions/074_placeholder.py... {{(pid=235375) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-05-18 09:42:51.289 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/legacy_migrations/data_migration_repo/versions/074_placeholder.py loaded successfully {{(pid=235375) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-05-18 09:42:51.289 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/legacy_migrations/data_migration_repo/versions/078_placeholder.py... {{(pid=235375) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-05-18 09:42:51.289 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/legacy_migrations/data_migration_repo/versions/078_placeholder.py loaded successfully {{(pid=235375) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-05-18 09:42:51.289 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/legacy_migrations/data_migration_repo/versions/073_migrate_initial_migration.py... {{(pid=235375) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-05-18 09:42:51.289 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/legacy_migrations/data_migration_repo/versions/073_migrate_initial_migration.py loaded successfully {{(pid=235375) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-05-18 09:42:51.289 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/legacy_migrations/data_migration_repo/versions/076_placeholder.py... {{(pid=235375) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-05-18 09:42:51.290 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/legacy_migrations/data_migration_repo/versions/076_placeholder.py loaded successfully {{(pid=235375) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-05-18 09:42:51.290 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/legacy_migrations/data_migration_repo/versions/079_migrate_update_local_id_limit.py... {{(pid=235375) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-05-18 09:42:51.290 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/legacy_migrations/data_migration_repo/versions/079_migrate_update_local_id_limit.py loaded successfully {{(pid=235375) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-05-18 09:42:51.290 | DEBUG migrate.versioning.repository [-] Repository /opt/stack/keystone/keystone/common/sql/legacy_migrations/data_migration_repo loaded successfully {{(pid=235375) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/repository.py:82}} 2022-05-18 09:42:51.290 | DEBUG migrate.versioning.repository [-] Config: {'db_settings': {'repository_id': 'keystone_data_migrate', 'version_table': 'migrate_version', 'required_dbs': '[]', 'use_timestamp_numbering': 'False'}} {{(pid=235375) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/repository.py:83}} 2022-05-18 09:42:51.298 | DEBUG migrate.versioning.repository [-] Loading repository /opt/stack/keystone/keystone/common/sql/legacy_migrations/contract_repo... {{(pid=235375) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/repository.py:76}} 2022-05-18 09:42:51.299 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/legacy_migrations/contract_repo/versions/075_placeholder.py... {{(pid=235375) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-05-18 09:42:51.299 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/legacy_migrations/contract_repo/versions/075_placeholder.py loaded successfully {{(pid=235375) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-05-18 09:42:51.299 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/legacy_migrations/contract_repo/versions/077_placeholder.py... {{(pid=235375) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-05-18 09:42:51.299 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/legacy_migrations/contract_repo/versions/077_placeholder.py loaded successfully {{(pid=235375) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-05-18 09:42:51.299 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/legacy_migrations/contract_repo/versions/073_contract_initial_migration.py... {{(pid=235375) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-05-18 09:42:51.299 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/legacy_migrations/contract_repo/versions/073_contract_initial_migration.py loaded successfully {{(pid=235375) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-05-18 09:42:51.300 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/legacy_migrations/contract_repo/versions/074_placeholder.py... {{(pid=235375) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-05-18 09:42:51.300 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/legacy_migrations/contract_repo/versions/074_placeholder.py loaded successfully {{(pid=235375) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-05-18 09:42:51.300 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/legacy_migrations/contract_repo/versions/078_placeholder.py... {{(pid=235375) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-05-18 09:42:51.300 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/legacy_migrations/contract_repo/versions/078_placeholder.py loaded successfully {{(pid=235375) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-05-18 09:42:51.300 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/legacy_migrations/contract_repo/versions/079_contract_update_local_id_limit.py... {{(pid=235375) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-05-18 09:42:51.300 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/legacy_migrations/contract_repo/versions/079_contract_update_local_id_limit.py loaded successfully {{(pid=235375) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-05-18 09:42:51.300 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/legacy_migrations/contract_repo/versions/076_placeholder.py... {{(pid=235375) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-05-18 09:42:51.301 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/legacy_migrations/contract_repo/versions/076_placeholder.py loaded successfully {{(pid=235375) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-05-18 09:42:51.301 | DEBUG migrate.versioning.repository [-] Repository /opt/stack/keystone/keystone/common/sql/legacy_migrations/contract_repo loaded successfully {{(pid=235375) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/repository.py:82}} 2022-05-18 09:42:51.301 | DEBUG migrate.versioning.repository [-] Config: {'db_settings': {'repository_id': 'keystone_contract', 'version_table': 'migrate_version', 'required_dbs': '[]', 'use_timestamp_numbering': 'False'}} {{(pid=235375) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/repository.py:83}} 2022-05-18 09:42:51.652 | DEBUG dbcounter [-] [235375] Writing DB stats keystone:SELECT=31,keystone:UPDATE=7,keystone:SHOW=44,keystone:select=18 {{(pid=235375) stat_writer /usr/local/lib/python3.8/dist-packages/dbcounter.py:114}} 2022-05-18 09:42:51.704 | DEBUG migrate.versioning.repository [-] Loading repository /opt/stack/keystone/keystone/common/sql/legacy_migrations/contract_repo... {{(pid=235375) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/repository.py:76}} 2022-05-18 09:42:51.705 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/legacy_migrations/contract_repo/versions/075_placeholder.py... {{(pid=235375) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-05-18 09:42:51.705 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/legacy_migrations/contract_repo/versions/075_placeholder.py loaded successfully {{(pid=235375) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-05-18 09:42:51.705 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/legacy_migrations/contract_repo/versions/077_placeholder.py... {{(pid=235375) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-05-18 09:42:51.705 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/legacy_migrations/contract_repo/versions/077_placeholder.py loaded successfully {{(pid=235375) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-05-18 09:42:51.706 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/legacy_migrations/contract_repo/versions/073_contract_initial_migration.py... {{(pid=235375) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-05-18 09:42:51.706 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/legacy_migrations/contract_repo/versions/073_contract_initial_migration.py loaded successfully {{(pid=235375) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-05-18 09:42:51.706 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/legacy_migrations/contract_repo/versions/074_placeholder.py... {{(pid=235375) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-05-18 09:42:51.706 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/legacy_migrations/contract_repo/versions/074_placeholder.py loaded successfully {{(pid=235375) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-05-18 09:42:51.706 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/legacy_migrations/contract_repo/versions/078_placeholder.py... {{(pid=235375) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-05-18 09:42:51.706 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/legacy_migrations/contract_repo/versions/078_placeholder.py loaded successfully {{(pid=235375) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-05-18 09:42:51.706 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/legacy_migrations/contract_repo/versions/079_contract_update_local_id_limit.py... {{(pid=235375) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-05-18 09:42:51.707 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/legacy_migrations/contract_repo/versions/079_contract_update_local_id_limit.py loaded successfully {{(pid=235375) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-05-18 09:42:51.707 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/legacy_migrations/contract_repo/versions/076_placeholder.py... {{(pid=235375) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-05-18 09:42:51.707 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/legacy_migrations/contract_repo/versions/076_placeholder.py loaded successfully {{(pid=235375) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-05-18 09:42:51.707 | DEBUG migrate.versioning.repository [-] Repository /opt/stack/keystone/keystone/common/sql/legacy_migrations/contract_repo loaded successfully {{(pid=235375) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/repository.py:82}} 2022-05-18 09:42:51.707 | DEBUG migrate.versioning.repository [-] Config: {'db_settings': {'repository_id': 'keystone_contract', 'version_table': 'migrate_version', 'required_dbs': '[]', 'use_timestamp_numbering': 'False'}} {{(pid=235375) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/repository.py:83}} 2022-05-18 09:42:51.734 | DEBUG migrate.versioning.repository [-] Loading repository /opt/stack/keystone/keystone/common/sql/legacy_migrations/contract_repo... {{(pid=235375) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/repository.py:76}} 2022-05-18 09:42:51.735 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/legacy_migrations/contract_repo/versions/075_placeholder.py... {{(pid=235375) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-05-18 09:42:51.735 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/legacy_migrations/contract_repo/versions/075_placeholder.py loaded successfully {{(pid=235375) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-05-18 09:42:51.735 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/legacy_migrations/contract_repo/versions/077_placeholder.py... {{(pid=235375) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-05-18 09:42:51.735 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/legacy_migrations/contract_repo/versions/077_placeholder.py loaded successfully {{(pid=235375) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-05-18 09:42:51.735 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/legacy_migrations/contract_repo/versions/073_contract_initial_migration.py... {{(pid=235375) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-05-18 09:42:51.736 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/legacy_migrations/contract_repo/versions/073_contract_initial_migration.py loaded successfully {{(pid=235375) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-05-18 09:42:51.736 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/legacy_migrations/contract_repo/versions/074_placeholder.py... {{(pid=235375) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-05-18 09:42:51.736 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/legacy_migrations/contract_repo/versions/074_placeholder.py loaded successfully {{(pid=235375) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-05-18 09:42:51.736 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/legacy_migrations/contract_repo/versions/078_placeholder.py... {{(pid=235375) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-05-18 09:42:51.736 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/legacy_migrations/contract_repo/versions/078_placeholder.py loaded successfully {{(pid=235375) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-05-18 09:42:51.736 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/legacy_migrations/contract_repo/versions/079_contract_update_local_id_limit.py... {{(pid=235375) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-05-18 09:42:51.736 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/legacy_migrations/contract_repo/versions/079_contract_update_local_id_limit.py loaded successfully {{(pid=235375) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-05-18 09:42:51.737 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/legacy_migrations/contract_repo/versions/076_placeholder.py... {{(pid=235375) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-05-18 09:42:51.737 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/legacy_migrations/contract_repo/versions/076_placeholder.py loaded successfully {{(pid=235375) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-05-18 09:42:51.737 | DEBUG migrate.versioning.repository [-] Repository /opt/stack/keystone/keystone/common/sql/legacy_migrations/contract_repo loaded successfully {{(pid=235375) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/repository.py:82}} 2022-05-18 09:42:51.737 | DEBUG migrate.versioning.repository [-] Config: {'db_settings': {'repository_id': 'keystone_contract', 'version_table': 'migrate_version', 'required_dbs': '[]', 'use_timestamp_numbering': 'False'}} {{(pid=235375) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/repository.py:83}} 2022-05-18 09:42:51.745 | INFO migrate.versioning.api [-] 72 -> 73...  2022-05-18 09:42:51.753 | INFO migrate.versioning.api [-] done 2022-05-18 09:42:51.753 | INFO migrate.versioning.api [-] 73 -> 74...  2022-05-18 09:42:51.761 | INFO migrate.versioning.api [-] done 2022-05-18 09:42:51.761 | INFO migrate.versioning.api [-] 74 -> 75...  2022-05-18 09:42:51.768 | INFO migrate.versioning.api [-] done 2022-05-18 09:42:51.768 | INFO migrate.versioning.api [-] 75 -> 76...  2022-05-18 09:42:51.776 | INFO migrate.versioning.api [-] done 2022-05-18 09:42:51.776 | INFO migrate.versioning.api [-] 76 -> 77...  2022-05-18 09:42:51.784 | INFO migrate.versioning.api [-] done 2022-05-18 09:42:51.784 | INFO migrate.versioning.api [-] 77 -> 78...  2022-05-18 09:42:51.791 | INFO migrate.versioning.api [-] done 2022-05-18 09:42:51.791 | INFO migrate.versioning.api [-] 78 -> 79...  2022-05-18 09:42:51.798 | INFO migrate.versioning.api [-] done 2022-05-18 09:42:52.182 | + lib/keystone:init_keystone:485 : time_stop dbsync 2022-05-18 09:42:52.185 | + functions-common:time_stop:2437 : local name 2022-05-18 09:42:52.188 | + functions-common:time_stop:2438 : local end_time 2022-05-18 09:42:52.190 | + functions-common:time_stop:2439 : local elapsed_time 2022-05-18 09:42:52.193 | + functions-common:time_stop:2440 : local total 2022-05-18 09:42:52.196 | + functions-common:time_stop:2441 : local start_time 2022-05-18 09:42:52.198 | + functions-common:time_stop:2443 : name=dbsync 2022-05-18 09:42:52.201 | + functions-common:time_stop:2444 : start_time=1652866963730 2022-05-18 09:42:52.203 | + functions-common:time_stop:2446 : [[ -z 1652866963730 ]] 2022-05-18 09:42:52.206 | ++ functions-common:time_stop:2449 : date +%s%3N 2022-05-18 09:42:52.211 | + functions-common:time_stop:2449 : end_time=1652866972208 2022-05-18 09:42:52.214 | + functions-common:time_stop:2450 : elapsed_time=8478 2022-05-18 09:42:52.216 | + functions-common:time_stop:2451 : total=0 2022-05-18 09:42:52.219 | + functions-common:time_stop:2453 : _TIME_START[$name]= 2022-05-18 09:42:52.222 | + functions-common:time_stop:2454 : _TIME_TOTAL[$name]=8478 2022-05-18 09:42:52.225 | + lib/keystone:init_keystone:487 : [[ fernet == \f\e\r\n\e\t ]] 2022-05-18 09:42:52.228 | + lib/keystone:init_keystone:488 : rm -rf /etc/keystone/fernet-keys/ 2022-05-18 09:42:52.232 | + lib/keystone:init_keystone:489 : /usr/local/bin/keystone-manage --config-file /etc/keystone/keystone.conf fernet_setup 2022-05-18 09:42:56.900 | INFO keystone.common.utils [-] /etc/keystone/fernet-keys/ does not appear to exist; attempting to create it 2022-05-18 09:42:56.901 | INFO keystone.common.fernet_utils [-] Created a new temporary key: /etc/keystone/fernet-keys/0.tmp 2022-05-18 09:42:56.902 | INFO keystone.common.fernet_utils [-] Become a valid new key: /etc/keystone/fernet-keys/0 2022-05-18 09:42:56.903 | INFO keystone.common.fernet_utils [-] Starting key rotation with 1 key files: ['/etc/keystone/fernet-keys/0'] 2022-05-18 09:42:56.903 | INFO keystone.common.fernet_utils [-] Created a new temporary key: /etc/keystone/fernet-keys/0.tmp 2022-05-18 09:42:56.903 | INFO keystone.common.fernet_utils [-] Current primary key is: 0 2022-05-18 09:42:56.903 | INFO keystone.common.fernet_utils [-] Next primary key will be: 1 2022-05-18 09:42:56.903 | INFO keystone.common.fernet_utils [-] Promoted key 0 to be the primary: 1 2022-05-18 09:42:56.903 | INFO keystone.common.fernet_utils [-] Become a valid new key: /etc/keystone/fernet-keys/0 2022-05-18 09:42:57.286 | + lib/keystone:init_keystone:491 : rm -rf /etc/keystone/credential-keys/ 2022-05-18 09:42:57.291 | + lib/keystone:init_keystone:492 : /usr/local/bin/keystone-manage --config-file /etc/keystone/keystone.conf credential_setup 2022-05-18 09:43:01.813 | INFO keystone.common.utils [-] /etc/keystone/credential-keys/ does not appear to exist; attempting to create it 2022-05-18 09:43:01.814 | INFO keystone.common.fernet_utils [-] Created a new temporary key: /etc/keystone/credential-keys/0.tmp 2022-05-18 09:43:01.814 | INFO keystone.common.fernet_utils [-] Become a valid new key: /etc/keystone/credential-keys/0 2022-05-18 09:43:01.815 | INFO keystone.common.fernet_utils [-] Starting key rotation with 1 key files: ['/etc/keystone/credential-keys/0'] 2022-05-18 09:43:01.815 | INFO keystone.common.fernet_utils [-] Created a new temporary key: /etc/keystone/credential-keys/0.tmp 2022-05-18 09:43:01.815 | INFO keystone.common.fernet_utils [-] Current primary key is: 0 2022-05-18 09:43:01.815 | INFO keystone.common.fernet_utils [-] Next primary key will be: 1 2022-05-18 09:43:01.816 | INFO keystone.common.fernet_utils [-] Promoted key 0 to be the primary: 1 2022-05-18 09:43:01.816 | INFO keystone.common.fernet_utils [-] Become a valid new key: /etc/keystone/credential-keys/0 2022-05-18 09:43:02.195 | + ./stack.sh:main:1099 : start_keystone 2022-05-18 09:43:02.197 | + lib/keystone:start_keystone:550 : local service_port=5000 2022-05-18 09:43:02.200 | + lib/keystone:start_keystone:551 : local auth_protocol=http 2022-05-18 09:43:02.202 | + lib/keystone:start_keystone:552 : is_service_enabled tls-proxy 2022-05-18 09:43:02.219 | + functions-common:is_service_enabled:2093 : return 1 2022-05-18 09:43:02.222 | + lib/keystone:start_keystone:557 : '[' uwsgi == mod_wsgi ']' 2022-05-18 09:43:02.225 | ++ lib/keystone:start_keystone:561 : which uwsgi 2022-05-18 09:43:02.230 | + lib/keystone:start_keystone:561 : run_process keystone '/usr/bin/uwsgi --procname-prefix keystone --ini /etc/keystone/keystone-uwsgi-public.ini' '' 2022-05-18 09:43:02.232 | + functions-common:run_process:1692 : local service=keystone 2022-05-18 09:43:02.235 | + functions-common:run_process:1693 : local 'command=/usr/bin/uwsgi --procname-prefix keystone --ini /etc/keystone/keystone-uwsgi-public.ini' 2022-05-18 09:43:02.237 | + functions-common:run_process:1694 : local group= 2022-05-18 09:43:02.240 | + functions-common:run_process:1695 : local user= 2022-05-18 09:43:02.243 | + functions-common:run_process:1697 : local name=keystone 2022-05-18 09:43:02.245 | + functions-common:run_process:1699 : time_start run_process 2022-05-18 09:43:02.248 | + functions-common:time_start:2423 : local name=run_process 2022-05-18 09:43:02.250 | + functions-common:time_start:2424 : local start_time= 2022-05-18 09:43:02.252 | + functions-common:time_start:2425 : [[ -n '' ]] 2022-05-18 09:43:02.256 | ++ functions-common:time_start:2428 : date +%s%3N 2022-05-18 09:43:02.260 | + functions-common:time_start:2428 : _TIME_START[$name]=1652866982258 2022-05-18 09:43:02.263 | + functions-common:run_process:1700 : is_service_enabled keystone 2022-05-18 09:43:02.278 | + functions-common:is_service_enabled:2093 : return 0 2022-05-18 09:43:02.281 | + functions-common:run_process:1701 : _run_under_systemd keystone '/usr/bin/uwsgi --procname-prefix keystone --ini /etc/keystone/keystone-uwsgi-public.ini' '' '' 2022-05-18 09:43:02.283 | + functions-common:_run_under_systemd:1657 : local service=keystone 2022-05-18 09:43:02.286 | + functions-common:_run_under_systemd:1658 : local 'command=/usr/bin/uwsgi --procname-prefix keystone --ini /etc/keystone/keystone-uwsgi-public.ini' 2022-05-18 09:43:02.288 | + functions-common:_run_under_systemd:1659 : local 'cmd=/usr/bin/uwsgi --procname-prefix keystone --ini /etc/keystone/keystone-uwsgi-public.ini' 2022-05-18 09:43:02.291 | + functions-common:_run_under_systemd:1661 : _common_systemd_pitfalls '/usr/bin/uwsgi --procname-prefix keystone --ini /etc/keystone/keystone-uwsgi-public.ini' 2022-05-18 09:43:02.293 | + functions-common:_common_systemd_pitfalls:1629 : local 'cmd=/usr/bin/uwsgi --procname-prefix keystone --ini /etc/keystone/keystone-uwsgi-public.ini' 2022-05-18 09:43:02.295 | + functions-common:_common_systemd_pitfalls:1632 : [[ /usr/bin/uwsgi --procname-prefix keystone --ini /etc/keystone/keystone-uwsgi-public.ini =~ sudo ]] 2022-05-18 09:43:02.298 | + functions-common:_common_systemd_pitfalls:1643 : [[ ! /usr/bin/uwsgi --procname-prefix keystone --ini /etc/keystone/keystone-uwsgi-public.ini =~ ^/ ]] 2022-05-18 09:43:02.300 | + functions-common:_run_under_systemd:1663 : local systemd_service=devstack@keystone.service 2022-05-18 09:43:02.304 | + functions-common:_run_under_systemd:1664 : local group= 2022-05-18 09:43:02.307 | + functions-common:_run_under_systemd:1665 : local user=ubuntu 2022-05-18 09:43:02.309 | + functions-common:_run_under_systemd:1666 : [[ /usr/bin/uwsgi --procname-prefix keystone --ini /etc/keystone/keystone-uwsgi-public.ini =~ uwsgi ]] 2022-05-18 09:43:02.312 | + 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-05-18 09:43:02.314 | + functions-common:write_uwsgi_user_unit_file:1601 : local service=devstack@keystone.service 2022-05-18 09:43:02.317 | + functions-common:write_uwsgi_user_unit_file:1602 : local 'command=/usr/bin/uwsgi --procname-prefix keystone --ini /etc/keystone/keystone-uwsgi-public.ini' 2022-05-18 09:43:02.319 | + functions-common:write_uwsgi_user_unit_file:1603 : local group= 2022-05-18 09:43:02.322 | + functions-common:write_uwsgi_user_unit_file:1604 : local user=ubuntu 2022-05-18 09:43:02.324 | + functions-common:write_uwsgi_user_unit_file:1605 : local unitfile=/etc/systemd/system/devstack@keystone.service 2022-05-18 09:43:02.326 | + functions-common:write_uwsgi_user_unit_file:1606 : mkdir -p /etc/systemd/system 2022-05-18 09:43:02.330 | + functions-common:write_uwsgi_user_unit_file:1608 : iniset -sudo /etc/systemd/system/devstack@keystone.service Unit Description 'Devstack devstack@keystone.service' 2022-05-18 09:43:02.383 | + functions-common:write_uwsgi_user_unit_file:1609 : iniset -sudo /etc/systemd/system/devstack@keystone.service Service SyslogIdentifier devstack@keystone.service 2022-05-18 09:43:02.438 | + functions-common:write_uwsgi_user_unit_file:1610 : iniset -sudo /etc/systemd/system/devstack@keystone.service Service User ubuntu 2022-05-18 09:43:02.497 | + functions-common:write_uwsgi_user_unit_file:1611 : iniset -sudo /etc/systemd/system/devstack@keystone.service Service ExecStart '/usr/bin/uwsgi --procname-prefix keystone --ini /etc/keystone/keystone-uwsgi-public.ini' 2022-05-18 09:43:02.550 | + functions-common:write_uwsgi_user_unit_file:1612 : iniset -sudo /etc/systemd/system/devstack@keystone.service Service ExecReload '/usr/bin/kill -HUP $MAINPID' 2022-05-18 09:43:02.602 | + functions-common:write_uwsgi_user_unit_file:1613 : iniset -sudo /etc/systemd/system/devstack@keystone.service Service Type notify 2022-05-18 09:43:02.652 | + functions-common:write_uwsgi_user_unit_file:1614 : iniset -sudo /etc/systemd/system/devstack@keystone.service Service KillMode process 2022-05-18 09:43:02.704 | + functions-common:write_uwsgi_user_unit_file:1615 : iniset -sudo /etc/systemd/system/devstack@keystone.service Service Restart always 2022-05-18 09:43:02.762 | + functions-common:write_uwsgi_user_unit_file:1616 : iniset -sudo /etc/systemd/system/devstack@keystone.service Service NotifyAccess all 2022-05-18 09:43:02.826 | + functions-common:write_uwsgi_user_unit_file:1617 : iniset -sudo /etc/systemd/system/devstack@keystone.service Service RestartForceExitStatus 100 2022-05-18 09:43:02.880 | + functions-common:write_uwsgi_user_unit_file:1619 : [[ -n '' ]] 2022-05-18 09:43:02.883 | + functions-common:write_uwsgi_user_unit_file:1622 : iniset -sudo /etc/systemd/system/devstack@keystone.service Install WantedBy multi-user.target 2022-05-18 09:43:02.934 | + functions-common:write_uwsgi_user_unit_file:1625 : sudo systemctl daemon-reload 2022-05-18 09:43:03.344 | + functions-common:_run_under_systemd:1672 : sudo systemctl enable devstack@keystone.service 2022-05-18 09:43:03.358 | Created symlink /etc/systemd/system/multi-user.target.wants/devstack@keystone.service → /etc/systemd/system/devstack@keystone.service. 2022-05-18 09:43:03.747 | + functions-common:_run_under_systemd:1673 : sudo systemctl start devstack@keystone.service 2022-05-18 09:43:03.828 | + functions-common:run_process:1703 : time_stop run_process 2022-05-18 09:43:03.833 | + functions-common:time_stop:2437 : local name 2022-05-18 09:43:03.835 | + functions-common:time_stop:2438 : local end_time 2022-05-18 09:43:03.838 | + functions-common:time_stop:2439 : local elapsed_time 2022-05-18 09:43:03.840 | + functions-common:time_stop:2440 : local total 2022-05-18 09:43:03.843 | + functions-common:time_stop:2441 : local start_time 2022-05-18 09:43:03.845 | + functions-common:time_stop:2443 : name=run_process 2022-05-18 09:43:03.847 | + functions-common:time_stop:2444 : start_time=1652866982258 2022-05-18 09:43:03.850 | + functions-common:time_stop:2446 : [[ -z 1652866982258 ]] 2022-05-18 09:43:03.853 | ++ functions-common:time_stop:2449 : date +%s%3N 2022-05-18 09:43:03.857 | + functions-common:time_stop:2449 : end_time=1652866983855 2022-05-18 09:43:03.860 | + functions-common:time_stop:2450 : elapsed_time=1597 2022-05-18 09:43:03.862 | + functions-common:time_stop:2451 : total=1440 2022-05-18 09:43:03.865 | + functions-common:time_stop:2453 : _TIME_START[$name]= 2022-05-18 09:43:03.868 | + functions-common:time_stop:2454 : _TIME_TOTAL[$name]=3037 2022-05-18 09:43:03.870 | + lib/keystone:start_keystone:564 : echo 'Waiting for keystone to start...' 2022-05-18 09:43:03.870 | Waiting for keystone to start... 2022-05-18 09:43:03.873 | + lib/keystone:start_keystone:570 : local service_uri=http://10.222.0.71/identity/v3/ 2022-05-18 09:43:03.875 | + lib/keystone:start_keystone:572 : wait_for_service 60 http://10.222.0.71/identity/v3/ 2022-05-18 09:43:03.878 | + functions:wait_for_service:457 : local timeout=60 2022-05-18 09:43:03.881 | + functions:wait_for_service:458 : local url=http://10.222.0.71/identity/v3/ 2022-05-18 09:43:03.883 | + functions:wait_for_service:459 : local rval=0 2022-05-18 09:43:03.886 | + functions:wait_for_service:460 : time_start wait_for_service 2022-05-18 09:43:03.888 | + functions-common:time_start:2423 : local name=wait_for_service 2022-05-18 09:43:03.891 | + functions-common:time_start:2424 : local start_time= 2022-05-18 09:43:03.893 | + functions-common:time_start:2425 : [[ -n '' ]] 2022-05-18 09:43:03.897 | ++ functions-common:time_start:2428 : date +%s%3N 2022-05-18 09:43:03.901 | + functions-common:time_start:2428 : _TIME_START[$name]=1652866983898 2022-05-18 09:43:03.904 | + functions:wait_for_service:461 : timeout 60 bash -x 2022-05-18 09:43:03.910 | ++ :: : curl -g -k --noproxy '*' -s -o /dev/null -w '%{http_code}' http://10.222.0.71/identity/v3/ 2022-05-18 09:43:10.296 | + :: : [[ 200 == 503 ]] 2022-05-18 09:43:10.297 | + :: : [[ 0 -eq 7 ]] 2022-05-18 09:43:10.300 | + functions:wait_for_service:466 : time_stop wait_for_service 2022-05-18 09:43:10.303 | + functions-common:time_stop:2437 : local name 2022-05-18 09:43:10.306 | + functions-common:time_stop:2438 : local end_time 2022-05-18 09:43:10.308 | + functions-common:time_stop:2439 : local elapsed_time 2022-05-18 09:43:10.311 | + functions-common:time_stop:2440 : local total 2022-05-18 09:43:10.313 | + functions-common:time_stop:2441 : local start_time 2022-05-18 09:43:10.316 | + functions-common:time_stop:2443 : name=wait_for_service 2022-05-18 09:43:10.318 | + functions-common:time_stop:2444 : start_time=1652866983898 2022-05-18 09:43:10.321 | + functions-common:time_stop:2446 : [[ -z 1652866983898 ]] 2022-05-18 09:43:10.324 | ++ functions-common:time_stop:2449 : date +%s%3N 2022-05-18 09:43:10.329 | + functions-common:time_stop:2449 : end_time=1652866990326 2022-05-18 09:43:10.332 | + functions-common:time_stop:2450 : elapsed_time=6428 2022-05-18 09:43:10.334 | + functions-common:time_stop:2451 : total=0 2022-05-18 09:43:10.337 | + functions-common:time_stop:2453 : _TIME_START[$name]= 2022-05-18 09:43:10.339 | + functions-common:time_stop:2454 : _TIME_TOTAL[$name]=6428 2022-05-18 09:43:10.342 | + functions:wait_for_service:467 : return 0 2022-05-18 09:43:10.345 | + lib/keystone:start_keystone:577 : is_service_enabled tls-proxy 2022-05-18 09:43:10.363 | + functions-common:is_service_enabled:2093 : return 1 2022-05-18 09:43:10.366 | + lib/keystone:start_keystone:582 : restart_service memcached 2022-05-18 09:43:10.369 | + functions-common:restart_service:2321 : '[' -x /bin/systemctl ']' 2022-05-18 09:43:10.371 | + functions-common:restart_service:2322 : sudo /bin/systemctl restart memcached 2022-05-18 09:43:10.399 | + ./stack.sh:main:1100 : bootstrap_keystone 2022-05-18 09:43:10.402 | + 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.71/identity 2022-05-18 09:43:15.055 | DEBUG keystone.notifications [-] Callback: `keystone.application_credential.core.Manager._delete_app_creds_on_user_delete_callback` subscribed to event `identity.user.deleted`. {{(pid=236126) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2022-05-18 09:43:15.055 | DEBUG keystone.notifications [-] Callback: `keystone.application_credential.core.Manager._delete_app_creds_on_user_delete_callback` subscribed to event `identity.user.disabled`. {{(pid=236126) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2022-05-18 09:43:15.055 | 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=236126) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2022-05-18 09:43:15.063 | DEBUG keystone.notifications [-] Callback: `keystone.assignment.core.Manager._delete_domain_assignments` subscribed to event `identity.domain.deleted`. {{(pid=236126) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2022-05-18 09:43:15.081 | DEBUG keystone.notifications [-] Callback: `keystone.catalog.core.Manager._on_project_or_endpoint_delete` subscribed to event `identity.project.deleted`. {{(pid=236126) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2022-05-18 09:43:15.081 | DEBUG keystone.notifications [-] Callback: `keystone.catalog.core.Manager._on_project_or_endpoint_delete` subscribed to event `identity.endpoint.deleted`. {{(pid=236126) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2022-05-18 09:43:15.112 | DEBUG keystone.notifications [-] Callback: `keystone.federation.core.Manager._cleanup_identity_provider` subscribed to event `identity.domain_deleted.internal`. {{(pid=236126) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2022-05-18 09:43:15.145 | DEBUG keystone.notifications [-] Callback: `keystone.identity.core.Manager._domain_deleted` subscribed to event `identity.domain_deleted.internal`. {{(pid=236126) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2022-05-18 09:43:15.145 | DEBUG keystone.notifications [-] Callback: `keystone.identity.core.Manager._unset_default_project` subscribed to event `identity.project.deleted`. {{(pid=236126) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2022-05-18 09:43:15.238 | DEBUG keystone.notifications [-] Callback: `keystone.revoke.core.Manager._trust_callback` subscribed to event `identity.OS-TRUST:trust.deleted`. {{(pid=236126) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2022-05-18 09:43:15.238 | DEBUG keystone.notifications [-] Callback: `keystone.revoke.core.Manager._consumer_callback` subscribed to event `identity.OS-OAUTH1:consumer.deleted`. {{(pid=236126) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2022-05-18 09:43:15.238 | DEBUG keystone.notifications [-] Callback: `keystone.revoke.core.Manager._user_callback` subscribed to event `identity.user.deleted`. {{(pid=236126) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2022-05-18 09:43:15.238 | DEBUG keystone.notifications [-] Callback: `keystone.revoke.core.Manager._project_callback` subscribed to event `identity.project.deleted`. {{(pid=236126) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2022-05-18 09:43:15.239 | DEBUG keystone.notifications [-] Callback: `keystone.revoke.core.Manager._user_callback` subscribed to event `identity.user.disabled`. {{(pid=236126) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2022-05-18 09:43:15.239 | DEBUG keystone.notifications [-] Callback: `keystone.revoke.core.Manager._user_callback` subscribed to event `identity.persist_revocation_event_for_user.internal`. {{(pid=236126) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2022-05-18 09:43:15.251 | DEBUG keystone.notifications [-] Callback: `keystone.receipt.provider.Manager._drop_receipt_cache` subscribed to event `identity.OS-TRUST:trust.deleted`. {{(pid=236126) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2022-05-18 09:43:15.251 | DEBUG keystone.notifications [-] Callback: `keystone.receipt.provider.Manager._drop_receipt_cache` subscribed to event `identity.user.deleted`. {{(pid=236126) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2022-05-18 09:43:15.252 | DEBUG keystone.notifications [-] Callback: `keystone.receipt.provider.Manager._drop_receipt_cache` subscribed to event `identity.domain.deleted`. {{(pid=236126) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2022-05-18 09:43:15.252 | DEBUG keystone.notifications [-] Callback: `keystone.receipt.provider.Manager._drop_receipt_cache` subscribed to event `identity.user.disabled`. {{(pid=236126) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2022-05-18 09:43:15.252 | DEBUG keystone.notifications [-] Callback: `keystone.receipt.provider.Manager._drop_receipt_cache` subscribed to event `identity.domain.disabled`. {{(pid=236126) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2022-05-18 09:43:15.252 | DEBUG keystone.notifications [-] Callback: `keystone.receipt.provider.Manager._drop_receipt_cache` subscribed to event `identity.project.disabled`. {{(pid=236126) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2022-05-18 09:43:15.252 | DEBUG keystone.notifications [-] Callback: `keystone.receipt.provider.Manager._drop_receipt_cache` subscribed to event `identity.invalidate_token_cache.internal`. {{(pid=236126) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2022-05-18 09:43:15.260 | DEBUG keystone.notifications [-] Callback: `keystone.trust.core.Manager._on_user_delete` subscribed to event `identity.user.deleted`. {{(pid=236126) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2022-05-18 09:43:15.262 | DEBUG keystone.notifications [-] Callback: `keystone.token.provider.Manager._drop_token_cache` subscribed to event `identity.OS-TRUST:trust.deleted`. {{(pid=236126) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2022-05-18 09:43:15.262 | DEBUG keystone.notifications [-] Callback: `keystone.token.provider.Manager._drop_token_cache` subscribed to event `identity.user.deleted`. {{(pid=236126) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2022-05-18 09:43:15.263 | DEBUG keystone.notifications [-] Callback: `keystone.token.provider.Manager._drop_token_cache` subscribed to event `identity.domain.deleted`. {{(pid=236126) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2022-05-18 09:43:15.263 | DEBUG keystone.notifications [-] Callback: `keystone.token.provider.Manager._drop_token_cache` subscribed to event `identity.user.disabled`. {{(pid=236126) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2022-05-18 09:43:15.263 | DEBUG keystone.notifications [-] Callback: `keystone.token.provider.Manager._drop_token_cache` subscribed to event `identity.domain.disabled`. {{(pid=236126) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2022-05-18 09:43:15.263 | DEBUG keystone.notifications [-] Callback: `keystone.token.provider.Manager._drop_token_cache` subscribed to event `identity.project.disabled`. {{(pid=236126) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2022-05-18 09:43:15.263 | DEBUG keystone.notifications [-] Callback: `keystone.token.provider.Manager._drop_token_cache` subscribed to event `identity.invalidate_token_cache.internal`. {{(pid=236126) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2022-05-18 09:43:15.331 | INFO dbcounter [-] Registered counter for database keystone 2022-05-18 09:43:15.350 | 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=236126) _check_effective_sql_mode /usr/local/lib/python3.8/dist-packages/oslo_db/sqlalchemy/engines.py:314}} 2022-05-18 09:43:15.356 | DEBUG dbcounter [-] [236126] Writer thread running {{(pid=236126) stat_writer /usr/local/lib/python3.8/dist-packages/dbcounter.py:99}} 2022-05-18 09:43:15.560 | INFO keystone.cmd.bootstrap [None req-7cce2be4-716f-4e13-b9e8-8f198417bc49 None None] Created domain default 2022-05-18 09:43:15.606 | INFO keystone.cmd.bootstrap [None req-7cce2be4-716f-4e13-b9e8-8f198417bc49 None None] Created project admin 2022-05-18 09:43:15.639 | DEBUG passlib.handlers.bcrypt [None req-7cce2be4-716f-4e13-b9e8-8f198417bc49 None None] detected 'bcrypt' backend, version '3.2.2' {{(pid=236126) _load_backend_mixin /usr/local/lib/python3.8/dist-packages/passlib/handlers/bcrypt.py:625}} 2022-05-18 09:43:15.639 | DEBUG passlib.handlers.bcrypt [None req-7cce2be4-716f-4e13-b9e8-8f198417bc49 None None] 'bcrypt' backend lacks $2$ support, enabling workaround {{(pid=236126) _finalize_backend_mixin /usr/local/lib/python3.8/dist-packages/passlib/handlers/bcrypt.py:406}} 2022-05-18 09:43:15.701 | INFO keystone.cmd.bootstrap [None req-7cce2be4-716f-4e13-b9e8-8f198417bc49 None None] Created user admin 2022-05-18 09:43:15.715 | INFO keystone.cmd.bootstrap [None req-7cce2be4-716f-4e13-b9e8-8f198417bc49 None None] Created role reader 2022-05-18 09:43:15.727 | INFO keystone.cmd.bootstrap [None req-7cce2be4-716f-4e13-b9e8-8f198417bc49 None None] Created role member 2022-05-18 09:43:15.757 | INFO keystone.cmd.bootstrap [None req-7cce2be4-716f-4e13-b9e8-8f198417bc49 None None] Created implied role where a7afadfdac9f4a0096f3852c2dd5a4fc implies 9ea3a523397a4c88b8fe8af7f3e56adf 2022-05-18 09:43:15.767 | INFO keystone.cmd.bootstrap [None req-7cce2be4-716f-4e13-b9e8-8f198417bc49 None None] Created role admin 2022-05-18 09:43:15.788 | INFO keystone.cmd.bootstrap [None req-7cce2be4-716f-4e13-b9e8-8f198417bc49 None None] Created implied role where 913df76e980c4ca38997dd8ea54f4c75 implies a7afadfdac9f4a0096f3852c2dd5a4fc 2022-05-18 09:43:15.802 | INFO keystone.cmd.bootstrap [None req-7cce2be4-716f-4e13-b9e8-8f198417bc49 None None] Granted role admin on project admin to user admin. 2022-05-18 09:43:15.812 | INFO keystone.cmd.bootstrap [None req-7cce2be4-716f-4e13-b9e8-8f198417bc49 None None] Granted role admin on the system to user admin. 2022-05-18 09:43:15.825 | WARNING py.warnings [None req-7cce2be4-716f-4e13-b9e8-8f198417bc49 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-05-18 09:43:15.825 | warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2022-05-18 09:43:15.825 |  2022-05-18 09:43:15.829 | INFO keystone.cmd.bootstrap [None req-7cce2be4-716f-4e13-b9e8-8f198417bc49 None None] Created region RegionOne 2022-05-18 09:43:15.865 | INFO keystone.cmd.bootstrap [None req-7cce2be4-716f-4e13-b9e8-8f198417bc49 None None] Created public endpoint http://10.222.0.71/identity 2022-05-18 09:43:16.333 | + lib/keystone:bootstrap_keystone:610 : '[' False == True ']' 2022-05-18 09:43:16.336 | + ./stack.sh:main:1103 : create_keystone_accounts 2022-05-18 09:43:16.339 | + lib/keystone:create_keystone_accounts:309 : local admin_project 2022-05-18 09:43:16.342 | ++ lib/keystone:create_keystone_accounts:310 : oscwrap project show admin -f value -c id 2022-05-18 09:43:19.456 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-05-18 09:43:19.456 | from cryptography.utils import int_from_bytes 2022-05-18 09:43:19.456 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-05-18 09:43:19.456 | from cryptography.utils import int_from_bytes 2022-05-18 09:43:19.627 | ++ functions-common:oscwrap:2477 : return 0 2022-05-18 09:43:19.631 | + lib/keystone:create_keystone_accounts:310 : admin_project=c373dd63cf7a4bb2a5372477540d33cb 2022-05-18 09:43:19.633 | + lib/keystone:create_keystone_accounts:311 : local admin_user 2022-05-18 09:43:19.636 | ++ lib/keystone:create_keystone_accounts:312 : oscwrap user show admin -f value -c id 2022-05-18 09:43:21.806 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-05-18 09:43:21.806 | from cryptography.utils import int_from_bytes 2022-05-18 09:43:21.806 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-05-18 09:43:21.806 | from cryptography.utils import int_from_bytes 2022-05-18 09:43:21.980 | ++ functions-common:oscwrap:2477 : return 0 2022-05-18 09:43:21.982 | + lib/keystone:create_keystone_accounts:312 : admin_user=9052d6a81c174dfea4881acb84431d03 2022-05-18 09:43:21.985 | + lib/keystone:create_keystone_accounts:314 : local admin_role=admin 2022-05-18 09:43:21.987 | + lib/keystone:create_keystone_accounts:315 : local member_role=member 2022-05-18 09:43:21.990 | + lib/keystone:create_keystone_accounts:316 : local reader_role=reader 2022-05-18 09:43:21.992 | + lib/keystone:create_keystone_accounts:318 : async_run ks-domain-role get_or_add_user_domain_role admin 9052d6a81c174dfea4881acb84431d03 default 2022-05-18 09:43:22.049 | + inc/async:async_inner:63 : get_or_add_user_domain_role admin 9052d6a81c174dfea4881acb84431d03 default 2022-05-18 09:43:22.088 | [207558 Async ks-domain-role:236246]: running: get_or_add_user_domain_role admin 9052d6a81c174dfea4881acb84431d03 default 2022-05-18 09:43:22.091 | + lib/keystone:create_keystone_accounts:321 : get_or_create_domain Default 2022-05-18 09:43:22.093 | + functions-common:get_or_create_domain:889 : local domain_id 2022-05-18 09:43:22.096 | ++ functions-common:get_or_create_domain:901 : oscwrap --os-cloud devstack-system-admin domain show Default -f value -c id 2022-05-18 09:43:25.261 | + functions-common:get_or_create_domain:899 : domain_id=default 2022-05-18 09:43:25.263 | + functions-common:get_or_create_domain:900 : echo default 2022-05-18 09:43:25.263 | default 2022-05-18 09:43:25.266 | + lib/keystone:create_keystone_accounts:322 : async_run ks-project get_or_create_project service Default 2022-05-18 09:43:25.326 | + inc/async:async_inner:63 : get_or_create_project service Default 2022-05-18 09:43:25.369 | [207558 Async ks-project:236389]: running: get_or_create_project service Default 2022-05-18 09:43:25.371 | + lib/keystone:create_keystone_accounts:325 : async_run ks-service get_or_create_role service 2022-05-18 09:43:25.439 | + inc/async:async_inner:63 : get_or_create_role service 2022-05-18 09:43:25.486 | [207558 Async ks-service:236475]: running: get_or_create_role service 2022-05-18 09:43:25.488 | + lib/keystone:create_keystone_accounts:331 : async_run ks-reseller get_or_create_role ResellerAdmin 2022-05-18 09:43:25.562 | + inc/async:async_inner:63 : get_or_create_role ResellerAdmin 2022-05-18 09:43:25.659 | [207558 Async ks-reseller:236561]: running: get_or_create_role ResellerAdmin 2022-05-18 09:43:25.661 | + lib/keystone:create_keystone_accounts:335 : local another_role=anotherrole 2022-05-18 09:43:25.664 | + lib/keystone:create_keystone_accounts:336 : async_run ks-anotherrole get_or_create_role anotherrole 2022-05-18 09:43:25.941 | + inc/async:async_inner:63 : get_or_create_role anotherrole 2022-05-18 09:43:26.179 | [207558 Async ks-anotherrole:236652]: running: get_or_create_role anotherrole 2022-05-18 09:43:26.205 | + lib/keystone:create_keystone_accounts:339 : local invis_project 2022-05-18 09:43:26.237 | ++ lib/keystone:create_keystone_accounts:340 : get_or_create_project invisible_to_admin default 2022-05-18 09:43:26.257 | ++ functions-common:get_or_create_project:944 : local project_id 2022-05-18 09:43:26.295 | +++ functions-common:get_or_create_project:952 : oscwrap --os-cloud devstack-system-admin project create invisible_to_admin --domain=default --or-show -f value -c id 2022-05-18 09:43:29.123 | + inc/async:async_inner:64 : rc=0 2022-05-18 09:43:29.247 | [236561 Async ks-reseller:236561]: finished successfully 2022-05-18 09:43:29.271 | + inc/async:async_inner:64 : rc=0 2022-05-18 09:43:29.375 | [236475 Async ks-service:236475]: finished successfully 2022-05-18 09:43:29.789 | + inc/async:async_inner:64 : rc=0 2022-05-18 09:43:29.852 | [236389 Async ks-project:236389]: finished successfully 2022-05-18 09:43:30.048 | + inc/async:async_inner:64 : rc=0 2022-05-18 09:43:30.083 | [236652 Async ks-anotherrole:236652]: finished successfully 2022-05-18 09:43:30.168 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-05-18 09:43:30.168 | from cryptography.utils import int_from_bytes 2022-05-18 09:43:30.168 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-05-18 09:43:30.168 | from cryptography.utils import int_from_bytes 2022-05-18 09:43:30.356 | +++ functions-common:oscwrap:2477 : return 0 2022-05-18 09:43:30.359 | ++ functions-common:get_or_create_project:950 : project_id=b39115eee10a4f59b2a6cecc1f2a5275 2022-05-18 09:43:30.361 | ++ functions-common:get_or_create_project:951 : echo b39115eee10a4f59b2a6cecc1f2a5275 2022-05-18 09:43:30.364 | + lib/keystone:create_keystone_accounts:340 : invis_project=b39115eee10a4f59b2a6cecc1f2a5275 2022-05-18 09:43:30.367 | + lib/keystone:create_keystone_accounts:343 : local demo_project 2022-05-18 09:43:30.371 | ++ lib/keystone:create_keystone_accounts:344 : get_or_create_project demo default 2022-05-18 09:43:30.373 | ++ functions-common:get_or_create_project:944 : local project_id 2022-05-18 09:43:30.377 | +++ functions-common:get_or_create_project:952 : oscwrap --os-cloud devstack-system-admin project create demo --domain=default --or-show -f value -c id 2022-05-18 09:43:32.925 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-05-18 09:43:32.925 | from cryptography.utils import int_from_bytes 2022-05-18 09:43:32.925 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-05-18 09:43:32.925 | from cryptography.utils import int_from_bytes 2022-05-18 09:43:32.968 | + inc/async:async_inner:64 : rc=0 2022-05-18 09:43:33.000 | [236246 Async ks-domain-role:236246]: finished successfully 2022-05-18 09:43:33.111 | +++ functions-common:oscwrap:2477 : return 0 2022-05-18 09:43:33.115 | ++ functions-common:get_or_create_project:950 : project_id=a9b2b9953f2a44a682dea124c52fc52f 2022-05-18 09:43:33.117 | ++ functions-common:get_or_create_project:951 : echo a9b2b9953f2a44a682dea124c52fc52f 2022-05-18 09:43:33.120 | + lib/keystone:create_keystone_accounts:344 : demo_project=a9b2b9953f2a44a682dea124c52fc52f 2022-05-18 09:43:33.123 | + lib/keystone:create_keystone_accounts:345 : local demo_user 2022-05-18 09:43:33.126 | ++ lib/keystone:create_keystone_accounts:347 : get_or_create_user demo Passw0rd default demo@example.com 2022-05-18 09:43:33.128 | ++ functions-common:get_or_create_user:921 : local user_id 2022-05-18 09:43:33.132 | ++ functions-common:get_or_create_user:922 : [[ ! -z demo@example.com ]] 2022-05-18 09:43:33.134 | ++ functions-common:get_or_create_user:923 : local email=--email=demo@example.com 2022-05-18 09:43:33.137 | +++ functions-common:get_or_create_user:939 : oscwrap --os-cloud devstack-system-admin user create demo --password Passw0rd --domain=default --email=demo@example.com --or-show -f value -c id 2022-05-18 09:43:35.615 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-05-18 09:43:35.616 | from cryptography.utils import int_from_bytes 2022-05-18 09:43:35.616 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-05-18 09:43:35.616 | from cryptography.utils import int_from_bytes 2022-05-18 09:43:35.792 | +++ functions-common:oscwrap:2477 : return 0 2022-05-18 09:43:35.795 | ++ functions-common:get_or_create_user:937 : user_id=5c4782e972734a879779d7f60a161cf3 2022-05-18 09:43:35.797 | ++ functions-common:get_or_create_user:938 : echo 5c4782e972734a879779d7f60a161cf3 2022-05-18 09:43:35.800 | + lib/keystone:create_keystone_accounts:347 : demo_user=5c4782e972734a879779d7f60a161cf3 2022-05-18 09:43:35.803 | + lib/keystone:create_keystone_accounts:349 : async_wait ks-domain-role ks-domain ks-project ks-service ks-reseller ks-anotherrole 2022-05-18 09:43:35.855 | [207558 Async ks-domain-role:236246]: Waiting for completion of get_or_add_user_domain_role admin 9052d6a81c174dfea4881acb84431d03 default running on PID 236246 (6 other jobs running) 2022-05-18 09:43:35.882 | [207558 Async ks-domain-role:236246]: Signaling child to exit 2022-05-18 09:43:35.882 | WAKEUP 2022-05-18 09:43:35.906 | [207558 Async ks-domain-role:236246]: Signaled 2022-05-18 09:43:35.907 | + functions-common:get_or_add_user_domain_role:1015 : local user_role_id 2022-05-18 09:43:35.907 | ++ functions-common:get_or_add_user_domain_role:1021 : oscwrap --os-cloud devstack-system-admin role assignment list --role admin --user 9052d6a81c174dfea4881acb84431d03 --domain default 2022-05-18 09:43:35.907 | ++ functions-common:get_or_add_user_domain_role:1021 : grep '^|\s[a-f0-9]\+' 2022-05-18 09:43:35.907 | ++ functions-common:get_or_add_user_domain_role:1021 : get_field 1 2022-05-18 09:43:35.907 | ++ functions-common:get_field:823 : local data field 2022-05-18 09:43:35.907 | ++ functions-common:get_field:824 : read data 2022-05-18 09:43:35.907 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-05-18 09:43:35.907 | from cryptography.utils import int_from_bytes 2022-05-18 09:43:35.907 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-05-18 09:43:35.907 | from cryptography.utils import int_from_bytes 2022-05-18 09:43:35.907 | ++ functions-common:oscwrap:2477 : return 0 2022-05-18 09:43:35.907 | + functions-common:get_or_add_user_domain_role:1021 : user_role_id= 2022-05-18 09:43:35.908 | + functions-common:get_or_add_user_domain_role:1022 : [[ -z '' ]] 2022-05-18 09:43:35.908 | + functions-common:get_or_add_user_domain_role:1024 : openstack --os-cloud devstack-system-admin role add admin --user 9052d6a81c174dfea4881acb84431d03 --domain default 2022-05-18 09:43:35.908 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-05-18 09:43:35.908 | from cryptography.utils import int_from_bytes 2022-05-18 09:43:35.908 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-05-18 09:43:35.908 | from cryptography.utils import int_from_bytes 2022-05-18 09:43:35.908 | ++ functions-common:get_or_add_user_domain_role:1031 : grep '^|\s[a-f0-9]\+' 2022-05-18 09:43:35.908 | ++ functions-common:get_or_add_user_domain_role:1031 : oscwrap --os-cloud devstack-system-admin role assignment list --role admin --user 9052d6a81c174dfea4881acb84431d03 --domain default 2022-05-18 09:43:35.908 | ++ functions-common:get_or_add_user_domain_role:1031 : get_field 1 2022-05-18 09:43:35.908 | ++ functions-common:get_field:823 : local data field 2022-05-18 09:43:35.908 | ++ functions-common:get_field:824 : read data 2022-05-18 09:43:35.908 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-05-18 09:43:35.908 | from cryptography.utils import int_from_bytes 2022-05-18 09:43:35.908 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-05-18 09:43:35.908 | from cryptography.utils import int_from_bytes 2022-05-18 09:43:35.908 | ++ functions-common:oscwrap:2477 : return 0 2022-05-18 09:43:35.908 | ++ functions-common:get_field:825 : '[' 1 -lt 0 ']' 2022-05-18 09:43:35.908 | ++ functions-common:get_field:828 : field='$2' 2022-05-18 09:43:35.908 | ++ functions-common:get_field:830 : awk '-F[ \t]*\\|[ \t]*' '{print $2}' 2022-05-18 09:43:35.908 | ++ functions-common:get_field:830 : echo '| 913df76e980c4ca38997dd8ea54f4c75 | 9052d6a81c174dfea4881acb84431d03 | | | default | | False |' 2022-05-18 09:43:35.908 | ++ functions-common:get_field:824 : read data 2022-05-18 09:43:35.908 | + functions-common:get_or_add_user_domain_role:1031 : user_role_id=913df76e980c4ca38997dd8ea54f4c75 2022-05-18 09:43:35.908 | + functions-common:get_or_add_user_domain_role:1033 : echo 913df76e980c4ca38997dd8ea54f4c75 2022-05-18 09:43:35.908 | 913df76e980c4ca38997dd8ea54f4c75 2022-05-18 09:43:35.954 | [207558 Async ks-domain-role:236246]: finished get_or_add_user_domain_role admin 9052d6a81c174dfea4881acb84431d03 default with result 0 in 10 seconds 2022-05-18 09:43:35.963 | Not waiting for async task ks-domain that we never started or has already been waited for 2022-05-18 09:43:35.998 | [207558 Async ks-project:236389]: Waiting for completion of get_or_create_project service Default running on PID 236389 (5 other jobs running) 2022-05-18 09:43:36.026 | [207558 Async ks-project:236389]: Signaling child to exit 2022-05-18 09:43:36.026 | WAKEUP 2022-05-18 09:43:36.050 | [207558 Async ks-project:236389]: Signaled 2022-05-18 09:43:36.052 | + functions-common:get_or_create_project:944 : local project_id 2022-05-18 09:43:36.052 | ++ functions-common:get_or_create_project:952 : oscwrap --os-cloud devstack-system-admin project create service --domain=Default --or-show -f value -c id 2022-05-18 09:43:36.052 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-05-18 09:43:36.052 | from cryptography.utils import int_from_bytes 2022-05-18 09:43:36.052 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-05-18 09:43:36.052 | from cryptography.utils import int_from_bytes 2022-05-18 09:43:36.052 | ++ functions-common:oscwrap:2477 : return 0 2022-05-18 09:43:36.052 | + functions-common:get_or_create_project:950 : project_id=53b7accf94c142989a8df173be271692 2022-05-18 09:43:36.052 | + functions-common:get_or_create_project:951 : echo 53b7accf94c142989a8df173be271692 2022-05-18 09:43:36.052 | 53b7accf94c142989a8df173be271692 2022-05-18 09:43:36.100 | [207558 Async ks-project:236389]: finished get_or_create_project service Default with result 0 in 4 seconds 2022-05-18 09:43:36.141 | [207558 Async ks-service:236475]: Waiting for completion of get_or_create_role service running on PID 236475 (4 other jobs running) 2022-05-18 09:43:36.167 | [207558 Async ks-service:236475]: Signaling child to exit 2022-05-18 09:43:36.167 | WAKEUP 2022-05-18 09:43:36.194 | [207558 Async ks-service:236475]: Signaled 2022-05-18 09:43:36.195 | + functions-common:get_or_create_role:957 : local role_id 2022-05-18 09:43:36.195 | ++ functions-common:get_or_create_role:964 : oscwrap --os-cloud devstack-system-admin role create service --or-show -f value -c id 2022-05-18 09:43:36.195 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-05-18 09:43:36.195 | from cryptography.utils import int_from_bytes 2022-05-18 09:43:36.195 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-05-18 09:43:36.195 | from cryptography.utils import int_from_bytes 2022-05-18 09:43:36.195 | ++ functions-common:oscwrap:2477 : return 0 2022-05-18 09:43:36.195 | + functions-common:get_or_create_role:962 : role_id=ad3589aaeab6414497e12df3ddcc7f1c 2022-05-18 09:43:36.195 | + functions-common:get_or_create_role:963 : echo ad3589aaeab6414497e12df3ddcc7f1c 2022-05-18 09:43:36.195 | ad3589aaeab6414497e12df3ddcc7f1c 2022-05-18 09:43:36.244 | [207558 Async ks-service:236475]: finished get_or_create_role service with result 0 in 3 seconds 2022-05-18 09:43:36.282 | [207558 Async ks-reseller:236561]: Waiting for completion of get_or_create_role ResellerAdmin running on PID 236561 (3 other jobs running) 2022-05-18 09:43:36.308 | [207558 Async ks-reseller:236561]: Signaling child to exit 2022-05-18 09:43:36.308 | WAKEUP 2022-05-18 09:43:36.333 | [207558 Async ks-reseller:236561]: Signaled 2022-05-18 09:43:36.335 | + functions-common:get_or_create_role:957 : local role_id 2022-05-18 09:43:36.335 | ++ functions-common:get_or_create_role:964 : oscwrap --os-cloud devstack-system-admin role create ResellerAdmin --or-show -f value -c id 2022-05-18 09:43:36.335 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-05-18 09:43:36.335 | from cryptography.utils import int_from_bytes 2022-05-18 09:43:36.335 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-05-18 09:43:36.335 | from cryptography.utils import int_from_bytes 2022-05-18 09:43:36.335 | ++ functions-common:oscwrap:2477 : return 0 2022-05-18 09:43:36.335 | + functions-common:get_or_create_role:962 : role_id=6323704cbfd54b3cb5f66d53ee8337b8 2022-05-18 09:43:36.335 | + functions-common:get_or_create_role:963 : echo 6323704cbfd54b3cb5f66d53ee8337b8 2022-05-18 09:43:36.335 | 6323704cbfd54b3cb5f66d53ee8337b8 2022-05-18 09:43:36.383 | [207558 Async ks-reseller:236561]: finished get_or_create_role ResellerAdmin with result 0 in 3 seconds 2022-05-18 09:43:36.423 | [207558 Async ks-anotherrole:236652]: Waiting for completion of get_or_create_role anotherrole running on PID 236652 (2 other jobs running) 2022-05-18 09:43:36.449 | [207558 Async ks-anotherrole:236652]: Signaling child to exit 2022-05-18 09:43:36.449 | WAKEUP 2022-05-18 09:43:36.474 | [207558 Async ks-anotherrole:236652]: Signaled 2022-05-18 09:43:36.475 | + functions-common:get_or_create_role:957 : local role_id 2022-05-18 09:43:36.475 | ++ functions-common:get_or_create_role:964 : oscwrap --os-cloud devstack-system-admin role create anotherrole --or-show -f value -c id 2022-05-18 09:43:36.475 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-05-18 09:43:36.476 | from cryptography.utils import int_from_bytes 2022-05-18 09:43:36.476 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-05-18 09:43:36.476 | from cryptography.utils import int_from_bytes 2022-05-18 09:43:36.476 | ++ functions-common:oscwrap:2477 : return 0 2022-05-18 09:43:36.476 | + functions-common:get_or_create_role:962 : role_id=0caebf3507d84877bcec8ca3e5681a50 2022-05-18 09:43:36.476 | + functions-common:get_or_create_role:963 : echo 0caebf3507d84877bcec8ca3e5681a50 2022-05-18 09:43:36.476 | 0caebf3507d84877bcec8ca3e5681a50 2022-05-18 09:43:36.521 | [207558 Async ks-anotherrole:236652]: finished get_or_create_role anotherrole with result 0 in 4 seconds 2022-05-18 09:43:36.526 | + inc/async:async_wait:197 : return 0 2022-05-18 09:43:36.529 | + lib/keystone:create_keystone_accounts:351 : async_run ks-demo-member get_or_add_user_project_role member 5c4782e972734a879779d7f60a161cf3 a9b2b9953f2a44a682dea124c52fc52f 2022-05-18 09:43:36.590 | + inc/async:async_inner:63 : get_or_add_user_project_role member 5c4782e972734a879779d7f60a161cf3 a9b2b9953f2a44a682dea124c52fc52f 2022-05-18 09:43:36.632 | [207558 Async ks-demo-member:237518]: running: get_or_add_user_project_role member 5c4782e972734a879779d7f60a161cf3 a9b2b9953f2a44a682dea124c52fc52f 2022-05-18 09:43:36.635 | + lib/keystone:create_keystone_accounts:353 : async_run ks-demo-admin get_or_add_user_project_role admin 9052d6a81c174dfea4881acb84431d03 a9b2b9953f2a44a682dea124c52fc52f 2022-05-18 09:43:36.701 | + inc/async:async_inner:63 : get_or_add_user_project_role admin 9052d6a81c174dfea4881acb84431d03 a9b2b9953f2a44a682dea124c52fc52f 2022-05-18 09:43:36.752 | [207558 Async ks-demo-admin:237630]: running: get_or_add_user_project_role admin 9052d6a81c174dfea4881acb84431d03 a9b2b9953f2a44a682dea124c52fc52f 2022-05-18 09:43:36.755 | + lib/keystone:create_keystone_accounts:354 : async_run ks-demo-another get_or_add_user_project_role anotherrole 5c4782e972734a879779d7f60a161cf3 a9b2b9953f2a44a682dea124c52fc52f 2022-05-18 09:43:36.832 | + inc/async:async_inner:63 : get_or_add_user_project_role anotherrole 5c4782e972734a879779d7f60a161cf3 a9b2b9953f2a44a682dea124c52fc52f 2022-05-18 09:43:36.880 | [207558 Async ks-demo-another:237742]: running: get_or_add_user_project_role anotherrole 5c4782e972734a879779d7f60a161cf3 a9b2b9953f2a44a682dea124c52fc52f 2022-05-18 09:43:36.883 | + lib/keystone:create_keystone_accounts:355 : async_run ks-demo-invis get_or_add_user_project_role member 5c4782e972734a879779d7f60a161cf3 b39115eee10a4f59b2a6cecc1f2a5275 2022-05-18 09:43:36.956 | + inc/async:async_inner:63 : get_or_add_user_project_role member 5c4782e972734a879779d7f60a161cf3 b39115eee10a4f59b2a6cecc1f2a5275 2022-05-18 09:43:37.058 | [207558 Async ks-demo-invis:237854]: running: get_or_add_user_project_role member 5c4782e972734a879779d7f60a161cf3 b39115eee10a4f59b2a6cecc1f2a5275 2022-05-18 09:43:37.065 | + lib/keystone:create_keystone_accounts:358 : local demo_reader 2022-05-18 09:43:37.086 | ++ lib/keystone:create_keystone_accounts:360 : get_or_create_user demo_reader Passw0rd default demo_reader@example.com 2022-05-18 09:43:37.092 | ++ functions-common:get_or_create_user:921 : local user_id 2022-05-18 09:43:37.100 | ++ functions-common:get_or_create_user:922 : [[ ! -z demo_reader@example.com ]] 2022-05-18 09:43:37.104 | ++ functions-common:get_or_create_user:923 : local email=--email=demo_reader@example.com 2022-05-18 09:43:37.128 | +++ functions-common:get_or_create_user:939 : 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-05-18 09:43:41.395 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-05-18 09:43:41.395 | from cryptography.utils import int_from_bytes 2022-05-18 09:43:41.395 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-05-18 09:43:41.395 | from cryptography.utils import int_from_bytes 2022-05-18 09:43:41.617 | +++ functions-common:oscwrap:2477 : return 0 2022-05-18 09:43:41.621 | ++ functions-common:get_or_create_user:937 : user_id=b58128bda0124877b16892c1736be7e6 2022-05-18 09:43:41.624 | ++ functions-common:get_or_create_user:938 : echo b58128bda0124877b16892c1736be7e6 2022-05-18 09:43:41.627 | + lib/keystone:create_keystone_accounts:360 : demo_reader=b58128bda0124877b16892c1736be7e6 2022-05-18 09:43:41.629 | + lib/keystone:create_keystone_accounts:362 : async_run ks-demo-reader get_or_add_user_project_role reader b58128bda0124877b16892c1736be7e6 a9b2b9953f2a44a682dea124c52fc52f 2022-05-18 09:43:41.747 | + inc/async:async_inner:63 : get_or_add_user_project_role reader b58128bda0124877b16892c1736be7e6 a9b2b9953f2a44a682dea124c52fc52f 2022-05-18 09:43:41.866 | [207558 Async ks-demo-reader:238020]: running: get_or_add_user_project_role reader b58128bda0124877b16892c1736be7e6 a9b2b9953f2a44a682dea124c52fc52f 2022-05-18 09:43:41.870 | + lib/keystone:create_keystone_accounts:365 : local alt_demo_project 2022-05-18 09:43:41.873 | ++ lib/keystone:create_keystone_accounts:366 : get_or_create_project alt_demo default 2022-05-18 09:43:41.877 | ++ functions-common:get_or_create_project:944 : local project_id 2022-05-18 09:43:41.885 | +++ functions-common:get_or_create_project:952 : oscwrap --os-cloud devstack-system-admin project create alt_demo --domain=default --or-show -f value -c id 2022-05-18 09:43:46.374 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-05-18 09:43:46.374 | from cryptography.utils import int_from_bytes 2022-05-18 09:43:46.374 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-05-18 09:43:46.374 | from cryptography.utils import int_from_bytes 2022-05-18 09:43:46.581 | +++ functions-common:oscwrap:2477 : return 0 2022-05-18 09:43:46.584 | ++ functions-common:get_or_create_project:950 : project_id=c922c8d506a44ff9a091b5ba5a7d896e 2022-05-18 09:43:46.588 | ++ functions-common:get_or_create_project:951 : echo c922c8d506a44ff9a091b5ba5a7d896e 2022-05-18 09:43:46.590 | + lib/keystone:create_keystone_accounts:366 : alt_demo_project=c922c8d506a44ff9a091b5ba5a7d896e 2022-05-18 09:43:46.593 | + lib/keystone:create_keystone_accounts:368 : local alt_demo_user 2022-05-18 09:43:46.602 | ++ lib/keystone:create_keystone_accounts:370 : get_or_create_user alt_demo Passw0rd default alt_demo@example.com 2022-05-18 09:43:46.604 | ++ functions-common:get_or_create_user:921 : local user_id 2022-05-18 09:43:46.607 | ++ functions-common:get_or_create_user:922 : [[ ! -z alt_demo@example.com ]] 2022-05-18 09:43:46.618 | ++ functions-common:get_or_create_user:923 : local email=--email=alt_demo@example.com 2022-05-18 09:43:46.627 | +++ functions-common:get_or_create_user:939 : 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-05-18 09:43:49.898 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-05-18 09:43:49.898 | from cryptography.utils import int_from_bytes 2022-05-18 09:43:49.898 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-05-18 09:43:49.898 | from cryptography.utils import int_from_bytes 2022-05-18 09:43:50.276 | +++ functions-common:oscwrap:2477 : return 0 2022-05-18 09:43:50.291 | ++ functions-common:get_or_create_user:937 : user_id=516864a8aa82433285d7daa3f745631e 2022-05-18 09:43:50.322 | ++ functions-common:get_or_create_user:938 : echo 516864a8aa82433285d7daa3f745631e 2022-05-18 09:43:50.341 | + lib/keystone:create_keystone_accounts:370 : alt_demo_user=516864a8aa82433285d7daa3f745631e 2022-05-18 09:43:50.361 | + lib/keystone:create_keystone_accounts:372 : async_run ks-alt-admin get_or_add_user_project_role admin 516864a8aa82433285d7daa3f745631e c922c8d506a44ff9a091b5ba5a7d896e 2022-05-18 09:43:50.758 | + inc/async:async_inner:63 : get_or_add_user_project_role admin 516864a8aa82433285d7daa3f745631e c922c8d506a44ff9a091b5ba5a7d896e 2022-05-18 09:43:50.851 | + inc/async:async_inner:64 : rc=0 2022-05-18 09:43:50.926 | [207558 Async ks-alt-admin:238421]: running: get_or_add_user_project_role admin 516864a8aa82433285d7daa3f745631e c922c8d506a44ff9a091b5ba5a7d896e 2022-05-18 09:43:50.936 | [237518 Async ks-demo-member:237518]: finished successfully 2022-05-18 09:43:50.958 | + lib/keystone:create_keystone_accounts:373 : async_run ks-alt-another get_or_add_user_project_role anotherrole 516864a8aa82433285d7daa3f745631e c922c8d506a44ff9a091b5ba5a7d896e 2022-05-18 09:43:51.381 | + inc/async:async_inner:63 : get_or_add_user_project_role anotherrole 516864a8aa82433285d7daa3f745631e c922c8d506a44ff9a091b5ba5a7d896e 2022-05-18 09:43:51.569 | [207558 Async ks-alt-another:238575]: running: get_or_add_user_project_role anotherrole 516864a8aa82433285d7daa3f745631e c922c8d506a44ff9a091b5ba5a7d896e 2022-05-18 09:43:51.601 | + lib/keystone:create_keystone_accounts:376 : local alt_demo_member 2022-05-18 09:43:51.623 | ++ lib/keystone:create_keystone_accounts:378 : get_or_create_user alt_demo_member Passw0rd default alt_demo_member@example.com 2022-05-18 09:43:51.642 | ++ functions-common:get_or_create_user:921 : local user_id 2022-05-18 09:43:51.662 | ++ functions-common:get_or_create_user:922 : [[ ! -z alt_demo_member@example.com ]] 2022-05-18 09:43:51.689 | ++ functions-common:get_or_create_user:923 : local email=--email=alt_demo_member@example.com 2022-05-18 09:43:51.714 | +++ functions-common:get_or_create_user:939 : 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-05-18 09:43:55.105 | + inc/async:async_inner:64 : rc=0 2022-05-18 09:43:55.173 | [237630 Async ks-demo-admin:237630]: finished successfully 2022-05-18 09:43:55.651 | + inc/async:async_inner:64 : rc=0 2022-05-18 09:43:55.682 | [237854 Async ks-demo-invis:237854]: finished successfully 2022-05-18 09:43:56.084 | + inc/async:async_inner:64 : rc=0 2022-05-18 09:43:56.115 | [237742 Async ks-demo-another:237742]: finished successfully 2022-05-18 09:43:56.484 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-05-18 09:43:56.484 | from cryptography.utils import int_from_bytes 2022-05-18 09:43:56.484 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-05-18 09:43:56.484 | from cryptography.utils import int_from_bytes 2022-05-18 09:43:56.675 | +++ functions-common:oscwrap:2477 : return 0 2022-05-18 09:43:56.678 | ++ functions-common:get_or_create_user:937 : user_id=7d3e6558a2db45deb9a6147d3334ce2d 2022-05-18 09:43:56.681 | ++ functions-common:get_or_create_user:938 : echo 7d3e6558a2db45deb9a6147d3334ce2d 2022-05-18 09:43:56.685 | + lib/keystone:create_keystone_accounts:378 : alt_demo_member=7d3e6558a2db45deb9a6147d3334ce2d 2022-05-18 09:43:56.687 | + lib/keystone:create_keystone_accounts:379 : async_run ks-alt-member-user get_or_add_user_project_role member 7d3e6558a2db45deb9a6147d3334ce2d c922c8d506a44ff9a091b5ba5a7d896e 2022-05-18 09:43:56.759 | + inc/async:async_inner:63 : get_or_add_user_project_role member 7d3e6558a2db45deb9a6147d3334ce2d c922c8d506a44ff9a091b5ba5a7d896e 2022-05-18 09:43:56.813 | [207558 Async ks-alt-member-user:238909]: running: get_or_add_user_project_role member 7d3e6558a2db45deb9a6147d3334ce2d c922c8d506a44ff9a091b5ba5a7d896e 2022-05-18 09:43:56.819 | + lib/keystone:create_keystone_accounts:382 : local alt_demo_reader 2022-05-18 09:43:56.823 | ++ lib/keystone:create_keystone_accounts:384 : get_or_create_user alt_demo_reader Passw0rd default alt_demo_reader@example.com 2022-05-18 09:43:56.826 | ++ functions-common:get_or_create_user:921 : local user_id 2022-05-18 09:43:56.829 | ++ functions-common:get_or_create_user:922 : [[ ! -z alt_demo_reader@example.com ]] 2022-05-18 09:43:56.833 | ++ functions-common:get_or_create_user:923 : local email=--email=alt_demo_reader@example.com 2022-05-18 09:43:56.841 | +++ functions-common:get_or_create_user:939 : 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-05-18 09:43:58.781 | + inc/async:async_inner:64 : rc=0 2022-05-18 09:43:58.962 | [238020 Async ks-demo-reader:238020]: finished successfully 2022-05-18 09:43:59.741 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-05-18 09:43:59.742 | from cryptography.utils import int_from_bytes 2022-05-18 09:43:59.742 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-05-18 09:43:59.742 | from cryptography.utils import int_from_bytes 2022-05-18 09:43:59.959 | +++ functions-common:oscwrap:2477 : return 0 2022-05-18 09:43:59.962 | ++ functions-common:get_or_create_user:937 : user_id=4863e94213a544008ae3eb7fe38ae846 2022-05-18 09:43:59.966 | ++ functions-common:get_or_create_user:938 : echo 4863e94213a544008ae3eb7fe38ae846 2022-05-18 09:43:59.969 | + lib/keystone:create_keystone_accounts:384 : alt_demo_reader=4863e94213a544008ae3eb7fe38ae846 2022-05-18 09:43:59.975 | + lib/keystone:create_keystone_accounts:385 : async_run ks-alt-reader-user get_or_add_user_project_role reader 4863e94213a544008ae3eb7fe38ae846 c922c8d506a44ff9a091b5ba5a7d896e 2022-05-18 09:44:00.109 | + inc/async:async_inner:63 : get_or_add_user_project_role reader 4863e94213a544008ae3eb7fe38ae846 c922c8d506a44ff9a091b5ba5a7d896e 2022-05-18 09:44:00.178 | [207558 Async ks-alt-reader-user:239133]: running: get_or_add_user_project_role reader 4863e94213a544008ae3eb7fe38ae846 c922c8d506a44ff9a091b5ba5a7d896e 2022-05-18 09:44:00.192 | ++ lib/keystone:create_keystone_accounts:392 : get_or_create_user system_member Passw0rd default system_member@example.com 2022-05-18 09:44:00.195 | ++ functions-common:get_or_create_user:921 : local user_id 2022-05-18 09:44:00.209 | ++ functions-common:get_or_create_user:922 : [[ ! -z system_member@example.com ]] 2022-05-18 09:44:00.217 | ++ functions-common:get_or_create_user:923 : local email=--email=system_member@example.com 2022-05-18 09:44:00.221 | +++ functions-common:get_or_create_user:939 : 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-05-18 09:44:03.393 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-05-18 09:44:03.393 | from cryptography.utils import int_from_bytes 2022-05-18 09:44:03.393 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-05-18 09:44:03.393 | from cryptography.utils import int_from_bytes 2022-05-18 09:44:03.587 | +++ functions-common:oscwrap:2477 : return 0 2022-05-18 09:44:03.590 | ++ functions-common:get_or_create_user:937 : user_id=cb88471d80e84ae7aa6c45ba7f4e1f79 2022-05-18 09:44:03.593 | ++ functions-common:get_or_create_user:938 : echo cb88471d80e84ae7aa6c45ba7f4e1f79 2022-05-18 09:44:03.596 | + lib/keystone:create_keystone_accounts:392 : system_member_user=cb88471d80e84ae7aa6c45ba7f4e1f79 2022-05-18 09:44:03.598 | + lib/keystone:create_keystone_accounts:393 : async_run ks-system-member get_or_add_user_system_role member cb88471d80e84ae7aa6c45ba7f4e1f79 all 2022-05-18 09:44:03.917 | + inc/async:async_inner:63 : get_or_add_user_system_role member cb88471d80e84ae7aa6c45ba7f4e1f79 all 2022-05-18 09:44:04.113 | [207558 Async ks-system-member:239357]: running: get_or_add_user_system_role member cb88471d80e84ae7aa6c45ba7f4e1f79 all 2022-05-18 09:44:04.135 | ++ lib/keystone:create_keystone_accounts:396 : get_or_create_user system_reader Passw0rd default system_reader@example.com 2022-05-18 09:44:04.150 | ++ functions-common:get_or_create_user:921 : local user_id 2022-05-18 09:44:04.165 | ++ functions-common:get_or_create_user:922 : [[ ! -z system_reader@example.com ]] 2022-05-18 09:44:04.189 | ++ functions-common:get_or_create_user:923 : local email=--email=system_reader@example.com 2022-05-18 09:44:04.207 | +++ functions-common:get_or_create_user:939 : 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-05-18 09:44:07.418 | + inc/async:async_inner:64 : rc=0 2022-05-18 09:44:07.512 | [238421 Async ks-alt-admin:238421]: finished successfully 2022-05-18 09:44:07.721 | + inc/async:async_inner:64 : rc=0 2022-05-18 09:44:07.768 | [238575 Async ks-alt-another:238575]: finished successfully 2022-05-18 09:44:07.884 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-05-18 09:44:07.884 | from cryptography.utils import int_from_bytes 2022-05-18 09:44:07.884 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-05-18 09:44:07.884 | from cryptography.utils import int_from_bytes 2022-05-18 09:44:08.086 | +++ functions-common:oscwrap:2477 : return 0 2022-05-18 09:44:08.089 | ++ functions-common:get_or_create_user:937 : user_id=526376c3d5794281a2cac261dd3d5dc5 2022-05-18 09:44:08.092 | ++ functions-common:get_or_create_user:938 : echo 526376c3d5794281a2cac261dd3d5dc5 2022-05-18 09:44:08.095 | + lib/keystone:create_keystone_accounts:396 : system_reader_user=526376c3d5794281a2cac261dd3d5dc5 2022-05-18 09:44:08.098 | + lib/keystone:create_keystone_accounts:397 : async_run ks-system-reader get_or_add_user_system_role reader 526376c3d5794281a2cac261dd3d5dc5 all 2022-05-18 09:44:08.201 | + inc/async:async_inner:63 : get_or_add_user_system_role reader 526376c3d5794281a2cac261dd3d5dc5 all 2022-05-18 09:44:08.344 | [207558 Async ks-system-reader:239641]: running: get_or_add_user_system_role reader 526376c3d5794281a2cac261dd3d5dc5 all 2022-05-18 09:44:08.366 | + lib/keystone:create_keystone_accounts:400 : local admin_group 2022-05-18 09:44:08.393 | ++ lib/keystone:create_keystone_accounts:402 : get_or_create_group admins default 'openstack admin group' 2022-05-18 09:44:08.417 | ++ functions-common:get_or_create_group:906 : local 'desc=openstack admin group' 2022-05-18 09:44:08.437 | ++ functions-common:get_or_create_group:907 : local group_id 2022-05-18 09:44:08.471 | +++ functions-common:get_or_create_group:916 : oscwrap --os-cloud devstack-system-admin group create admins --domain default --description 'openstack admin group' --or-show -f value -c id 2022-05-18 09:44:10.992 | + inc/async:async_inner:64 : rc=0 2022-05-18 09:44:11.089 | [238909 Async ks-alt-member-user:238909]: finished successfully 2022-05-18 09:44:12.033 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-05-18 09:44:12.033 | from cryptography.utils import int_from_bytes 2022-05-18 09:44:12.033 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-05-18 09:44:12.033 | from cryptography.utils import int_from_bytes 2022-05-18 09:44:12.259 | +++ functions-common:oscwrap:2477 : return 0 2022-05-18 09:44:12.261 | ++ functions-common:get_or_create_group:914 : group_id=f5f1e7d5976a4312be2d89ff1566e663 2022-05-18 09:44:12.265 | ++ functions-common:get_or_create_group:915 : echo f5f1e7d5976a4312be2d89ff1566e663 2022-05-18 09:44:12.267 | + lib/keystone:create_keystone_accounts:402 : admin_group=f5f1e7d5976a4312be2d89ff1566e663 2022-05-18 09:44:12.270 | + lib/keystone:create_keystone_accounts:403 : local non_admin_group 2022-05-18 09:44:12.273 | ++ lib/keystone:create_keystone_accounts:405 : get_or_create_group nonadmins default 'non-admin group' 2022-05-18 09:44:12.276 | ++ functions-common:get_or_create_group:906 : local 'desc=non-admin group' 2022-05-18 09:44:12.279 | ++ functions-common:get_or_create_group:907 : local group_id 2022-05-18 09:44:12.283 | +++ functions-common:get_or_create_group:916 : oscwrap --os-cloud devstack-system-admin group create nonadmins --domain default --description 'non-admin group' --or-show -f value -c id 2022-05-18 09:44:13.650 | + inc/async:async_inner:64 : rc=0 2022-05-18 09:44:13.681 | [239133 Async ks-alt-reader-user:239133]: finished successfully 2022-05-18 09:44:15.197 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-05-18 09:44:15.197 | from cryptography.utils import int_from_bytes 2022-05-18 09:44:15.197 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-05-18 09:44:15.197 | from cryptography.utils import int_from_bytes 2022-05-18 09:44:15.394 | +++ functions-common:oscwrap:2477 : return 0 2022-05-18 09:44:15.398 | ++ functions-common:get_or_create_group:914 : group_id=ea0231250e1d434897bc06b287019f36 2022-05-18 09:44:15.400 | ++ functions-common:get_or_create_group:915 : echo ea0231250e1d434897bc06b287019f36 2022-05-18 09:44:15.403 | + lib/keystone:create_keystone_accounts:405 : non_admin_group=ea0231250e1d434897bc06b287019f36 2022-05-18 09:44:15.406 | + lib/keystone:create_keystone_accounts:407 : async_run ks-group-memberdemo get_or_add_group_project_role member ea0231250e1d434897bc06b287019f36 a9b2b9953f2a44a682dea124c52fc52f 2022-05-18 09:44:15.481 | + inc/async:async_inner:63 : get_or_add_group_project_role member ea0231250e1d434897bc06b287019f36 a9b2b9953f2a44a682dea124c52fc52f 2022-05-18 09:44:15.540 | [207558 Async ks-group-memberdemo:240013]: running: get_or_add_group_project_role member ea0231250e1d434897bc06b287019f36 a9b2b9953f2a44a682dea124c52fc52f 2022-05-18 09:44:15.543 | + lib/keystone:create_keystone_accounts:408 : async_run ks-group-anotherdemo get_or_add_group_project_role anotherrole ea0231250e1d434897bc06b287019f36 a9b2b9953f2a44a682dea124c52fc52f 2022-05-18 09:44:15.625 | + inc/async:async_inner:63 : get_or_add_group_project_role anotherrole ea0231250e1d434897bc06b287019f36 a9b2b9953f2a44a682dea124c52fc52f 2022-05-18 09:44:15.685 | [207558 Async ks-group-anotherdemo:240099]: running: get_or_add_group_project_role anotherrole ea0231250e1d434897bc06b287019f36 a9b2b9953f2a44a682dea124c52fc52f 2022-05-18 09:44:15.688 | + lib/keystone:create_keystone_accounts:409 : async_run ks-group-memberalt get_or_add_group_project_role member ea0231250e1d434897bc06b287019f36 c922c8d506a44ff9a091b5ba5a7d896e 2022-05-18 09:44:15.719 | + inc/async:async_inner:64 : rc=0 2022-05-18 09:44:15.762 | [239357 Async ks-system-member:239357]: finished successfully 2022-05-18 09:44:15.826 | + inc/async:async_inner:63 : get_or_add_group_project_role member ea0231250e1d434897bc06b287019f36 c922c8d506a44ff9a091b5ba5a7d896e 2022-05-18 09:44:15.914 | [207558 Async ks-group-memberalt:240223]: running: get_or_add_group_project_role member ea0231250e1d434897bc06b287019f36 c922c8d506a44ff9a091b5ba5a7d896e 2022-05-18 09:44:15.945 | + lib/keystone:create_keystone_accounts:410 : async_run ks-group-anotheralt get_or_add_group_project_role anotherrole ea0231250e1d434897bc06b287019f36 c922c8d506a44ff9a091b5ba5a7d896e 2022-05-18 09:44:16.349 | + inc/async:async_inner:63 : get_or_add_group_project_role anotherrole ea0231250e1d434897bc06b287019f36 c922c8d506a44ff9a091b5ba5a7d896e 2022-05-18 09:44:16.604 | [207558 Async ks-group-anotheralt:240312]: running: get_or_add_group_project_role anotherrole ea0231250e1d434897bc06b287019f36 c922c8d506a44ff9a091b5ba5a7d896e 2022-05-18 09:44:16.629 | + lib/keystone:create_keystone_accounts:411 : async_run ks-group-admin get_or_add_group_project_role admin f5f1e7d5976a4312be2d89ff1566e663 c373dd63cf7a4bb2a5372477540d33cb 2022-05-18 09:44:17.097 | + inc/async:async_inner:63 : get_or_add_group_project_role admin f5f1e7d5976a4312be2d89ff1566e663 c373dd63cf7a4bb2a5372477540d33cb 2022-05-18 09:44:17.329 | [207558 Async ks-group-admin:240399]: running: get_or_add_group_project_role admin f5f1e7d5976a4312be2d89ff1566e663 c373dd63cf7a4bb2a5372477540d33cb 2022-05-18 09:44:17.353 | + lib/keystone:create_keystone_accounts:413 : async_wait ks-demo-member ks-demo-admin ks-demo-another ks-demo-invis ks-demo-reader 2022-05-18 09:44:17.716 | [207558 Async ks-demo-member:237518]: Waiting for completion of get_or_add_user_project_role member 5c4782e972734a879779d7f60a161cf3 a9b2b9953f2a44a682dea124c52fc52f running on PID 237518 (17 other jobs running) 2022-05-18 09:44:17.924 | [207558 Async ks-demo-member:237518]: Signaling child to exit 2022-05-18 09:44:17.924 | WAKEUP 2022-05-18 09:44:18.076 | [207558 Async ks-demo-member:237518]: Signaled 2022-05-18 09:44:18.085 | + functions-common:get_or_add_user_project_role:985 : local user_role_id 2022-05-18 09:44:18.085 | ++ functions-common:get_or_add_user_project_role:987 : _get_domain_args 2022-05-18 09:44:18.085 | ++ functions-common:_get_domain_args:969 : local domain 2022-05-18 09:44:18.085 | ++ functions-common:_get_domain_args:970 : domain= 2022-05-18 09:44:18.085 | ++ functions-common:_get_domain_args:972 : [[ -n '' ]] 2022-05-18 09:44:18.085 | ++ functions-common:_get_domain_args:975 : [[ -n '' ]] 2022-05-18 09:44:18.085 | ++ functions-common:_get_domain_args:979 : echo 2022-05-18 09:44:18.085 | + functions-common:get_or_add_user_project_role:987 : domain_args= 2022-05-18 09:44:18.085 | ++ functions-common:get_or_add_user_project_role:995 : oscwrap --os-cloud devstack-system-admin role assignment list --role member --user 5c4782e972734a879779d7f60a161cf3 --project a9b2b9953f2a44a682dea124c52fc52f 2022-05-18 09:44:18.085 | ++ functions-common:get_or_add_user_project_role:995 : grep '^|\s[a-f0-9]\+' 2022-05-18 09:44:18.085 | ++ functions-common:get_or_add_user_project_role:995 : get_field 1 2022-05-18 09:44:18.085 | ++ functions-common:get_field:823 : local data field 2022-05-18 09:44:18.085 | ++ functions-common:get_field:824 : read data 2022-05-18 09:44:18.085 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-05-18 09:44:18.085 | from cryptography.utils import int_from_bytes 2022-05-18 09:44:18.085 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-05-18 09:44:18.085 | from cryptography.utils import int_from_bytes 2022-05-18 09:44:18.085 | ++ functions-common:oscwrap:2477 : return 0 2022-05-18 09:44:18.085 | + functions-common:get_or_add_user_project_role:995 : user_role_id= 2022-05-18 09:44:18.085 | + functions-common:get_or_add_user_project_role:996 : [[ -z '' ]] 2022-05-18 09:44:18.085 | + functions-common:get_or_add_user_project_role:998 : openstack --os-cloud devstack-system-admin role add member --user 5c4782e972734a879779d7f60a161cf3 --project a9b2b9953f2a44a682dea124c52fc52f 2022-05-18 09:44:18.085 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-05-18 09:44:18.085 | from cryptography.utils import int_from_bytes 2022-05-18 09:44:18.085 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-05-18 09:44:18.085 | from cryptography.utils import int_from_bytes 2022-05-18 09:44:18.085 | ++ functions-common:get_or_add_user_project_role:1007 : oscwrap --os-cloud devstack-system-admin role assignment list --role member --user 5c4782e972734a879779d7f60a161cf3 --project a9b2b9953f2a44a682dea124c52fc52f 2022-05-18 09:44:18.086 | ++ functions-common:get_or_add_user_project_role:1007 : get_field 1 2022-05-18 09:44:18.086 | ++ functions-common:get_or_add_user_project_role:1007 : grep '^|\s[a-f0-9]\+' 2022-05-18 09:44:18.086 | ++ functions-common:get_field:823 : local data field 2022-05-18 09:44:18.086 | ++ functions-common:get_field:824 : read data 2022-05-18 09:44:18.086 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-05-18 09:44:18.086 | from cryptography.utils import int_from_bytes 2022-05-18 09:44:18.086 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-05-18 09:44:18.086 | from cryptography.utils import int_from_bytes 2022-05-18 09:44:18.086 | ++ functions-common:oscwrap:2477 : return 0 2022-05-18 09:44:18.086 | ++ functions-common:get_field:825 : '[' 1 -lt 0 ']' 2022-05-18 09:44:18.086 | ++ functions-common:get_field:828 : field='$2' 2022-05-18 09:44:18.086 | ++ functions-common:get_field:830 : echo '| a7afadfdac9f4a0096f3852c2dd5a4fc | 5c4782e972734a879779d7f60a161cf3 | | a9b2b9953f2a44a682dea124c52fc52f | | | False |' 2022-05-18 09:44:18.086 | ++ functions-common:get_field:830 : awk '-F[ \t]*\\|[ \t]*' '{print $2}' 2022-05-18 09:44:18.086 | ++ functions-common:get_field:824 : read data 2022-05-18 09:44:18.086 | + functions-common:get_or_add_user_project_role:1007 : user_role_id=a7afadfdac9f4a0096f3852c2dd5a4fc 2022-05-18 09:44:18.086 | + functions-common:get_or_add_user_project_role:1009 : echo a7afadfdac9f4a0096f3852c2dd5a4fc 2022-05-18 09:44:18.086 | a7afadfdac9f4a0096f3852c2dd5a4fc 2022-05-18 09:44:18.361 | [207558 Async ks-demo-member:237518]: finished get_or_add_user_project_role member 5c4782e972734a879779d7f60a161cf3 a9b2b9953f2a44a682dea124c52fc52f with result 0 in 14 seconds 2022-05-18 09:44:18.627 | [207558 Async ks-demo-admin:237630]: Waiting for completion of get_or_add_user_project_role admin 9052d6a81c174dfea4881acb84431d03 a9b2b9953f2a44a682dea124c52fc52f running on PID 237630 (16 other jobs running) 2022-05-18 09:44:18.775 | [207558 Async ks-demo-admin:237630]: Signaling child to exit 2022-05-18 09:44:18.775 | WAKEUP 2022-05-18 09:44:18.904 | [207558 Async ks-demo-admin:237630]: Signaled 2022-05-18 09:44:18.913 | + functions-common:get_or_add_user_project_role:985 : local user_role_id 2022-05-18 09:44:18.913 | ++ functions-common:get_or_add_user_project_role:987 : _get_domain_args 2022-05-18 09:44:18.913 | ++ functions-common:_get_domain_args:969 : local domain 2022-05-18 09:44:18.913 | ++ functions-common:_get_domain_args:970 : domain= 2022-05-18 09:44:18.913 | ++ functions-common:_get_domain_args:972 : [[ -n '' ]] 2022-05-18 09:44:18.913 | ++ functions-common:_get_domain_args:975 : [[ -n '' ]] 2022-05-18 09:44:18.913 | ++ functions-common:_get_domain_args:979 : echo 2022-05-18 09:44:18.913 | + functions-common:get_or_add_user_project_role:987 : domain_args= 2022-05-18 09:44:18.913 | ++ functions-common:get_or_add_user_project_role:995 : oscwrap --os-cloud devstack-system-admin role assignment list --role admin --user 9052d6a81c174dfea4881acb84431d03 --project a9b2b9953f2a44a682dea124c52fc52f 2022-05-18 09:44:18.913 | ++ functions-common:get_or_add_user_project_role:995 : get_field 1 2022-05-18 09:44:18.913 | ++ functions-common:get_field:823 : local data field 2022-05-18 09:44:18.913 | ++ functions-common:get_or_add_user_project_role:995 : grep '^|\s[a-f0-9]\+' 2022-05-18 09:44:18.913 | ++ functions-common:get_field:824 : read data 2022-05-18 09:44:18.913 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-05-18 09:44:18.913 | from cryptography.utils import int_from_bytes 2022-05-18 09:44:18.913 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-05-18 09:44:18.913 | from cryptography.utils import int_from_bytes 2022-05-18 09:44:18.913 | ++ functions-common:oscwrap:2477 : return 0 2022-05-18 09:44:18.914 | + functions-common:get_or_add_user_project_role:995 : user_role_id= 2022-05-18 09:44:18.914 | + functions-common:get_or_add_user_project_role:996 : [[ -z '' ]] 2022-05-18 09:44:18.914 | + functions-common:get_or_add_user_project_role:998 : openstack --os-cloud devstack-system-admin role add admin --user 9052d6a81c174dfea4881acb84431d03 --project a9b2b9953f2a44a682dea124c52fc52f 2022-05-18 09:44:18.914 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-05-18 09:44:18.914 | from cryptography.utils import int_from_bytes 2022-05-18 09:44:18.914 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-05-18 09:44:18.914 | from cryptography.utils import int_from_bytes 2022-05-18 09:44:18.914 | ++ functions-common:get_or_add_user_project_role:1007 : grep '^|\s[a-f0-9]\+' 2022-05-18 09:44:18.914 | ++ functions-common:get_or_add_user_project_role:1007 : oscwrap --os-cloud devstack-system-admin role assignment list --role admin --user 9052d6a81c174dfea4881acb84431d03 --project a9b2b9953f2a44a682dea124c52fc52f 2022-05-18 09:44:18.914 | ++ functions-common:get_or_add_user_project_role:1007 : get_field 1 2022-05-18 09:44:18.914 | ++ functions-common:get_field:823 : local data field 2022-05-18 09:44:18.914 | ++ functions-common:get_field:824 : read data 2022-05-18 09:44:18.914 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-05-18 09:44:18.914 | from cryptography.utils import int_from_bytes 2022-05-18 09:44:18.914 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-05-18 09:44:18.914 | from cryptography.utils import int_from_bytes 2022-05-18 09:44:18.914 | ++ functions-common:oscwrap:2477 : return 0 2022-05-18 09:44:18.914 | ++ functions-common:get_field:825 : '[' 1 -lt 0 ']' 2022-05-18 09:44:18.914 | ++ functions-common:get_field:828 : field='$2' 2022-05-18 09:44:18.914 | ++ functions-common:get_field:830 : awk '-F[ \t]*\\|[ \t]*' '{print $2}' 2022-05-18 09:44:18.914 | ++ functions-common:get_field:830 : echo '| 913df76e980c4ca38997dd8ea54f4c75 | 9052d6a81c174dfea4881acb84431d03 | | a9b2b9953f2a44a682dea124c52fc52f | | | False |' 2022-05-18 09:44:18.914 | ++ functions-common:get_field:824 : read data 2022-05-18 09:44:18.914 | + functions-common:get_or_add_user_project_role:1007 : user_role_id=913df76e980c4ca38997dd8ea54f4c75 2022-05-18 09:44:18.914 | + functions-common:get_or_add_user_project_role:1009 : echo 913df76e980c4ca38997dd8ea54f4c75 2022-05-18 09:44:18.914 | 913df76e980c4ca38997dd8ea54f4c75 2022-05-18 09:44:19.188 | [207558 Async ks-demo-admin:237630]: finished get_or_add_user_project_role admin 9052d6a81c174dfea4881acb84431d03 a9b2b9953f2a44a682dea124c52fc52f with result 0 in 18 seconds 2022-05-18 09:44:19.377 | [207558 Async ks-demo-another:237742]: Waiting for completion of get_or_add_user_project_role anotherrole 5c4782e972734a879779d7f60a161cf3 a9b2b9953f2a44a682dea124c52fc52f running on PID 237742 (15 other jobs running) 2022-05-18 09:44:19.468 | [207558 Async ks-demo-another:237742]: Signaling child to exit 2022-05-18 09:44:19.469 | WAKEUP 2022-05-18 09:44:19.558 | [207558 Async ks-demo-another:237742]: Signaled 2022-05-18 09:44:19.564 | + functions-common:get_or_add_user_project_role:985 : local user_role_id 2022-05-18 09:44:19.564 | ++ functions-common:get_or_add_user_project_role:987 : _get_domain_args 2022-05-18 09:44:19.564 | ++ functions-common:_get_domain_args:969 : local domain 2022-05-18 09:44:19.564 | ++ functions-common:_get_domain_args:970 : domain= 2022-05-18 09:44:19.564 | ++ functions-common:_get_domain_args:972 : [[ -n '' ]] 2022-05-18 09:44:19.564 | ++ functions-common:_get_domain_args:975 : [[ -n '' ]] 2022-05-18 09:44:19.564 | ++ functions-common:_get_domain_args:979 : echo 2022-05-18 09:44:19.564 | + functions-common:get_or_add_user_project_role:987 : domain_args= 2022-05-18 09:44:19.564 | ++ functions-common:get_or_add_user_project_role:995 : oscwrap --os-cloud devstack-system-admin role assignment list --role anotherrole --user 5c4782e972734a879779d7f60a161cf3 --project a9b2b9953f2a44a682dea124c52fc52f 2022-05-18 09:44:19.564 | ++ functions-common:get_or_add_user_project_role:995 : grep '^|\s[a-f0-9]\+' 2022-05-18 09:44:19.564 | ++ functions-common:get_or_add_user_project_role:995 : get_field 1 2022-05-18 09:44:19.564 | ++ functions-common:get_field:823 : local data field 2022-05-18 09:44:19.564 | ++ functions-common:get_field:824 : read data 2022-05-18 09:44:19.564 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-05-18 09:44:19.564 | from cryptography.utils import int_from_bytes 2022-05-18 09:44:19.564 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-05-18 09:44:19.564 | from cryptography.utils import int_from_bytes 2022-05-18 09:44:19.565 | ++ functions-common:oscwrap:2477 : return 0 2022-05-18 09:44:19.565 | + functions-common:get_or_add_user_project_role:995 : user_role_id= 2022-05-18 09:44:19.565 | + functions-common:get_or_add_user_project_role:996 : [[ -z '' ]] 2022-05-18 09:44:19.565 | + functions-common:get_or_add_user_project_role:998 : openstack --os-cloud devstack-system-admin role add anotherrole --user 5c4782e972734a879779d7f60a161cf3 --project a9b2b9953f2a44a682dea124c52fc52f 2022-05-18 09:44:19.565 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-05-18 09:44:19.565 | from cryptography.utils import int_from_bytes 2022-05-18 09:44:19.565 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-05-18 09:44:19.565 | from cryptography.utils import int_from_bytes 2022-05-18 09:44:19.565 | ++ functions-common:get_or_add_user_project_role:1007 : oscwrap --os-cloud devstack-system-admin role assignment list --role anotherrole --user 5c4782e972734a879779d7f60a161cf3 --project a9b2b9953f2a44a682dea124c52fc52f 2022-05-18 09:44:19.565 | ++ functions-common:get_or_add_user_project_role:1007 : get_field 1 2022-05-18 09:44:19.565 | ++ functions-common:get_or_add_user_project_role:1007 : grep '^|\s[a-f0-9]\+' 2022-05-18 09:44:19.565 | ++ functions-common:get_field:823 : local data field 2022-05-18 09:44:19.565 | ++ functions-common:get_field:824 : read data 2022-05-18 09:44:19.565 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-05-18 09:44:19.565 | from cryptography.utils import int_from_bytes 2022-05-18 09:44:19.565 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-05-18 09:44:19.565 | from cryptography.utils import int_from_bytes 2022-05-18 09:44:19.565 | ++ functions-common:oscwrap:2477 : return 0 2022-05-18 09:44:19.565 | ++ functions-common:get_field:825 : '[' 1 -lt 0 ']' 2022-05-18 09:44:19.565 | ++ functions-common:get_field:828 : field='$2' 2022-05-18 09:44:19.565 | ++ functions-common:get_field:830 : echo '| 0caebf3507d84877bcec8ca3e5681a50 | 5c4782e972734a879779d7f60a161cf3 | | a9b2b9953f2a44a682dea124c52fc52f | | | False |' 2022-05-18 09:44:19.565 | ++ functions-common:get_field:830 : awk '-F[ \t]*\\|[ \t]*' '{print $2}' 2022-05-18 09:44:19.565 | ++ functions-common:get_field:824 : read data 2022-05-18 09:44:19.565 | + functions-common:get_or_add_user_project_role:1007 : user_role_id=0caebf3507d84877bcec8ca3e5681a50 2022-05-18 09:44:19.565 | + functions-common:get_or_add_user_project_role:1009 : echo 0caebf3507d84877bcec8ca3e5681a50 2022-05-18 09:44:19.565 | 0caebf3507d84877bcec8ca3e5681a50 2022-05-18 09:44:19.577 | + inc/async:async_inner:64 : rc=0 2022-05-18 09:44:19.646 | [239641 Async ks-system-reader:239641]: finished successfully 2022-05-18 09:44:19.671 | [207558 Async ks-demo-another:237742]: finished get_or_add_user_project_role anotherrole 5c4782e972734a879779d7f60a161cf3 a9b2b9953f2a44a682dea124c52fc52f with result 0 in 19 seconds 2022-05-18 09:44:19.753 | [207558 Async ks-demo-invis:237854]: Waiting for completion of get_or_add_user_project_role member 5c4782e972734a879779d7f60a161cf3 b39115eee10a4f59b2a6cecc1f2a5275 running on PID 237854 (14 other jobs running) 2022-05-18 09:44:19.789 | [207558 Async ks-demo-invis:237854]: Signaling child to exit 2022-05-18 09:44:19.789 | WAKEUP 2022-05-18 09:44:19.825 | [207558 Async ks-demo-invis:237854]: Signaled 2022-05-18 09:44:19.828 | + functions-common:get_or_add_user_project_role:985 : local user_role_id 2022-05-18 09:44:19.828 | ++ functions-common:get_or_add_user_project_role:987 : _get_domain_args 2022-05-18 09:44:19.828 | ++ functions-common:_get_domain_args:969 : local domain 2022-05-18 09:44:19.828 | ++ functions-common:_get_domain_args:970 : domain= 2022-05-18 09:44:19.829 | ++ functions-common:_get_domain_args:972 : [[ -n '' ]] 2022-05-18 09:44:19.829 | ++ functions-common:_get_domain_args:975 : [[ -n '' ]] 2022-05-18 09:44:19.829 | ++ functions-common:_get_domain_args:979 : echo 2022-05-18 09:44:19.829 | + functions-common:get_or_add_user_project_role:987 : domain_args= 2022-05-18 09:44:19.829 | ++ functions-common:get_or_add_user_project_role:995 : get_field 1 2022-05-18 09:44:19.829 | ++ functions-common:get_or_add_user_project_role:995 : oscwrap --os-cloud devstack-system-admin role assignment list --role member --user 5c4782e972734a879779d7f60a161cf3 --project b39115eee10a4f59b2a6cecc1f2a5275 2022-05-18 09:44:19.829 | ++ functions-common:get_field:823 : local data field 2022-05-18 09:44:19.829 | ++ functions-common:get_or_add_user_project_role:995 : grep '^|\s[a-f0-9]\+' 2022-05-18 09:44:19.829 | ++ functions-common:get_field:824 : read data 2022-05-18 09:44:19.829 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-05-18 09:44:19.829 | from cryptography.utils import int_from_bytes 2022-05-18 09:44:19.829 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-05-18 09:44:19.829 | from cryptography.utils import int_from_bytes 2022-05-18 09:44:19.829 | ++ functions-common:oscwrap:2477 : return 0 2022-05-18 09:44:19.829 | + functions-common:get_or_add_user_project_role:995 : user_role_id= 2022-05-18 09:44:19.829 | + functions-common:get_or_add_user_project_role:996 : [[ -z '' ]] 2022-05-18 09:44:19.829 | + functions-common:get_or_add_user_project_role:998 : openstack --os-cloud devstack-system-admin role add member --user 5c4782e972734a879779d7f60a161cf3 --project b39115eee10a4f59b2a6cecc1f2a5275 2022-05-18 09:44:19.829 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-05-18 09:44:19.829 | from cryptography.utils import int_from_bytes 2022-05-18 09:44:19.829 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-05-18 09:44:19.829 | from cryptography.utils import int_from_bytes 2022-05-18 09:44:19.830 | ++ functions-common:get_or_add_user_project_role:1007 : grep '^|\s[a-f0-9]\+' 2022-05-18 09:44:19.830 | ++ functions-common:get_or_add_user_project_role:1007 : oscwrap --os-cloud devstack-system-admin role assignment list --role member --user 5c4782e972734a879779d7f60a161cf3 --project b39115eee10a4f59b2a6cecc1f2a5275 2022-05-18 09:44:19.830 | ++ functions-common:get_or_add_user_project_role:1007 : get_field 1 2022-05-18 09:44:19.830 | ++ functions-common:get_field:823 : local data field 2022-05-18 09:44:19.830 | ++ functions-common:get_field:824 : read data 2022-05-18 09:44:19.830 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-05-18 09:44:19.830 | from cryptography.utils import int_from_bytes 2022-05-18 09:44:19.830 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-05-18 09:44:19.830 | from cryptography.utils import int_from_bytes 2022-05-18 09:44:19.830 | ++ functions-common:oscwrap:2477 : return 0 2022-05-18 09:44:19.830 | ++ functions-common:get_field:825 : '[' 1 -lt 0 ']' 2022-05-18 09:44:19.830 | ++ functions-common:get_field:828 : field='$2' 2022-05-18 09:44:19.830 | ++ functions-common:get_field:830 : awk '-F[ \t]*\\|[ \t]*' '{print $2}' 2022-05-18 09:44:19.830 | ++ functions-common:get_field:830 : echo '| a7afadfdac9f4a0096f3852c2dd5a4fc | 5c4782e972734a879779d7f60a161cf3 | | b39115eee10a4f59b2a6cecc1f2a5275 | | | False |' 2022-05-18 09:44:19.830 | ++ functions-common:get_field:824 : read data 2022-05-18 09:44:19.830 | + functions-common:get_or_add_user_project_role:1007 : user_role_id=a7afadfdac9f4a0096f3852c2dd5a4fc 2022-05-18 09:44:19.830 | + functions-common:get_or_add_user_project_role:1009 : echo a7afadfdac9f4a0096f3852c2dd5a4fc 2022-05-18 09:44:19.830 | a7afadfdac9f4a0096f3852c2dd5a4fc 2022-05-18 09:44:19.924 | [207558 Async ks-demo-invis:237854]: finished get_or_add_user_project_role member 5c4782e972734a879779d7f60a161cf3 b39115eee10a4f59b2a6cecc1f2a5275 with result 0 in 18 seconds 2022-05-18 09:44:19.993 | [207558 Async ks-demo-reader:238020]: Waiting for completion of get_or_add_user_project_role reader b58128bda0124877b16892c1736be7e6 a9b2b9953f2a44a682dea124c52fc52f running on PID 238020 (13 other jobs running) 2022-05-18 09:44:20.027 | [207558 Async ks-demo-reader:238020]: Signaling child to exit 2022-05-18 09:44:20.028 | WAKEUP 2022-05-18 09:44:20.059 | [207558 Async ks-demo-reader:238020]: Signaled 2022-05-18 09:44:20.060 | + functions-common:get_or_add_user_project_role:985 : local user_role_id 2022-05-18 09:44:20.060 | ++ functions-common:get_or_add_user_project_role:987 : _get_domain_args 2022-05-18 09:44:20.060 | ++ functions-common:_get_domain_args:969 : local domain 2022-05-18 09:44:20.061 | ++ functions-common:_get_domain_args:970 : domain= 2022-05-18 09:44:20.061 | ++ functions-common:_get_domain_args:972 : [[ -n '' ]] 2022-05-18 09:44:20.061 | ++ functions-common:_get_domain_args:975 : [[ -n '' ]] 2022-05-18 09:44:20.061 | ++ functions-common:_get_domain_args:979 : echo 2022-05-18 09:44:20.061 | + functions-common:get_or_add_user_project_role:987 : domain_args= 2022-05-18 09:44:20.061 | ++ functions-common:get_or_add_user_project_role:995 : get_field 1 2022-05-18 09:44:20.061 | ++ functions-common:get_field:823 : local data field 2022-05-18 09:44:20.061 | ++ functions-common:get_or_add_user_project_role:995 : oscwrap --os-cloud devstack-system-admin role assignment list --role reader --user b58128bda0124877b16892c1736be7e6 --project a9b2b9953f2a44a682dea124c52fc52f 2022-05-18 09:44:20.061 | ++ functions-common:get_field:824 : read data 2022-05-18 09:44:20.061 | ++ functions-common:get_or_add_user_project_role:995 : grep '^|\s[a-f0-9]\+' 2022-05-18 09:44:20.061 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-05-18 09:44:20.061 | from cryptography.utils import int_from_bytes 2022-05-18 09:44:20.062 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-05-18 09:44:20.062 | from cryptography.utils import int_from_bytes 2022-05-18 09:44:20.062 | ++ functions-common:oscwrap:2477 : return 0 2022-05-18 09:44:20.062 | + functions-common:get_or_add_user_project_role:995 : user_role_id= 2022-05-18 09:44:20.062 | + functions-common:get_or_add_user_project_role:996 : [[ -z '' ]] 2022-05-18 09:44:20.062 | + functions-common:get_or_add_user_project_role:998 : openstack --os-cloud devstack-system-admin role add reader --user b58128bda0124877b16892c1736be7e6 --project a9b2b9953f2a44a682dea124c52fc52f 2022-05-18 09:44:20.062 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-05-18 09:44:20.062 | from cryptography.utils import int_from_bytes 2022-05-18 09:44:20.062 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-05-18 09:44:20.062 | from cryptography.utils import int_from_bytes 2022-05-18 09:44:20.062 | ++ functions-common:get_or_add_user_project_role:1007 : grep '^|\s[a-f0-9]\+' 2022-05-18 09:44:20.062 | ++ functions-common:get_or_add_user_project_role:1007 : get_field 1 2022-05-18 09:44:20.063 | ++ functions-common:get_or_add_user_project_role:1007 : oscwrap --os-cloud devstack-system-admin role assignment list --role reader --user b58128bda0124877b16892c1736be7e6 --project a9b2b9953f2a44a682dea124c52fc52f 2022-05-18 09:44:20.063 | ++ functions-common:get_field:823 : local data field 2022-05-18 09:44:20.063 | ++ functions-common:get_field:824 : read data 2022-05-18 09:44:20.063 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-05-18 09:44:20.063 | from cryptography.utils import int_from_bytes 2022-05-18 09:44:20.063 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-05-18 09:44:20.063 | from cryptography.utils import int_from_bytes 2022-05-18 09:44:20.063 | ++ functions-common:oscwrap:2477 : return 0 2022-05-18 09:44:20.063 | ++ functions-common:get_field:825 : '[' 1 -lt 0 ']' 2022-05-18 09:44:20.063 | ++ functions-common:get_field:828 : field='$2' 2022-05-18 09:44:20.063 | ++ functions-common:get_field:830 : echo '| 9ea3a523397a4c88b8fe8af7f3e56adf | b58128bda0124877b16892c1736be7e6 | | a9b2b9953f2a44a682dea124c52fc52f | | | False |' 2022-05-18 09:44:20.063 | ++ functions-common:get_field:830 : awk '-F[ \t]*\\|[ \t]*' '{print $2}' 2022-05-18 09:44:20.063 | ++ functions-common:get_field:824 : read data 2022-05-18 09:44:20.063 | + functions-common:get_or_add_user_project_role:1007 : user_role_id=9ea3a523397a4c88b8fe8af7f3e56adf 2022-05-18 09:44:20.063 | + functions-common:get_or_add_user_project_role:1009 : echo 9ea3a523397a4c88b8fe8af7f3e56adf 2022-05-18 09:44:20.063 | 9ea3a523397a4c88b8fe8af7f3e56adf 2022-05-18 09:44:20.114 | [207558 Async ks-demo-reader:238020]: finished get_or_add_user_project_role reader b58128bda0124877b16892c1736be7e6 a9b2b9953f2a44a682dea124c52fc52f with result 0 in 17 seconds 2022-05-18 09:44:20.118 | + inc/async:async_wait:197 : return 0 2022-05-18 09:44:20.121 | + lib/keystone:create_keystone_accounts:414 : async_wait ks-alt-admin ks-alt-another ks-alt-member-user ks-alt-reader-user 2022-05-18 09:44:20.184 | [207558 Async ks-alt-admin:238421]: Waiting for completion of get_or_add_user_project_role admin 516864a8aa82433285d7daa3f745631e c922c8d506a44ff9a091b5ba5a7d896e running on PID 238421 (12 other jobs running) 2022-05-18 09:44:20.214 | [207558 Async ks-alt-admin:238421]: Signaling child to exit 2022-05-18 09:44:20.214 | WAKEUP 2022-05-18 09:44:20.241 | [207558 Async ks-alt-admin:238421]: Signaled 2022-05-18 09:44:20.242 | + functions-common:get_or_add_user_project_role:985 : local user_role_id 2022-05-18 09:44:20.242 | ++ functions-common:get_or_add_user_project_role:987 : _get_domain_args 2022-05-18 09:44:20.242 | ++ functions-common:_get_domain_args:969 : local domain 2022-05-18 09:44:20.242 | ++ functions-common:_get_domain_args:970 : domain= 2022-05-18 09:44:20.242 | ++ functions-common:_get_domain_args:972 : [[ -n '' ]] 2022-05-18 09:44:20.242 | ++ functions-common:_get_domain_args:975 : [[ -n '' ]] 2022-05-18 09:44:20.242 | ++ functions-common:_get_domain_args:979 : echo 2022-05-18 09:44:20.242 | + functions-common:get_or_add_user_project_role:987 : domain_args= 2022-05-18 09:44:20.242 | ++ functions-common:get_or_add_user_project_role:995 : grep '^|\s[a-f0-9]\+' 2022-05-18 09:44:20.242 | ++ functions-common:get_or_add_user_project_role:995 : get_field 1 2022-05-18 09:44:20.242 | ++ functions-common:get_or_add_user_project_role:995 : oscwrap --os-cloud devstack-system-admin role assignment list --role admin --user 516864a8aa82433285d7daa3f745631e --project c922c8d506a44ff9a091b5ba5a7d896e 2022-05-18 09:44:20.242 | ++ functions-common:get_field:823 : local data field 2022-05-18 09:44:20.242 | ++ functions-common:get_field:824 : read data 2022-05-18 09:44:20.242 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-05-18 09:44:20.243 | from cryptography.utils import int_from_bytes 2022-05-18 09:44:20.243 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-05-18 09:44:20.243 | from cryptography.utils import int_from_bytes 2022-05-18 09:44:20.243 | ++ functions-common:oscwrap:2477 : return 0 2022-05-18 09:44:20.243 | + functions-common:get_or_add_user_project_role:995 : user_role_id= 2022-05-18 09:44:20.243 | + functions-common:get_or_add_user_project_role:996 : [[ -z '' ]] 2022-05-18 09:44:20.243 | + functions-common:get_or_add_user_project_role:998 : openstack --os-cloud devstack-system-admin role add admin --user 516864a8aa82433285d7daa3f745631e --project c922c8d506a44ff9a091b5ba5a7d896e 2022-05-18 09:44:20.243 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-05-18 09:44:20.243 | from cryptography.utils import int_from_bytes 2022-05-18 09:44:20.243 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-05-18 09:44:20.243 | from cryptography.utils import int_from_bytes 2022-05-18 09:44:20.243 | ++ functions-common:get_or_add_user_project_role:1007 : oscwrap --os-cloud devstack-system-admin role assignment list --role admin --user 516864a8aa82433285d7daa3f745631e --project c922c8d506a44ff9a091b5ba5a7d896e 2022-05-18 09:44:20.243 | ++ functions-common:get_or_add_user_project_role:1007 : get_field 1 2022-05-18 09:44:20.243 | ++ functions-common:get_or_add_user_project_role:1007 : grep '^|\s[a-f0-9]\+' 2022-05-18 09:44:20.243 | ++ functions-common:get_field:823 : local data field 2022-05-18 09:44:20.243 | ++ functions-common:get_field:824 : read data 2022-05-18 09:44:20.243 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-05-18 09:44:20.243 | from cryptography.utils import int_from_bytes 2022-05-18 09:44:20.243 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-05-18 09:44:20.243 | from cryptography.utils import int_from_bytes 2022-05-18 09:44:20.244 | ++ functions-common:oscwrap:2477 : return 0 2022-05-18 09:44:20.244 | ++ functions-common:get_field:825 : '[' 1 -lt 0 ']' 2022-05-18 09:44:20.244 | ++ functions-common:get_field:828 : field='$2' 2022-05-18 09:44:20.244 | ++ functions-common:get_field:830 : echo '| 913df76e980c4ca38997dd8ea54f4c75 | 516864a8aa82433285d7daa3f745631e | | c922c8d506a44ff9a091b5ba5a7d896e | | | False |' 2022-05-18 09:44:20.244 | ++ functions-common:get_field:830 : awk '-F[ \t]*\\|[ \t]*' '{print $2}' 2022-05-18 09:44:20.244 | ++ functions-common:get_field:824 : read data 2022-05-18 09:44:20.244 | + functions-common:get_or_add_user_project_role:1007 : user_role_id=913df76e980c4ca38997dd8ea54f4c75 2022-05-18 09:44:20.244 | + functions-common:get_or_add_user_project_role:1009 : echo 913df76e980c4ca38997dd8ea54f4c75 2022-05-18 09:44:20.244 | 913df76e980c4ca38997dd8ea54f4c75 2022-05-18 09:44:20.298 | [207558 Async ks-alt-admin:238421]: finished get_or_add_user_project_role admin 516864a8aa82433285d7daa3f745631e c922c8d506a44ff9a091b5ba5a7d896e with result 0 in 16 seconds 2022-05-18 09:44:20.402 | [207558 Async ks-alt-another:238575]: Waiting for completion of get_or_add_user_project_role anotherrole 516864a8aa82433285d7daa3f745631e c922c8d506a44ff9a091b5ba5a7d896e running on PID 238575 (11 other jobs running) 2022-05-18 09:44:20.451 | [207558 Async ks-alt-another:238575]: Signaling child to exit 2022-05-18 09:44:20.452 | WAKEUP 2022-05-18 09:44:20.485 | [207558 Async ks-alt-another:238575]: Signaled 2022-05-18 09:44:20.488 | + functions-common:get_or_add_user_project_role:985 : local user_role_id 2022-05-18 09:44:20.488 | ++ functions-common:get_or_add_user_project_role:987 : _get_domain_args 2022-05-18 09:44:20.488 | ++ functions-common:_get_domain_args:969 : local domain 2022-05-18 09:44:20.488 | ++ functions-common:_get_domain_args:970 : domain= 2022-05-18 09:44:20.488 | ++ functions-common:_get_domain_args:972 : [[ -n '' ]] 2022-05-18 09:44:20.488 | ++ functions-common:_get_domain_args:975 : [[ -n '' ]] 2022-05-18 09:44:20.488 | ++ functions-common:_get_domain_args:979 : echo 2022-05-18 09:44:20.488 | + functions-common:get_or_add_user_project_role:987 : domain_args= 2022-05-18 09:44:20.488 | ++ functions-common:get_or_add_user_project_role:995 : grep '^|\s[a-f0-9]\+' 2022-05-18 09:44:20.488 | ++ functions-common:get_or_add_user_project_role:995 : oscwrap --os-cloud devstack-system-admin role assignment list --role anotherrole --user 516864a8aa82433285d7daa3f745631e --project c922c8d506a44ff9a091b5ba5a7d896e 2022-05-18 09:44:20.489 | ++ functions-common:get_or_add_user_project_role:995 : get_field 1 2022-05-18 09:44:20.489 | ++ functions-common:get_field:823 : local data field 2022-05-18 09:44:20.489 | ++ functions-common:get_field:824 : read data 2022-05-18 09:44:20.489 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-05-18 09:44:20.489 | from cryptography.utils import int_from_bytes 2022-05-18 09:44:20.489 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-05-18 09:44:20.489 | from cryptography.utils import int_from_bytes 2022-05-18 09:44:20.489 | ++ functions-common:oscwrap:2477 : return 0 2022-05-18 09:44:20.489 | + functions-common:get_or_add_user_project_role:995 : user_role_id= 2022-05-18 09:44:20.489 | + functions-common:get_or_add_user_project_role:996 : [[ -z '' ]] 2022-05-18 09:44:20.489 | + functions-common:get_or_add_user_project_role:998 : openstack --os-cloud devstack-system-admin role add anotherrole --user 516864a8aa82433285d7daa3f745631e --project c922c8d506a44ff9a091b5ba5a7d896e 2022-05-18 09:44:20.489 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-05-18 09:44:20.489 | from cryptography.utils import int_from_bytes 2022-05-18 09:44:20.489 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-05-18 09:44:20.489 | from cryptography.utils import int_from_bytes 2022-05-18 09:44:20.489 | ++ functions-common:get_or_add_user_project_role:1007 : get_field 1 2022-05-18 09:44:20.489 | ++ functions-common:get_or_add_user_project_role:1007 : oscwrap --os-cloud devstack-system-admin role assignment list --role anotherrole --user 516864a8aa82433285d7daa3f745631e --project c922c8d506a44ff9a091b5ba5a7d896e 2022-05-18 09:44:20.489 | ++ functions-common:get_or_add_user_project_role:1007 : grep '^|\s[a-f0-9]\+' 2022-05-18 09:44:20.489 | ++ functions-common:get_field:823 : local data field 2022-05-18 09:44:20.489 | ++ functions-common:get_field:824 : read data 2022-05-18 09:44:20.490 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-05-18 09:44:20.490 | from cryptography.utils import int_from_bytes 2022-05-18 09:44:20.490 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-05-18 09:44:20.490 | from cryptography.utils import int_from_bytes 2022-05-18 09:44:20.490 | ++ functions-common:oscwrap:2477 : return 0 2022-05-18 09:44:20.490 | ++ functions-common:get_field:825 : '[' 1 -lt 0 ']' 2022-05-18 09:44:20.490 | ++ functions-common:get_field:828 : field='$2' 2022-05-18 09:44:20.490 | ++ functions-common:get_field:830 : echo '| 0caebf3507d84877bcec8ca3e5681a50 | 516864a8aa82433285d7daa3f745631e | | c922c8d506a44ff9a091b5ba5a7d896e | | | False |' 2022-05-18 09:44:20.490 | ++ functions-common:get_field:830 : awk '-F[ \t]*\\|[ \t]*' '{print $2}' 2022-05-18 09:44:20.490 | ++ functions-common:get_field:824 : read data 2022-05-18 09:44:20.490 | + functions-common:get_or_add_user_project_role:1007 : user_role_id=0caebf3507d84877bcec8ca3e5681a50 2022-05-18 09:44:20.490 | + functions-common:get_or_add_user_project_role:1009 : echo 0caebf3507d84877bcec8ca3e5681a50 2022-05-18 09:44:20.490 | 0caebf3507d84877bcec8ca3e5681a50 2022-05-18 09:44:20.569 | [207558 Async ks-alt-another:238575]: finished get_or_add_user_project_role anotherrole 516864a8aa82433285d7daa3f745631e c922c8d506a44ff9a091b5ba5a7d896e with result 0 in 16 seconds 2022-05-18 09:44:20.639 | [207558 Async ks-alt-member-user:238909]: Waiting for completion of get_or_add_user_project_role member 7d3e6558a2db45deb9a6147d3334ce2d c922c8d506a44ff9a091b5ba5a7d896e running on PID 238909 (10 other jobs running) 2022-05-18 09:44:20.695 | [207558 Async ks-alt-member-user:238909]: Signaling child to exit 2022-05-18 09:44:20.695 | WAKEUP 2022-05-18 09:44:20.735 | [207558 Async ks-alt-member-user:238909]: Signaled 2022-05-18 09:44:20.736 | + functions-common:get_or_add_user_project_role:985 : local user_role_id 2022-05-18 09:44:20.736 | ++ functions-common:get_or_add_user_project_role:987 : _get_domain_args 2022-05-18 09:44:20.737 | ++ functions-common:_get_domain_args:969 : local domain 2022-05-18 09:44:20.737 | ++ functions-common:_get_domain_args:970 : domain= 2022-05-18 09:44:20.737 | ++ functions-common:_get_domain_args:972 : [[ -n '' ]] 2022-05-18 09:44:20.737 | ++ functions-common:_get_domain_args:975 : [[ -n '' ]] 2022-05-18 09:44:20.737 | ++ functions-common:_get_domain_args:979 : echo 2022-05-18 09:44:20.737 | + functions-common:get_or_add_user_project_role:987 : domain_args= 2022-05-18 09:44:20.737 | ++ functions-common:get_or_add_user_project_role:995 : grep '^|\s[a-f0-9]\+' 2022-05-18 09:44:20.737 | ++ functions-common:get_or_add_user_project_role:995 : get_field 1 2022-05-18 09:44:20.737 | ++ functions-common:get_or_add_user_project_role:995 : oscwrap --os-cloud devstack-system-admin role assignment list --role member --user 7d3e6558a2db45deb9a6147d3334ce2d --project c922c8d506a44ff9a091b5ba5a7d896e 2022-05-18 09:44:20.737 | ++ functions-common:get_field:823 : local data field 2022-05-18 09:44:20.737 | ++ functions-common:get_field:824 : read data 2022-05-18 09:44:20.737 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-05-18 09:44:20.737 | from cryptography.utils import int_from_bytes 2022-05-18 09:44:20.737 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-05-18 09:44:20.737 | from cryptography.utils import int_from_bytes 2022-05-18 09:44:20.737 | ++ functions-common:oscwrap:2477 : return 0 2022-05-18 09:44:20.737 | + functions-common:get_or_add_user_project_role:995 : user_role_id= 2022-05-18 09:44:20.737 | + functions-common:get_or_add_user_project_role:996 : [[ -z '' ]] 2022-05-18 09:44:20.737 | + functions-common:get_or_add_user_project_role:998 : openstack --os-cloud devstack-system-admin role add member --user 7d3e6558a2db45deb9a6147d3334ce2d --project c922c8d506a44ff9a091b5ba5a7d896e 2022-05-18 09:44:20.737 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-05-18 09:44:20.737 | from cryptography.utils import int_from_bytes 2022-05-18 09:44:20.737 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-05-18 09:44:20.737 | from cryptography.utils import int_from_bytes 2022-05-18 09:44:20.737 | ++ functions-common:get_or_add_user_project_role:1007 : oscwrap --os-cloud devstack-system-admin role assignment list --role member --user 7d3e6558a2db45deb9a6147d3334ce2d --project c922c8d506a44ff9a091b5ba5a7d896e 2022-05-18 09:44:20.737 | ++ functions-common:get_or_add_user_project_role:1007 : grep '^|\s[a-f0-9]\+' 2022-05-18 09:44:20.737 | ++ functions-common:get_or_add_user_project_role:1007 : get_field 1 2022-05-18 09:44:20.737 | ++ functions-common:get_field:823 : local data field 2022-05-18 09:44:20.737 | ++ functions-common:get_field:824 : read data 2022-05-18 09:44:20.738 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-05-18 09:44:20.738 | from cryptography.utils import int_from_bytes 2022-05-18 09:44:20.738 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-05-18 09:44:20.738 | from cryptography.utils import int_from_bytes 2022-05-18 09:44:20.738 | ++ functions-common:oscwrap:2477 : return 0 2022-05-18 09:44:20.738 | ++ functions-common:get_field:825 : '[' 1 -lt 0 ']' 2022-05-18 09:44:20.738 | ++ functions-common:get_field:828 : field='$2' 2022-05-18 09:44:20.738 | ++ functions-common:get_field:830 : echo '| a7afadfdac9f4a0096f3852c2dd5a4fc | 7d3e6558a2db45deb9a6147d3334ce2d | | c922c8d506a44ff9a091b5ba5a7d896e | | | False |' 2022-05-18 09:44:20.738 | ++ functions-common:get_field:830 : awk '-F[ \t]*\\|[ \t]*' '{print $2}' 2022-05-18 09:44:20.738 | ++ functions-common:get_field:824 : read data 2022-05-18 09:44:20.738 | + functions-common:get_or_add_user_project_role:1007 : user_role_id=a7afadfdac9f4a0096f3852c2dd5a4fc 2022-05-18 09:44:20.738 | + functions-common:get_or_add_user_project_role:1009 : echo a7afadfdac9f4a0096f3852c2dd5a4fc 2022-05-18 09:44:20.738 | a7afadfdac9f4a0096f3852c2dd5a4fc 2022-05-18 09:44:20.835 | [207558 Async ks-alt-member-user:238909]: finished get_or_add_user_project_role member 7d3e6558a2db45deb9a6147d3334ce2d c922c8d506a44ff9a091b5ba5a7d896e with result 0 in 14 seconds 2022-05-18 09:44:20.899 | [207558 Async ks-alt-reader-user:239133]: Waiting for completion of get_or_add_user_project_role reader 4863e94213a544008ae3eb7fe38ae846 c922c8d506a44ff9a091b5ba5a7d896e running on PID 239133 (9 other jobs running) 2022-05-18 09:44:20.939 | [207558 Async ks-alt-reader-user:239133]: Signaling child to exit 2022-05-18 09:44:20.939 | WAKEUP 2022-05-18 09:44:20.975 | [207558 Async ks-alt-reader-user:239133]: Signaled 2022-05-18 09:44:20.977 | + functions-common:get_or_add_user_project_role:985 : local user_role_id 2022-05-18 09:44:20.977 | ++ functions-common:get_or_add_user_project_role:987 : _get_domain_args 2022-05-18 09:44:20.977 | ++ functions-common:_get_domain_args:969 : local domain 2022-05-18 09:44:20.977 | ++ functions-common:_get_domain_args:970 : domain= 2022-05-18 09:44:20.977 | ++ functions-common:_get_domain_args:972 : [[ -n '' ]] 2022-05-18 09:44:20.977 | ++ functions-common:_get_domain_args:975 : [[ -n '' ]] 2022-05-18 09:44:20.977 | ++ functions-common:_get_domain_args:979 : echo 2022-05-18 09:44:20.977 | + functions-common:get_or_add_user_project_role:987 : domain_args= 2022-05-18 09:44:20.977 | ++ functions-common:get_or_add_user_project_role:995 : grep '^|\s[a-f0-9]\+' 2022-05-18 09:44:20.977 | ++ functions-common:get_or_add_user_project_role:995 : get_field 1 2022-05-18 09:44:20.977 | ++ functions-common:get_or_add_user_project_role:995 : oscwrap --os-cloud devstack-system-admin role assignment list --role reader --user 4863e94213a544008ae3eb7fe38ae846 --project c922c8d506a44ff9a091b5ba5a7d896e 2022-05-18 09:44:20.977 | ++ functions-common:get_field:823 : local data field 2022-05-18 09:44:20.977 | ++ functions-common:get_field:824 : read data 2022-05-18 09:44:20.977 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-05-18 09:44:20.977 | from cryptography.utils import int_from_bytes 2022-05-18 09:44:20.977 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-05-18 09:44:20.977 | from cryptography.utils import int_from_bytes 2022-05-18 09:44:20.977 | ++ functions-common:oscwrap:2477 : return 0 2022-05-18 09:44:20.977 | + functions-common:get_or_add_user_project_role:995 : user_role_id= 2022-05-18 09:44:20.977 | + functions-common:get_or_add_user_project_role:996 : [[ -z '' ]] 2022-05-18 09:44:20.977 | + functions-common:get_or_add_user_project_role:998 : openstack --os-cloud devstack-system-admin role add reader --user 4863e94213a544008ae3eb7fe38ae846 --project c922c8d506a44ff9a091b5ba5a7d896e 2022-05-18 09:44:20.977 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-05-18 09:44:20.977 | from cryptography.utils import int_from_bytes 2022-05-18 09:44:20.977 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-05-18 09:44:20.978 | from cryptography.utils import int_from_bytes 2022-05-18 09:44:20.978 | ++ functions-common:get_or_add_user_project_role:1007 : grep '^|\s[a-f0-9]\+' 2022-05-18 09:44:20.978 | ++ functions-common:get_or_add_user_project_role:1007 : oscwrap --os-cloud devstack-system-admin role assignment list --role reader --user 4863e94213a544008ae3eb7fe38ae846 --project c922c8d506a44ff9a091b5ba5a7d896e 2022-05-18 09:44:20.978 | ++ functions-common:get_or_add_user_project_role:1007 : get_field 1 2022-05-18 09:44:20.978 | ++ functions-common:get_field:823 : local data field 2022-05-18 09:44:20.978 | ++ functions-common:get_field:824 : read data 2022-05-18 09:44:20.978 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-05-18 09:44:20.978 | from cryptography.utils import int_from_bytes 2022-05-18 09:44:20.978 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-05-18 09:44:20.978 | from cryptography.utils import int_from_bytes 2022-05-18 09:44:20.978 | ++ functions-common:oscwrap:2477 : return 0 2022-05-18 09:44:20.978 | ++ functions-common:get_field:825 : '[' 1 -lt 0 ']' 2022-05-18 09:44:20.978 | ++ functions-common:get_field:828 : field='$2' 2022-05-18 09:44:20.978 | ++ functions-common:get_field:830 : echo '| 9ea3a523397a4c88b8fe8af7f3e56adf | 4863e94213a544008ae3eb7fe38ae846 | | c922c8d506a44ff9a091b5ba5a7d896e | | | False |' 2022-05-18 09:44:20.978 | ++ functions-common:get_field:830 : awk '-F[ \t]*\\|[ \t]*' '{print $2}' 2022-05-18 09:44:20.978 | ++ functions-common:get_field:824 : read data 2022-05-18 09:44:20.978 | + functions-common:get_or_add_user_project_role:1007 : user_role_id=9ea3a523397a4c88b8fe8af7f3e56adf 2022-05-18 09:44:20.978 | + functions-common:get_or_add_user_project_role:1009 : echo 9ea3a523397a4c88b8fe8af7f3e56adf 2022-05-18 09:44:20.978 | 9ea3a523397a4c88b8fe8af7f3e56adf 2022-05-18 09:44:21.057 | [207558 Async ks-alt-reader-user:239133]: finished get_or_add_user_project_role reader 4863e94213a544008ae3eb7fe38ae846 c922c8d506a44ff9a091b5ba5a7d896e with result 0 in 13 seconds 2022-05-18 09:44:21.062 | + inc/async:async_wait:197 : return 0 2022-05-18 09:44:21.065 | + lib/keystone:create_keystone_accounts:415 : async_wait ks-system-member ks-system-reader 2022-05-18 09:44:21.181 | [207558 Async ks-system-member:239357]: Waiting for completion of get_or_add_user_system_role member cb88471d80e84ae7aa6c45ba7f4e1f79 all running on PID 239357 (8 other jobs running) 2022-05-18 09:44:21.239 | [207558 Async ks-system-member:239357]: Signaling child to exit 2022-05-18 09:44:21.239 | WAKEUP 2022-05-18 09:44:21.272 | [207558 Async ks-system-member:239357]: Signaled 2022-05-18 09:44:21.273 | + functions-common:get_or_add_user_system_role:1039 : local user_role_id 2022-05-18 09:44:21.273 | + functions-common:get_or_add_user_system_role:1040 : local domain_args 2022-05-18 09:44:21.273 | ++ functions-common:get_or_add_user_system_role:1042 : _get_domain_args 2022-05-18 09:44:21.273 | ++ functions-common:_get_domain_args:969 : local domain 2022-05-18 09:44:21.273 | ++ functions-common:_get_domain_args:970 : domain= 2022-05-18 09:44:21.273 | ++ functions-common:_get_domain_args:972 : [[ -n '' ]] 2022-05-18 09:44:21.273 | ++ functions-common:_get_domain_args:975 : [[ -n '' ]] 2022-05-18 09:44:21.273 | ++ functions-common:_get_domain_args:979 : echo 2022-05-18 09:44:21.273 | + functions-common:get_or_add_user_system_role:1042 : domain_args= 2022-05-18 09:44:21.273 | ++ functions-common:get_or_add_user_system_role:1050 : oscwrap --os-cloud devstack-system-admin role assignment list --role member --user cb88471d80e84ae7aa6c45ba7f4e1f79 --system all -f value -c Role 2022-05-18 09:44:21.273 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-05-18 09:44:21.273 | from cryptography.utils import int_from_bytes 2022-05-18 09:44:21.273 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-05-18 09:44:21.273 | from cryptography.utils import int_from_bytes 2022-05-18 09:44:21.273 | ++ functions-common:oscwrap:2477 : return 0 2022-05-18 09:44:21.273 | + functions-common:get_or_add_user_system_role:1050 : user_role_id= 2022-05-18 09:44:21.273 | + functions-common:get_or_add_user_system_role:1051 : [[ -z '' ]] 2022-05-18 09:44:21.273 | + functions-common:get_or_add_user_system_role:1053 : openstack --os-cloud devstack-system-admin role add member --user cb88471d80e84ae7aa6c45ba7f4e1f79 --system all 2022-05-18 09:44:21.273 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-05-18 09:44:21.273 | from cryptography.utils import int_from_bytes 2022-05-18 09:44:21.273 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-05-18 09:44:21.273 | from cryptography.utils import int_from_bytes 2022-05-18 09:44:21.273 | ++ functions-common:get_or_add_user_system_role:1062 : oscwrap --os-cloud devstack-system-admin role assignment list --role member --user cb88471d80e84ae7aa6c45ba7f4e1f79 --system all -f value -c Role 2022-05-18 09:44:21.273 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-05-18 09:44:21.273 | from cryptography.utils import int_from_bytes 2022-05-18 09:44:21.273 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-05-18 09:44:21.274 | from cryptography.utils import int_from_bytes 2022-05-18 09:44:21.274 | ++ functions-common:oscwrap:2477 : return 0 2022-05-18 09:44:21.274 | + functions-common:get_or_add_user_system_role:1062 : user_role_id=a7afadfdac9f4a0096f3852c2dd5a4fc 2022-05-18 09:44:21.274 | + functions-common:get_or_add_user_system_role:1064 : echo a7afadfdac9f4a0096f3852c2dd5a4fc 2022-05-18 09:44:21.274 | a7afadfdac9f4a0096f3852c2dd5a4fc 2022-05-18 09:44:21.359 | [207558 Async ks-system-member:239357]: finished get_or_add_user_system_role member cb88471d80e84ae7aa6c45ba7f4e1f79 all with result 0 in 11 seconds 2022-05-18 09:44:21.422 | [207558 Async ks-system-reader:239641]: Waiting for completion of get_or_add_user_system_role reader 526376c3d5794281a2cac261dd3d5dc5 all running on PID 239641 (7 other jobs running) 2022-05-18 09:44:21.465 | [207558 Async ks-system-reader:239641]: Signaling child to exit 2022-05-18 09:44:21.467 | WAKEUP 2022-05-18 09:44:21.506 | [207558 Async ks-system-reader:239641]: Signaled 2022-05-18 09:44:21.508 | + functions-common:get_or_add_user_system_role:1039 : local user_role_id 2022-05-18 09:44:21.508 | + functions-common:get_or_add_user_system_role:1040 : local domain_args 2022-05-18 09:44:21.508 | ++ functions-common:get_or_add_user_system_role:1042 : _get_domain_args 2022-05-18 09:44:21.508 | ++ functions-common:_get_domain_args:969 : local domain 2022-05-18 09:44:21.508 | ++ functions-common:_get_domain_args:970 : domain= 2022-05-18 09:44:21.508 | ++ functions-common:_get_domain_args:972 : [[ -n '' ]] 2022-05-18 09:44:21.508 | ++ functions-common:_get_domain_args:975 : [[ -n '' ]] 2022-05-18 09:44:21.508 | ++ functions-common:_get_domain_args:979 : echo 2022-05-18 09:44:21.508 | + functions-common:get_or_add_user_system_role:1042 : domain_args= 2022-05-18 09:44:21.508 | ++ functions-common:get_or_add_user_system_role:1050 : oscwrap --os-cloud devstack-system-admin role assignment list --role reader --user 526376c3d5794281a2cac261dd3d5dc5 --system all -f value -c Role 2022-05-18 09:44:21.508 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-05-18 09:44:21.508 | from cryptography.utils import int_from_bytes 2022-05-18 09:44:21.508 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-05-18 09:44:21.508 | from cryptography.utils import int_from_bytes 2022-05-18 09:44:21.508 | ++ functions-common:oscwrap:2477 : return 0 2022-05-18 09:44:21.508 | + functions-common:get_or_add_user_system_role:1050 : user_role_id= 2022-05-18 09:44:21.508 | + functions-common:get_or_add_user_system_role:1051 : [[ -z '' ]] 2022-05-18 09:44:21.508 | + functions-common:get_or_add_user_system_role:1053 : openstack --os-cloud devstack-system-admin role add reader --user 526376c3d5794281a2cac261dd3d5dc5 --system all 2022-05-18 09:44:21.508 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-05-18 09:44:21.508 | from cryptography.utils import int_from_bytes 2022-05-18 09:44:21.508 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-05-18 09:44:21.508 | from cryptography.utils import int_from_bytes 2022-05-18 09:44:21.508 | ++ functions-common:get_or_add_user_system_role:1062 : oscwrap --os-cloud devstack-system-admin role assignment list --role reader --user 526376c3d5794281a2cac261dd3d5dc5 --system all -f value -c Role 2022-05-18 09:44:21.508 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-05-18 09:44:21.508 | from cryptography.utils import int_from_bytes 2022-05-18 09:44:21.509 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-05-18 09:44:21.509 | from cryptography.utils import int_from_bytes 2022-05-18 09:44:21.509 | ++ functions-common:oscwrap:2477 : return 0 2022-05-18 09:44:21.509 | + functions-common:get_or_add_user_system_role:1062 : user_role_id=9ea3a523397a4c88b8fe8af7f3e56adf 2022-05-18 09:44:21.509 | + functions-common:get_or_add_user_system_role:1064 : echo 9ea3a523397a4c88b8fe8af7f3e56adf 2022-05-18 09:44:21.509 | 9ea3a523397a4c88b8fe8af7f3e56adf 2022-05-18 09:44:21.588 | [207558 Async ks-system-reader:239641]: finished get_or_add_user_system_role reader 526376c3d5794281a2cac261dd3d5dc5 all with result 0 in 11 seconds 2022-05-18 09:44:21.592 | + inc/async:async_wait:197 : return 0 2022-05-18 09:44:21.596 | + lib/keystone:create_keystone_accounts:416 : async_wait ks-group-memberdemo ks-group-anotherdemo ks-group-memberalt ks-group-anotheralt ks-group-admin 2022-05-18 09:44:21.685 | [207558 Async ks-group-memberdemo:240013]: Waiting for completion of get_or_add_group_project_role member ea0231250e1d434897bc06b287019f36 a9b2b9953f2a44a682dea124c52fc52f running on PID 240013 (6 other jobs running) 2022-05-18 09:44:21.748 | [207558 Async ks-group-memberdemo:240013]: Signaling child to exit 2022-05-18 09:44:29.071 | + inc/async:async_inner:64 : rc=0 2022-05-18 09:44:29.231 | [240013 Async ks-group-memberdemo:240013]: finished successfully 2022-05-18 09:44:29.362 | WAKEUP 2022-05-18 09:44:29.425 | [207558 Async ks-group-memberdemo:240013]: Signaled 2022-05-18 09:44:29.433 | + functions-common:get_or_add_group_project_role:1070 : local group_role_id 2022-05-18 09:44:29.433 | ++ functions-common:get_or_add_group_project_role:1076 : oscwrap --os-cloud devstack-system-admin role assignment list --role member --group ea0231250e1d434897bc06b287019f36 --project a9b2b9953f2a44a682dea124c52fc52f -f value 2022-05-18 09:44:29.433 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-05-18 09:44:29.433 | from cryptography.utils import int_from_bytes 2022-05-18 09:44:29.433 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-05-18 09:44:29.433 | from cryptography.utils import int_from_bytes 2022-05-18 09:44:29.433 | ++ functions-common:oscwrap:2477 : return 0 2022-05-18 09:44:29.433 | + functions-common:get_or_add_group_project_role:1076 : group_role_id= 2022-05-18 09:44:29.433 | + functions-common:get_or_add_group_project_role:1077 : [[ -z '' ]] 2022-05-18 09:44:29.433 | + functions-common:get_or_add_group_project_role:1079 : openstack --os-cloud devstack-system-admin role add member --group ea0231250e1d434897bc06b287019f36 --project a9b2b9953f2a44a682dea124c52fc52f 2022-05-18 09:44:29.434 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-05-18 09:44:29.434 | from cryptography.utils import int_from_bytes 2022-05-18 09:44:29.434 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-05-18 09:44:29.434 | from cryptography.utils import int_from_bytes 2022-05-18 09:44:29.434 | ++ functions-common:get_or_add_group_project_role:1086 : oscwrap --os-cloud devstack-system-admin role assignment list --role member --group ea0231250e1d434897bc06b287019f36 --project a9b2b9953f2a44a682dea124c52fc52f -f value 2022-05-18 09:44:29.434 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-05-18 09:44:29.434 | from cryptography.utils import int_from_bytes 2022-05-18 09:44:29.434 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-05-18 09:44:29.434 | from cryptography.utils import int_from_bytes 2022-05-18 09:44:29.434 | ++ functions-common:oscwrap:2477 : return 0 2022-05-18 09:44:29.434 | + functions-common:get_or_add_group_project_role:1086 : group_role_id='a7afadfdac9f4a0096f3852c2dd5a4fc ea0231250e1d434897bc06b287019f36 a9b2b9953f2a44a682dea124c52fc52f False' 2022-05-18 09:44:29.434 | + functions-common:get_or_add_group_project_role:1088 : echo a7afadfdac9f4a0096f3852c2dd5a4fc ea0231250e1d434897bc06b287019f36 a9b2b9953f2a44a682dea124c52fc52f False 2022-05-18 09:44:29.434 | a7afadfdac9f4a0096f3852c2dd5a4fc ea0231250e1d434897bc06b287019f36 a9b2b9953f2a44a682dea124c52fc52f False 2022-05-18 09:44:29.595 | [207558 Async ks-group-memberdemo:240013]: finished get_or_add_group_project_role member ea0231250e1d434897bc06b287019f36 a9b2b9953f2a44a682dea124c52fc52f with result 0 in 13 seconds 2022-05-18 09:44:29.741 | [207558 Async ks-group-anotherdemo:240099]: Waiting for completion of get_or_add_group_project_role anotherrole ea0231250e1d434897bc06b287019f36 a9b2b9953f2a44a682dea124c52fc52f running on PID 240099 (5 other jobs running) 2022-05-18 09:44:29.871 | [207558 Async ks-group-anotherdemo:240099]: Signaling child to exit 2022-05-18 09:44:30.338 | + inc/async:async_inner:64 : rc=0 2022-05-18 09:44:30.387 | [240099 Async ks-group-anotherdemo:240099]: finished successfully 2022-05-18 09:44:30.417 | WAKEUP 2022-05-18 09:44:30.469 | [207558 Async ks-group-anotherdemo:240099]: Signaled 2022-05-18 09:44:30.470 | + functions-common:get_or_add_group_project_role:1070 : local group_role_id 2022-05-18 09:44:30.471 | ++ functions-common:get_or_add_group_project_role:1076 : oscwrap --os-cloud devstack-system-admin role assignment list --role anotherrole --group ea0231250e1d434897bc06b287019f36 --project a9b2b9953f2a44a682dea124c52fc52f -f value 2022-05-18 09:44:30.471 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-05-18 09:44:30.471 | from cryptography.utils import int_from_bytes 2022-05-18 09:44:30.471 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-05-18 09:44:30.471 | from cryptography.utils import int_from_bytes 2022-05-18 09:44:30.471 | ++ functions-common:oscwrap:2477 : return 0 2022-05-18 09:44:30.471 | + functions-common:get_or_add_group_project_role:1076 : group_role_id= 2022-05-18 09:44:30.471 | + functions-common:get_or_add_group_project_role:1077 : [[ -z '' ]] 2022-05-18 09:44:30.471 | + functions-common:get_or_add_group_project_role:1079 : openstack --os-cloud devstack-system-admin role add anotherrole --group ea0231250e1d434897bc06b287019f36 --project a9b2b9953f2a44a682dea124c52fc52f 2022-05-18 09:44:30.471 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-05-18 09:44:30.471 | from cryptography.utils import int_from_bytes 2022-05-18 09:44:30.471 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-05-18 09:44:30.471 | from cryptography.utils import int_from_bytes 2022-05-18 09:44:30.471 | ++ functions-common:get_or_add_group_project_role:1086 : oscwrap --os-cloud devstack-system-admin role assignment list --role anotherrole --group ea0231250e1d434897bc06b287019f36 --project a9b2b9953f2a44a682dea124c52fc52f -f value 2022-05-18 09:44:30.471 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-05-18 09:44:30.471 | from cryptography.utils import int_from_bytes 2022-05-18 09:44:30.471 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-05-18 09:44:30.471 | from cryptography.utils import int_from_bytes 2022-05-18 09:44:30.471 | ++ functions-common:oscwrap:2477 : return 0 2022-05-18 09:44:30.471 | + functions-common:get_or_add_group_project_role:1086 : group_role_id='0caebf3507d84877bcec8ca3e5681a50 ea0231250e1d434897bc06b287019f36 a9b2b9953f2a44a682dea124c52fc52f False' 2022-05-18 09:44:30.471 | + functions-common:get_or_add_group_project_role:1088 : echo 0caebf3507d84877bcec8ca3e5681a50 ea0231250e1d434897bc06b287019f36 a9b2b9953f2a44a682dea124c52fc52f False 2022-05-18 09:44:30.471 | 0caebf3507d84877bcec8ca3e5681a50 ea0231250e1d434897bc06b287019f36 a9b2b9953f2a44a682dea124c52fc52f False 2022-05-18 09:44:30.556 | [207558 Async ks-group-anotherdemo:240099]: finished get_or_add_group_project_role anotherrole ea0231250e1d434897bc06b287019f36 a9b2b9953f2a44a682dea124c52fc52f with result 0 in 14 seconds 2022-05-18 09:44:30.622 | [207558 Async ks-group-memberalt:240223]: Waiting for completion of get_or_add_group_project_role member ea0231250e1d434897bc06b287019f36 c922c8d506a44ff9a091b5ba5a7d896e running on PID 240223 (4 other jobs running) 2022-05-18 09:44:30.651 | [207558 Async ks-group-memberalt:240223]: Signaling child to exit 2022-05-18 09:44:31.373 | + inc/async:async_inner:64 : rc=0 2022-05-18 09:44:31.400 | [240223 Async ks-group-memberalt:240223]: finished successfully 2022-05-18 09:44:31.421 | WAKEUP 2022-05-18 09:44:31.452 | [207558 Async ks-group-memberalt:240223]: Signaled 2022-05-18 09:44:31.453 | + functions-common:get_or_add_group_project_role:1070 : local group_role_id 2022-05-18 09:44:31.454 | ++ functions-common:get_or_add_group_project_role:1076 : oscwrap --os-cloud devstack-system-admin role assignment list --role member --group ea0231250e1d434897bc06b287019f36 --project c922c8d506a44ff9a091b5ba5a7d896e -f value 2022-05-18 09:44:31.454 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-05-18 09:44:31.454 | from cryptography.utils import int_from_bytes 2022-05-18 09:44:31.454 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-05-18 09:44:31.454 | from cryptography.utils import int_from_bytes 2022-05-18 09:44:31.454 | ++ functions-common:oscwrap:2477 : return 0 2022-05-18 09:44:31.454 | + functions-common:get_or_add_group_project_role:1076 : group_role_id= 2022-05-18 09:44:31.454 | + functions-common:get_or_add_group_project_role:1077 : [[ -z '' ]] 2022-05-18 09:44:31.454 | + functions-common:get_or_add_group_project_role:1079 : openstack --os-cloud devstack-system-admin role add member --group ea0231250e1d434897bc06b287019f36 --project c922c8d506a44ff9a091b5ba5a7d896e 2022-05-18 09:44:31.454 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-05-18 09:44:31.454 | from cryptography.utils import int_from_bytes 2022-05-18 09:44:31.454 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-05-18 09:44:31.454 | from cryptography.utils import int_from_bytes 2022-05-18 09:44:31.454 | ++ functions-common:get_or_add_group_project_role:1086 : oscwrap --os-cloud devstack-system-admin role assignment list --role member --group ea0231250e1d434897bc06b287019f36 --project c922c8d506a44ff9a091b5ba5a7d896e -f value 2022-05-18 09:44:31.454 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-05-18 09:44:31.454 | from cryptography.utils import int_from_bytes 2022-05-18 09:44:31.454 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-05-18 09:44:31.454 | from cryptography.utils import int_from_bytes 2022-05-18 09:44:31.454 | ++ functions-common:oscwrap:2477 : return 0 2022-05-18 09:44:31.454 | + functions-common:get_or_add_group_project_role:1086 : group_role_id='a7afadfdac9f4a0096f3852c2dd5a4fc ea0231250e1d434897bc06b287019f36 c922c8d506a44ff9a091b5ba5a7d896e False' 2022-05-18 09:44:31.454 | + functions-common:get_or_add_group_project_role:1088 : echo a7afadfdac9f4a0096f3852c2dd5a4fc ea0231250e1d434897bc06b287019f36 c922c8d506a44ff9a091b5ba5a7d896e False 2022-05-18 09:44:31.454 | a7afadfdac9f4a0096f3852c2dd5a4fc ea0231250e1d434897bc06b287019f36 c922c8d506a44ff9a091b5ba5a7d896e False 2022-05-18 09:44:31.505 | [207558 Async ks-group-memberalt:240223]: finished get_or_add_group_project_role member ea0231250e1d434897bc06b287019f36 c922c8d506a44ff9a091b5ba5a7d896e with result 0 in 15 seconds 2022-05-18 09:44:31.551 | [207558 Async ks-group-anotheralt:240312]: Waiting for completion of get_or_add_group_project_role anotherrole ea0231250e1d434897bc06b287019f36 c922c8d506a44ff9a091b5ba5a7d896e running on PID 240312 (3 other jobs running) 2022-05-18 09:44:31.585 | [207558 Async ks-group-anotheralt:240312]: Signaling child to exit 2022-05-18 09:44:31.885 | + inc/async:async_inner:64 : rc=0 2022-05-18 09:44:31.914 | [240312 Async ks-group-anotheralt:240312]: finished successfully 2022-05-18 09:44:31.937 | WAKEUP 2022-05-18 09:44:31.963 | [207558 Async ks-group-anotheralt:240312]: Signaled 2022-05-18 09:44:31.964 | + functions-common:get_or_add_group_project_role:1070 : local group_role_id 2022-05-18 09:44:31.964 | ++ functions-common:get_or_add_group_project_role:1076 : oscwrap --os-cloud devstack-system-admin role assignment list --role anotherrole --group ea0231250e1d434897bc06b287019f36 --project c922c8d506a44ff9a091b5ba5a7d896e -f value 2022-05-18 09:44:31.964 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-05-18 09:44:31.964 | from cryptography.utils import int_from_bytes 2022-05-18 09:44:31.964 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-05-18 09:44:31.964 | from cryptography.utils import int_from_bytes 2022-05-18 09:44:31.964 | ++ functions-common:oscwrap:2477 : return 0 2022-05-18 09:44:31.964 | + functions-common:get_or_add_group_project_role:1076 : group_role_id= 2022-05-18 09:44:31.964 | + functions-common:get_or_add_group_project_role:1077 : [[ -z '' ]] 2022-05-18 09:44:31.965 | + functions-common:get_or_add_group_project_role:1079 : openstack --os-cloud devstack-system-admin role add anotherrole --group ea0231250e1d434897bc06b287019f36 --project c922c8d506a44ff9a091b5ba5a7d896e 2022-05-18 09:44:31.965 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-05-18 09:44:31.965 | from cryptography.utils import int_from_bytes 2022-05-18 09:44:31.965 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-05-18 09:44:31.965 | from cryptography.utils import int_from_bytes 2022-05-18 09:44:31.965 | ++ functions-common:get_or_add_group_project_role:1086 : oscwrap --os-cloud devstack-system-admin role assignment list --role anotherrole --group ea0231250e1d434897bc06b287019f36 --project c922c8d506a44ff9a091b5ba5a7d896e -f value 2022-05-18 09:44:31.965 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-05-18 09:44:31.965 | from cryptography.utils import int_from_bytes 2022-05-18 09:44:31.965 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-05-18 09:44:31.965 | from cryptography.utils import int_from_bytes 2022-05-18 09:44:31.965 | ++ functions-common:oscwrap:2477 : return 0 2022-05-18 09:44:31.965 | + functions-common:get_or_add_group_project_role:1086 : group_role_id='0caebf3507d84877bcec8ca3e5681a50 ea0231250e1d434897bc06b287019f36 c922c8d506a44ff9a091b5ba5a7d896e False' 2022-05-18 09:44:31.965 | + functions-common:get_or_add_group_project_role:1088 : echo 0caebf3507d84877bcec8ca3e5681a50 ea0231250e1d434897bc06b287019f36 c922c8d506a44ff9a091b5ba5a7d896e False 2022-05-18 09:44:31.965 | 0caebf3507d84877bcec8ca3e5681a50 ea0231250e1d434897bc06b287019f36 c922c8d506a44ff9a091b5ba5a7d896e False 2022-05-18 09:44:32.016 | [207558 Async ks-group-anotheralt:240312]: finished get_or_add_group_project_role anotherrole ea0231250e1d434897bc06b287019f36 c922c8d506a44ff9a091b5ba5a7d896e with result 0 in 15 seconds 2022-05-18 09:44:32.068 | [207558 Async ks-group-admin:240399]: Waiting for completion of get_or_add_group_project_role admin f5f1e7d5976a4312be2d89ff1566e663 c373dd63cf7a4bb2a5372477540d33cb running on PID 240399 (2 other jobs running) 2022-05-18 09:44:32.095 | [207558 Async ks-group-admin:240399]: Signaling child to exit 2022-05-18 09:44:32.224 | + inc/async:async_inner:64 : rc=0 2022-05-18 09:44:32.249 | [240399 Async ks-group-admin:240399]: finished successfully 2022-05-18 09:44:32.270 | WAKEUP 2022-05-18 09:44:32.292 | [207558 Async ks-group-admin:240399]: Signaled 2022-05-18 09:44:32.294 | + functions-common:get_or_add_group_project_role:1070 : local group_role_id 2022-05-18 09:44:32.294 | ++ functions-common:get_or_add_group_project_role:1076 : oscwrap --os-cloud devstack-system-admin role assignment list --role admin --group f5f1e7d5976a4312be2d89ff1566e663 --project c373dd63cf7a4bb2a5372477540d33cb -f value 2022-05-18 09:44:32.294 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-05-18 09:44:32.294 | from cryptography.utils import int_from_bytes 2022-05-18 09:44:32.294 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-05-18 09:44:32.294 | from cryptography.utils import int_from_bytes 2022-05-18 09:44:32.294 | ++ functions-common:oscwrap:2477 : return 0 2022-05-18 09:44:32.294 | + functions-common:get_or_add_group_project_role:1076 : group_role_id= 2022-05-18 09:44:32.294 | + functions-common:get_or_add_group_project_role:1077 : [[ -z '' ]] 2022-05-18 09:44:32.294 | + functions-common:get_or_add_group_project_role:1079 : openstack --os-cloud devstack-system-admin role add admin --group f5f1e7d5976a4312be2d89ff1566e663 --project c373dd63cf7a4bb2a5372477540d33cb 2022-05-18 09:44:32.294 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-05-18 09:44:32.294 | from cryptography.utils import int_from_bytes 2022-05-18 09:44:32.294 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-05-18 09:44:32.294 | from cryptography.utils import int_from_bytes 2022-05-18 09:44:32.294 | ++ functions-common:get_or_add_group_project_role:1086 : oscwrap --os-cloud devstack-system-admin role assignment list --role admin --group f5f1e7d5976a4312be2d89ff1566e663 --project c373dd63cf7a4bb2a5372477540d33cb -f value 2022-05-18 09:44:32.294 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-05-18 09:44:32.294 | from cryptography.utils import int_from_bytes 2022-05-18 09:44:32.295 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-05-18 09:44:32.295 | from cryptography.utils import int_from_bytes 2022-05-18 09:44:32.295 | ++ functions-common:oscwrap:2477 : return 0 2022-05-18 09:44:32.295 | + functions-common:get_or_add_group_project_role:1086 : group_role_id='913df76e980c4ca38997dd8ea54f4c75 f5f1e7d5976a4312be2d89ff1566e663 c373dd63cf7a4bb2a5372477540d33cb False' 2022-05-18 09:44:32.295 | + functions-common:get_or_add_group_project_role:1088 : echo 913df76e980c4ca38997dd8ea54f4c75 f5f1e7d5976a4312be2d89ff1566e663 c373dd63cf7a4bb2a5372477540d33cb False 2022-05-18 09:44:32.295 | 913df76e980c4ca38997dd8ea54f4c75 f5f1e7d5976a4312be2d89ff1566e663 c373dd63cf7a4bb2a5372477540d33cb False 2022-05-18 09:44:32.339 | [207558 Async ks-group-admin:240399]: finished get_or_add_group_project_role admin f5f1e7d5976a4312be2d89ff1566e663 c373dd63cf7a4bb2a5372477540d33cb with result 0 in 15 seconds 2022-05-18 09:44:32.343 | + inc/async:async_wait:197 : return 0 2022-05-18 09:44:32.345 | + lib/keystone:create_keystone_accounts:418 : is_service_enabled ldap 2022-05-18 09:44:32.363 | + functions-common:is_service_enabled:2093 : return 1 2022-05-18 09:44:32.366 | + ./stack.sh:main:1104 : is_service_enabled nova 2022-05-18 09:44:32.383 | + functions-common:is_service_enabled:2093 : return 0 2022-05-18 09:44:32.386 | + ./stack.sh:main:1105 : async_runfunc create_nova_accounts 2022-05-18 09:44:32.388 | + inc/async:async_runfunc:116 : async_run create_nova_accounts create_nova_accounts 2022-05-18 09:44:32.447 | + inc/async:async_inner:63 : create_nova_accounts 2022-05-18 09:44:32.486 | [207558 Async create_nova_accounts:242297]: running: create_nova_accounts 2022-05-18 09:44:32.489 | + ./stack.sh:main:1107 : is_service_enabled glance 2022-05-18 09:44:32.507 | + functions-common:is_service_enabled:2093 : return 0 2022-05-18 09:44:32.509 | + ./stack.sh:main:1108 : async_runfunc create_glance_accounts 2022-05-18 09:44:32.512 | + inc/async:async_runfunc:116 : async_run create_glance_accounts create_glance_accounts 2022-05-18 09:44:32.572 | + inc/async:async_inner:63 : create_glance_accounts 2022-05-18 09:44:32.614 | [207558 Async create_glance_accounts:242412]: running: create_glance_accounts 2022-05-18 09:44:32.617 | + ./stack.sh:main:1110 : is_service_enabled cinder 2022-05-18 09:44:32.637 | + functions-common:is_service_enabled:2093 : return 0 2022-05-18 09:44:32.640 | + ./stack.sh:main:1111 : async_runfunc create_cinder_accounts 2022-05-18 09:44:32.643 | + inc/async:async_runfunc:116 : async_run create_cinder_accounts create_cinder_accounts 2022-05-18 09:44:32.712 | + inc/async:async_inner:63 : create_cinder_accounts 2022-05-18 09:44:32.763 | [207558 Async create_cinder_accounts:242542]: running: create_cinder_accounts 2022-05-18 09:44:32.766 | + ./stack.sh:main:1113 : is_service_enabled neutron 2022-05-18 09:44:32.797 | + functions-common:is_service_enabled:2093 : return 0 2022-05-18 09:44:32.801 | + ./stack.sh:main:1114 : async_runfunc create_neutron_accounts 2022-05-18 09:44:32.805 | + inc/async:async_runfunc:116 : async_run create_neutron_accounts create_neutron_accounts 2022-05-18 09:44:32.889 | + inc/async:async_inner:63 : create_neutron_accounts 2022-05-18 09:44:32.951 | [207558 Async create_neutron_accounts:242658]: running: create_neutron_accounts 2022-05-18 09:44:32.961 | + ./stack.sh:main:1116 : is_service_enabled swift 2022-05-18 09:44:33.000 | + functions-common:is_service_enabled:2093 : return 0 2022-05-18 09:44:33.004 | + ./stack.sh:main:1117 : async_runfunc create_swift_accounts 2022-05-18 09:44:33.008 | + inc/async:async_runfunc:116 : async_run create_swift_accounts create_swift_accounts 2022-05-18 09:44:33.288 | + inc/async:async_inner:63 : create_swift_accounts 2022-05-18 09:44:33.524 | [207558 Async create_swift_accounts:242800]: running: create_swift_accounts 2022-05-18 09:44:33.545 | + ./stack.sh:main:1125 : is_service_enabled horizon 2022-05-18 09:44:33.681 | + functions-common:is_service_enabled:2093 : return 1 2022-05-18 09:44:33.697 | + ./stack.sh:main:1130 : async_wait create_nova_accounts create_glance_accounts create_cinder_accounts 2022-05-18 09:44:34.070 | [207558 Async create_nova_accounts:242297]: Waiting for completion of create_nova_accounts running on PID 242297 (6 other jobs running) 2022-05-18 09:44:34.242 | [207558 Async create_nova_accounts:242297]: Signaling child to exit 2022-05-18 09:45:14.958 | + inc/async:async_inner:64 : rc=0 2022-05-18 09:45:15.048 | [242658 Async create_neutron_accounts:242658]: finished successfully 2022-05-18 09:45:35.253 | + inc/async:async_inner:64 : rc=0 2022-05-18 09:45:35.314 | [242542 Async create_cinder_accounts:242542]: finished successfully 2022-05-18 09:45:52.034 | + inc/async:async_inner:64 : rc=0 2022-05-18 09:45:52.065 | [242412 Async create_glance_accounts:242412]: finished successfully 2022-05-18 09:45:54.067 | + inc/async:async_inner:64 : rc=0 2022-05-18 09:45:54.098 | [242297 Async create_nova_accounts:242297]: finished successfully 2022-05-18 09:45:54.119 | WAKEUP 2022-05-18 09:45:54.144 | [207558 Async create_nova_accounts:242297]: Signaled 2022-05-18 09:45:54.145 | + lib/nova:create_nova_accounts:355 : [[ key,n-api,n-cond,n-sch,n-api-meta,placement-api,placement-client,g-api,c-sch,c-api,c-vol,ovn-controller,ovn-northd,ovs-vswitchd,ovsdb-server,q-svc,q-ovn-metadata-agent,rabbit,tempest,mysql,etcd3,dstat,n-crt,n-cauth,q-agt,q-dhcp,q-l3,q-meta,q-metering,q-vpn,g-reg,cinder,c-bak,s-proxy,s-object,s-container,s-account,heat,h-api,h-api-cfn,h-api-cw,h-eng,ceilometer-acentral,ceilometer-acompute,ceilometer-collector,ceilometer-api,ceilometer-anotification =~ n-api ]] 2022-05-18 09:45:54.145 | + lib/nova:create_nova_accounts:359 : create_service_user nova admin 2022-05-18 09:45:54.145 | + lib/keystone:create_service_user:431 : get_or_create_user nova Passw0rd Default 2022-05-18 09:45:54.145 | + functions-common:get_or_create_user:921 : local user_id 2022-05-18 09:45:54.145 | + functions-common:get_or_create_user:922 : [[ ! -z '' ]] 2022-05-18 09:45:54.145 | + functions-common:get_or_create_user:925 : local email= 2022-05-18 09:45:54.145 | ++ functions-common:get_or_create_user:939 : oscwrap --os-cloud devstack-system-admin user create nova --password Passw0rd --domain=Default --or-show -f value -c id 2022-05-18 09:45:54.145 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-05-18 09:45:54.145 | from cryptography.utils import int_from_bytes 2022-05-18 09:45:54.145 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-05-18 09:45:54.145 | from cryptography.utils import int_from_bytes 2022-05-18 09:45:54.145 | ++ functions-common:oscwrap:2477 : return 0 2022-05-18 09:45:54.145 | + functions-common:get_or_create_user:937 : user_id=bc2085fe35ba4e48af5ff75237c441bd 2022-05-18 09:45:54.145 | + functions-common:get_or_create_user:938 : echo bc2085fe35ba4e48af5ff75237c441bd 2022-05-18 09:45:54.145 | bc2085fe35ba4e48af5ff75237c441bd 2022-05-18 09:45:54.145 | + lib/keystone:create_service_user:432 : get_or_add_user_project_role service nova service Default Default 2022-05-18 09:45:54.145 | + functions-common:get_or_add_user_project_role:985 : local user_role_id 2022-05-18 09:45:54.145 | ++ functions-common:get_or_add_user_project_role:987 : _get_domain_args Default Default 2022-05-18 09:45:54.145 | ++ functions-common:_get_domain_args:969 : local domain 2022-05-18 09:45:54.145 | ++ functions-common:_get_domain_args:970 : domain= 2022-05-18 09:45:54.145 | ++ functions-common:_get_domain_args:972 : [[ -n Default ]] 2022-05-18 09:45:54.145 | ++ functions-common:_get_domain_args:973 : domain=' --user-domain Default' 2022-05-18 09:45:54.146 | ++ functions-common:_get_domain_args:975 : [[ -n Default ]] 2022-05-18 09:45:54.146 | ++ functions-common:_get_domain_args:976 : domain=' --user-domain Default --project-domain Default' 2022-05-18 09:45:54.146 | ++ functions-common:_get_domain_args:979 : echo --user-domain Default --project-domain Default 2022-05-18 09:45:54.146 | + functions-common:get_or_add_user_project_role:987 : domain_args='--user-domain Default --project-domain Default' 2022-05-18 09:45:54.146 | ++ functions-common:get_or_add_user_project_role:995 : get_field 1 2022-05-18 09:45:54.146 | ++ functions-common:get_or_add_user_project_role:995 : grep '^|\s[a-f0-9]\+' 2022-05-18 09:45:54.146 | ++ functions-common:get_field:823 : local data field 2022-05-18 09:45:54.146 | ++ functions-common:get_field:824 : read data 2022-05-18 09:45:54.146 | ++ 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-05-18 09:45:54.146 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-05-18 09:45:54.146 | from cryptography.utils import int_from_bytes 2022-05-18 09:45:54.146 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-05-18 09:45:54.146 | from cryptography.utils import int_from_bytes 2022-05-18 09:45:54.146 | ++ functions-common:oscwrap:2477 : return 0 2022-05-18 09:45:54.146 | + functions-common:get_or_add_user_project_role:995 : user_role_id= 2022-05-18 09:45:54.146 | + functions-common:get_or_add_user_project_role:996 : [[ -z '' ]] 2022-05-18 09:45:54.146 | + functions-common:get_or_add_user_project_role:998 : openstack --os-cloud devstack-system-admin role add service --user nova --project service --user-domain Default --project-domain Default 2022-05-18 09:45:54.146 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-05-18 09:45:54.146 | from cryptography.utils import int_from_bytes 2022-05-18 09:45:54.146 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-05-18 09:45:54.146 | from cryptography.utils import int_from_bytes 2022-05-18 09:45:54.146 | ++ functions-common:get_or_add_user_project_role:1007 : grep '^|\s[a-f0-9]\+' 2022-05-18 09:45:54.146 | ++ functions-common:get_or_add_user_project_role:1007 : oscwrap --os-cloud devstack-system-admin role assignment list --role service --user nova --project service --user-domain Default --project-domain Default 2022-05-18 09:45:54.146 | ++ functions-common:get_or_add_user_project_role:1007 : get_field 1 2022-05-18 09:45:54.146 | ++ functions-common:get_field:823 : local data field 2022-05-18 09:45:54.146 | ++ functions-common:get_field:824 : read data 2022-05-18 09:45:54.147 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-05-18 09:45:54.147 | from cryptography.utils import int_from_bytes 2022-05-18 09:45:54.147 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-05-18 09:45:54.147 | from cryptography.utils import int_from_bytes 2022-05-18 09:45:54.147 | ++ functions-common:oscwrap:2477 : return 0 2022-05-18 09:45:54.147 | ++ functions-common:get_field:825 : '[' 1 -lt 0 ']' 2022-05-18 09:45:54.147 | ++ functions-common:get_field:828 : field='$2' 2022-05-18 09:45:54.147 | ++ functions-common:get_field:830 : echo '| ad3589aaeab6414497e12df3ddcc7f1c | bc2085fe35ba4e48af5ff75237c441bd | | 53b7accf94c142989a8df173be271692 | | | False |' 2022-05-18 09:45:54.147 | ++ functions-common:get_field:830 : awk '-F[ \t]*\\|[ \t]*' '{print $2}' 2022-05-18 09:45:54.147 | ++ functions-common:get_field:824 : read data 2022-05-18 09:45:54.147 | + functions-common:get_or_add_user_project_role:1007 : user_role_id=ad3589aaeab6414497e12df3ddcc7f1c 2022-05-18 09:45:54.147 | + functions-common:get_or_add_user_project_role:1009 : echo ad3589aaeab6414497e12df3ddcc7f1c 2022-05-18 09:45:54.147 | ad3589aaeab6414497e12df3ddcc7f1c 2022-05-18 09:45:54.147 | + lib/keystone:create_service_user:434 : [[ -n admin ]] 2022-05-18 09:45:54.147 | + lib/keystone:create_service_user:435 : get_or_add_user_project_role admin nova service Default Default 2022-05-18 09:45:54.147 | + functions-common:get_or_add_user_project_role:985 : local user_role_id 2022-05-18 09:45:54.147 | ++ functions-common:get_or_add_user_project_role:987 : _get_domain_args Default Default 2022-05-18 09:45:54.147 | ++ functions-common:_get_domain_args:969 : local domain 2022-05-18 09:45:54.147 | ++ functions-common:_get_domain_args:970 : domain= 2022-05-18 09:45:54.147 | ++ functions-common:_get_domain_args:972 : [[ -n Default ]] 2022-05-18 09:45:54.147 | ++ functions-common:_get_domain_args:973 : domain=' --user-domain Default' 2022-05-18 09:45:54.147 | ++ functions-common:_get_domain_args:975 : [[ -n Default ]] 2022-05-18 09:45:54.148 | ++ functions-common:_get_domain_args:976 : domain=' --user-domain Default --project-domain Default' 2022-05-18 09:45:54.148 | ++ functions-common:_get_domain_args:979 : echo --user-domain Default --project-domain Default 2022-05-18 09:45:54.148 | + functions-common:get_or_add_user_project_role:987 : domain_args='--user-domain Default --project-domain Default' 2022-05-18 09:45:54.148 | ++ 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-05-18 09:45:54.148 | ++ functions-common:get_or_add_user_project_role:995 : grep '^|\s[a-f0-9]\+' 2022-05-18 09:45:54.148 | ++ functions-common:get_or_add_user_project_role:995 : get_field 1 2022-05-18 09:45:54.148 | ++ functions-common:get_field:823 : local data field 2022-05-18 09:45:54.148 | ++ functions-common:get_field:824 : read data 2022-05-18 09:45:54.148 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-05-18 09:45:54.148 | from cryptography.utils import int_from_bytes 2022-05-18 09:45:54.148 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-05-18 09:45:54.148 | from cryptography.utils import int_from_bytes 2022-05-18 09:45:54.148 | ++ functions-common:oscwrap:2477 : return 0 2022-05-18 09:45:54.148 | + functions-common:get_or_add_user_project_role:995 : user_role_id= 2022-05-18 09:45:54.148 | + functions-common:get_or_add_user_project_role:996 : [[ -z '' ]] 2022-05-18 09:45:54.148 | + functions-common:get_or_add_user_project_role:998 : openstack --os-cloud devstack-system-admin role add admin --user nova --project service --user-domain Default --project-domain Default 2022-05-18 09:45:54.148 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-05-18 09:45:54.148 | from cryptography.utils import int_from_bytes 2022-05-18 09:45:54.148 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-05-18 09:45:54.148 | from cryptography.utils import int_from_bytes 2022-05-18 09:45:54.148 | ++ functions-common:get_or_add_user_project_role:1007 : get_field 1 2022-05-18 09:45:54.148 | ++ functions-common:get_field:823 : local data field 2022-05-18 09:45:54.148 | ++ functions-common:get_field:824 : read data 2022-05-18 09:45:54.148 | ++ functions-common:get_or_add_user_project_role:1007 : oscwrap --os-cloud devstack-system-admin role assignment list --role admin --user nova --project service --user-domain Default --project-domain Default 2022-05-18 09:45:54.148 | ++ functions-common:get_or_add_user_project_role:1007 : grep '^|\s[a-f0-9]\+' 2022-05-18 09:45:54.148 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-05-18 09:45:54.148 | from cryptography.utils import int_from_bytes 2022-05-18 09:45:54.148 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-05-18 09:45:54.148 | from cryptography.utils import int_from_bytes 2022-05-18 09:45:54.148 | ++ functions-common:oscwrap:2477 : return 0 2022-05-18 09:45:54.148 | ++ functions-common:get_field:825 : '[' 1 -lt 0 ']' 2022-05-18 09:45:54.149 | ++ functions-common:get_field:828 : field='$2' 2022-05-18 09:45:54.149 | ++ functions-common:get_field:830 : awk '-F[ \t]*\\|[ \t]*' '{print $2}' 2022-05-18 09:45:54.149 | ++ functions-common:get_field:830 : echo '| 913df76e980c4ca38997dd8ea54f4c75 | bc2085fe35ba4e48af5ff75237c441bd | | 53b7accf94c142989a8df173be271692 | | | False |' 2022-05-18 09:45:54.149 | ++ functions-common:get_field:824 : read data 2022-05-18 09:45:54.149 | + functions-common:get_or_add_user_project_role:1007 : user_role_id=913df76e980c4ca38997dd8ea54f4c75 2022-05-18 09:45:54.149 | + functions-common:get_or_add_user_project_role:1009 : echo 913df76e980c4ca38997dd8ea54f4c75 2022-05-18 09:45:54.149 | 913df76e980c4ca38997dd8ea54f4c75 2022-05-18 09:45:54.149 | + lib/nova:create_nova_accounts:361 : local nova_api_url 2022-05-18 09:45:54.149 | + lib/nova:create_nova_accounts:362 : [[ True == \F\a\l\s\e ]] 2022-05-18 09:45:54.149 | + lib/nova:create_nova_accounts:365 : nova_api_url=http://10.222.0.71/compute 2022-05-18 09:45:54.149 | + lib/nova:create_nova_accounts:368 : get_or_create_service nova_legacy compute_legacy 'Nova Compute Service (Legacy 2.0)' 2022-05-18 09:45:54.149 | + functions-common:get_or_create_service:1094 : local service_id 2022-05-18 09:45:54.149 | ++ functions-common:get_or_create_service:1107 : oscwrap --os-cloud devstack-system-admin service show compute_legacy -f value -c id 2022-05-18 09:45:54.149 | ++ functions-common:get_or_create_service:1109 : 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-05-18 09:45:54.149 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-05-18 09:45:54.149 | from cryptography.utils import int_from_bytes 2022-05-18 09:45:54.149 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-05-18 09:45:54.149 | from cryptography.utils import int_from_bytes 2022-05-18 09:45:54.149 | ++ functions-common:oscwrap:2477 : return 0 2022-05-18 09:45:54.149 | + functions-common:get_or_create_service:1105 : service_id=' 2022-05-18 09:45:54.149 | fa9918455d5f4490930ae2e44aaf8700' 2022-05-18 09:45:54.149 | + functions-common:get_or_create_service:1106 : echo fa9918455d5f4490930ae2e44aaf8700 2022-05-18 09:45:54.149 | fa9918455d5f4490930ae2e44aaf8700 2022-05-18 09:45:54.149 | + lib/nova:create_nova_accounts:370 : get_or_create_endpoint compute_legacy RegionOne 'http://10.222.0.71/compute/v2/$(project_id)s' 2022-05-18 09:45:54.149 | + functions-common:get_or_create_endpoint:1138 : local public_id 2022-05-18 09:45:54.149 | ++ functions-common:get_or_create_endpoint:1139 : _get_or_create_endpoint_with_interface compute_legacy public 'http://10.222.0.71/compute/v2/$(project_id)s' RegionOne 2022-05-18 09:45:54.149 | ++ functions-common:_get_or_create_endpoint_with_interface:1112 : local endpoint_id 2022-05-18 09:45:54.149 | +++ functions-common:_get_or_create_endpoint_with_interface:1117 : oscwrap --os-cloud devstack-system-admin endpoint list --service compute_legacy --interface public --region RegionOne -c ID -f value 2022-05-18 09:45:54.149 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-05-18 09:45:54.149 | from cryptography.utils import int_from_bytes 2022-05-18 09:45:54.149 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-05-18 09:45:54.149 | from cryptography.utils import int_from_bytes 2022-05-18 09:45:54.150 | +++ functions-common:oscwrap:2477 : return 0 2022-05-18 09:45:54.150 | ++ functions-common:_get_or_create_endpoint_with_interface:1117 : endpoint_id= 2022-05-18 09:45:54.150 | ++ functions-common:_get_or_create_endpoint_with_interface:1118 : [[ -z '' ]] 2022-05-18 09:45:54.150 | +++ functions-common:_get_or_create_endpoint_with_interface:1121 : oscwrap --os-cloud devstack-system-admin endpoint create compute_legacy public 'http://10.222.0.71/compute/v2/$(project_id)s' --region RegionOne -f value -c id 2022-05-18 09:45:54.150 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-05-18 09:45:54.150 | from cryptography.utils import int_from_bytes 2022-05-18 09:45:54.150 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-05-18 09:45:54.150 | from cryptography.utils import int_from_bytes 2022-05-18 09:45:54.150 | +++ functions-common:oscwrap:2477 : return 0 2022-05-18 09:45:54.150 | ++ functions-common:_get_or_create_endpoint_with_interface:1121 : endpoint_id=1acd6257c2e14642bd8f6374afe4fd6d 2022-05-18 09:45:54.150 | ++ functions-common:_get_or_create_endpoint_with_interface:1124 : echo 1acd6257c2e14642bd8f6374afe4fd6d 2022-05-18 09:45:54.150 | + functions-common:get_or_create_endpoint:1139 : public_id=1acd6257c2e14642bd8f6374afe4fd6d 2022-05-18 09:45:54.150 | + functions-common:get_or_create_endpoint:1141 : [[ -n '' ]] 2022-05-18 09:45:54.150 | + functions-common:get_or_create_endpoint:1144 : [[ -n '' ]] 2022-05-18 09:45:54.150 | + functions-common:get_or_create_endpoint:1148 : echo 1acd6257c2e14642bd8f6374afe4fd6d 2022-05-18 09:45:54.150 | 1acd6257c2e14642bd8f6374afe4fd6d 2022-05-18 09:45:54.150 | + lib/nova:create_nova_accounts:374 : get_or_create_service nova compute 'Nova Compute Service' 2022-05-18 09:45:54.150 | + functions-common:get_or_create_service:1094 : local service_id 2022-05-18 09:45:54.150 | ++ functions-common:get_or_create_service:1107 : oscwrap --os-cloud devstack-system-admin service show compute -f value -c id 2022-05-18 09:45:54.150 | ++ functions-common:get_or_create_service:1109 : oscwrap --os-cloud devstack-system-admin service create compute --name nova '--description=Nova Compute Service' -f value -c id 2022-05-18 09:45:54.150 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-05-18 09:45:54.150 | from cryptography.utils import int_from_bytes 2022-05-18 09:45:54.150 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-05-18 09:45:54.150 | from cryptography.utils import int_from_bytes 2022-05-18 09:45:54.150 | ++ functions-common:oscwrap:2477 : return 0 2022-05-18 09:45:54.150 | + functions-common:get_or_create_service:1105 : service_id=' 2022-05-18 09:45:54.150 | 8bfb55f25252413a91442ace160a027a' 2022-05-18 09:45:54.150 | + functions-common:get_or_create_service:1106 : echo 8bfb55f25252413a91442ace160a027a 2022-05-18 09:45:54.150 | 8bfb55f25252413a91442ace160a027a 2022-05-18 09:45:54.150 | + lib/nova:create_nova_accounts:376 : get_or_create_endpoint compute RegionOne http://10.222.0.71/compute/v2.1 2022-05-18 09:45:54.150 | + functions-common:get_or_create_endpoint:1138 : local public_id 2022-05-18 09:45:54.150 | ++ functions-common:get_or_create_endpoint:1139 : _get_or_create_endpoint_with_interface compute public http://10.222.0.71/compute/v2.1 RegionOne 2022-05-18 09:45:54.151 | ++ functions-common:_get_or_create_endpoint_with_interface:1112 : local endpoint_id 2022-05-18 09:45:54.151 | +++ functions-common:_get_or_create_endpoint_with_interface:1117 : oscwrap --os-cloud devstack-system-admin endpoint list --service compute --interface public --region RegionOne -c ID -f value 2022-05-18 09:45:54.151 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-05-18 09:45:54.151 | from cryptography.utils import int_from_bytes 2022-05-18 09:45:54.151 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-05-18 09:45:54.151 | from cryptography.utils import int_from_bytes 2022-05-18 09:45:54.151 | +++ functions-common:oscwrap:2477 : return 0 2022-05-18 09:45:54.151 | ++ functions-common:_get_or_create_endpoint_with_interface:1117 : endpoint_id= 2022-05-18 09:45:54.151 | ++ functions-common:_get_or_create_endpoint_with_interface:1118 : [[ -z '' ]] 2022-05-18 09:45:54.151 | +++ functions-common:_get_or_create_endpoint_with_interface:1121 : oscwrap --os-cloud devstack-system-admin endpoint create compute public http://10.222.0.71/compute/v2.1 --region RegionOne -f value -c id 2022-05-18 09:45:54.151 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-05-18 09:45:54.151 | from cryptography.utils import int_from_bytes 2022-05-18 09:45:54.151 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-05-18 09:45:54.151 | from cryptography.utils import int_from_bytes 2022-05-18 09:45:54.151 | +++ functions-common:oscwrap:2477 : return 0 2022-05-18 09:45:54.151 | ++ functions-common:_get_or_create_endpoint_with_interface:1121 : endpoint_id=05086d8040524d90bb7681b607eed3c8 2022-05-18 09:45:54.151 | ++ functions-common:_get_or_create_endpoint_with_interface:1124 : echo 05086d8040524d90bb7681b607eed3c8 2022-05-18 09:45:54.151 | + functions-common:get_or_create_endpoint:1139 : public_id=05086d8040524d90bb7681b607eed3c8 2022-05-18 09:45:54.151 | + functions-common:get_or_create_endpoint:1141 : [[ -n '' ]] 2022-05-18 09:45:54.151 | + functions-common:get_or_create_endpoint:1144 : [[ -n '' ]] 2022-05-18 09:45:54.151 | + functions-common:get_or_create_endpoint:1148 : echo 05086d8040524d90bb7681b607eed3c8 2022-05-18 09:45:54.151 | 05086d8040524d90bb7681b607eed3c8 2022-05-18 09:45:54.151 | + lib/nova:create_nova_accounts:381 : is_service_enabled n-api 2022-05-18 09:45:54.151 | + functions-common:is_service_enabled:2093 : return 0 2022-05-18 09:45:54.151 | + lib/nova:create_nova_accounts:383 : is_service_enabled swift 2022-05-18 09:45:54.151 | + functions-common:is_service_enabled:2093 : return 0 2022-05-18 09:45:54.151 | + lib/nova:create_nova_accounts:386 : get_or_add_user_project_role ResellerAdmin nova service Default Default 2022-05-18 09:45:54.151 | + functions-common:get_or_add_user_project_role:985 : local user_role_id 2022-05-18 09:45:54.151 | ++ functions-common:get_or_add_user_project_role:987 : _get_domain_args Default Default 2022-05-18 09:45:54.151 | ++ functions-common:_get_domain_args:969 : local domain 2022-05-18 09:45:54.151 | ++ functions-common:_get_domain_args:970 : domain= 2022-05-18 09:45:54.152 | ++ functions-common:_get_domain_args:972 : [[ -n Default ]] 2022-05-18 09:45:54.152 | ++ functions-common:_get_domain_args:973 : domain=' --user-domain Default' 2022-05-18 09:45:54.152 | ++ functions-common:_get_domain_args:975 : [[ -n Default ]] 2022-05-18 09:45:54.152 | ++ functions-common:_get_domain_args:976 : domain=' --user-domain Default --project-domain Default' 2022-05-18 09:45:54.152 | ++ functions-common:_get_domain_args:979 : echo --user-domain Default --project-domain Default 2022-05-18 09:45:54.152 | + functions-common:get_or_add_user_project_role:987 : domain_args='--user-domain Default --project-domain Default' 2022-05-18 09:45:54.152 | ++ functions-common:get_or_add_user_project_role:995 : get_field 1 2022-05-18 09:45:54.152 | ++ functions-common:get_field:823 : local data field 2022-05-18 09:45:54.152 | ++ functions-common:get_field:824 : read data 2022-05-18 09:45:54.152 | ++ functions-common:get_or_add_user_project_role:995 : grep '^|\s[a-f0-9]\+' 2022-05-18 09:45:54.152 | ++ 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-05-18 09:45:54.152 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-05-18 09:45:54.152 | from cryptography.utils import int_from_bytes 2022-05-18 09:45:54.152 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-05-18 09:45:54.152 | from cryptography.utils import int_from_bytes 2022-05-18 09:45:54.152 | ++ functions-common:oscwrap:2477 : return 0 2022-05-18 09:45:54.152 | + functions-common:get_or_add_user_project_role:995 : user_role_id= 2022-05-18 09:45:54.152 | + functions-common:get_or_add_user_project_role:996 : [[ -z '' ]] 2022-05-18 09:45:54.152 | + functions-common:get_or_add_user_project_role:998 : openstack --os-cloud devstack-system-admin role add ResellerAdmin --user nova --project service --user-domain Default --project-domain Default 2022-05-18 09:45:54.152 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-05-18 09:45:54.152 | from cryptography.utils import int_from_bytes 2022-05-18 09:45:54.152 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-05-18 09:45:54.152 | from cryptography.utils import int_from_bytes 2022-05-18 09:45:54.152 | ++ functions-common:get_or_add_user_project_role:1007 : oscwrap --os-cloud devstack-system-admin role assignment list --role ResellerAdmin --user nova --project service --user-domain Default --project-domain Default 2022-05-18 09:45:54.152 | ++ functions-common:get_or_add_user_project_role:1007 : get_field 1 2022-05-18 09:45:54.152 | ++ functions-common:get_or_add_user_project_role:1007 : grep '^|\s[a-f0-9]\+' 2022-05-18 09:45:54.152 | ++ functions-common:get_field:823 : local data field 2022-05-18 09:45:54.152 | ++ functions-common:get_field:824 : read data 2022-05-18 09:45:54.152 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-05-18 09:45:54.152 | from cryptography.utils import int_from_bytes 2022-05-18 09:45:54.152 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-05-18 09:45:54.152 | from cryptography.utils import int_from_bytes 2022-05-18 09:45:54.153 | ++ functions-common:oscwrap:2477 : return 0 2022-05-18 09:45:54.153 | ++ functions-common:get_field:825 : '[' 1 -lt 0 ']' 2022-05-18 09:45:54.153 | ++ functions-common:get_field:828 : field='$2' 2022-05-18 09:45:54.153 | ++ functions-common:get_field:830 : echo '| 6323704cbfd54b3cb5f66d53ee8337b8 | bc2085fe35ba4e48af5ff75237c441bd | | 53b7accf94c142989a8df173be271692 | | | False |' 2022-05-18 09:45:54.153 | ++ functions-common:get_field:830 : awk '-F[ \t]*\\|[ \t]*' '{print $2}' 2022-05-18 09:45:54.153 | ++ functions-common:get_field:824 : read data 2022-05-18 09:45:54.153 | + functions-common:get_or_add_user_project_role:1007 : user_role_id=6323704cbfd54b3cb5f66d53ee8337b8 2022-05-18 09:45:54.153 | + functions-common:get_or_add_user_project_role:1009 : echo 6323704cbfd54b3cb5f66d53ee8337b8 2022-05-18 09:45:54.153 | 6323704cbfd54b3cb5f66d53ee8337b8 2022-05-18 09:45:54.153 | + lib/nova:create_nova_accounts:391 : is_service_enabled s3api 2022-05-18 09:45:54.153 | + functions-common:is_service_enabled:2093 : return 1 2022-05-18 09:45:54.153 | + lib/nova:create_nova_accounts:402 : is_service_enabled n-api 2022-05-18 09:45:54.153 | + functions-common:is_service_enabled:2093 : return 0 2022-05-18 09:45:54.153 | + lib/nova:create_nova_accounts:403 : [[ False = True ]] 2022-05-18 09:45:54.195 | [207558 Async create_nova_accounts:242297]: finished create_nova_accounts with result 0 in 81 seconds 2022-05-18 09:45:54.236 | [207558 Async create_glance_accounts:242412]: Waiting for completion of create_glance_accounts running on PID 242412 (5 other jobs running) 2022-05-18 09:45:54.262 | [207558 Async create_glance_accounts:242412]: Signaling child to exit 2022-05-18 09:45:54.262 | WAKEUP 2022-05-18 09:45:54.286 | [207558 Async create_glance_accounts:242412]: Signaled 2022-05-18 09:45:54.288 | + lib/glance:create_glance_accounts:451 : is_service_enabled g-api 2022-05-18 09:45:54.288 | + functions-common:is_service_enabled:2093 : return 0 2022-05-18 09:45:54.288 | + lib/glance:create_glance_accounts:453 : create_service_user glance 2022-05-18 09:45:54.288 | + lib/keystone:create_service_user:431 : get_or_create_user glance Passw0rd Default 2022-05-18 09:45:54.288 | + functions-common:get_or_create_user:921 : local user_id 2022-05-18 09:45:54.288 | + functions-common:get_or_create_user:922 : [[ ! -z '' ]] 2022-05-18 09:45:54.288 | + functions-common:get_or_create_user:925 : local email= 2022-05-18 09:45:54.288 | ++ functions-common:get_or_create_user:939 : oscwrap --os-cloud devstack-system-admin user create glance --password Passw0rd --domain=Default --or-show -f value -c id 2022-05-18 09:45:54.288 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-05-18 09:45:54.288 | from cryptography.utils import int_from_bytes 2022-05-18 09:45:54.288 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-05-18 09:45:54.288 | from cryptography.utils import int_from_bytes 2022-05-18 09:45:54.288 | ++ functions-common:oscwrap:2477 : return 0 2022-05-18 09:45:54.288 | + functions-common:get_or_create_user:937 : user_id=e4c9659196434ae0b5ca1042df333428 2022-05-18 09:45:54.288 | + functions-common:get_or_create_user:938 : echo e4c9659196434ae0b5ca1042df333428 2022-05-18 09:45:54.288 | e4c9659196434ae0b5ca1042df333428 2022-05-18 09:45:54.288 | + lib/keystone:create_service_user:432 : get_or_add_user_project_role service glance service Default Default 2022-05-18 09:45:54.289 | + functions-common:get_or_add_user_project_role:985 : local user_role_id 2022-05-18 09:45:54.289 | ++ functions-common:get_or_add_user_project_role:987 : _get_domain_args Default Default 2022-05-18 09:45:54.289 | ++ functions-common:_get_domain_args:969 : local domain 2022-05-18 09:45:54.289 | ++ functions-common:_get_domain_args:970 : domain= 2022-05-18 09:45:54.289 | ++ functions-common:_get_domain_args:972 : [[ -n Default ]] 2022-05-18 09:45:54.289 | ++ functions-common:_get_domain_args:973 : domain=' --user-domain Default' 2022-05-18 09:45:54.289 | ++ functions-common:_get_domain_args:975 : [[ -n Default ]] 2022-05-18 09:45:54.289 | ++ functions-common:_get_domain_args:976 : domain=' --user-domain Default --project-domain Default' 2022-05-18 09:45:54.289 | ++ functions-common:_get_domain_args:979 : echo --user-domain Default --project-domain Default 2022-05-18 09:45:54.289 | + functions-common:get_or_add_user_project_role:987 : domain_args='--user-domain Default --project-domain Default' 2022-05-18 09:45:54.289 | ++ functions-common:get_or_add_user_project_role:995 : get_field 1 2022-05-18 09:45:54.289 | ++ 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-05-18 09:45:54.289 | ++ functions-common:get_or_add_user_project_role:995 : grep '^|\s[a-f0-9]\+' 2022-05-18 09:45:54.289 | ++ functions-common:get_field:823 : local data field 2022-05-18 09:45:54.289 | ++ functions-common:get_field:824 : read data 2022-05-18 09:45:54.289 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-05-18 09:45:54.289 | from cryptography.utils import int_from_bytes 2022-05-18 09:45:54.289 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-05-18 09:45:54.289 | from cryptography.utils import int_from_bytes 2022-05-18 09:45:54.289 | ++ functions-common:oscwrap:2477 : return 0 2022-05-18 09:45:54.289 | + functions-common:get_or_add_user_project_role:995 : user_role_id= 2022-05-18 09:45:54.289 | + functions-common:get_or_add_user_project_role:996 : [[ -z '' ]] 2022-05-18 09:45:54.289 | + functions-common:get_or_add_user_project_role:998 : openstack --os-cloud devstack-system-admin role add service --user glance --project service --user-domain Default --project-domain Default 2022-05-18 09:45:54.289 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-05-18 09:45:54.289 | from cryptography.utils import int_from_bytes 2022-05-18 09:45:54.289 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-05-18 09:45:54.289 | from cryptography.utils import int_from_bytes 2022-05-18 09:45:54.289 | ++ functions-common:get_or_add_user_project_role:1007 : oscwrap --os-cloud devstack-system-admin role assignment list --role service --user glance --project service --user-domain Default --project-domain Default 2022-05-18 09:45:54.289 | ++ functions-common:get_or_add_user_project_role:1007 : grep '^|\s[a-f0-9]\+' 2022-05-18 09:45:54.289 | ++ functions-common:get_or_add_user_project_role:1007 : get_field 1 2022-05-18 09:45:54.289 | ++ functions-common:get_field:823 : local data field 2022-05-18 09:45:54.289 | ++ functions-common:get_field:824 : read data 2022-05-18 09:45:54.290 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-05-18 09:45:54.290 | from cryptography.utils import int_from_bytes 2022-05-18 09:45:54.290 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-05-18 09:45:54.290 | from cryptography.utils import int_from_bytes 2022-05-18 09:45:54.290 | ++ functions-common:oscwrap:2477 : return 0 2022-05-18 09:45:54.290 | ++ functions-common:get_field:825 : '[' 1 -lt 0 ']' 2022-05-18 09:45:54.290 | ++ functions-common:get_field:828 : field='$2' 2022-05-18 09:45:54.290 | ++ functions-common:get_field:830 : echo '| ad3589aaeab6414497e12df3ddcc7f1c | e4c9659196434ae0b5ca1042df333428 | | 53b7accf94c142989a8df173be271692 | | | False |' 2022-05-18 09:45:54.290 | ++ functions-common:get_field:830 : awk '-F[ \t]*\\|[ \t]*' '{print $2}' 2022-05-18 09:45:54.290 | ++ functions-common:get_field:824 : read data 2022-05-18 09:45:54.290 | + functions-common:get_or_add_user_project_role:1007 : user_role_id=ad3589aaeab6414497e12df3ddcc7f1c 2022-05-18 09:45:54.290 | + functions-common:get_or_add_user_project_role:1009 : echo ad3589aaeab6414497e12df3ddcc7f1c 2022-05-18 09:45:54.290 | ad3589aaeab6414497e12df3ddcc7f1c 2022-05-18 09:45:54.290 | + lib/keystone:create_service_user:434 : [[ -n '' ]] 2022-05-18 09:45:54.290 | + lib/glance:create_glance_accounts:456 : is_service_enabled s-proxy 2022-05-18 09:45:54.290 | + functions-common:is_service_enabled:2093 : return 0 2022-05-18 09:45:54.290 | + lib/glance:create_glance_accounts:457 : create_service_user glance-swift ResellerAdmin 2022-05-18 09:45:54.290 | + lib/keystone:create_service_user:431 : get_or_create_user glance-swift Passw0rd Default 2022-05-18 09:45:54.290 | + functions-common:get_or_create_user:921 : local user_id 2022-05-18 09:45:54.290 | + functions-common:get_or_create_user:922 : [[ ! -z '' ]] 2022-05-18 09:45:54.290 | + functions-common:get_or_create_user:925 : local email= 2022-05-18 09:45:54.290 | ++ functions-common:get_or_create_user:939 : oscwrap --os-cloud devstack-system-admin user create glance-swift --password Passw0rd --domain=Default --or-show -f value -c id 2022-05-18 09:45:54.290 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-05-18 09:45:54.290 | from cryptography.utils import int_from_bytes 2022-05-18 09:45:54.290 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-05-18 09:45:54.290 | from cryptography.utils import int_from_bytes 2022-05-18 09:45:54.290 | ++ functions-common:oscwrap:2477 : return 0 2022-05-18 09:45:54.290 | + functions-common:get_or_create_user:937 : user_id=a2ad3b5f94ea428ba2c51d03fc6d43fc 2022-05-18 09:45:54.290 | + functions-common:get_or_create_user:938 : echo a2ad3b5f94ea428ba2c51d03fc6d43fc 2022-05-18 09:45:54.290 | a2ad3b5f94ea428ba2c51d03fc6d43fc 2022-05-18 09:45:54.290 | + lib/keystone:create_service_user:432 : get_or_add_user_project_role service glance-swift service Default Default 2022-05-18 09:45:54.290 | + functions-common:get_or_add_user_project_role:985 : local user_role_id 2022-05-18 09:45:54.291 | ++ functions-common:get_or_add_user_project_role:987 : _get_domain_args Default Default 2022-05-18 09:45:54.291 | ++ functions-common:_get_domain_args:969 : local domain 2022-05-18 09:45:54.291 | ++ functions-common:_get_domain_args:970 : domain= 2022-05-18 09:45:54.291 | ++ functions-common:_get_domain_args:972 : [[ -n Default ]] 2022-05-18 09:45:54.291 | ++ functions-common:_get_domain_args:973 : domain=' --user-domain Default' 2022-05-18 09:45:54.291 | ++ functions-common:_get_domain_args:975 : [[ -n Default ]] 2022-05-18 09:45:54.291 | ++ functions-common:_get_domain_args:976 : domain=' --user-domain Default --project-domain Default' 2022-05-18 09:45:54.291 | ++ functions-common:_get_domain_args:979 : echo --user-domain Default --project-domain Default 2022-05-18 09:45:54.291 | + functions-common:get_or_add_user_project_role:987 : domain_args='--user-domain Default --project-domain Default' 2022-05-18 09:45:54.291 | ++ functions-common:get_or_add_user_project_role:995 : grep '^|\s[a-f0-9]\+' 2022-05-18 09:45:54.291 | ++ 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-05-18 09:45:54.291 | ++ functions-common:get_or_add_user_project_role:995 : get_field 1 2022-05-18 09:45:54.291 | ++ functions-common:get_field:823 : local data field 2022-05-18 09:45:54.291 | ++ functions-common:get_field:824 : read data 2022-05-18 09:45:54.291 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-05-18 09:45:54.291 | from cryptography.utils import int_from_bytes 2022-05-18 09:45:54.291 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-05-18 09:45:54.291 | from cryptography.utils import int_from_bytes 2022-05-18 09:45:54.291 | ++ functions-common:oscwrap:2477 : return 0 2022-05-18 09:45:54.291 | + functions-common:get_or_add_user_project_role:995 : user_role_id= 2022-05-18 09:45:54.291 | + functions-common:get_or_add_user_project_role:996 : [[ -z '' ]] 2022-05-18 09:45:54.291 | + functions-common:get_or_add_user_project_role:998 : openstack --os-cloud devstack-system-admin role add service --user glance-swift --project service --user-domain Default --project-domain Default 2022-05-18 09:45:54.291 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-05-18 09:45:54.291 | from cryptography.utils import int_from_bytes 2022-05-18 09:45:54.291 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-05-18 09:45:54.291 | from cryptography.utils import int_from_bytes 2022-05-18 09:45:54.291 | ++ functions-common:get_or_add_user_project_role:1007 : oscwrap --os-cloud devstack-system-admin role assignment list --role service --user glance-swift --project service --user-domain Default --project-domain Default 2022-05-18 09:45:54.291 | ++ functions-common:get_or_add_user_project_role:1007 : grep '^|\s[a-f0-9]\+' 2022-05-18 09:45:54.291 | ++ functions-common:get_or_add_user_project_role:1007 : get_field 1 2022-05-18 09:45:54.291 | ++ functions-common:get_field:823 : local data field 2022-05-18 09:45:54.291 | ++ functions-common:get_field:824 : read data 2022-05-18 09:45:54.292 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-05-18 09:45:54.292 | from cryptography.utils import int_from_bytes 2022-05-18 09:45:54.292 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-05-18 09:45:54.292 | from cryptography.utils import int_from_bytes 2022-05-18 09:45:54.292 | ++ functions-common:oscwrap:2477 : return 0 2022-05-18 09:45:54.292 | ++ functions-common:get_field:825 : '[' 1 -lt 0 ']' 2022-05-18 09:45:54.292 | ++ functions-common:get_field:828 : field='$2' 2022-05-18 09:45:54.292 | ++ functions-common:get_field:830 : awk '-F[ \t]*\\|[ \t]*' '{print $2}' 2022-05-18 09:45:54.292 | ++ functions-common:get_field:830 : echo '| ad3589aaeab6414497e12df3ddcc7f1c | a2ad3b5f94ea428ba2c51d03fc6d43fc | | 53b7accf94c142989a8df173be271692 | | | False |' 2022-05-18 09:45:54.292 | ++ functions-common:get_field:824 : read data 2022-05-18 09:45:54.292 | + functions-common:get_or_add_user_project_role:1007 : user_role_id=ad3589aaeab6414497e12df3ddcc7f1c 2022-05-18 09:45:54.292 | + functions-common:get_or_add_user_project_role:1009 : echo ad3589aaeab6414497e12df3ddcc7f1c 2022-05-18 09:45:54.292 | ad3589aaeab6414497e12df3ddcc7f1c 2022-05-18 09:45:54.292 | + lib/keystone:create_service_user:434 : [[ -n ResellerAdmin ]] 2022-05-18 09:45:54.292 | + lib/keystone:create_service_user:435 : get_or_add_user_project_role ResellerAdmin glance-swift service Default Default 2022-05-18 09:45:54.292 | + functions-common:get_or_add_user_project_role:985 : local user_role_id 2022-05-18 09:45:54.292 | ++ functions-common:get_or_add_user_project_role:987 : _get_domain_args Default Default 2022-05-18 09:45:54.292 | ++ functions-common:_get_domain_args:969 : local domain 2022-05-18 09:45:54.292 | ++ functions-common:_get_domain_args:970 : domain= 2022-05-18 09:45:54.292 | ++ functions-common:_get_domain_args:972 : [[ -n Default ]] 2022-05-18 09:45:54.292 | ++ functions-common:_get_domain_args:973 : domain=' --user-domain Default' 2022-05-18 09:45:54.292 | ++ functions-common:_get_domain_args:975 : [[ -n Default ]] 2022-05-18 09:45:54.292 | ++ functions-common:_get_domain_args:976 : domain=' --user-domain Default --project-domain Default' 2022-05-18 09:45:54.292 | ++ functions-common:_get_domain_args:979 : echo --user-domain Default --project-domain Default 2022-05-18 09:45:54.292 | + functions-common:get_or_add_user_project_role:987 : domain_args='--user-domain Default --project-domain Default' 2022-05-18 09:45:54.292 | ++ functions-common:get_or_add_user_project_role:995 : get_field 1 2022-05-18 09:45:54.292 | ++ 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-05-18 09:45:54.292 | ++ functions-common:get_field:823 : local data field 2022-05-18 09:45:54.292 | ++ functions-common:get_or_add_user_project_role:995 : grep '^|\s[a-f0-9]\+' 2022-05-18 09:45:54.292 | ++ functions-common:get_field:824 : read data 2022-05-18 09:45:54.292 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-05-18 09:45:54.292 | from cryptography.utils import int_from_bytes 2022-05-18 09:45:54.292 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-05-18 09:45:54.293 | from cryptography.utils import int_from_bytes 2022-05-18 09:45:54.293 | ++ functions-common:oscwrap:2477 : return 0 2022-05-18 09:45:54.293 | + functions-common:get_or_add_user_project_role:995 : user_role_id= 2022-05-18 09:45:54.293 | + functions-common:get_or_add_user_project_role:996 : [[ -z '' ]] 2022-05-18 09:45:54.293 | + functions-common:get_or_add_user_project_role:998 : openstack --os-cloud devstack-system-admin role add ResellerAdmin --user glance-swift --project service --user-domain Default --project-domain Default 2022-05-18 09:45:54.293 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-05-18 09:45:54.293 | from cryptography.utils import int_from_bytes 2022-05-18 09:45:54.293 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-05-18 09:45:54.293 | from cryptography.utils import int_from_bytes 2022-05-18 09:45:54.293 | ++ functions-common:get_or_add_user_project_role:1007 : oscwrap --os-cloud devstack-system-admin role assignment list --role ResellerAdmin --user glance-swift --project service --user-domain Default --project-domain Default 2022-05-18 09:45:54.293 | ++ functions-common:get_or_add_user_project_role:1007 : grep '^|\s[a-f0-9]\+' 2022-05-18 09:45:54.293 | ++ functions-common:get_or_add_user_project_role:1007 : get_field 1 2022-05-18 09:45:54.293 | ++ functions-common:get_field:823 : local data field 2022-05-18 09:45:54.293 | ++ functions-common:get_field:824 : read data 2022-05-18 09:45:54.293 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-05-18 09:45:54.293 | from cryptography.utils import int_from_bytes 2022-05-18 09:45:54.293 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-05-18 09:45:54.293 | from cryptography.utils import int_from_bytes 2022-05-18 09:45:54.293 | ++ functions-common:oscwrap:2477 : return 0 2022-05-18 09:45:54.293 | ++ functions-common:get_field:825 : '[' 1 -lt 0 ']' 2022-05-18 09:45:54.293 | ++ functions-common:get_field:828 : field='$2' 2022-05-18 09:45:54.293 | ++ functions-common:get_field:830 : awk '-F[ \t]*\\|[ \t]*' '{print $2}' 2022-05-18 09:45:54.293 | ++ functions-common:get_field:830 : echo '| 6323704cbfd54b3cb5f66d53ee8337b8 | a2ad3b5f94ea428ba2c51d03fc6d43fc | | 53b7accf94c142989a8df173be271692 | | | False |' 2022-05-18 09:45:54.293 | ++ functions-common:get_field:824 : read data 2022-05-18 09:45:54.293 | + functions-common:get_or_add_user_project_role:1007 : user_role_id=6323704cbfd54b3cb5f66d53ee8337b8 2022-05-18 09:45:54.293 | + functions-common:get_or_add_user_project_role:1009 : echo 6323704cbfd54b3cb5f66d53ee8337b8 2022-05-18 09:45:54.293 | 6323704cbfd54b3cb5f66d53ee8337b8 2022-05-18 09:45:54.293 | + lib/glance:create_glance_accounts:460 : get_or_create_service glance image 'Glance Image Service' 2022-05-18 09:45:54.293 | + functions-common:get_or_create_service:1094 : local service_id 2022-05-18 09:45:54.293 | ++ functions-common:get_or_create_service:1107 : oscwrap --os-cloud devstack-system-admin service show image -f value -c id 2022-05-18 09:45:54.293 | ++ functions-common:get_or_create_service:1109 : oscwrap --os-cloud devstack-system-admin service create image --name glance '--description=Glance Image Service' -f value -c id 2022-05-18 09:45:54.294 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-05-18 09:45:54.294 | from cryptography.utils import int_from_bytes 2022-05-18 09:45:54.294 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-05-18 09:45:54.294 | from cryptography.utils import int_from_bytes 2022-05-18 09:45:54.294 | ++ functions-common:oscwrap:2477 : return 0 2022-05-18 09:45:54.294 | + functions-common:get_or_create_service:1105 : service_id=' 2022-05-18 09:45:54.294 | 486e8be736ca4d798fdce5d4a7c53afb' 2022-05-18 09:45:54.294 | + functions-common:get_or_create_service:1106 : echo 486e8be736ca4d798fdce5d4a7c53afb 2022-05-18 09:45:54.294 | 486e8be736ca4d798fdce5d4a7c53afb 2022-05-18 09:45:54.294 | + lib/glance:create_glance_accounts:462 : get_or_create_endpoint image RegionOne http://10.222.0.71/image 2022-05-18 09:45:54.294 | + functions-common:get_or_create_endpoint:1138 : local public_id 2022-05-18 09:45:54.294 | ++ functions-common:get_or_create_endpoint:1139 : _get_or_create_endpoint_with_interface image public http://10.222.0.71/image RegionOne 2022-05-18 09:45:54.294 | ++ functions-common:_get_or_create_endpoint_with_interface:1112 : local endpoint_id 2022-05-18 09:45:54.294 | +++ functions-common:_get_or_create_endpoint_with_interface:1117 : oscwrap --os-cloud devstack-system-admin endpoint list --service image --interface public --region RegionOne -c ID -f value 2022-05-18 09:45:54.294 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-05-18 09:45:54.294 | from cryptography.utils import int_from_bytes 2022-05-18 09:45:54.294 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-05-18 09:45:54.294 | from cryptography.utils import int_from_bytes 2022-05-18 09:45:54.294 | +++ functions-common:oscwrap:2477 : return 0 2022-05-18 09:45:54.294 | ++ functions-common:_get_or_create_endpoint_with_interface:1117 : endpoint_id= 2022-05-18 09:45:54.294 | ++ functions-common:_get_or_create_endpoint_with_interface:1118 : [[ -z '' ]] 2022-05-18 09:45:54.294 | +++ functions-common:_get_or_create_endpoint_with_interface:1121 : oscwrap --os-cloud devstack-system-admin endpoint create image public http://10.222.0.71/image --region RegionOne -f value -c id 2022-05-18 09:45:54.294 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-05-18 09:45:54.294 | from cryptography.utils import int_from_bytes 2022-05-18 09:45:54.294 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-05-18 09:45:54.294 | from cryptography.utils import int_from_bytes 2022-05-18 09:45:54.294 | +++ functions-common:oscwrap:2477 : return 0 2022-05-18 09:45:54.294 | ++ functions-common:_get_or_create_endpoint_with_interface:1121 : endpoint_id=b3038c02c74e4b47b1d0ce2ae064c64c 2022-05-18 09:45:54.294 | ++ functions-common:_get_or_create_endpoint_with_interface:1124 : echo b3038c02c74e4b47b1d0ce2ae064c64c 2022-05-18 09:45:54.294 | + functions-common:get_or_create_endpoint:1139 : public_id=b3038c02c74e4b47b1d0ce2ae064c64c 2022-05-18 09:45:54.294 | + functions-common:get_or_create_endpoint:1141 : [[ -n '' ]] 2022-05-18 09:45:54.294 | + functions-common:get_or_create_endpoint:1144 : [[ -n '' ]] 2022-05-18 09:45:54.295 | + functions-common:get_or_create_endpoint:1148 : echo b3038c02c74e4b47b1d0ce2ae064c64c 2022-05-18 09:45:54.295 | b3038c02c74e4b47b1d0ce2ae064c64c 2022-05-18 09:45:54.295 | ++ lib/glance:create_glance_accounts:467 : get_or_create_domain Default 2022-05-18 09:45:54.295 | ++ functions-common:get_or_create_domain:889 : local domain_id 2022-05-18 09:45:54.295 | +++ functions-common:get_or_create_domain:901 : oscwrap --os-cloud devstack-system-admin domain show Default -f value -c id 2022-05-18 09:45:54.295 | ++ functions-common:get_or_create_domain:899 : domain_id=default 2022-05-18 09:45:54.295 | ++ functions-common:get_or_create_domain:900 : echo default 2022-05-18 09:45:54.295 | + lib/glance:create_glance_accounts:467 : service_domain_id=default 2022-05-18 09:45:54.295 | + lib/glance:create_glance_accounts:468 : iniset /etc/glance/glance-swift-store.conf ref1 project_domain_id default 2022-05-18 09:45:54.295 | + lib/glance:create_glance_accounts:469 : iniset /etc/glance/glance-swift-store.conf ref1 user_domain_id default 2022-05-18 09:45:54.295 | + lib/glance:create_glance_accounts:471 : [[ False = True ]] 2022-05-18 09:45:54.347 | [207558 Async create_glance_accounts:242412]: finished create_glance_accounts with result 0 in 79 seconds 2022-05-18 09:45:54.388 | [207558 Async create_cinder_accounts:242542]: Waiting for completion of create_cinder_accounts running on PID 242542 (4 other jobs running) 2022-05-18 09:45:54.419 | [207558 Async create_cinder_accounts:242542]: Signaling child to exit 2022-05-18 09:45:54.419 | WAKEUP 2022-05-18 09:45:54.443 | [207558 Async create_cinder_accounts:242542]: Signaled 2022-05-18 09:45:54.444 | + lib/cinder:create_cinder_accounts:398 : [[ key,n-api,n-cond,n-sch,n-api-meta,placement-api,placement-client,g-api,c-sch,c-api,c-vol,ovn-controller,ovn-northd,ovs-vswitchd,ovsdb-server,q-svc,q-ovn-metadata-agent,rabbit,tempest,mysql,etcd3,dstat,n-crt,n-cauth,q-agt,q-dhcp,q-l3,q-meta,q-metering,q-vpn,g-reg,cinder,c-bak,s-proxy,s-object,s-container,s-account,heat,h-api,h-api-cfn,h-api-cw,h-eng,ceilometer-acentral,ceilometer-acompute,ceilometer-collector,ceilometer-api,ceilometer-anotification =~ c-api ]] 2022-05-18 09:45:54.444 | + lib/cinder:create_cinder_accounts:400 : create_service_user cinder 2022-05-18 09:45:54.444 | + lib/keystone:create_service_user:431 : get_or_create_user cinder Passw0rd Default 2022-05-18 09:45:54.444 | + functions-common:get_or_create_user:921 : local user_id 2022-05-18 09:45:54.444 | + functions-common:get_or_create_user:922 : [[ ! -z '' ]] 2022-05-18 09:45:54.444 | + functions-common:get_or_create_user:925 : local email= 2022-05-18 09:45:54.445 | ++ functions-common:get_or_create_user:939 : oscwrap --os-cloud devstack-system-admin user create cinder --password Passw0rd --domain=Default --or-show -f value -c id 2022-05-18 09:45:54.445 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-05-18 09:45:54.445 | from cryptography.utils import int_from_bytes 2022-05-18 09:45:54.445 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-05-18 09:45:54.445 | from cryptography.utils import int_from_bytes 2022-05-18 09:45:54.445 | ++ functions-common:oscwrap:2477 : return 0 2022-05-18 09:45:54.445 | + functions-common:get_or_create_user:937 : user_id=a6b7801766d842049158949b0af2a7b0 2022-05-18 09:45:54.445 | + functions-common:get_or_create_user:938 : echo a6b7801766d842049158949b0af2a7b0 2022-05-18 09:45:54.445 | a6b7801766d842049158949b0af2a7b0 2022-05-18 09:45:54.445 | + lib/keystone:create_service_user:432 : get_or_add_user_project_role service cinder service Default Default 2022-05-18 09:45:54.445 | + functions-common:get_or_add_user_project_role:985 : local user_role_id 2022-05-18 09:45:54.445 | ++ functions-common:get_or_add_user_project_role:987 : _get_domain_args Default Default 2022-05-18 09:45:54.445 | ++ functions-common:_get_domain_args:969 : local domain 2022-05-18 09:45:54.445 | ++ functions-common:_get_domain_args:970 : domain= 2022-05-18 09:45:54.445 | ++ functions-common:_get_domain_args:972 : [[ -n Default ]] 2022-05-18 09:45:54.445 | ++ functions-common:_get_domain_args:973 : domain=' --user-domain Default' 2022-05-18 09:45:54.445 | ++ functions-common:_get_domain_args:975 : [[ -n Default ]] 2022-05-18 09:45:54.445 | ++ functions-common:_get_domain_args:976 : domain=' --user-domain Default --project-domain Default' 2022-05-18 09:45:54.445 | ++ functions-common:_get_domain_args:979 : echo --user-domain Default --project-domain Default 2022-05-18 09:45:54.445 | + functions-common:get_or_add_user_project_role:987 : domain_args='--user-domain Default --project-domain Default' 2022-05-18 09:45:54.445 | ++ functions-common:get_or_add_user_project_role:995 : grep '^|\s[a-f0-9]\+' 2022-05-18 09:45:54.445 | ++ functions-common:get_or_add_user_project_role:995 : get_field 1 2022-05-18 09:45:54.445 | ++ 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-05-18 09:45:54.445 | ++ functions-common:get_field:823 : local data field 2022-05-18 09:45:54.445 | ++ functions-common:get_field:824 : read data 2022-05-18 09:45:54.445 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-05-18 09:45:54.445 | from cryptography.utils import int_from_bytes 2022-05-18 09:45:54.445 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-05-18 09:45:54.445 | from cryptography.utils import int_from_bytes 2022-05-18 09:45:54.445 | ++ functions-common:oscwrap:2477 : return 0 2022-05-18 09:45:54.445 | + functions-common:get_or_add_user_project_role:995 : user_role_id= 2022-05-18 09:45:54.445 | + functions-common:get_or_add_user_project_role:996 : [[ -z '' ]] 2022-05-18 09:45:54.446 | + functions-common:get_or_add_user_project_role:998 : openstack --os-cloud devstack-system-admin role add service --user cinder --project service --user-domain Default --project-domain Default 2022-05-18 09:45:54.446 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-05-18 09:45:54.446 | from cryptography.utils import int_from_bytes 2022-05-18 09:45:54.446 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-05-18 09:45:54.446 | from cryptography.utils import int_from_bytes 2022-05-18 09:45:54.446 | ++ functions-common:get_or_add_user_project_role:1007 : get_field 1 2022-05-18 09:45:54.446 | ++ functions-common:get_or_add_user_project_role:1007 : grep '^|\s[a-f0-9]\+' 2022-05-18 09:45:54.446 | ++ functions-common:get_field:823 : local data field 2022-05-18 09:45:54.446 | ++ functions-common:get_or_add_user_project_role:1007 : oscwrap --os-cloud devstack-system-admin role assignment list --role service --user cinder --project service --user-domain Default --project-domain Default 2022-05-18 09:45:54.446 | ++ functions-common:get_field:824 : read data 2022-05-18 09:45:54.446 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-05-18 09:45:54.446 | from cryptography.utils import int_from_bytes 2022-05-18 09:45:54.446 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-05-18 09:45:54.446 | from cryptography.utils import int_from_bytes 2022-05-18 09:45:54.446 | ++ functions-common:oscwrap:2477 : return 0 2022-05-18 09:45:54.446 | ++ functions-common:get_field:825 : '[' 1 -lt 0 ']' 2022-05-18 09:45:54.446 | ++ functions-common:get_field:828 : field='$2' 2022-05-18 09:45:54.446 | ++ functions-common:get_field:830 : echo '| ad3589aaeab6414497e12df3ddcc7f1c | a6b7801766d842049158949b0af2a7b0 | | 53b7accf94c142989a8df173be271692 | | | False |' 2022-05-18 09:45:54.446 | ++ functions-common:get_field:830 : awk '-F[ \t]*\\|[ \t]*' '{print $2}' 2022-05-18 09:45:54.446 | ++ functions-common:get_field:824 : read data 2022-05-18 09:45:54.446 | + functions-common:get_or_add_user_project_role:1007 : user_role_id=ad3589aaeab6414497e12df3ddcc7f1c 2022-05-18 09:45:54.446 | + functions-common:get_or_add_user_project_role:1009 : echo ad3589aaeab6414497e12df3ddcc7f1c 2022-05-18 09:45:54.446 | ad3589aaeab6414497e12df3ddcc7f1c 2022-05-18 09:45:54.446 | + lib/keystone:create_service_user:434 : [[ -n '' ]] 2022-05-18 09:45:54.446 | + lib/cinder:create_cinder_accounts:403 : get_or_create_service cinder block-storage 'Cinder Volume Service' 2022-05-18 09:45:54.446 | + functions-common:get_or_create_service:1094 : local service_id 2022-05-18 09:45:54.446 | ++ functions-common:get_or_create_service:1107 : oscwrap --os-cloud devstack-system-admin service show block-storage -f value -c id 2022-05-18 09:45:54.446 | ++ functions-common:get_or_create_service:1109 : oscwrap --os-cloud devstack-system-admin service create block-storage --name cinder '--description=Cinder Volume Service' -f value -c id 2022-05-18 09:45:54.446 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-05-18 09:45:54.446 | from cryptography.utils import int_from_bytes 2022-05-18 09:45:54.446 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-05-18 09:45:54.446 | from cryptography.utils import int_from_bytes 2022-05-18 09:45:54.447 | ++ functions-common:oscwrap:2477 : return 0 2022-05-18 09:45:54.447 | + functions-common:get_or_create_service:1105 : service_id=' 2022-05-18 09:45:54.447 | e84e9f03986b447785e9a1ef6cfb6cb5' 2022-05-18 09:45:54.447 | + functions-common:get_or_create_service:1106 : echo e84e9f03986b447785e9a1ef6cfb6cb5 2022-05-18 09:45:54.447 | e84e9f03986b447785e9a1ef6cfb6cb5 2022-05-18 09:45:54.447 | + lib/cinder:create_cinder_accounts:404 : '[' True == False ']' 2022-05-18 09:45:54.447 | + lib/cinder:create_cinder_accounts:417 : get_or_create_endpoint block-storage RegionOne 'http://10.222.0.71/volume/v3/$(project_id)s' 2022-05-18 09:45:54.447 | + functions-common:get_or_create_endpoint:1138 : local public_id 2022-05-18 09:45:54.447 | ++ functions-common:get_or_create_endpoint:1139 : _get_or_create_endpoint_with_interface block-storage public 'http://10.222.0.71/volume/v3/$(project_id)s' RegionOne 2022-05-18 09:45:54.447 | ++ functions-common:_get_or_create_endpoint_with_interface:1112 : local endpoint_id 2022-05-18 09:45:54.447 | +++ functions-common:_get_or_create_endpoint_with_interface:1117 : oscwrap --os-cloud devstack-system-admin endpoint list --service block-storage --interface public --region RegionOne -c ID -f value 2022-05-18 09:45:54.447 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-05-18 09:45:54.447 | from cryptography.utils import int_from_bytes 2022-05-18 09:45:54.447 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-05-18 09:45:54.447 | from cryptography.utils import int_from_bytes 2022-05-18 09:45:54.447 | +++ functions-common:oscwrap:2477 : return 0 2022-05-18 09:45:54.447 | ++ functions-common:_get_or_create_endpoint_with_interface:1117 : endpoint_id= 2022-05-18 09:45:54.447 | ++ functions-common:_get_or_create_endpoint_with_interface:1118 : [[ -z '' ]] 2022-05-18 09:45:54.447 | +++ functions-common:_get_or_create_endpoint_with_interface:1121 : oscwrap --os-cloud devstack-system-admin endpoint create block-storage public 'http://10.222.0.71/volume/v3/$(project_id)s' --region RegionOne -f value -c id 2022-05-18 09:45:54.447 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-05-18 09:45:54.447 | from cryptography.utils import int_from_bytes 2022-05-18 09:45:54.447 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-05-18 09:45:54.447 | from cryptography.utils import int_from_bytes 2022-05-18 09:45:54.447 | +++ functions-common:oscwrap:2477 : return 0 2022-05-18 09:45:54.447 | ++ functions-common:_get_or_create_endpoint_with_interface:1121 : endpoint_id=17509bf385d541efa8bb13366608aa25 2022-05-18 09:45:54.447 | ++ functions-common:_get_or_create_endpoint_with_interface:1124 : echo 17509bf385d541efa8bb13366608aa25 2022-05-18 09:45:54.447 | + functions-common:get_or_create_endpoint:1139 : public_id=17509bf385d541efa8bb13366608aa25 2022-05-18 09:45:54.447 | + functions-common:get_or_create_endpoint:1141 : [[ -n '' ]] 2022-05-18 09:45:54.448 | + functions-common:get_or_create_endpoint:1144 : [[ -n '' ]] 2022-05-18 09:45:54.448 | + functions-common:get_or_create_endpoint:1148 : echo 17509bf385d541efa8bb13366608aa25 2022-05-18 09:45:54.448 | 17509bf385d541efa8bb13366608aa25 2022-05-18 09:45:54.448 | + lib/cinder:create_cinder_accounts:421 : get_or_create_service cinderv3 volumev3 'Cinder Volume Service V3' 2022-05-18 09:45:54.448 | + functions-common:get_or_create_service:1094 : local service_id 2022-05-18 09:45:54.448 | ++ functions-common:get_or_create_service:1107 : oscwrap --os-cloud devstack-system-admin service show volumev3 -f value -c id 2022-05-18 09:45:54.448 | ++ functions-common:get_or_create_service:1109 : oscwrap --os-cloud devstack-system-admin service create volumev3 --name cinderv3 '--description=Cinder Volume Service V3' -f value -c id 2022-05-18 09:45:54.448 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-05-18 09:45:54.448 | from cryptography.utils import int_from_bytes 2022-05-18 09:45:54.448 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-05-18 09:45:54.448 | from cryptography.utils import int_from_bytes 2022-05-18 09:45:54.448 | ++ functions-common:oscwrap:2477 : return 0 2022-05-18 09:45:54.448 | + functions-common:get_or_create_service:1105 : service_id=' 2022-05-18 09:45:54.448 | 939169416be34497bc38059fa9125ae1' 2022-05-18 09:45:54.448 | + functions-common:get_or_create_service:1106 : echo 939169416be34497bc38059fa9125ae1 2022-05-18 09:45:54.448 | 939169416be34497bc38059fa9125ae1 2022-05-18 09:45:54.448 | + lib/cinder:create_cinder_accounts:423 : get_or_create_endpoint volumev3 RegionOne 'http://10.222.0.71/volume/v3/$(project_id)s' 2022-05-18 09:45:54.448 | + functions-common:get_or_create_endpoint:1138 : local public_id 2022-05-18 09:45:54.448 | ++ functions-common:get_or_create_endpoint:1139 : _get_or_create_endpoint_with_interface volumev3 public 'http://10.222.0.71/volume/v3/$(project_id)s' RegionOne 2022-05-18 09:45:54.448 | ++ functions-common:_get_or_create_endpoint_with_interface:1112 : local endpoint_id 2022-05-18 09:45:54.448 | +++ functions-common:_get_or_create_endpoint_with_interface:1117 : oscwrap --os-cloud devstack-system-admin endpoint list --service volumev3 --interface public --region RegionOne -c ID -f value 2022-05-18 09:45:54.448 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-05-18 09:45:54.448 | from cryptography.utils import int_from_bytes 2022-05-18 09:45:54.448 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-05-18 09:45:54.448 | from cryptography.utils import int_from_bytes 2022-05-18 09:45:54.448 | +++ functions-common:oscwrap:2477 : return 0 2022-05-18 09:45:54.448 | ++ functions-common:_get_or_create_endpoint_with_interface:1117 : endpoint_id= 2022-05-18 09:45:54.448 | ++ functions-common:_get_or_create_endpoint_with_interface:1118 : [[ -z '' ]] 2022-05-18 09:45:54.448 | +++ functions-common:_get_or_create_endpoint_with_interface:1121 : oscwrap --os-cloud devstack-system-admin endpoint create volumev3 public 'http://10.222.0.71/volume/v3/$(project_id)s' --region RegionOne -f value -c id 2022-05-18 09:45:54.449 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-05-18 09:45:54.449 | from cryptography.utils import int_from_bytes 2022-05-18 09:45:54.449 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-05-18 09:45:54.449 | from cryptography.utils import int_from_bytes 2022-05-18 09:45:54.449 | +++ functions-common:oscwrap:2477 : return 0 2022-05-18 09:45:54.449 | ++ functions-common:_get_or_create_endpoint_with_interface:1121 : endpoint_id=05cdb16b4ad3472c8d1efc736436f1c6 2022-05-18 09:45:54.449 | ++ functions-common:_get_or_create_endpoint_with_interface:1124 : echo 05cdb16b4ad3472c8d1efc736436f1c6 2022-05-18 09:45:54.449 | + functions-common:get_or_create_endpoint:1139 : public_id=05cdb16b4ad3472c8d1efc736436f1c6 2022-05-18 09:45:54.449 | + functions-common:get_or_create_endpoint:1141 : [[ -n '' ]] 2022-05-18 09:45:54.449 | + functions-common:get_or_create_endpoint:1144 : [[ -n '' ]] 2022-05-18 09:45:54.449 | + functions-common:get_or_create_endpoint:1148 : echo 05cdb16b4ad3472c8d1efc736436f1c6 2022-05-18 09:45:54.449 | 05cdb16b4ad3472c8d1efc736436f1c6 2022-05-18 09:45:54.449 | + lib/cinder:create_cinder_accounts:428 : configure_cinder_internal_tenant 2022-05-18 09:45:54.449 | ++ lib/cinder:configure_cinder_internal_tenant:611 : get_or_create_project service 2022-05-18 09:45:54.449 | ++ functions-common:get_or_create_project:944 : local project_id 2022-05-18 09:45:54.449 | +++ functions-common:get_or_create_project:952 : oscwrap --os-cloud devstack-system-admin project create service --domain= --or-show -f value -c id 2022-05-18 09:45:54.449 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-05-18 09:45:54.449 | from cryptography.utils import int_from_bytes 2022-05-18 09:45:54.449 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-05-18 09:45:54.449 | from cryptography.utils import int_from_bytes 2022-05-18 09:45:54.449 | +++ functions-common:oscwrap:2477 : return 0 2022-05-18 09:45:54.449 | ++ functions-common:get_or_create_project:950 : project_id=53b7accf94c142989a8df173be271692 2022-05-18 09:45:54.449 | ++ functions-common:get_or_create_project:951 : echo 53b7accf94c142989a8df173be271692 2022-05-18 09:45:54.449 | + lib/cinder:configure_cinder_internal_tenant:611 : iniset /etc/cinder/cinder.conf DEFAULT cinder_internal_tenant_project_id 53b7accf94c142989a8df173be271692 2022-05-18 09:45:54.449 | ++ lib/cinder:configure_cinder_internal_tenant:612 : get_or_create_user cinder 2022-05-18 09:45:54.449 | ++ functions-common:get_or_create_user:921 : local user_id 2022-05-18 09:45:54.449 | ++ functions-common:get_or_create_user:922 : [[ ! -z '' ]] 2022-05-18 09:45:54.449 | ++ functions-common:get_or_create_user:925 : local email= 2022-05-18 09:45:54.449 | +++ functions-common:get_or_create_user:939 : oscwrap --os-cloud devstack-system-admin user create cinder --password '' --domain= --or-show -f value -c id 2022-05-18 09:45:54.449 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-05-18 09:45:54.450 | from cryptography.utils import int_from_bytes 2022-05-18 09:45:54.450 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-05-18 09:45:54.450 | from cryptography.utils import int_from_bytes 2022-05-18 09:45:54.450 | No password was supplied, authentication will fail when a user does not have a password. 2022-05-18 09:45:54.450 | +++ functions-common:oscwrap:2477 : return 0 2022-05-18 09:45:54.450 | ++ functions-common:get_or_create_user:937 : user_id=a6b7801766d842049158949b0af2a7b0 2022-05-18 09:45:54.450 | ++ functions-common:get_or_create_user:938 : echo a6b7801766d842049158949b0af2a7b0 2022-05-18 09:45:54.450 | + lib/cinder:configure_cinder_internal_tenant:612 : iniset /etc/cinder/cinder.conf DEFAULT cinder_internal_tenant_user_id a6b7801766d842049158949b0af2a7b0 2022-05-18 09:45:54.492 | [207558 Async create_cinder_accounts:242542]: finished create_cinder_accounts with result 0 in 62 seconds 2022-05-18 09:45:54.496 | + inc/async:async_wait:197 : return 0 2022-05-18 09:45:54.499 | + ./stack.sh:main:1131 : async_wait create_neutron_accounts create_swift_accounts configure_horizon 2022-05-18 09:45:54.566 | [207558 Async create_neutron_accounts:242658]: Waiting for completion of create_neutron_accounts running on PID 242658 (3 other jobs running) 2022-05-18 09:45:54.592 | [207558 Async create_neutron_accounts:242658]: Signaling child to exit 2022-05-18 09:45:54.592 | WAKEUP 2022-05-18 09:45:54.616 | [207558 Async create_neutron_accounts:242658]: Signaled 2022-05-18 09:45:54.618 | + lib/neutron:create_neutron_accounts:669 : is_neutron_legacy_enabled 2022-05-18 09:45:54.618 | ++ lib/neutron:is_neutron_legacy_enabled:136 : echo n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon 2022-05-18 09:45:54.618 | ++ lib/neutron:is_neutron_legacy_enabled:136 : sed s/neutron-//g 2022-05-18 09:45:54.618 | + lib/neutron:is_neutron_legacy_enabled:136 : disabled_services_copy=n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon 2022-05-18 09:45:54.618 | + lib/neutron:is_neutron_legacy_enabled:137 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon =~ ,neutron ]] 2022-05-18 09:45:54.618 | + lib/neutron:is_neutron_legacy_enabled:138 : [[ ,key,n-api,n-cond,n-sch,n-api-meta,placement-api,placement-client,g-api,c-sch,c-api,c-vol,ovn-controller,ovn-northd,ovs-vswitchd,ovsdb-server,q-svc,q-ovn-metadata-agent,rabbit,tempest,mysql,etcd3,dstat,n-crt,n-cauth,q-agt,q-dhcp,q-l3,q-meta,q-metering,q-vpn,g-reg,cinder,c-bak,s-proxy,s-object,s-container,s-account,heat,h-api,h-api-cfn,h-api-cw,h-eng,ceilometer-acentral,ceilometer-acompute,ceilometer-collector,ceilometer-api,ceilometer-anotification =~ ,q- ]] 2022-05-18 09:45:54.618 | + lib/neutron:is_neutron_legacy_enabled:138 : return 0 2022-05-18 09:45:54.618 | + lib/neutron:create_neutron_accounts:671 : create_mutnauq_accounts 2022-05-18 09:45:54.618 | + lib/neutron-legacy:create_mutnauq_accounts:436 : local neutron_url 2022-05-18 09:45:54.618 | + lib/neutron-legacy:create_mutnauq_accounts:437 : '[' False == True ']' 2022-05-18 09:45:54.618 | + lib/neutron-legacy:create_mutnauq_accounts:440 : neutron_url=http://10.222.0.71:9696/ 2022-05-18 09:45:54.618 | + lib/neutron-legacy:create_mutnauq_accounts:443 : [[ key,n-api,n-cond,n-sch,n-api-meta,placement-api,placement-client,g-api,c-sch,c-api,c-vol,ovn-controller,ovn-northd,ovs-vswitchd,ovsdb-server,q-svc,q-ovn-metadata-agent,rabbit,tempest,mysql,etcd3,dstat,n-crt,n-cauth,q-agt,q-dhcp,q-l3,q-meta,q-metering,q-vpn,g-reg,cinder,c-bak,s-proxy,s-object,s-container,s-account,heat,h-api,h-api-cfn,h-api-cw,h-eng,ceilometer-acentral,ceilometer-acompute,ceilometer-collector,ceilometer-api,ceilometer-anotification =~ q-svc ]] 2022-05-18 09:45:54.618 | + lib/neutron-legacy:create_mutnauq_accounts:445 : create_service_user neutron 2022-05-18 09:45:54.618 | + lib/keystone:create_service_user:431 : get_or_create_user neutron Passw0rd Default 2022-05-18 09:45:54.618 | + functions-common:get_or_create_user:921 : local user_id 2022-05-18 09:45:54.618 | + functions-common:get_or_create_user:922 : [[ ! -z '' ]] 2022-05-18 09:45:54.618 | + functions-common:get_or_create_user:925 : local email= 2022-05-18 09:45:54.618 | ++ functions-common:get_or_create_user:939 : oscwrap --os-cloud devstack-system-admin user create neutron --password Passw0rd --domain=Default --or-show -f value -c id 2022-05-18 09:45:54.619 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-05-18 09:45:54.619 | from cryptography.utils import int_from_bytes 2022-05-18 09:45:54.619 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-05-18 09:45:54.619 | from cryptography.utils import int_from_bytes 2022-05-18 09:45:54.619 | ++ functions-common:oscwrap:2477 : return 0 2022-05-18 09:45:54.619 | + functions-common:get_or_create_user:937 : user_id=f4220b8cc5304bf4b18eb259dfdd6bd0 2022-05-18 09:45:54.619 | + functions-common:get_or_create_user:938 : echo f4220b8cc5304bf4b18eb259dfdd6bd0 2022-05-18 09:45:54.619 | f4220b8cc5304bf4b18eb259dfdd6bd0 2022-05-18 09:45:54.619 | + lib/keystone:create_service_user:432 : get_or_add_user_project_role service neutron service Default Default 2022-05-18 09:45:54.619 | + functions-common:get_or_add_user_project_role:985 : local user_role_id 2022-05-18 09:45:54.619 | ++ functions-common:get_or_add_user_project_role:987 : _get_domain_args Default Default 2022-05-18 09:45:54.619 | ++ functions-common:_get_domain_args:969 : local domain 2022-05-18 09:45:54.619 | ++ functions-common:_get_domain_args:970 : domain= 2022-05-18 09:45:54.619 | ++ functions-common:_get_domain_args:972 : [[ -n Default ]] 2022-05-18 09:45:54.619 | ++ functions-common:_get_domain_args:973 : domain=' --user-domain Default' 2022-05-18 09:45:54.619 | ++ functions-common:_get_domain_args:975 : [[ -n Default ]] 2022-05-18 09:45:54.619 | ++ functions-common:_get_domain_args:976 : domain=' --user-domain Default --project-domain Default' 2022-05-18 09:45:54.619 | ++ functions-common:_get_domain_args:979 : echo --user-domain Default --project-domain Default 2022-05-18 09:45:54.619 | + functions-common:get_or_add_user_project_role:987 : domain_args='--user-domain Default --project-domain Default' 2022-05-18 09:45:54.619 | ++ functions-common:get_or_add_user_project_role:995 : grep '^|\s[a-f0-9]\+' 2022-05-18 09:45:54.619 | ++ 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-05-18 09:45:54.619 | ++ functions-common:get_or_add_user_project_role:995 : get_field 1 2022-05-18 09:45:54.619 | ++ functions-common:get_field:823 : local data field 2022-05-18 09:45:54.619 | ++ functions-common:get_field:824 : read data 2022-05-18 09:45:54.619 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-05-18 09:45:54.619 | from cryptography.utils import int_from_bytes 2022-05-18 09:45:54.619 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-05-18 09:45:54.619 | from cryptography.utils import int_from_bytes 2022-05-18 09:45:54.619 | ++ functions-common:oscwrap:2477 : return 0 2022-05-18 09:45:54.619 | + functions-common:get_or_add_user_project_role:995 : user_role_id= 2022-05-18 09:45:54.620 | + functions-common:get_or_add_user_project_role:996 : [[ -z '' ]] 2022-05-18 09:45:54.620 | + functions-common:get_or_add_user_project_role:998 : openstack --os-cloud devstack-system-admin role add service --user neutron --project service --user-domain Default --project-domain Default 2022-05-18 09:45:54.620 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-05-18 09:45:54.620 | from cryptography.utils import int_from_bytes 2022-05-18 09:45:54.620 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-05-18 09:45:54.620 | from cryptography.utils import int_from_bytes 2022-05-18 09:45:54.620 | ++ functions-common:get_or_add_user_project_role:1007 : grep '^|\s[a-f0-9]\+' 2022-05-18 09:45:54.620 | ++ functions-common:get_or_add_user_project_role:1007 : get_field 1 2022-05-18 09:45:54.620 | ++ functions-common:get_or_add_user_project_role:1007 : oscwrap --os-cloud devstack-system-admin role assignment list --role service --user neutron --project service --user-domain Default --project-domain Default 2022-05-18 09:45:54.620 | ++ functions-common:get_field:823 : local data field 2022-05-18 09:45:54.620 | ++ functions-common:get_field:824 : read data 2022-05-18 09:45:54.620 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-05-18 09:45:54.620 | from cryptography.utils import int_from_bytes 2022-05-18 09:45:54.620 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-05-18 09:45:54.620 | from cryptography.utils import int_from_bytes 2022-05-18 09:45:54.620 | ++ functions-common:oscwrap:2477 : return 0 2022-05-18 09:45:54.620 | ++ functions-common:get_field:825 : '[' 1 -lt 0 ']' 2022-05-18 09:45:54.620 | ++ functions-common:get_field:828 : field='$2' 2022-05-18 09:45:54.620 | ++ functions-common:get_field:830 : echo '| ad3589aaeab6414497e12df3ddcc7f1c | f4220b8cc5304bf4b18eb259dfdd6bd0 | | 53b7accf94c142989a8df173be271692 | | | False |' 2022-05-18 09:45:54.620 | ++ functions-common:get_field:830 : awk '-F[ \t]*\\|[ \t]*' '{print $2}' 2022-05-18 09:45:54.620 | ++ functions-common:get_field:824 : read data 2022-05-18 09:45:54.620 | + functions-common:get_or_add_user_project_role:1007 : user_role_id=ad3589aaeab6414497e12df3ddcc7f1c 2022-05-18 09:45:54.620 | + functions-common:get_or_add_user_project_role:1009 : echo ad3589aaeab6414497e12df3ddcc7f1c 2022-05-18 09:45:54.620 | ad3589aaeab6414497e12df3ddcc7f1c 2022-05-18 09:45:54.620 | + lib/keystone:create_service_user:434 : [[ -n '' ]] 2022-05-18 09:45:54.620 | + lib/neutron-legacy:create_mutnauq_accounts:447 : get_or_create_service neutron network 'Neutron Service' 2022-05-18 09:45:54.620 | + functions-common:get_or_create_service:1094 : local service_id 2022-05-18 09:45:54.620 | ++ functions-common:get_or_create_service:1107 : oscwrap --os-cloud devstack-system-admin service show network -f value -c id 2022-05-18 09:45:54.620 | ++ functions-common:get_or_create_service:1109 : oscwrap --os-cloud devstack-system-admin service create network --name neutron '--description=Neutron Service' -f value -c id 2022-05-18 09:45:54.620 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-05-18 09:45:54.620 | from cryptography.utils import int_from_bytes 2022-05-18 09:45:54.621 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-05-18 09:45:54.621 | from cryptography.utils import int_from_bytes 2022-05-18 09:45:54.621 | ++ functions-common:oscwrap:2477 : return 0 2022-05-18 09:45:54.621 | + functions-common:get_or_create_service:1105 : service_id=' 2022-05-18 09:45:54.621 | c4d100460d184fe6a241edbf9d7049d1' 2022-05-18 09:45:54.621 | + functions-common:get_or_create_service:1106 : echo c4d100460d184fe6a241edbf9d7049d1 2022-05-18 09:45:54.621 | c4d100460d184fe6a241edbf9d7049d1 2022-05-18 09:45:54.621 | + lib/neutron-legacy:create_mutnauq_accounts:449 : get_or_create_endpoint network RegionOne http://10.222.0.71:9696/ 2022-05-18 09:45:54.621 | + functions-common:get_or_create_endpoint:1138 : local public_id 2022-05-18 09:45:54.621 | ++ functions-common:get_or_create_endpoint:1139 : _get_or_create_endpoint_with_interface network public http://10.222.0.71:9696/ RegionOne 2022-05-18 09:45:54.621 | ++ functions-common:_get_or_create_endpoint_with_interface:1112 : local endpoint_id 2022-05-18 09:45:54.621 | +++ functions-common:_get_or_create_endpoint_with_interface:1117 : oscwrap --os-cloud devstack-system-admin endpoint list --service network --interface public --region RegionOne -c ID -f value 2022-05-18 09:45:54.621 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-05-18 09:45:54.621 | from cryptography.utils import int_from_bytes 2022-05-18 09:45:54.621 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-05-18 09:45:54.621 | from cryptography.utils import int_from_bytes 2022-05-18 09:45:54.621 | +++ functions-common:oscwrap:2477 : return 0 2022-05-18 09:45:54.621 | ++ functions-common:_get_or_create_endpoint_with_interface:1117 : endpoint_id= 2022-05-18 09:45:54.621 | ++ functions-common:_get_or_create_endpoint_with_interface:1118 : [[ -z '' ]] 2022-05-18 09:45:54.621 | +++ functions-common:_get_or_create_endpoint_with_interface:1121 : oscwrap --os-cloud devstack-system-admin endpoint create network public http://10.222.0.71:9696/ --region RegionOne -f value -c id 2022-05-18 09:45:54.621 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-05-18 09:45:54.621 | from cryptography.utils import int_from_bytes 2022-05-18 09:45:54.621 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-05-18 09:45:54.621 | from cryptography.utils import int_from_bytes 2022-05-18 09:45:54.621 | +++ functions-common:oscwrap:2477 : return 0 2022-05-18 09:45:54.621 | ++ functions-common:_get_or_create_endpoint_with_interface:1121 : endpoint_id=5be3d2b395244703ac4a2c5b2aa24882 2022-05-18 09:45:54.621 | ++ functions-common:_get_or_create_endpoint_with_interface:1124 : echo 5be3d2b395244703ac4a2c5b2aa24882 2022-05-18 09:45:54.621 | + functions-common:get_or_create_endpoint:1139 : public_id=5be3d2b395244703ac4a2c5b2aa24882 2022-05-18 09:45:54.621 | + functions-common:get_or_create_endpoint:1141 : [[ -n '' ]] 2022-05-18 09:45:54.621 | + functions-common:get_or_create_endpoint:1144 : [[ -n '' ]] 2022-05-18 09:45:54.621 | + functions-common:get_or_create_endpoint:1148 : echo 5be3d2b395244703ac4a2c5b2aa24882 2022-05-18 09:45:54.621 | 5be3d2b395244703ac4a2c5b2aa24882 2022-05-18 09:45:54.667 | [207558 Async create_neutron_accounts:242658]: finished create_neutron_accounts with result 0 in 42 seconds 2022-05-18 09:45:54.712 | [207558 Async create_swift_accounts:242800]: Waiting for completion of create_swift_accounts running on PID 242800 (2 other jobs running) 2022-05-18 09:45:54.740 | [207558 Async create_swift_accounts:242800]: Signaling child to exit 2022-05-18 09:46:43.820 | + inc/async:async_inner:64 : rc=0 2022-05-18 09:46:43.846 | [242800 Async create_swift_accounts:242800]: finished successfully 2022-05-18 09:46:43.867 | WAKEUP 2022-05-18 09:46:43.890 | [207558 Async create_swift_accounts:242800]: Signaled 2022-05-18 09:46:43.891 | + lib/swift:create_swift_accounts:608 : export swiftusertest1_password=testing 2022-05-18 09:46:43.892 | + lib/swift:create_swift_accounts:608 : swiftusertest1_password=testing 2022-05-18 09:46:43.892 | + lib/swift:create_swift_accounts:609 : export swiftusertest2_password=testing2 2022-05-18 09:46:43.892 | + lib/swift:create_swift_accounts:609 : swiftusertest2_password=testing2 2022-05-18 09:46:43.892 | + lib/swift:create_swift_accounts:610 : export swiftusertest3_password=testing3 2022-05-18 09:46:43.892 | + lib/swift:create_swift_accounts:610 : swiftusertest3_password=testing3 2022-05-18 09:46:43.892 | + lib/swift:create_swift_accounts:611 : export swiftusertest4_password=testing4 2022-05-18 09:46:43.892 | + lib/swift:create_swift_accounts:611 : swiftusertest4_password=testing4 2022-05-18 09:46:43.892 | + lib/swift:create_swift_accounts:613 : local another_role 2022-05-18 09:46:43.892 | ++ lib/swift:create_swift_accounts:614 : get_or_create_role anotherrole 2022-05-18 09:46:43.892 | ++ functions-common:get_or_create_role:957 : local role_id 2022-05-18 09:46:43.892 | +++ functions-common:get_or_create_role:964 : oscwrap --os-cloud devstack-system-admin role create anotherrole --or-show -f value -c id 2022-05-18 09:46:43.892 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-05-18 09:46:43.892 | from cryptography.utils import int_from_bytes 2022-05-18 09:46:43.892 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-05-18 09:46:43.892 | from cryptography.utils import int_from_bytes 2022-05-18 09:46:43.892 | +++ functions-common:oscwrap:2477 : return 0 2022-05-18 09:46:43.892 | ++ functions-common:get_or_create_role:962 : role_id=0caebf3507d84877bcec8ca3e5681a50 2022-05-18 09:46:43.892 | ++ functions-common:get_or_create_role:963 : echo 0caebf3507d84877bcec8ca3e5681a50 2022-05-18 09:46:43.892 | + lib/swift:create_swift_accounts:614 : another_role=0caebf3507d84877bcec8ca3e5681a50 2022-05-18 09:46:43.892 | + lib/swift:create_swift_accounts:618 : create_service_user swift admin 2022-05-18 09:46:43.892 | + lib/keystone:create_service_user:431 : get_or_create_user swift Passw0rd Default 2022-05-18 09:46:43.892 | + functions-common:get_or_create_user:921 : local user_id 2022-05-18 09:46:43.892 | + functions-common:get_or_create_user:922 : [[ ! -z '' ]] 2022-05-18 09:46:43.892 | + functions-common:get_or_create_user:925 : local email= 2022-05-18 09:46:43.892 | ++ functions-common:get_or_create_user:939 : oscwrap --os-cloud devstack-system-admin user create swift --password Passw0rd --domain=Default --or-show -f value -c id 2022-05-18 09:46:43.892 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-05-18 09:46:43.892 | from cryptography.utils import int_from_bytes 2022-05-18 09:46:43.892 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-05-18 09:46:43.892 | from cryptography.utils import int_from_bytes 2022-05-18 09:46:43.892 | ++ functions-common:oscwrap:2477 : return 0 2022-05-18 09:46:43.893 | + functions-common:get_or_create_user:937 : user_id=a48671848652415d81d817848179e625 2022-05-18 09:46:43.893 | + functions-common:get_or_create_user:938 : echo a48671848652415d81d817848179e625 2022-05-18 09:46:43.893 | a48671848652415d81d817848179e625 2022-05-18 09:46:43.893 | + lib/keystone:create_service_user:432 : get_or_add_user_project_role service swift service Default Default 2022-05-18 09:46:43.893 | + functions-common:get_or_add_user_project_role:985 : local user_role_id 2022-05-18 09:46:43.893 | ++ functions-common:get_or_add_user_project_role:987 : _get_domain_args Default Default 2022-05-18 09:46:43.893 | ++ functions-common:_get_domain_args:969 : local domain 2022-05-18 09:46:43.893 | ++ functions-common:_get_domain_args:970 : domain= 2022-05-18 09:46:43.893 | ++ functions-common:_get_domain_args:972 : [[ -n Default ]] 2022-05-18 09:46:43.893 | ++ functions-common:_get_domain_args:973 : domain=' --user-domain Default' 2022-05-18 09:46:43.893 | ++ functions-common:_get_domain_args:975 : [[ -n Default ]] 2022-05-18 09:46:43.893 | ++ functions-common:_get_domain_args:976 : domain=' --user-domain Default --project-domain Default' 2022-05-18 09:46:43.893 | ++ functions-common:_get_domain_args:979 : echo --user-domain Default --project-domain Default 2022-05-18 09:46:43.893 | + functions-common:get_or_add_user_project_role:987 : domain_args='--user-domain Default --project-domain Default' 2022-05-18 09:46:43.893 | ++ functions-common:get_or_add_user_project_role:995 : grep '^|\s[a-f0-9]\+' 2022-05-18 09:46:43.893 | ++ 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-05-18 09:46:43.893 | ++ functions-common:get_or_add_user_project_role:995 : get_field 1 2022-05-18 09:46:43.893 | ++ functions-common:get_field:823 : local data field 2022-05-18 09:46:43.893 | ++ functions-common:get_field:824 : read data 2022-05-18 09:46:43.893 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-05-18 09:46:43.893 | from cryptography.utils import int_from_bytes 2022-05-18 09:46:43.893 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-05-18 09:46:43.893 | from cryptography.utils import int_from_bytes 2022-05-18 09:46:43.893 | ++ functions-common:oscwrap:2477 : return 0 2022-05-18 09:46:43.893 | + functions-common:get_or_add_user_project_role:995 : user_role_id= 2022-05-18 09:46:43.893 | + functions-common:get_or_add_user_project_role:996 : [[ -z '' ]] 2022-05-18 09:46:43.893 | + functions-common:get_or_add_user_project_role:998 : openstack --os-cloud devstack-system-admin role add service --user swift --project service --user-domain Default --project-domain Default 2022-05-18 09:46:43.893 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-05-18 09:46:43.893 | from cryptography.utils import int_from_bytes 2022-05-18 09:46:43.893 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-05-18 09:46:43.893 | from cryptography.utils import int_from_bytes 2022-05-18 09:46:43.893 | ++ functions-common:get_or_add_user_project_role:1007 : oscwrap --os-cloud devstack-system-admin role assignment list --role service --user swift --project service --user-domain Default --project-domain Default 2022-05-18 09:46:43.893 | ++ functions-common:get_or_add_user_project_role:1007 : get_field 1 2022-05-18 09:46:43.894 | ++ functions-common:get_or_add_user_project_role:1007 : grep '^|\s[a-f0-9]\+' 2022-05-18 09:46:43.894 | ++ functions-common:get_field:823 : local data field 2022-05-18 09:46:43.894 | ++ functions-common:get_field:824 : read data 2022-05-18 09:46:43.894 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-05-18 09:46:43.894 | from cryptography.utils import int_from_bytes 2022-05-18 09:46:43.894 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-05-18 09:46:43.894 | from cryptography.utils import int_from_bytes 2022-05-18 09:46:43.894 | ++ functions-common:oscwrap:2477 : return 0 2022-05-18 09:46:43.894 | ++ functions-common:get_field:825 : '[' 1 -lt 0 ']' 2022-05-18 09:46:43.894 | ++ functions-common:get_field:828 : field='$2' 2022-05-18 09:46:43.894 | ++ functions-common:get_field:830 : echo '| ad3589aaeab6414497e12df3ddcc7f1c | a48671848652415d81d817848179e625 | | 53b7accf94c142989a8df173be271692 | | | False |' 2022-05-18 09:46:43.894 | ++ functions-common:get_field:830 : awk '-F[ \t]*\\|[ \t]*' '{print $2}' 2022-05-18 09:46:43.894 | ++ functions-common:get_field:824 : read data 2022-05-18 09:46:43.894 | + functions-common:get_or_add_user_project_role:1007 : user_role_id=ad3589aaeab6414497e12df3ddcc7f1c 2022-05-18 09:46:43.894 | + functions-common:get_or_add_user_project_role:1009 : echo ad3589aaeab6414497e12df3ddcc7f1c 2022-05-18 09:46:43.894 | ad3589aaeab6414497e12df3ddcc7f1c 2022-05-18 09:46:43.894 | + lib/keystone:create_service_user:434 : [[ -n admin ]] 2022-05-18 09:46:43.894 | + lib/keystone:create_service_user:435 : get_or_add_user_project_role admin swift service Default Default 2022-05-18 09:46:43.894 | + functions-common:get_or_add_user_project_role:985 : local user_role_id 2022-05-18 09:46:43.894 | ++ functions-common:get_or_add_user_project_role:987 : _get_domain_args Default Default 2022-05-18 09:46:43.894 | ++ functions-common:_get_domain_args:969 : local domain 2022-05-18 09:46:43.894 | ++ functions-common:_get_domain_args:970 : domain= 2022-05-18 09:46:43.894 | ++ functions-common:_get_domain_args:972 : [[ -n Default ]] 2022-05-18 09:46:43.894 | ++ functions-common:_get_domain_args:973 : domain=' --user-domain Default' 2022-05-18 09:46:43.894 | ++ functions-common:_get_domain_args:975 : [[ -n Default ]] 2022-05-18 09:46:43.894 | ++ functions-common:_get_domain_args:976 : domain=' --user-domain Default --project-domain Default' 2022-05-18 09:46:43.894 | ++ functions-common:_get_domain_args:979 : echo --user-domain Default --project-domain Default 2022-05-18 09:46:43.894 | + functions-common:get_or_add_user_project_role:987 : domain_args='--user-domain Default --project-domain Default' 2022-05-18 09:46:43.894 | ++ 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-05-18 09:46:43.894 | ++ functions-common:get_or_add_user_project_role:995 : get_field 1 2022-05-18 09:46:43.894 | ++ functions-common:get_field:823 : local data field 2022-05-18 09:46:43.894 | ++ functions-common:get_or_add_user_project_role:995 : grep '^|\s[a-f0-9]\+' 2022-05-18 09:46:43.895 | ++ functions-common:get_field:824 : read data 2022-05-18 09:46:43.895 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-05-18 09:46:43.895 | from cryptography.utils import int_from_bytes 2022-05-18 09:46:43.895 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-05-18 09:46:43.895 | from cryptography.utils import int_from_bytes 2022-05-18 09:46:43.895 | ++ functions-common:oscwrap:2477 : return 0 2022-05-18 09:46:43.895 | + functions-common:get_or_add_user_project_role:995 : user_role_id= 2022-05-18 09:46:43.895 | + functions-common:get_or_add_user_project_role:996 : [[ -z '' ]] 2022-05-18 09:46:43.895 | + functions-common:get_or_add_user_project_role:998 : openstack --os-cloud devstack-system-admin role add admin --user swift --project service --user-domain Default --project-domain Default 2022-05-18 09:46:43.895 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-05-18 09:46:43.895 | from cryptography.utils import int_from_bytes 2022-05-18 09:46:43.895 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-05-18 09:46:43.895 | from cryptography.utils import int_from_bytes 2022-05-18 09:46:43.895 | ++ functions-common:get_or_add_user_project_role:1007 : get_field 1 2022-05-18 09:46:43.895 | ++ functions-common:get_or_add_user_project_role:1007 : oscwrap --os-cloud devstack-system-admin role assignment list --role admin --user swift --project service --user-domain Default --project-domain Default 2022-05-18 09:46:43.895 | ++ functions-common:get_or_add_user_project_role:1007 : grep '^|\s[a-f0-9]\+' 2022-05-18 09:46:43.895 | ++ functions-common:get_field:823 : local data field 2022-05-18 09:46:43.895 | ++ functions-common:get_field:824 : read data 2022-05-18 09:46:43.895 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-05-18 09:46:43.895 | from cryptography.utils import int_from_bytes 2022-05-18 09:46:43.895 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-05-18 09:46:43.895 | from cryptography.utils import int_from_bytes 2022-05-18 09:46:43.895 | ++ functions-common:oscwrap:2477 : return 0 2022-05-18 09:46:43.895 | ++ functions-common:get_field:825 : '[' 1 -lt 0 ']' 2022-05-18 09:46:43.895 | ++ functions-common:get_field:828 : field='$2' 2022-05-18 09:46:43.895 | ++ functions-common:get_field:830 : echo '| 913df76e980c4ca38997dd8ea54f4c75 | a48671848652415d81d817848179e625 | | 53b7accf94c142989a8df173be271692 | | | False |' 2022-05-18 09:46:43.895 | ++ functions-common:get_field:830 : awk '-F[ \t]*\\|[ \t]*' '{print $2}' 2022-05-18 09:46:43.895 | ++ functions-common:get_field:824 : read data 2022-05-18 09:46:43.895 | + functions-common:get_or_add_user_project_role:1007 : user_role_id=913df76e980c4ca38997dd8ea54f4c75 2022-05-18 09:46:43.895 | + functions-common:get_or_add_user_project_role:1009 : echo 913df76e980c4ca38997dd8ea54f4c75 2022-05-18 09:46:43.895 | 913df76e980c4ca38997dd8ea54f4c75 2022-05-18 09:46:43.896 | + lib/swift:create_swift_accounts:620 : get_or_create_service swift object-store 'Swift Service' 2022-05-18 09:46:43.896 | + functions-common:get_or_create_service:1094 : local service_id 2022-05-18 09:46:43.896 | ++ functions-common:get_or_create_service:1107 : oscwrap --os-cloud devstack-system-admin service show object-store -f value -c id 2022-05-18 09:46:43.896 | ++ functions-common:get_or_create_service:1109 : oscwrap --os-cloud devstack-system-admin service create object-store --name swift '--description=Swift Service' -f value -c id 2022-05-18 09:46:43.896 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-05-18 09:46:43.896 | from cryptography.utils import int_from_bytes 2022-05-18 09:46:43.896 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-05-18 09:46:43.896 | from cryptography.utils import int_from_bytes 2022-05-18 09:46:43.896 | ++ functions-common:oscwrap:2477 : return 0 2022-05-18 09:46:43.896 | + functions-common:get_or_create_service:1105 : service_id=' 2022-05-18 09:46:43.896 | 806631ce02b94065a5edbe31df725833' 2022-05-18 09:46:43.896 | + functions-common:get_or_create_service:1106 : echo 806631ce02b94065a5edbe31df725833 2022-05-18 09:46:43.896 | 806631ce02b94065a5edbe31df725833 2022-05-18 09:46:43.896 | + lib/swift:create_swift_accounts:622 : get_or_create_endpoint object-store RegionOne 'http://10.222.0.71:8080/v1/AUTH_$(project_id)s' http://10.222.0.71:8080 2022-05-18 09:46:43.896 | + functions-common:get_or_create_endpoint:1138 : local public_id 2022-05-18 09:46:43.896 | ++ functions-common:get_or_create_endpoint:1139 : _get_or_create_endpoint_with_interface object-store public 'http://10.222.0.71:8080/v1/AUTH_$(project_id)s' RegionOne 2022-05-18 09:46:43.896 | ++ functions-common:_get_or_create_endpoint_with_interface:1112 : local endpoint_id 2022-05-18 09:46:43.896 | +++ functions-common:_get_or_create_endpoint_with_interface:1117 : oscwrap --os-cloud devstack-system-admin endpoint list --service object-store --interface public --region RegionOne -c ID -f value 2022-05-18 09:46:43.896 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-05-18 09:46:43.896 | from cryptography.utils import int_from_bytes 2022-05-18 09:46:43.896 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-05-18 09:46:43.896 | from cryptography.utils import int_from_bytes 2022-05-18 09:46:43.896 | +++ functions-common:oscwrap:2477 : return 0 2022-05-18 09:46:43.896 | ++ functions-common:_get_or_create_endpoint_with_interface:1117 : endpoint_id= 2022-05-18 09:46:43.896 | ++ functions-common:_get_or_create_endpoint_with_interface:1118 : [[ -z '' ]] 2022-05-18 09:46:43.896 | +++ functions-common:_get_or_create_endpoint_with_interface:1121 : oscwrap --os-cloud devstack-system-admin endpoint create object-store public 'http://10.222.0.71:8080/v1/AUTH_$(project_id)s' --region RegionOne -f value -c id 2022-05-18 09:46:43.896 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-05-18 09:46:43.896 | from cryptography.utils import int_from_bytes 2022-05-18 09:46:43.896 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-05-18 09:46:43.896 | from cryptography.utils import int_from_bytes 2022-05-18 09:46:43.896 | +++ functions-common:oscwrap:2477 : return 0 2022-05-18 09:46:43.896 | ++ functions-common:_get_or_create_endpoint_with_interface:1121 : endpoint_id=7c579e26bc344039a81b53668b2f2444 2022-05-18 09:46:43.897 | ++ functions-common:_get_or_create_endpoint_with_interface:1124 : echo 7c579e26bc344039a81b53668b2f2444 2022-05-18 09:46:43.897 | + functions-common:get_or_create_endpoint:1139 : public_id=7c579e26bc344039a81b53668b2f2444 2022-05-18 09:46:43.897 | + functions-common:get_or_create_endpoint:1141 : [[ -n http://10.222.0.71:8080 ]] 2022-05-18 09:46:43.897 | + functions-common:get_or_create_endpoint:1142 : _get_or_create_endpoint_with_interface object-store admin http://10.222.0.71:8080 RegionOne 2022-05-18 09:46:43.897 | + functions-common:_get_or_create_endpoint_with_interface:1112 : local endpoint_id 2022-05-18 09:46:43.897 | ++ functions-common:_get_or_create_endpoint_with_interface:1117 : oscwrap --os-cloud devstack-system-admin endpoint list --service object-store --interface admin --region RegionOne -c ID -f value 2022-05-18 09:46:43.897 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-05-18 09:46:43.897 | from cryptography.utils import int_from_bytes 2022-05-18 09:46:43.897 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-05-18 09:46:43.897 | from cryptography.utils import int_from_bytes 2022-05-18 09:46:43.897 | ++ functions-common:oscwrap:2477 : return 0 2022-05-18 09:46:43.897 | + functions-common:_get_or_create_endpoint_with_interface:1117 : endpoint_id= 2022-05-18 09:46:43.897 | + functions-common:_get_or_create_endpoint_with_interface:1118 : [[ -z '' ]] 2022-05-18 09:46:43.897 | ++ functions-common:_get_or_create_endpoint_with_interface:1121 : oscwrap --os-cloud devstack-system-admin endpoint create object-store admin http://10.222.0.71:8080 --region RegionOne -f value -c id 2022-05-18 09:46:43.897 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-05-18 09:46:43.897 | from cryptography.utils import int_from_bytes 2022-05-18 09:46:43.897 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-05-18 09:46:43.897 | from cryptography.utils import int_from_bytes 2022-05-18 09:46:43.897 | ++ functions-common:oscwrap:2477 : return 0 2022-05-18 09:46:43.897 | + functions-common:_get_or_create_endpoint_with_interface:1121 : endpoint_id=93faf735dd9647b88a2165883512439b 2022-05-18 09:46:43.897 | + functions-common:_get_or_create_endpoint_with_interface:1124 : echo 93faf735dd9647b88a2165883512439b 2022-05-18 09:46:43.897 | 93faf735dd9647b88a2165883512439b 2022-05-18 09:46:43.897 | + functions-common:get_or_create_endpoint:1144 : [[ -n '' ]] 2022-05-18 09:46:43.897 | + functions-common:get_or_create_endpoint:1148 : echo 7c579e26bc344039a81b53668b2f2444 2022-05-18 09:46:43.897 | 7c579e26bc344039a81b53668b2f2444 2022-05-18 09:46:43.897 | + lib/swift:create_swift_accounts:627 : local swift_project_test1 2022-05-18 09:46:43.897 | ++ lib/swift:create_swift_accounts:628 : get_or_create_project swiftprojecttest1 default 2022-05-18 09:46:43.897 | ++ functions-common:get_or_create_project:944 : local project_id 2022-05-18 09:46:43.897 | +++ functions-common:get_or_create_project:952 : oscwrap --os-cloud devstack-system-admin project create swiftprojecttest1 --domain=default --or-show -f value -c id 2022-05-18 09:46:43.897 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-05-18 09:46:43.897 | from cryptography.utils import int_from_bytes 2022-05-18 09:46:43.897 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-05-18 09:46:43.898 | from cryptography.utils import int_from_bytes 2022-05-18 09:46:43.898 | +++ functions-common:oscwrap:2477 : return 0 2022-05-18 09:46:43.898 | ++ functions-common:get_or_create_project:950 : project_id=f2b104eea73e47c698d7e90f13b16f37 2022-05-18 09:46:43.898 | ++ functions-common:get_or_create_project:951 : echo f2b104eea73e47c698d7e90f13b16f37 2022-05-18 09:46:43.898 | + lib/swift:create_swift_accounts:628 : swift_project_test1=f2b104eea73e47c698d7e90f13b16f37 2022-05-18 09:46:43.898 | + lib/swift:create_swift_accounts:629 : die_if_not_set 629 swift_project_test1 'Failure creating swift_project_test1' 2022-05-18 09:46:43.898 | + functions-common:die_if_not_set:282 : local exitcode=0 2022-05-18 09:46:43.898 | ++ lib/swift:create_swift_accounts:631 : get_or_create_user swiftusertest1 testing default test@example.com 2022-05-18 09:46:43.898 | ++ functions-common:get_or_create_user:921 : local user_id 2022-05-18 09:46:43.898 | ++ functions-common:get_or_create_user:922 : [[ ! -z test@example.com ]] 2022-05-18 09:46:43.898 | ++ functions-common:get_or_create_user:923 : local email=--email=test@example.com 2022-05-18 09:46:43.898 | +++ functions-common:get_or_create_user:939 : oscwrap --os-cloud devstack-system-admin user create swiftusertest1 --password testing --domain=default --email=test@example.com --or-show -f value -c id 2022-05-18 09:46:43.898 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-05-18 09:46:43.898 | from cryptography.utils import int_from_bytes 2022-05-18 09:46:43.898 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-05-18 09:46:43.898 | from cryptography.utils import int_from_bytes 2022-05-18 09:46:43.898 | +++ functions-common:oscwrap:2477 : return 0 2022-05-18 09:46:43.898 | ++ functions-common:get_or_create_user:937 : user_id=5c9d39afcb8a43ff88d42be432b8bf4a 2022-05-18 09:46:43.898 | ++ functions-common:get_or_create_user:938 : echo 5c9d39afcb8a43ff88d42be432b8bf4a 2022-05-18 09:46:43.898 | + lib/swift:create_swift_accounts:631 : SWIFT_USER_TEST1=5c9d39afcb8a43ff88d42be432b8bf4a 2022-05-18 09:46:43.898 | + lib/swift:create_swift_accounts:632 : die_if_not_set 632 SWIFT_USER_TEST1 'Failure creating SWIFT_USER_TEST1' 2022-05-18 09:46:43.898 | + functions-common:die_if_not_set:282 : local exitcode=0 2022-05-18 09:46:43.898 | + lib/swift:create_swift_accounts:633 : get_or_add_user_project_role admin 5c9d39afcb8a43ff88d42be432b8bf4a f2b104eea73e47c698d7e90f13b16f37 2022-05-18 09:46:43.898 | + functions-common:get_or_add_user_project_role:985 : local user_role_id 2022-05-18 09:46:43.898 | ++ functions-common:get_or_add_user_project_role:987 : _get_domain_args 2022-05-18 09:46:43.898 | ++ functions-common:_get_domain_args:969 : local domain 2022-05-18 09:46:43.898 | ++ functions-common:_get_domain_args:970 : domain= 2022-05-18 09:46:43.898 | ++ functions-common:_get_domain_args:972 : [[ -n '' ]] 2022-05-18 09:46:43.898 | ++ functions-common:_get_domain_args:975 : [[ -n '' ]] 2022-05-18 09:46:43.898 | ++ functions-common:_get_domain_args:979 : echo 2022-05-18 09:46:43.898 | + functions-common:get_or_add_user_project_role:987 : domain_args= 2022-05-18 09:46:43.898 | ++ functions-common:get_or_add_user_project_role:995 : get_field 1 2022-05-18 09:46:43.899 | ++ functions-common:get_or_add_user_project_role:995 : grep '^|\s[a-f0-9]\+' 2022-05-18 09:46:43.899 | ++ functions-common:get_or_add_user_project_role:995 : oscwrap --os-cloud devstack-system-admin role assignment list --role admin --user 5c9d39afcb8a43ff88d42be432b8bf4a --project f2b104eea73e47c698d7e90f13b16f37 2022-05-18 09:46:43.899 | ++ functions-common:get_field:823 : local data field 2022-05-18 09:46:43.899 | ++ functions-common:get_field:824 : read data 2022-05-18 09:46:43.899 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-05-18 09:46:43.899 | from cryptography.utils import int_from_bytes 2022-05-18 09:46:43.899 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-05-18 09:46:43.899 | from cryptography.utils import int_from_bytes 2022-05-18 09:46:43.899 | ++ functions-common:oscwrap:2477 : return 0 2022-05-18 09:46:43.899 | + functions-common:get_or_add_user_project_role:995 : user_role_id= 2022-05-18 09:46:43.899 | + functions-common:get_or_add_user_project_role:996 : [[ -z '' ]] 2022-05-18 09:46:43.899 | + functions-common:get_or_add_user_project_role:998 : openstack --os-cloud devstack-system-admin role add admin --user 5c9d39afcb8a43ff88d42be432b8bf4a --project f2b104eea73e47c698d7e90f13b16f37 2022-05-18 09:46:43.899 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-05-18 09:46:43.899 | from cryptography.utils import int_from_bytes 2022-05-18 09:46:43.899 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-05-18 09:46:43.899 | from cryptography.utils import int_from_bytes 2022-05-18 09:46:43.899 | ++ functions-common:get_or_add_user_project_role:1007 : get_field 1 2022-05-18 09:46:43.899 | ++ functions-common:get_or_add_user_project_role:1007 : grep '^|\s[a-f0-9]\+' 2022-05-18 09:46:43.899 | ++ functions-common:get_field:823 : local data field 2022-05-18 09:46:43.899 | ++ functions-common:get_or_add_user_project_role:1007 : oscwrap --os-cloud devstack-system-admin role assignment list --role admin --user 5c9d39afcb8a43ff88d42be432b8bf4a --project f2b104eea73e47c698d7e90f13b16f37 2022-05-18 09:46:43.899 | ++ functions-common:get_field:824 : read data 2022-05-18 09:46:43.899 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-05-18 09:46:43.899 | from cryptography.utils import int_from_bytes 2022-05-18 09:46:43.899 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-05-18 09:46:43.899 | from cryptography.utils import int_from_bytes 2022-05-18 09:46:43.899 | ++ functions-common:oscwrap:2477 : return 0 2022-05-18 09:46:43.899 | ++ functions-common:get_field:825 : '[' 1 -lt 0 ']' 2022-05-18 09:46:43.899 | ++ functions-common:get_field:828 : field='$2' 2022-05-18 09:46:43.899 | ++ functions-common:get_field:830 : echo '| 913df76e980c4ca38997dd8ea54f4c75 | 5c9d39afcb8a43ff88d42be432b8bf4a | | f2b104eea73e47c698d7e90f13b16f37 | | | False |' 2022-05-18 09:46:43.899 | ++ functions-common:get_field:830 : awk '-F[ \t]*\\|[ \t]*' '{print $2}' 2022-05-18 09:46:43.899 | ++ functions-common:get_field:824 : read data 2022-05-18 09:46:43.900 | + functions-common:get_or_add_user_project_role:1007 : user_role_id=913df76e980c4ca38997dd8ea54f4c75 2022-05-18 09:46:43.900 | + functions-common:get_or_add_user_project_role:1009 : echo 913df76e980c4ca38997dd8ea54f4c75 2022-05-18 09:46:43.900 | 913df76e980c4ca38997dd8ea54f4c75 2022-05-18 09:46:43.900 | + lib/swift:create_swift_accounts:635 : local swift_user_test3 2022-05-18 09:46:43.900 | ++ lib/swift:create_swift_accounts:637 : get_or_create_user swiftusertest3 testing3 default test3@example.com 2022-05-18 09:46:43.900 | ++ functions-common:get_or_create_user:921 : local user_id 2022-05-18 09:46:43.900 | ++ functions-common:get_or_create_user:922 : [[ ! -z test3@example.com ]] 2022-05-18 09:46:43.900 | ++ functions-common:get_or_create_user:923 : local email=--email=test3@example.com 2022-05-18 09:46:43.900 | +++ functions-common:get_or_create_user:939 : oscwrap --os-cloud devstack-system-admin user create swiftusertest3 --password testing3 --domain=default --email=test3@example.com --or-show -f value -c id 2022-05-18 09:46:43.900 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-05-18 09:46:43.900 | from cryptography.utils import int_from_bytes 2022-05-18 09:46:43.900 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-05-18 09:46:43.900 | from cryptography.utils import int_from_bytes 2022-05-18 09:46:43.900 | +++ functions-common:oscwrap:2477 : return 0 2022-05-18 09:46:43.900 | ++ functions-common:get_or_create_user:937 : user_id=66c096702e884caa920bfa5d3fd95a2b 2022-05-18 09:46:43.900 | ++ functions-common:get_or_create_user:938 : echo 66c096702e884caa920bfa5d3fd95a2b 2022-05-18 09:46:43.900 | + lib/swift:create_swift_accounts:637 : swift_user_test3=66c096702e884caa920bfa5d3fd95a2b 2022-05-18 09:46:43.900 | + lib/swift:create_swift_accounts:638 : die_if_not_set 638 swift_user_test3 'Failure creating swift_user_test3' 2022-05-18 09:46:43.900 | + functions-common:die_if_not_set:282 : local exitcode=0 2022-05-18 09:46:43.900 | + lib/swift:create_swift_accounts:639 : get_or_add_user_project_role 0caebf3507d84877bcec8ca3e5681a50 66c096702e884caa920bfa5d3fd95a2b f2b104eea73e47c698d7e90f13b16f37 2022-05-18 09:46:43.900 | + functions-common:get_or_add_user_project_role:985 : local user_role_id 2022-05-18 09:46:43.900 | ++ functions-common:get_or_add_user_project_role:987 : _get_domain_args 2022-05-18 09:46:43.900 | ++ functions-common:_get_domain_args:969 : local domain 2022-05-18 09:46:43.900 | ++ functions-common:_get_domain_args:970 : domain= 2022-05-18 09:46:43.900 | ++ functions-common:_get_domain_args:972 : [[ -n '' ]] 2022-05-18 09:46:43.900 | ++ functions-common:_get_domain_args:975 : [[ -n '' ]] 2022-05-18 09:46:43.900 | ++ functions-common:_get_domain_args:979 : echo 2022-05-18 09:46:43.900 | + functions-common:get_or_add_user_project_role:987 : domain_args= 2022-05-18 09:46:43.900 | ++ functions-common:get_or_add_user_project_role:995 : oscwrap --os-cloud devstack-system-admin role assignment list --role 0caebf3507d84877bcec8ca3e5681a50 --user 66c096702e884caa920bfa5d3fd95a2b --project f2b104eea73e47c698d7e90f13b16f37 2022-05-18 09:46:43.900 | ++ functions-common:get_or_add_user_project_role:995 : grep '^|\s[a-f0-9]\+' 2022-05-18 09:46:43.900 | ++ functions-common:get_or_add_user_project_role:995 : get_field 1 2022-05-18 09:46:43.900 | ++ functions-common:get_field:823 : local data field 2022-05-18 09:46:43.900 | ++ functions-common:get_field:824 : read data 2022-05-18 09:46:43.901 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-05-18 09:46:43.901 | from cryptography.utils import int_from_bytes 2022-05-18 09:46:43.901 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-05-18 09:46:43.901 | from cryptography.utils import int_from_bytes 2022-05-18 09:46:43.901 | ++ functions-common:oscwrap:2477 : return 0 2022-05-18 09:46:43.901 | + functions-common:get_or_add_user_project_role:995 : user_role_id= 2022-05-18 09:46:43.901 | + functions-common:get_or_add_user_project_role:996 : [[ -z '' ]] 2022-05-18 09:46:43.901 | + functions-common:get_or_add_user_project_role:998 : openstack --os-cloud devstack-system-admin role add 0caebf3507d84877bcec8ca3e5681a50 --user 66c096702e884caa920bfa5d3fd95a2b --project f2b104eea73e47c698d7e90f13b16f37 2022-05-18 09:46:43.901 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-05-18 09:46:43.901 | from cryptography.utils import int_from_bytes 2022-05-18 09:46:43.901 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-05-18 09:46:43.901 | from cryptography.utils import int_from_bytes 2022-05-18 09:46:43.901 | ++ functions-common:get_or_add_user_project_role:1007 : oscwrap --os-cloud devstack-system-admin role assignment list --role 0caebf3507d84877bcec8ca3e5681a50 --user 66c096702e884caa920bfa5d3fd95a2b --project f2b104eea73e47c698d7e90f13b16f37 2022-05-18 09:46:43.901 | ++ functions-common:get_or_add_user_project_role:1007 : grep '^|\s[a-f0-9]\+' 2022-05-18 09:46:43.901 | ++ functions-common:get_or_add_user_project_role:1007 : get_field 1 2022-05-18 09:46:43.901 | ++ functions-common:get_field:823 : local data field 2022-05-18 09:46:43.901 | ++ functions-common:get_field:824 : read data 2022-05-18 09:46:43.901 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-05-18 09:46:43.901 | from cryptography.utils import int_from_bytes 2022-05-18 09:46:43.901 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-05-18 09:46:43.901 | from cryptography.utils import int_from_bytes 2022-05-18 09:46:43.901 | ++ functions-common:oscwrap:2477 : return 0 2022-05-18 09:46:43.901 | ++ functions-common:get_field:825 : '[' 1 -lt 0 ']' 2022-05-18 09:46:43.901 | ++ functions-common:get_field:828 : field='$2' 2022-05-18 09:46:43.901 | ++ functions-common:get_field:830 : echo '| 0caebf3507d84877bcec8ca3e5681a50 | 66c096702e884caa920bfa5d3fd95a2b | | f2b104eea73e47c698d7e90f13b16f37 | | | False |' 2022-05-18 09:46:43.901 | ++ functions-common:get_field:830 : awk '-F[ \t]*\\|[ \t]*' '{print $2}' 2022-05-18 09:46:43.901 | ++ functions-common:get_field:824 : read data 2022-05-18 09:46:43.901 | + functions-common:get_or_add_user_project_role:1007 : user_role_id=0caebf3507d84877bcec8ca3e5681a50 2022-05-18 09:46:43.901 | + functions-common:get_or_add_user_project_role:1009 : echo 0caebf3507d84877bcec8ca3e5681a50 2022-05-18 09:46:43.901 | 0caebf3507d84877bcec8ca3e5681a50 2022-05-18 09:46:43.901 | + lib/swift:create_swift_accounts:641 : local swift_project_test2 2022-05-18 09:46:43.901 | ++ lib/swift:create_swift_accounts:642 : get_or_create_project swiftprojecttest2 default 2022-05-18 09:46:43.902 | ++ functions-common:get_or_create_project:944 : local project_id 2022-05-18 09:46:43.902 | +++ functions-common:get_or_create_project:952 : oscwrap --os-cloud devstack-system-admin project create swiftprojecttest2 --domain=default --or-show -f value -c id 2022-05-18 09:46:43.902 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-05-18 09:46:43.902 | from cryptography.utils import int_from_bytes 2022-05-18 09:46:43.902 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-05-18 09:46:43.902 | from cryptography.utils import int_from_bytes 2022-05-18 09:46:43.902 | +++ functions-common:oscwrap:2477 : return 0 2022-05-18 09:46:43.902 | ++ functions-common:get_or_create_project:950 : project_id=ca01eed88e414fba84ed07d74fbaac1e 2022-05-18 09:46:43.902 | ++ functions-common:get_or_create_project:951 : echo ca01eed88e414fba84ed07d74fbaac1e 2022-05-18 09:46:43.902 | + lib/swift:create_swift_accounts:642 : swift_project_test2=ca01eed88e414fba84ed07d74fbaac1e 2022-05-18 09:46:43.902 | + lib/swift:create_swift_accounts:643 : die_if_not_set 643 swift_project_test2 'Failure creating swift_project_test2' 2022-05-18 09:46:43.902 | + functions-common:die_if_not_set:282 : local exitcode=0 2022-05-18 09:46:43.902 | + lib/swift:create_swift_accounts:645 : local swift_user_test2 2022-05-18 09:46:43.902 | ++ lib/swift:create_swift_accounts:647 : get_or_create_user swiftusertest2 testing2 default test2@example.com 2022-05-18 09:46:43.902 | ++ functions-common:get_or_create_user:921 : local user_id 2022-05-18 09:46:43.902 | ++ functions-common:get_or_create_user:922 : [[ ! -z test2@example.com ]] 2022-05-18 09:46:43.902 | ++ functions-common:get_or_create_user:923 : local email=--email=test2@example.com 2022-05-18 09:46:43.902 | +++ functions-common:get_or_create_user:939 : oscwrap --os-cloud devstack-system-admin user create swiftusertest2 --password testing2 --domain=default --email=test2@example.com --or-show -f value -c id 2022-05-18 09:46:43.902 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-05-18 09:46:43.902 | from cryptography.utils import int_from_bytes 2022-05-18 09:46:43.902 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-05-18 09:46:43.902 | from cryptography.utils import int_from_bytes 2022-05-18 09:46:43.902 | +++ functions-common:oscwrap:2477 : return 0 2022-05-18 09:46:43.902 | ++ functions-common:get_or_create_user:937 : user_id=02b3f0fc5de0409b8a8910b6945977d4 2022-05-18 09:46:43.902 | ++ functions-common:get_or_create_user:938 : echo 02b3f0fc5de0409b8a8910b6945977d4 2022-05-18 09:46:43.902 | + lib/swift:create_swift_accounts:647 : swift_user_test2=02b3f0fc5de0409b8a8910b6945977d4 2022-05-18 09:46:43.902 | + lib/swift:create_swift_accounts:648 : die_if_not_set 648 swift_user_test2 'Failure creating swift_user_test2' 2022-05-18 09:46:43.902 | + functions-common:die_if_not_set:282 : local exitcode=0 2022-05-18 09:46:43.902 | + lib/swift:create_swift_accounts:649 : get_or_add_user_project_role admin 02b3f0fc5de0409b8a8910b6945977d4 ca01eed88e414fba84ed07d74fbaac1e 2022-05-18 09:46:43.902 | + functions-common:get_or_add_user_project_role:985 : local user_role_id 2022-05-18 09:46:43.902 | ++ functions-common:get_or_add_user_project_role:987 : _get_domain_args 2022-05-18 09:46:43.902 | ++ functions-common:_get_domain_args:969 : local domain 2022-05-18 09:46:43.903 | ++ functions-common:_get_domain_args:970 : domain= 2022-05-18 09:46:43.903 | ++ functions-common:_get_domain_args:972 : [[ -n '' ]] 2022-05-18 09:46:43.903 | ++ functions-common:_get_domain_args:975 : [[ -n '' ]] 2022-05-18 09:46:43.903 | ++ functions-common:_get_domain_args:979 : echo 2022-05-18 09:46:43.903 | + functions-common:get_or_add_user_project_role:987 : domain_args= 2022-05-18 09:46:43.903 | ++ functions-common:get_or_add_user_project_role:995 : oscwrap --os-cloud devstack-system-admin role assignment list --role admin --user 02b3f0fc5de0409b8a8910b6945977d4 --project ca01eed88e414fba84ed07d74fbaac1e 2022-05-18 09:46:43.903 | ++ functions-common:get_or_add_user_project_role:995 : get_field 1 2022-05-18 09:46:43.903 | ++ functions-common:get_or_add_user_project_role:995 : grep '^|\s[a-f0-9]\+' 2022-05-18 09:46:43.903 | ++ functions-common:get_field:823 : local data field 2022-05-18 09:46:43.903 | ++ functions-common:get_field:824 : read data 2022-05-18 09:46:43.903 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-05-18 09:46:43.903 | from cryptography.utils import int_from_bytes 2022-05-18 09:46:43.903 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-05-18 09:46:43.903 | from cryptography.utils import int_from_bytes 2022-05-18 09:46:43.903 | ++ functions-common:oscwrap:2477 : return 0 2022-05-18 09:46:43.903 | + functions-common:get_or_add_user_project_role:995 : user_role_id= 2022-05-18 09:46:43.903 | + functions-common:get_or_add_user_project_role:996 : [[ -z '' ]] 2022-05-18 09:46:43.903 | + functions-common:get_or_add_user_project_role:998 : openstack --os-cloud devstack-system-admin role add admin --user 02b3f0fc5de0409b8a8910b6945977d4 --project ca01eed88e414fba84ed07d74fbaac1e 2022-05-18 09:46:43.903 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-05-18 09:46:43.903 | from cryptography.utils import int_from_bytes 2022-05-18 09:46:43.903 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-05-18 09:46:43.903 | from cryptography.utils import int_from_bytes 2022-05-18 09:46:43.903 | ++ functions-common:get_or_add_user_project_role:1007 : oscwrap --os-cloud devstack-system-admin role assignment list --role admin --user 02b3f0fc5de0409b8a8910b6945977d4 --project ca01eed88e414fba84ed07d74fbaac1e 2022-05-18 09:46:43.903 | ++ functions-common:get_or_add_user_project_role:1007 : get_field 1 2022-05-18 09:46:43.904 | ++ functions-common:get_or_add_user_project_role:1007 : grep '^|\s[a-f0-9]\+' 2022-05-18 09:46:43.904 | ++ functions-common:get_field:823 : local data field 2022-05-18 09:46:43.904 | ++ functions-common:get_field:824 : read data 2022-05-18 09:46:43.904 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-05-18 09:46:43.904 | from cryptography.utils import int_from_bytes 2022-05-18 09:46:43.904 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-05-18 09:46:43.904 | from cryptography.utils import int_from_bytes 2022-05-18 09:46:43.904 | ++ functions-common:oscwrap:2477 : return 0 2022-05-18 09:46:43.904 | ++ functions-common:get_field:825 : '[' 1 -lt 0 ']' 2022-05-18 09:46:43.904 | ++ functions-common:get_field:828 : field='$2' 2022-05-18 09:46:43.904 | ++ functions-common:get_field:830 : echo '| 913df76e980c4ca38997dd8ea54f4c75 | 02b3f0fc5de0409b8a8910b6945977d4 | | ca01eed88e414fba84ed07d74fbaac1e | | | False |' 2022-05-18 09:46:43.904 | ++ functions-common:get_field:830 : awk '-F[ \t]*\\|[ \t]*' '{print $2}' 2022-05-18 09:46:43.904 | ++ functions-common:get_field:824 : read data 2022-05-18 09:46:43.904 | + functions-common:get_or_add_user_project_role:1007 : user_role_id=913df76e980c4ca38997dd8ea54f4c75 2022-05-18 09:46:43.904 | + functions-common:get_or_add_user_project_role:1009 : echo 913df76e980c4ca38997dd8ea54f4c75 2022-05-18 09:46:43.904 | 913df76e980c4ca38997dd8ea54f4c75 2022-05-18 09:46:43.904 | + lib/swift:create_swift_accounts:651 : local swift_domain 2022-05-18 09:46:43.904 | ++ lib/swift:create_swift_accounts:652 : get_or_create_domain swift_test 'Used for swift functional testing' 2022-05-18 09:46:43.904 | ++ functions-common:get_or_create_domain:889 : local domain_id 2022-05-18 09:46:43.904 | +++ functions-common:get_or_create_domain:901 : oscwrap --os-cloud devstack-system-admin domain show swift_test -f value -c id 2022-05-18 09:46:43.904 | +++ functions-common:get_or_create_domain:903 : oscwrap --os-cloud devstack-system-admin domain create swift_test --description 'Used for swift functional testing' -f value -c id 2022-05-18 09:46:43.905 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-05-18 09:46:43.905 | from cryptography.utils import int_from_bytes 2022-05-18 09:46:43.905 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-05-18 09:46:43.905 | from cryptography.utils import int_from_bytes 2022-05-18 09:46:43.905 | +++ functions-common:oscwrap:2477 : return 0 2022-05-18 09:46:43.905 | ++ functions-common:get_or_create_domain:899 : domain_id=' 2022-05-18 09:46:43.905 | ea6879ca84444f819234d3c132cf67be' 2022-05-18 09:46:43.905 | ++ functions-common:get_or_create_domain:900 : echo ea6879ca84444f819234d3c132cf67be 2022-05-18 09:46:43.905 | + lib/swift:create_swift_accounts:652 : swift_domain=ea6879ca84444f819234d3c132cf67be 2022-05-18 09:46:43.905 | + lib/swift:create_swift_accounts:653 : die_if_not_set 653 swift_domain 'Failure creating swift_test domain' 2022-05-18 09:46:43.905 | + functions-common:die_if_not_set:282 : local exitcode=0 2022-05-18 09:46:43.905 | + lib/swift:create_swift_accounts:655 : local swift_project_test4 2022-05-18 09:46:43.905 | ++ lib/swift:create_swift_accounts:656 : get_or_create_project swiftprojecttest4 ea6879ca84444f819234d3c132cf67be 2022-05-18 09:46:43.905 | ++ functions-common:get_or_create_project:944 : local project_id 2022-05-18 09:46:43.905 | +++ functions-common:get_or_create_project:952 : oscwrap --os-cloud devstack-system-admin project create swiftprojecttest4 --domain=ea6879ca84444f819234d3c132cf67be --or-show -f value -c id 2022-05-18 09:46:43.905 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-05-18 09:46:43.905 | from cryptography.utils import int_from_bytes 2022-05-18 09:46:43.905 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-05-18 09:46:43.905 | from cryptography.utils import int_from_bytes 2022-05-18 09:46:43.905 | +++ functions-common:oscwrap:2477 : return 0 2022-05-18 09:46:43.905 | ++ functions-common:get_or_create_project:950 : project_id=7c532bdb91b64751a84a32da569ddaf6 2022-05-18 09:46:43.905 | ++ functions-common:get_or_create_project:951 : echo 7c532bdb91b64751a84a32da569ddaf6 2022-05-18 09:46:43.905 | + lib/swift:create_swift_accounts:656 : swift_project_test4=7c532bdb91b64751a84a32da569ddaf6 2022-05-18 09:46:43.905 | + lib/swift:create_swift_accounts:657 : die_if_not_set 657 swift_project_test4 'Failure creating swift_project_test4' 2022-05-18 09:46:43.905 | + functions-common:die_if_not_set:282 : local exitcode=0 2022-05-18 09:46:43.905 | + lib/swift:create_swift_accounts:659 : local swift_user_test4 2022-05-18 09:46:43.905 | ++ lib/swift:create_swift_accounts:661 : get_or_create_user swiftusertest4 testing4 ea6879ca84444f819234d3c132cf67be test4@example.com 2022-05-18 09:46:43.905 | ++ functions-common:get_or_create_user:921 : local user_id 2022-05-18 09:46:43.905 | ++ functions-common:get_or_create_user:922 : [[ ! -z test4@example.com ]] 2022-05-18 09:46:43.905 | ++ functions-common:get_or_create_user:923 : local email=--email=test4@example.com 2022-05-18 09:46:43.905 | +++ functions-common:get_or_create_user:939 : oscwrap --os-cloud devstack-system-admin user create swiftusertest4 --password testing4 --domain=ea6879ca84444f819234d3c132cf67be --email=test4@example.com --or-show -f value -c id 2022-05-18 09:46:43.906 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-05-18 09:46:43.906 | from cryptography.utils import int_from_bytes 2022-05-18 09:46:43.906 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-05-18 09:46:43.906 | from cryptography.utils import int_from_bytes 2022-05-18 09:46:43.906 | +++ functions-common:oscwrap:2477 : return 0 2022-05-18 09:46:43.906 | ++ functions-common:get_or_create_user:937 : user_id=641bf09255a54460b95bc7cd4aeee8ef 2022-05-18 09:46:43.906 | ++ functions-common:get_or_create_user:938 : echo 641bf09255a54460b95bc7cd4aeee8ef 2022-05-18 09:46:43.906 | + lib/swift:create_swift_accounts:661 : swift_user_test4=641bf09255a54460b95bc7cd4aeee8ef 2022-05-18 09:46:43.906 | + lib/swift:create_swift_accounts:662 : die_if_not_set 662 swift_user_test4 'Failure creating swift_user_test4' 2022-05-18 09:46:43.906 | + functions-common:die_if_not_set:282 : local exitcode=0 2022-05-18 09:46:43.906 | + lib/swift:create_swift_accounts:663 : get_or_add_user_project_role admin 641bf09255a54460b95bc7cd4aeee8ef 7c532bdb91b64751a84a32da569ddaf6 2022-05-18 09:46:43.906 | + functions-common:get_or_add_user_project_role:985 : local user_role_id 2022-05-18 09:46:43.906 | ++ functions-common:get_or_add_user_project_role:987 : _get_domain_args 2022-05-18 09:46:43.906 | ++ functions-common:_get_domain_args:969 : local domain 2022-05-18 09:46:43.906 | ++ functions-common:_get_domain_args:970 : domain= 2022-05-18 09:46:43.906 | ++ functions-common:_get_domain_args:972 : [[ -n '' ]] 2022-05-18 09:46:43.906 | ++ functions-common:_get_domain_args:975 : [[ -n '' ]] 2022-05-18 09:46:43.906 | ++ functions-common:_get_domain_args:979 : echo 2022-05-18 09:46:43.906 | + functions-common:get_or_add_user_project_role:987 : domain_args= 2022-05-18 09:46:43.906 | ++ functions-common:get_or_add_user_project_role:995 : oscwrap --os-cloud devstack-system-admin role assignment list --role admin --user 641bf09255a54460b95bc7cd4aeee8ef --project 7c532bdb91b64751a84a32da569ddaf6 2022-05-18 09:46:43.906 | ++ functions-common:get_or_add_user_project_role:995 : grep '^|\s[a-f0-9]\+' 2022-05-18 09:46:43.906 | ++ functions-common:get_or_add_user_project_role:995 : get_field 1 2022-05-18 09:46:43.906 | ++ functions-common:get_field:823 : local data field 2022-05-18 09:46:43.906 | ++ functions-common:get_field:824 : read data 2022-05-18 09:46:43.906 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-05-18 09:46:43.906 | from cryptography.utils import int_from_bytes 2022-05-18 09:46:43.906 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-05-18 09:46:43.906 | from cryptography.utils import int_from_bytes 2022-05-18 09:46:43.906 | ++ functions-common:oscwrap:2477 : return 0 2022-05-18 09:46:43.906 | + functions-common:get_or_add_user_project_role:995 : user_role_id= 2022-05-18 09:46:43.906 | + functions-common:get_or_add_user_project_role:996 : [[ -z '' ]] 2022-05-18 09:46:43.906 | + functions-common:get_or_add_user_project_role:998 : openstack --os-cloud devstack-system-admin role add admin --user 641bf09255a54460b95bc7cd4aeee8ef --project 7c532bdb91b64751a84a32da569ddaf6 2022-05-18 09:46:43.906 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-05-18 09:46:43.907 | from cryptography.utils import int_from_bytes 2022-05-18 09:46:43.907 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-05-18 09:46:43.907 | from cryptography.utils import int_from_bytes 2022-05-18 09:46:43.907 | ++ functions-common:get_or_add_user_project_role:1007 : oscwrap --os-cloud devstack-system-admin role assignment list --role admin --user 641bf09255a54460b95bc7cd4aeee8ef --project 7c532bdb91b64751a84a32da569ddaf6 2022-05-18 09:46:43.907 | ++ functions-common:get_or_add_user_project_role:1007 : grep '^|\s[a-f0-9]\+' 2022-05-18 09:46:43.907 | ++ functions-common:get_or_add_user_project_role:1007 : get_field 1 2022-05-18 09:46:43.907 | ++ functions-common:get_field:823 : local data field 2022-05-18 09:46:43.907 | ++ functions-common:get_field:824 : read data 2022-05-18 09:46:43.907 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-05-18 09:46:43.907 | from cryptography.utils import int_from_bytes 2022-05-18 09:46:43.907 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-05-18 09:46:43.907 | from cryptography.utils import int_from_bytes 2022-05-18 09:46:43.907 | ++ functions-common:oscwrap:2477 : return 0 2022-05-18 09:46:43.907 | ++ functions-common:get_field:825 : '[' 1 -lt 0 ']' 2022-05-18 09:46:43.907 | ++ functions-common:get_field:828 : field='$2' 2022-05-18 09:46:43.907 | ++ functions-common:get_field:830 : awk '-F[ \t]*\\|[ \t]*' '{print $2}' 2022-05-18 09:46:43.907 | ++ functions-common:get_field:830 : echo '| 913df76e980c4ca38997dd8ea54f4c75 | 641bf09255a54460b95bc7cd4aeee8ef | | 7c532bdb91b64751a84a32da569ddaf6 | | | False |' 2022-05-18 09:46:43.907 | ++ functions-common:get_field:824 : read data 2022-05-18 09:46:43.907 | + functions-common:get_or_add_user_project_role:1007 : user_role_id=913df76e980c4ca38997dd8ea54f4c75 2022-05-18 09:46:43.907 | + functions-common:get_or_add_user_project_role:1009 : echo 913df76e980c4ca38997dd8ea54f4c75 2022-05-18 09:46:43.907 | 913df76e980c4ca38997dd8ea54f4c75 2022-05-18 09:46:43.941 | [207558 Async create_swift_accounts:242800]: finished create_swift_accounts with result 0 in 130 seconds 2022-05-18 09:46:43.950 | Not waiting for async task configure_horizon that we never started or has already been waited for 2022-05-18 09:46:43.953 | + inc/async:async_wait:197 : return 0 2022-05-18 09:46:43.956 | + ./stack.sh:main:1137 : is_service_enabled mysql postgresql 2022-05-18 09:46:43.975 | + functions-common:is_service_enabled:2093 : return 0 2022-05-18 09:46:43.978 | + ./stack.sh:main:1137 : is_service_enabled glance 2022-05-18 09:46:43.996 | + functions-common:is_service_enabled:2093 : return 0 2022-05-18 09:46:43.998 | + ./stack.sh:main:1138 : echo_summary 'Configuring Glance' 2022-05-18 09:46:44.001 | + ./stack.sh:echo_summary:442 : [[ -t 3 ]] 2022-05-18 09:46:44.004 | + ./stack.sh:echo_summary:448 : echo -e Configuring Glance 2022-05-18 09:46:44.006 | + ./stack.sh:main:1139 : async_runfunc init_glance 2022-05-18 09:46:44.009 | + inc/async:async_runfunc:116 : async_run init_glance init_glance 2022-05-18 09:46:44.071 | + inc/async:async_inner:63 : init_glance 2022-05-18 09:46:44.111 | [207558 Async init_glance:247056]: running: init_glance 2022-05-18 09:46:44.114 | + ./stack.sh:main:1146 : is_service_enabled neutron 2022-05-18 09:46:44.132 | + functions-common:is_service_enabled:2093 : return 0 2022-05-18 09:46:44.134 | + ./stack.sh:main:1147 : echo_summary 'Configuring Neutron' 2022-05-18 09:46:44.137 | + ./stack.sh:echo_summary:442 : [[ -t 3 ]] 2022-05-18 09:46:44.142 | + ./stack.sh:echo_summary:448 : echo -e Configuring Neutron 2022-05-18 09:46:44.145 | + ./stack.sh:main:1149 : configure_neutron 2022-05-18 09:46:44.148 | + lib/neutron:configure_neutron:620 : is_neutron_legacy_enabled 2022-05-18 09:46:44.152 | ++ lib/neutron:is_neutron_legacy_enabled:136 : echo n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon 2022-05-18 09:46:44.154 | ++ lib/neutron:is_neutron_legacy_enabled:136 : sed s/neutron-//g 2022-05-18 09:46:44.160 | + lib/neutron:is_neutron_legacy_enabled:136 : disabled_services_copy=n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon 2022-05-18 09:46:44.163 | + lib/neutron:is_neutron_legacy_enabled:137 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon =~ ,neutron ]] 2022-05-18 09:46:44.166 | + lib/neutron:is_neutron_legacy_enabled:138 : [[ ,key,n-api,n-cond,n-sch,n-api-meta,placement-api,placement-client,g-api,c-sch,c-api,c-vol,ovn-controller,ovn-northd,ovs-vswitchd,ovsdb-server,q-svc,q-ovn-metadata-agent,rabbit,tempest,mysql,etcd3,dstat,n-crt,n-cauth,q-agt,q-dhcp,q-l3,q-meta,q-metering,q-vpn,g-reg,cinder,c-bak,s-proxy,s-object,s-container,s-account,heat,h-api,h-api-cfn,h-api-cw,h-eng,ceilometer-acentral,ceilometer-acompute,ceilometer-collector,ceilometer-api,ceilometer-anotification =~ ,q- ]] 2022-05-18 09:46:44.169 | + lib/neutron:is_neutron_legacy_enabled:138 : return 0 2022-05-18 09:46:44.171 | + lib/neutron:configure_neutron:622 : configure_mutnauq 2022-05-18 09:46:44.174 | + lib/neutron-legacy:configure_mutnauq:349 : _configure_neutron_common 2022-05-18 09:46:44.176 | + lib/neutron-legacy:_configure_neutron_common:774 : _create_neutron_conf_dir 2022-05-18 09:46:44.179 | + lib/neutron-legacy:_create_neutron_conf_dir:767 : sudo install -d -o ubuntu /etc/neutron 2022-05-18 09:46:44.193 | + lib/neutron-legacy:_configure_neutron_common:777 : cd /opt/stack/neutron 2022-05-18 09:46:44.195 | + lib/neutron-legacy:_configure_neutron_common:777 : exec ./tools/generate_config_file_samples.sh 2022-05-18 09:46:47.712 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-05-18 09:46:47.712 | from cryptography.utils import int_from_bytes 2022-05-18 09:46:47.712 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-05-18 09:46:47.712 | from cryptography.utils import int_from_bytes 2022-05-18 09:46:49.247 | + inc/async:async_inner:64 : rc=0 2022-05-18 09:46:49.273 | [247056 Async init_glance:247056]: finished successfully 2022-05-18 09:46:51.178 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-05-18 09:46:51.178 | from cryptography.utils import int_from_bytes 2022-05-18 09:46:51.178 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-05-18 09:46:51.178 | from cryptography.utils import int_from_bytes 2022-05-18 09:46:54.613 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-05-18 09:46:54.613 | from cryptography.utils import int_from_bytes 2022-05-18 09:46:54.613 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-05-18 09:46:54.613 | from cryptography.utils import int_from_bytes 2022-05-18 09:46:58.032 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-05-18 09:46:58.032 | from cryptography.utils import int_from_bytes 2022-05-18 09:46:58.032 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-05-18 09:46:58.032 | from cryptography.utils import int_from_bytes 2022-05-18 09:47:01.484 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-05-18 09:47:01.484 | from cryptography.utils import int_from_bytes 2022-05-18 09:47:01.484 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-05-18 09:47:01.484 | from cryptography.utils import int_from_bytes 2022-05-18 09:47:04.894 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-05-18 09:47:04.894 | from cryptography.utils import int_from_bytes 2022-05-18 09:47:04.894 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-05-18 09:47:04.894 | from cryptography.utils import int_from_bytes 2022-05-18 09:47:08.318 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-05-18 09:47:08.318 | from cryptography.utils import int_from_bytes 2022-05-18 09:47:08.318 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-05-18 09:47:08.318 | from cryptography.utils import int_from_bytes 2022-05-18 09:47:11.960 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-05-18 09:47:11.960 | from cryptography.utils import int_from_bytes 2022-05-18 09:47:11.960 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-05-18 09:47:11.960 | from cryptography.utils import int_from_bytes 2022-05-18 09:47:16.741 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-05-18 09:47:16.741 | from cryptography.utils import int_from_bytes 2022-05-18 09:47:16.741 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-05-18 09:47:16.741 | from cryptography.utils import int_from_bytes 2022-05-18 09:47:22.494 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-05-18 09:47:22.495 | from cryptography.utils import int_from_bytes 2022-05-18 09:47:22.495 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-05-18 09:47:22.495 | from cryptography.utils import int_from_bytes 2022-05-18 09:47:22.808 | + lib/neutron-legacy:_configure_neutron_common:779 : cp /opt/stack/neutron/etc/neutron.conf.sample /etc/neutron/neutron.conf 2022-05-18 09:47:22.813 | + lib/neutron-legacy:_configure_neutron_common:781 : Q_POLICY_FILE=/etc/neutron/policy.json 2022-05-18 09:47:22.815 | + lib/neutron-legacy:_configure_neutron_common:785 : '[' -f /opt/stack/neutron/etc/policy.json ']' 2022-05-18 09:47:22.818 | + lib/neutron-legacy:_configure_neutron_common:789 : echo '{"context_is_admin": "role:admin or user_name:neutron"}' 2022-05-18 09:47:22.820 | + lib/neutron-legacy:_configure_neutron_common:794 : neutron_plugin_configure_common 2022-05-18 09:47:22.822 | + lib/neutron_plugins/ml2:neutron_plugin_configure_common:65 : Q_PLUGIN_CONF_PATH=etc/neutron/plugins/ml2 2022-05-18 09:47:22.824 | + lib/neutron_plugins/ml2:neutron_plugin_configure_common:66 : Q_PLUGIN_CONF_FILENAME=ml2_conf.ini 2022-05-18 09:47:22.827 | + lib/neutron_plugins/ml2:neutron_plugin_configure_common:67 : Q_PLUGIN_CLASS=ml2 2022-05-18 09:47:22.829 | + lib/neutron_plugins/ml2:neutron_plugin_configure_common:70 : _neutron_service_plugin_class_add router 2022-05-18 09:47:22.831 | + lib/neutron-legacy:_neutron_service_plugin_class_add:943 : local service_plugin_class=router 2022-05-18 09:47:22.833 | + lib/neutron-legacy:_neutron_service_plugin_class_add:944 : [[ '' == '' ]] 2022-05-18 09:47:22.835 | + lib/neutron-legacy:_neutron_service_plugin_class_add:945 : Q_SERVICE_PLUGIN_CLASSES=router 2022-05-18 09:47:22.838 | + lib/neutron-legacy:_configure_neutron_common:796 : [[ etc/neutron/plugins/ml2 == '' ]] 2022-05-18 09:47:22.841 | + lib/neutron-legacy:_configure_neutron_common:796 : [[ ml2_conf.ini == '' ]] 2022-05-18 09:47:22.843 | + lib/neutron-legacy:_configure_neutron_common:796 : [[ ml2 == '' ]] 2022-05-18 09:47:22.845 | + lib/neutron-legacy:_configure_neutron_common:801 : mkdir -p /etc/neutron/plugins/ml2 2022-05-18 09:47:22.850 | + lib/neutron-legacy:_configure_neutron_common:802 : Q_PLUGIN_CONF_FILE=etc/neutron/plugins/ml2/ml2_conf.ini 2022-05-18 09:47:22.852 | + lib/neutron-legacy:_configure_neutron_common:805 : '[' -f /opt/stack/neutron/etc/neutron/plugins/ml2/ml2_conf.ini.sample ']' 2022-05-18 09:47:22.854 | + lib/neutron-legacy:_configure_neutron_common:806 : cp /opt/stack/neutron/etc/neutron/plugins/ml2/ml2_conf.ini.sample /etc/neutron/plugins/ml2/ml2_conf.ini 2022-05-18 09:47:22.860 | ++ lib/neutron-legacy:_configure_neutron_common:811 : database_connection_url neutron 2022-05-18 09:47:22.862 | ++ lib/database:database_connection_url:134 : local db=neutron 2022-05-18 09:47:22.865 | ++ lib/database:database_connection_url:135 : database_connection_url_mysql neutron 2022-05-18 09:47:22.867 | ++ lib/databases/mysql:database_connection_url_mysql:224 : local db=neutron 2022-05-18 09:47:22.869 | ++ lib/databases/mysql:database_connection_url_mysql:225 : local plugin 2022-05-18 09:47:22.871 | ++ lib/databases/mysql:database_connection_url_mysql:229 : [[ True == \T\r\u\e ]] 2022-05-18 09:47:22.873 | ++ lib/databases/mysql:database_connection_url_mysql:230 : is_service_enabled mysql 2022-05-18 09:47:22.889 | ++ functions-common:is_service_enabled:2093 : return 0 2022-05-18 09:47:22.891 | ++ lib/databases/mysql:database_connection_url_mysql:231 : plugin='&plugin=dbcounter' 2022-05-18 09:47:22.893 | ++ lib/databases/mysql:database_connection_url_mysql:235 : echo 'mysql+pymysql://root:Passw0rd@127.0.0.1/neutron?charset=utf8&plugin=dbcounter' 2022-05-18 09:47:22.896 | + lib/neutron-legacy:_configure_neutron_common:811 : iniset /etc/neutron/neutron.conf database connection 'mysql+pymysql://root:Passw0rd@127.0.0.1/neutron?charset=utf8&plugin=dbcounter' 2022-05-18 09:47:22.924 | + lib/neutron-legacy:_configure_neutron_common:812 : iniset /etc/neutron/neutron.conf DEFAULT state_path /opt/stack/data/neutron 2022-05-18 09:47:22.953 | + lib/neutron-legacy:_configure_neutron_common:813 : iniset /etc/neutron/neutron.conf DEFAULT use_syslog False 2022-05-18 09:47:22.982 | + lib/neutron-legacy:_configure_neutron_common:814 : iniset /etc/neutron/neutron.conf DEFAULT bind_host 0.0.0.0 2022-05-18 09:47:23.010 | + lib/neutron-legacy:_configure_neutron_common:815 : iniset /etc/neutron/neutron.conf oslo_concurrency lock_path /opt/stack/data/neutron/lock 2022-05-18 09:47:23.039 | + lib/neutron-legacy:_configure_neutron_common:818 : iniset /etc/neutron/neutron.conf nova region_name RegionOne 2022-05-18 09:47:23.069 | + lib/neutron-legacy:_configure_neutron_common:820 : '[' libvirt = fake ']' 2022-05-18 09:47:23.072 | + lib/neutron-legacy:_configure_neutron_common:830 : setup_logging /etc/neutron/neutron.conf 2022-05-18 09:47:23.074 | + functions:setup_logging:674 : setup_systemd_logging /etc/neutron/neutron.conf 2022-05-18 09:47:23.076 | + functions:setup_systemd_logging:689 : local conf_file=/etc/neutron/neutron.conf 2022-05-18 09:47:23.079 | ++ functions:setup_systemd_logging:694 : trueorfalse False USE_JOURNAL 2022-05-18 09:47:23.095 | + functions:setup_systemd_logging:694 : USE_JOURNAL=False 2022-05-18 09:47:23.098 | + functions:setup_systemd_logging:695 : local pidstr= 2022-05-18 09:47:23.100 | + functions:setup_systemd_logging:696 : [[ False == \T\r\u\e ]] 2022-05-18 09:47:23.102 | + functions:setup_systemd_logging:700 : pidstr='(pid=%(process)d) ' 2022-05-18 09:47:23.105 | + 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-05-18 09:47:23.133 | + 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-05-18 09:47:23.164 | + 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-05-18 09:47:23.194 | + functions:setup_systemd_logging:706 : iniset /etc/neutron/neutron.conf DEFAULT logging_exception_prefix 'ERROR %(name)s %(instance)s' 2022-05-18 09:47:23.222 | + lib/neutron-legacy:_configure_neutron_common:832 : is_service_enabled tls-proxy 2022-05-18 09:47:23.239 | + functions-common:is_service_enabled:2093 : return 1 2022-05-18 09:47:23.241 | + lib/neutron-legacy:_configure_neutron_common:838 : _neutron_setup_rootwrap 2022-05-18 09:47:23.243 | + lib/neutron-legacy:_neutron_setup_rootwrap:978 : [[ True == \F\a\l\s\e ]] 2022-05-18 09:47:23.246 | + lib/neutron-legacy:_neutron_setup_rootwrap:982 : Q_CONF_ROOTWRAP_D=/etc/neutron/rootwrap.d 2022-05-18 09:47:23.249 | + lib/neutron-legacy:_neutron_setup_rootwrap:983 : [[ -d /etc/neutron/rootwrap.d ]] 2022-05-18 09:47:23.251 | + lib/neutron-legacy:_neutron_setup_rootwrap:984 : sudo rm -rf /etc/neutron/rootwrap.d 2022-05-18 09:47:23.263 | + lib/neutron-legacy:_neutron_setup_rootwrap:987 : _neutron_deploy_rootwrap_filters /opt/stack/neutron 2022-05-18 09:47:23.265 | + lib/neutron-legacy:_neutron_deploy_rootwrap_filters:968 : [[ True == \F\a\l\s\e ]] 2022-05-18 09:47:23.268 | + lib/neutron-legacy:_neutron_deploy_rootwrap_filters:971 : local srcdir=/opt/stack/neutron 2022-05-18 09:47:23.270 | + lib/neutron-legacy:_neutron_deploy_rootwrap_filters:972 : sudo install -d -o root -m 755 /etc/neutron/rootwrap.d 2022-05-18 09:47:23.283 | + lib/neutron-legacy:_neutron_deploy_rootwrap_filters:973 : sudo install -o root -m 644 /opt/stack/neutron/etc/neutron/rootwrap.d/rootwrap.filters /etc/neutron/rootwrap.d/ 2022-05-18 09:47:23.295 | + lib/neutron-legacy:_neutron_setup_rootwrap:991 : test -r /opt/stack/neutron/etc/neutron/rootwrap.conf 2022-05-18 09:47:23.298 | + lib/neutron-legacy:_neutron_setup_rootwrap:994 : sudo install -o root -g root -m 644 /opt/stack/neutron/etc/rootwrap.conf /etc/neutron/rootwrap.conf 2022-05-18 09:47:23.310 | + lib/neutron-legacy:_neutron_setup_rootwrap:996 : sudo sed -e 's:^filters_path=.*$:filters_path=/etc/neutron/rootwrap.d:' -i /etc/neutron/rootwrap.conf 2022-05-18 09:47:23.322 | + lib/neutron-legacy:_neutron_setup_rootwrap:997 : sudo sed -e 's:^exec_dirs=\(.*\)$:exec_dirs=\1,/usr/local/bin:' -i /etc/neutron/rootwrap.conf 2022-05-18 09:47:23.334 | + lib/neutron-legacy:_neutron_setup_rootwrap:1000 : ROOTWRAP_SUDOER_CMD='/usr/local/bin/neutron-rootwrap /etc/neutron/rootwrap.conf *' 2022-05-18 09:47:23.337 | + lib/neutron-legacy:_neutron_setup_rootwrap:1001 : ROOTWRAP_DAEMON_SUDOER_CMD='/usr/local/bin/neutron-rootwrap-daemon /etc/neutron/rootwrap.conf' 2022-05-18 09:47:23.340 | ++ lib/neutron-legacy:_neutron_setup_rootwrap:1004 : mktemp 2022-05-18 09:47:23.344 | + lib/neutron-legacy:_neutron_setup_rootwrap:1004 : TEMPFILE=/tmp/tmp.4S8MhuloSj 2022-05-18 09:47:23.347 | + lib/neutron-legacy:_neutron_setup_rootwrap:1005 : echo 'ubuntu ALL=(root) NOPASSWD: /usr/local/bin/neutron-rootwrap /etc/neutron/rootwrap.conf *' 2022-05-18 09:47:23.349 | + lib/neutron-legacy:_neutron_setup_rootwrap:1006 : echo 'ubuntu ALL=(root) NOPASSWD: /usr/local/bin/neutron-rootwrap-daemon /etc/neutron/rootwrap.conf' 2022-05-18 09:47:23.351 | + lib/neutron-legacy:_neutron_setup_rootwrap:1007 : chmod 0440 /tmp/tmp.4S8MhuloSj 2022-05-18 09:47:23.356 | + lib/neutron-legacy:_neutron_setup_rootwrap:1008 : sudo chown root:root /tmp/tmp.4S8MhuloSj 2022-05-18 09:47:23.367 | + lib/neutron-legacy:_neutron_setup_rootwrap:1009 : sudo mv /tmp/tmp.4S8MhuloSj /etc/sudoers.d/neutron-rootwrap 2022-05-18 09:47:23.379 | + lib/neutron-legacy:_neutron_setup_rootwrap:1012 : iniset /etc/neutron/neutron.conf agent root_helper 'sudo /usr/local/bin/neutron-rootwrap /etc/neutron/rootwrap.conf' 2022-05-18 09:47:23.408 | + lib/neutron-legacy:_neutron_setup_rootwrap:1013 : [[ True == \T\r\u\e ]] 2022-05-18 09:47:23.410 | + lib/neutron-legacy:_neutron_setup_rootwrap:1014 : iniset /etc/neutron/neutron.conf agent root_helper_daemon 'sudo /usr/local/bin/neutron-rootwrap-daemon /etc/neutron/rootwrap.conf' 2022-05-18 09:47:23.439 | + lib/neutron-legacy:configure_mutnauq:350 : iniset_rpc_backend neutron /etc/neutron/neutron.conf 2022-05-18 09:47:23.441 | + lib/rpc_backend:iniset_rpc_backend:157 : local package=neutron 2022-05-18 09:47:23.444 | + lib/rpc_backend:iniset_rpc_backend:158 : local file=/etc/neutron/neutron.conf 2022-05-18 09:47:23.446 | + lib/rpc_backend:iniset_rpc_backend:159 : local section=DEFAULT 2022-05-18 09:47:23.448 | + lib/rpc_backend:iniset_rpc_backend:160 : local virtual_host= 2022-05-18 09:47:23.451 | + lib/rpc_backend:iniset_rpc_backend:161 : is_service_enabled rabbit 2022-05-18 09:47:23.468 | + functions-common:is_service_enabled:2093 : return 0 2022-05-18 09:47:23.471 | ++ lib/rpc_backend:iniset_rpc_backend:162 : get_transport_url '' 2022-05-18 09:47:23.473 | ++ lib/rpc_backend:get_transport_url:139 : local virtual_host= 2022-05-18 09:47:23.476 | ++ lib/rpc_backend:get_transport_url:140 : is_service_enabled rabbit 2022-05-18 09:47:23.493 | ++ functions-common:is_service_enabled:2093 : return 0 2022-05-18 09:47:23.496 | ++ lib/rpc_backend:get_transport_url:141 : echo rabbit://stackrabbit:Passw0rd@10.222.0.71:5672/ 2022-05-18 09:47:23.499 | + lib/rpc_backend:iniset_rpc_backend:162 : iniset /etc/neutron/neutron.conf DEFAULT transport_url rabbit://stackrabbit:Passw0rd@10.222.0.71:5672/ 2022-05-18 09:47:23.532 | + lib/rpc_backend:iniset_rpc_backend:163 : '[' -n '' ']' 2022-05-18 09:47:23.535 | + lib/rpc_backend:iniset_rpc_backend:166 : '[' -n '' ']' 2022-05-18 09:47:23.537 | + lib/neutron-legacy:configure_mutnauq:352 : is_service_enabled q-metering 2022-05-18 09:47:23.557 | + functions-common:is_service_enabled:2093 : return 0 2022-05-18 09:47:23.560 | + lib/neutron-legacy:configure_mutnauq:353 : _configure_neutron_metering 2022-05-18 09:47:23.563 | + lib/neutron-legacy:_configure_neutron_metering:887 : neutron_agent_metering_configure_common 2022-05-18 09:47:23.566 | + lib/neutron_plugins/services/metering:neutron_agent_metering_configure_common:15 : _neutron_service_plugin_class_add neutron.services.metering.metering_plugin.MeteringPlugin 2022-05-18 09:47:23.569 | + lib/neutron-legacy:_neutron_service_plugin_class_add:943 : local service_plugin_class=neutron.services.metering.metering_plugin.MeteringPlugin 2022-05-18 09:47:23.572 | + lib/neutron-legacy:_neutron_service_plugin_class_add:944 : [[ router == '' ]] 2022-05-18 09:47:23.574 | + lib/neutron-legacy:_neutron_service_plugin_class_add:946 : [[ ! ,router, =~ ,neutron.services.metering.metering_plugin.MeteringPlugin, ]] 2022-05-18 09:47:23.577 | + lib/neutron-legacy:_neutron_service_plugin_class_add:947 : Q_SERVICE_PLUGIN_CLASSES=router,neutron.services.metering.metering_plugin.MeteringPlugin 2022-05-18 09:47:23.580 | + lib/neutron-legacy:_configure_neutron_metering:888 : neutron_agent_metering_configure_agent 2022-05-18 09:47:23.582 | + lib/neutron_plugins/services/metering:neutron_agent_metering_configure_agent:19 : METERING_AGENT_CONF_PATH=/etc/neutron/services/metering 2022-05-18 09:47:23.585 | + lib/neutron_plugins/services/metering:neutron_agent_metering_configure_agent:20 : mkdir -p /etc/neutron/services/metering 2022-05-18 09:47:23.590 | + lib/neutron_plugins/services/metering:neutron_agent_metering_configure_agent:22 : METERING_AGENT_CONF_FILENAME=/etc/neutron/services/metering/metering_agent.ini 2022-05-18 09:47:23.592 | + 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-05-18 09:47:23.597 | + lib/neutron-legacy:configure_mutnauq:355 : is_service_enabled q-agt q-svc 2022-05-18 09:47:23.615 | + functions-common:is_service_enabled:2093 : return 0 2022-05-18 09:47:23.617 | + lib/neutron-legacy:configure_mutnauq:356 : _configure_neutron_service 2022-05-18 09:47:23.619 | + lib/neutron-legacy:_configure_neutron_service:915 : Q_API_PASTE_FILE=/etc/neutron/api-paste.ini 2022-05-18 09:47:23.622 | + lib/neutron-legacy:_configure_neutron_service:916 : cp /opt/stack/neutron/etc/api-paste.ini /etc/neutron/api-paste.ini 2022-05-18 09:47:23.627 | + lib/neutron-legacy:_configure_neutron_service:919 : iniset /etc/neutron/neutron.conf DEFAULT core_plugin ml2 2022-05-18 09:47:23.656 | + lib/neutron-legacy:_configure_neutron_service:921 : iniset /etc/neutron/neutron.conf DEFAULT debug True 2022-05-18 09:47:23.686 | + lib/neutron-legacy:_configure_neutron_service:922 : iniset /etc/neutron/neutron.conf oslo_policy policy_file /etc/neutron/policy.json 2022-05-18 09:47:23.716 | + lib/neutron-legacy:_configure_neutron_service:923 : iniset /etc/neutron/neutron.conf DEFAULT allow_overlapping_ips True 2022-05-18 09:47:23.747 | + lib/neutron-legacy:_configure_neutron_service:925 : iniset /etc/neutron/neutron.conf DEFAULT auth_strategy keystone 2022-05-18 09:47:23.777 | + lib/neutron-legacy:_configure_neutron_service:926 : configure_keystone_authtoken_middleware /etc/neutron/neutron.conf neutron 2022-05-18 09:47:23.780 | + lib/keystone:configure_keystone_authtoken_middleware:447 : local conf_file=/etc/neutron/neutron.conf 2022-05-18 09:47:23.782 | + lib/keystone:configure_keystone_authtoken_middleware:448 : local admin_user=neutron 2022-05-18 09:47:23.785 | + lib/keystone:configure_keystone_authtoken_middleware:449 : local section=keystone_authtoken 2022-05-18 09:47:23.787 | + lib/keystone:configure_keystone_authtoken_middleware:451 : iniset /etc/neutron/neutron.conf keystone_authtoken auth_type password 2022-05-18 09:47:23.819 | + lib/keystone:configure_keystone_authtoken_middleware:452 : iniset /etc/neutron/neutron.conf keystone_authtoken interface public 2022-05-18 09:47:23.849 | + lib/keystone:configure_keystone_authtoken_middleware:453 : iniset /etc/neutron/neutron.conf keystone_authtoken auth_url http://10.222.0.71/identity 2022-05-18 09:47:23.881 | + lib/keystone:configure_keystone_authtoken_middleware:454 : iniset /etc/neutron/neutron.conf keystone_authtoken username neutron 2022-05-18 09:47:23.910 | + lib/keystone:configure_keystone_authtoken_middleware:455 : iniset /etc/neutron/neutron.conf keystone_authtoken password Passw0rd 2022-05-18 09:47:23.943 | + lib/keystone:configure_keystone_authtoken_middleware:456 : iniset /etc/neutron/neutron.conf keystone_authtoken user_domain_name Default 2022-05-18 09:47:23.975 | + lib/keystone:configure_keystone_authtoken_middleware:457 : iniset /etc/neutron/neutron.conf keystone_authtoken project_name service 2022-05-18 09:47:24.006 | + lib/keystone:configure_keystone_authtoken_middleware:458 : iniset /etc/neutron/neutron.conf keystone_authtoken project_domain_name Default 2022-05-18 09:47:24.036 | + lib/keystone:configure_keystone_authtoken_middleware:460 : iniset /etc/neutron/neutron.conf keystone_authtoken cafile /opt/stack/data/ca-bundle.pem 2022-05-18 09:47:24.066 | + lib/keystone:configure_keystone_authtoken_middleware:461 : iniset /etc/neutron/neutron.conf keystone_authtoken memcached_servers localhost:11211 2022-05-18 09:47:24.096 | + lib/neutron-legacy:_configure_neutron_service:929 : iniset /etc/neutron/neutron.conf DEFAULT notify_nova_on_port_status_changes True 2022-05-18 09:47:24.127 | + lib/neutron-legacy:_configure_neutron_service:930 : iniset /etc/neutron/neutron.conf DEFAULT notify_nova_on_port_data_changes True 2022-05-18 09:47:24.158 | + lib/neutron-legacy:_configure_neutron_service:932 : configure_keystone_authtoken_middleware /etc/neutron/neutron.conf nova nova 2022-05-18 09:47:24.161 | + lib/keystone:configure_keystone_authtoken_middleware:447 : local conf_file=/etc/neutron/neutron.conf 2022-05-18 09:47:24.163 | + lib/keystone:configure_keystone_authtoken_middleware:448 : local admin_user=nova 2022-05-18 09:47:24.166 | + lib/keystone:configure_keystone_authtoken_middleware:449 : local section=nova 2022-05-18 09:47:24.169 | + lib/keystone:configure_keystone_authtoken_middleware:451 : iniset /etc/neutron/neutron.conf nova auth_type password 2022-05-18 09:47:24.204 | + lib/keystone:configure_keystone_authtoken_middleware:452 : iniset /etc/neutron/neutron.conf nova interface public 2022-05-18 09:47:24.239 | + lib/keystone:configure_keystone_authtoken_middleware:453 : iniset /etc/neutron/neutron.conf nova auth_url http://10.222.0.71/identity 2022-05-18 09:47:24.269 | + lib/keystone:configure_keystone_authtoken_middleware:454 : iniset /etc/neutron/neutron.conf nova username nova 2022-05-18 09:47:24.299 | + lib/keystone:configure_keystone_authtoken_middleware:455 : iniset /etc/neutron/neutron.conf nova password Passw0rd 2022-05-18 09:47:24.331 | + lib/keystone:configure_keystone_authtoken_middleware:456 : iniset /etc/neutron/neutron.conf nova user_domain_name Default 2022-05-18 09:47:24.363 | + lib/keystone:configure_keystone_authtoken_middleware:457 : iniset /etc/neutron/neutron.conf nova project_name service 2022-05-18 09:47:24.393 | + lib/keystone:configure_keystone_authtoken_middleware:458 : iniset /etc/neutron/neutron.conf nova project_domain_name Default 2022-05-18 09:47:24.422 | + lib/keystone:configure_keystone_authtoken_middleware:460 : iniset /etc/neutron/neutron.conf nova cafile /opt/stack/data/ca-bundle.pem 2022-05-18 09:47:24.453 | + lib/keystone:configure_keystone_authtoken_middleware:461 : iniset /etc/neutron/neutron.conf nova memcached_servers localhost:11211 2022-05-18 09:47:24.482 | + lib/neutron-legacy:_configure_neutron_service:935 : neutron_plugin_configure_service 2022-05-18 09:47:24.485 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:74 : [[ vlan != \l\o\c\a\l ]] 2022-05-18 09:47:24.487 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:75 : Q_SRV_EXTRA_OPTS+=(tenant_network_types=$Q_ML2_TENANT_NETWORK_TYPE) 2022-05-18 09:47:24.490 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:89 : '[' '' == '' ']' 2022-05-18 09:47:24.492 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:90 : [[ '' == '' ]] 2022-05-18 09:47:24.495 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:90 : [[ physnet1 != '' ]] 2022-05-18 09:47:24.497 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:91 : ML2_VLAN_RANGES=physnet1 2022-05-18 09:47:24.499 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:92 : [[ 250:299 != '' ]] 2022-05-18 09:47:24.502 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:93 : ML2_VLAN_RANGES=physnet1:250:299 2022-05-18 09:47:24.504 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:96 : [[ physnet1:250:299 != '' ]] 2022-05-18 09:47:24.507 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:97 : Q_ML2_PLUGIN_VLAN_TYPE_OPTIONS=(network_vlan_ranges=$ML2_VLAN_RANGES) 2022-05-18 09:47:24.509 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:103 : [[ -z '' ]] 2022-05-18 09:47:24.512 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:104 : [[ -n physnet1 ]] 2022-05-18 09:47:24.515 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:105 : Q_ML2_PLUGIN_FLAT_TYPE_OPTIONS=flat_networks= 2022-05-18 09:47:24.518 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:106 : [[ -n physnet1 ]] 2022-05-18 09:47:24.520 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:107 : Q_ML2_PLUGIN_FLAT_TYPE_OPTIONS+=physnet1, 2022-05-18 09:47:24.523 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:109 : [[ -n physnet1 ]] 2022-05-18 09:47:24.526 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:109 : [[ physnet1 != \p\h\y\s\n\e\t\1 ]] 2022-05-18 09:47:24.529 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:121 : [[ True == \T\r\u\e ]] 2022-05-18 09:47:24.532 | + 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-05-18 09:47:24.560 | + 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-05-18 09:47:24.562 | + lib/neutron_plugins/ml2:populate_ml2_config:51 : CONF=/etc/neutron/plugins/ml2/ml2_conf.ini 2022-05-18 09:47:24.565 | + lib/neutron_plugins/ml2:populate_ml2_config:52 : SECTION=ml2 2022-05-18 09:47:24.567 | + lib/neutron_plugins/ml2:populate_ml2_config:53 : OPTS=mechanism_drivers=openvswitch,hyperv 2022-05-18 09:47:24.570 | + lib/neutron_plugins/ml2:populate_ml2_config:55 : '[' -z mechanism_drivers=openvswitch,hyperv ']' 2022-05-18 09:47:24.572 | + lib/neutron_plugins/ml2:populate_ml2_config:58 : for I in "${OPTS[@]}" 2022-05-18 09:47:24.575 | + lib/neutron_plugins/ml2:populate_ml2_config:60 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini ml2 mechanism_drivers openvswitch,hyperv 2022-05-18 09:47:24.603 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:129 : [[ -n '' ]] 2022-05-18 09:47:24.605 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:133 : populate_ml2_config /etc/neutron/plugins/ml2/ml2_conf.ini ml2 extension_drivers=port_security 2022-05-18 09:47:24.608 | + lib/neutron_plugins/ml2:populate_ml2_config:51 : CONF=/etc/neutron/plugins/ml2/ml2_conf.ini 2022-05-18 09:47:24.610 | + lib/neutron_plugins/ml2:populate_ml2_config:52 : SECTION=ml2 2022-05-18 09:47:24.612 | + lib/neutron_plugins/ml2:populate_ml2_config:53 : OPTS=extension_drivers=port_security 2022-05-18 09:47:24.615 | + lib/neutron_plugins/ml2:populate_ml2_config:55 : '[' -z extension_drivers=port_security ']' 2022-05-18 09:47:24.617 | + lib/neutron_plugins/ml2:populate_ml2_config:58 : for I in "${OPTS[@]}" 2022-05-18 09:47:24.620 | + lib/neutron_plugins/ml2:populate_ml2_config:60 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini ml2 extension_drivers port_security 2022-05-18 09:47:24.648 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:135 : populate_ml2_config /etc/neutron/plugins/ml2/ml2_conf.ini ml2 tenant_network_types=vlan 2022-05-18 09:47:24.651 | + lib/neutron_plugins/ml2:populate_ml2_config:51 : CONF=/etc/neutron/plugins/ml2/ml2_conf.ini 2022-05-18 09:47:24.653 | + lib/neutron_plugins/ml2:populate_ml2_config:52 : SECTION=ml2 2022-05-18 09:47:24.655 | + lib/neutron_plugins/ml2:populate_ml2_config:53 : OPTS=tenant_network_types=vlan 2022-05-18 09:47:24.658 | + lib/neutron_plugins/ml2:populate_ml2_config:55 : '[' -z tenant_network_types=vlan ']' 2022-05-18 09:47:24.660 | + lib/neutron_plugins/ml2:populate_ml2_config:58 : for I in "${OPTS[@]}" 2022-05-18 09:47:24.663 | + lib/neutron_plugins/ml2:populate_ml2_config:60 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini ml2 tenant_network_types vlan 2022-05-18 09:47:24.691 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:137 : populate_ml2_config /etc/neutron/plugins/ml2/ml2_conf.ini ml2_type_gre tunnel_id_ranges=1:1000 2022-05-18 09:47:24.693 | + lib/neutron_plugins/ml2:populate_ml2_config:51 : CONF=/etc/neutron/plugins/ml2/ml2_conf.ini 2022-05-18 09:47:24.696 | + lib/neutron_plugins/ml2:populate_ml2_config:52 : SECTION=ml2_type_gre 2022-05-18 09:47:24.698 | + lib/neutron_plugins/ml2:populate_ml2_config:53 : OPTS=tunnel_id_ranges=1:1000 2022-05-18 09:47:24.701 | + lib/neutron_plugins/ml2:populate_ml2_config:55 : '[' -z tunnel_id_ranges=1:1000 ']' 2022-05-18 09:47:24.704 | + lib/neutron_plugins/ml2:populate_ml2_config:58 : for I in "${OPTS[@]}" 2022-05-18 09:47:24.706 | + 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-05-18 09:47:24.735 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:139 : populate_ml2_config /etc/neutron/plugins/ml2/ml2_conf.ini ml2_type_vxlan vni_ranges=1:1000 2022-05-18 09:47:24.738 | + lib/neutron_plugins/ml2:populate_ml2_config:51 : CONF=/etc/neutron/plugins/ml2/ml2_conf.ini 2022-05-18 09:47:24.740 | + lib/neutron_plugins/ml2:populate_ml2_config:52 : SECTION=ml2_type_vxlan 2022-05-18 09:47:24.743 | + lib/neutron_plugins/ml2:populate_ml2_config:53 : OPTS=vni_ranges=1:1000 2022-05-18 09:47:24.745 | + lib/neutron_plugins/ml2:populate_ml2_config:55 : '[' -z vni_ranges=1:1000 ']' 2022-05-18 09:47:24.748 | + lib/neutron_plugins/ml2:populate_ml2_config:58 : for I in "${OPTS[@]}" 2022-05-18 09:47:24.750 | + lib/neutron_plugins/ml2:populate_ml2_config:60 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini ml2_type_vxlan vni_ranges 1:1000 2022-05-18 09:47:24.779 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:141 : populate_ml2_config /etc/neutron/plugins/ml2/ml2_conf.ini ml2_type_flat flat_networks=physnet1, 2022-05-18 09:47:24.781 | + lib/neutron_plugins/ml2:populate_ml2_config:51 : CONF=/etc/neutron/plugins/ml2/ml2_conf.ini 2022-05-18 09:47:24.784 | + lib/neutron_plugins/ml2:populate_ml2_config:52 : SECTION=ml2_type_flat 2022-05-18 09:47:24.786 | + lib/neutron_plugins/ml2:populate_ml2_config:53 : OPTS=flat_networks=physnet1, 2022-05-18 09:47:24.788 | + lib/neutron_plugins/ml2:populate_ml2_config:55 : '[' -z flat_networks=physnet1, ']' 2022-05-18 09:47:24.791 | + lib/neutron_plugins/ml2:populate_ml2_config:58 : for I in "${OPTS[@]}" 2022-05-18 09:47:24.794 | + lib/neutron_plugins/ml2:populate_ml2_config:60 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini ml2_type_flat flat_networks physnet1, 2022-05-18 09:47:24.822 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:143 : populate_ml2_config /etc/neutron/plugins/ml2/ml2_conf.ini ml2_type_vlan network_vlan_ranges=physnet1:250:299 2022-05-18 09:47:24.825 | + lib/neutron_plugins/ml2:populate_ml2_config:51 : CONF=/etc/neutron/plugins/ml2/ml2_conf.ini 2022-05-18 09:47:24.827 | + lib/neutron_plugins/ml2:populate_ml2_config:52 : SECTION=ml2_type_vlan 2022-05-18 09:47:24.829 | + lib/neutron_plugins/ml2:populate_ml2_config:53 : OPTS=network_vlan_ranges=physnet1:250:299 2022-05-18 09:47:24.832 | + lib/neutron_plugins/ml2:populate_ml2_config:55 : '[' -z network_vlan_ranges=physnet1:250:299 ']' 2022-05-18 09:47:24.834 | + lib/neutron_plugins/ml2:populate_ml2_config:58 : for I in "${OPTS[@]}" 2022-05-18 09:47:24.837 | + lib/neutron_plugins/ml2:populate_ml2_config:60 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini ml2_type_vlan network_vlan_ranges physnet1:250:299 2022-05-18 09:47:24.866 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:145 : populate_ml2_config /etc/neutron/plugins/ml2/ml2_conf.ini ml2_type_geneve vni_ranges=1:1000 2022-05-18 09:47:24.868 | + lib/neutron_plugins/ml2:populate_ml2_config:51 : CONF=/etc/neutron/plugins/ml2/ml2_conf.ini 2022-05-18 09:47:24.870 | + lib/neutron_plugins/ml2:populate_ml2_config:52 : SECTION=ml2_type_geneve 2022-05-18 09:47:24.873 | + lib/neutron_plugins/ml2:populate_ml2_config:53 : OPTS=vni_ranges=1:1000 2022-05-18 09:47:24.875 | + lib/neutron_plugins/ml2:populate_ml2_config:55 : '[' -z vni_ranges=1:1000 ']' 2022-05-18 09:47:24.878 | + lib/neutron_plugins/ml2:populate_ml2_config:58 : for I in "${OPTS[@]}" 2022-05-18 09:47:24.880 | + lib/neutron_plugins/ml2:populate_ml2_config:60 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini ml2_type_geneve vni_ranges 1:1000 2022-05-18 09:47:24.909 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:147 : [[ legacy != \l\e\g\a\c\y ]] 2022-05-18 09:47:24.912 | + lib/neutron-legacy:configure_mutnauq:358 : is_service_enabled q-agt 2022-05-18 09:47:24.929 | + functions-common:is_service_enabled:2093 : return 0 2022-05-18 09:47:24.932 | + lib/neutron-legacy:configure_mutnauq:359 : _configure_neutron_plugin_agent 2022-05-18 09:47:24.934 | + lib/neutron-legacy:_configure_neutron_plugin_agent:902 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini agent root_helper 'sudo /usr/local/bin/neutron-rootwrap /etc/neutron/rootwrap.conf' 2022-05-18 09:47:24.966 | + lib/neutron-legacy:_configure_neutron_plugin_agent:903 : [[ True == \T\r\u\e ]] 2022-05-18 09:47:24.968 | + lib/neutron-legacy:_configure_neutron_plugin_agent:904 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini agent root_helper_daemon 'sudo /usr/local/bin/neutron-rootwrap-daemon /etc/neutron/rootwrap.conf' 2022-05-18 09:47:24.997 | + lib/neutron-legacy:_configure_neutron_plugin_agent:906 : iniset /etc/neutron/neutron.conf DEFAULT debug True 2022-05-18 09:47:25.029 | + lib/neutron-legacy:_configure_neutron_plugin_agent:909 : neutron_plugin_configure_plugin_agent 2022-05-18 09:47:25.031 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_configure_plugin_agent:36 : _neutron_ovs_base_setup_bridge br-int 2022-05-18 09:47:25.034 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_setup_bridge:38 : local bridge=br-int 2022-05-18 09:47:25.036 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_setup_bridge:39 : neutron-ovs-cleanup --config-file /etc/neutron/neutron.conf 2022-05-18 09:47:28.044 | INFO neutron.common.config [-] Logging enabled! 2022-05-18 09:47:28.044 | INFO neutron.common.config [-] /usr/local/bin/neutron-ovs-cleanup version 20.1.0.dev215 2022-05-18 09:47:28.045 | DEBUG neutron.common.config [-] command line: /usr/local/bin/neutron-ovs-cleanup --config-file /etc/neutron/neutron.conf {{(pid=248913) setup_logging /opt/stack/neutron/neutron/common/config.py:120}} 2022-05-18 09:47:28.095 | DEBUG ovsdbapp.backend.ovs_idl [-] Created lookup_table index Flow_Table.name {{(pid=248913) autocreate_indices /usr/local/lib/python3.8/dist-packages/ovsdbapp/backend/ovs_idl/__init__.py:85}} 2022-05-18 09:47:28.096 | DEBUG ovsdbapp.backend.ovs_idl [-] Created lookup_table index Mirror.name {{(pid=248913) autocreate_indices /usr/local/lib/python3.8/dist-packages/ovsdbapp/backend/ovs_idl/__init__.py:85}} 2022-05-18 09:47:28.096 | DEBUG ovsdbapp.backend.ovs_idl [-] Created schema index Bridge.name {{(pid=248913) autocreate_indices /usr/local/lib/python3.8/dist-packages/ovsdbapp/backend/ovs_idl/__init__.py:104}} 2022-05-18 09:47:28.096 | DEBUG ovsdbapp.backend.ovs_idl [-] Created schema index Port.name {{(pid=248913) autocreate_indices /usr/local/lib/python3.8/dist-packages/ovsdbapp/backend/ovs_idl/__init__.py:104}} 2022-05-18 09:47:28.096 | DEBUG ovsdbapp.backend.ovs_idl [-] Created schema index Interface.name {{(pid=248913) autocreate_indices /usr/local/lib/python3.8/dist-packages/ovsdbapp/backend/ovs_idl/__init__.py:104}} 2022-05-18 09:47:28.096 | DEBUG ovsdbapp.backend.ovs_idl [-] Created schema index Manager.target {{(pid=248913) autocreate_indices /usr/local/lib/python3.8/dist-packages/ovsdbapp/backend/ovs_idl/__init__.py:104}} 2022-05-18 09:47:28.150 | INFO neutron.cmd.ovs_cleanup [-] OVS cleanup completed successfully 2022-05-18 09:47:28.150 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-05-18 09:47:28.150 | from cryptography.utils import int_from_bytes 2022-05-18 09:47:28.150 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-05-18 09:47:28.150 | from cryptography.utils import int_from_bytes 2022-05-18 09:47:28.505 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_setup_bridge:40 : _neutron_ovs_base_add_bridge br-int 2022-05-18 09:47:28.507 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_add_bridge:27 : local bridge=br-int 2022-05-18 09:47:28.510 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_add_bridge:28 : local 'addbr_cmd=sudo ovs-vsctl -- --may-exist add-br br-int' 2022-05-18 09:47:28.513 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_add_bridge:30 : '[' system '!=' system ']' 2022-05-18 09:47:28.516 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_add_bridge:34 : sudo ovs-vsctl -- --may-exist add-br br-int 2022-05-18 09:47:28.564 | + 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-05-18 09:47:28.583 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_configure_plugin_agent:37 : _neutron_ovs_base_configure_firewall_driver 2022-05-18 09:47:28.585 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_configure_firewall_driver:101 : [[ True == \T\r\u\e ]] 2022-05-18 09:47:28.588 | + 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-05-18 09:47:28.619 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_configure_firewall_driver:103 : running_in_container 2022-05-18 09:47:28.623 | ++ functions:running_in_container:793 : systemd-detect-virt --container 2022-05-18 09:47:28.631 | + functions:running_in_container:793 : [[ none != \n\o\n\e ]] 2022-05-18 09:47:28.633 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_configure_firewall_driver:104 : enable_kernel_bridge_firewall 2022-05-18 09:47:28.636 | + functions:enable_kernel_bridge_firewall:802 : sudo modprobe bridge 2022-05-18 09:47:28.648 | + functions:enable_kernel_bridge_firewall:805 : sudo modprobe br_netfilter 2022-05-18 09:47:28.661 | + functions:enable_kernel_bridge_firewall:809 : for proto in ip ip6 2022-05-18 09:47:28.663 | + functions:enable_kernel_bridge_firewall:810 : sudo sysctl -w net.bridge.bridge-nf-call-iptables=1 2022-05-18 09:47:28.672 | net.bridge.bridge-nf-call-iptables = 1 2022-05-18 09:47:28.676 | + functions:enable_kernel_bridge_firewall:809 : for proto in ip ip6 2022-05-18 09:47:28.678 | + functions:enable_kernel_bridge_firewall:810 : sudo sysctl -w net.bridge.bridge-nf-call-ip6tables=1 2022-05-18 09:47:28.687 | net.bridge.bridge-nf-call-ip6tables = 1 2022-05-18 09:47:28.690 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_configure_plugin_agent:40 : [[ False == \T\r\u\e ]] 2022-05-18 09:47:28.693 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_configure_plugin_agent:48 : [[ physnet1 != '' ]] 2022-05-18 09:47:28.696 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_configure_plugin_agent:48 : [[ br-data != '' ]] 2022-05-18 09:47:28.698 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_configure_plugin_agent:49 : [[ physnet1:br-data == '' ]] 2022-05-18 09:47:28.701 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_configure_plugin_agent:54 : _neutron_ovs_base_add_bridge br-data 2022-05-18 09:47:28.703 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_add_bridge:27 : local bridge=br-data 2022-05-18 09:47:28.706 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_add_bridge:28 : local 'addbr_cmd=sudo ovs-vsctl -- --may-exist add-br br-data' 2022-05-18 09:47:28.708 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_add_bridge:30 : '[' system '!=' system ']' 2022-05-18 09:47:28.711 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_add_bridge:34 : sudo ovs-vsctl -- --may-exist add-br br-data 2022-05-18 09:47:28.739 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_configure_plugin_agent:56 : [[ physnet1:br-data != '' ]] 2022-05-18 09:47:28.741 | + 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-05-18 09:47:28.775 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_configure_plugin_agent:59 : AGENT_BINARY=/usr/local/bin/neutron-openvswitch-agent 2022-05-18 09:47:28.779 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_configure_plugin_agent:61 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini agent tunnel_types 2022-05-18 09:47:28.809 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_configure_plugin_agent:62 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini ovs datapath_type system 2022-05-18 09:47:28.838 | + lib/neutron-legacy:configure_mutnauq:361 : is_service_enabled q-dhcp 2022-05-18 09:47:28.856 | + functions-common:is_service_enabled:2093 : return 0 2022-05-18 09:47:28.858 | + lib/neutron-legacy:configure_mutnauq:362 : _configure_neutron_dhcp_agent 2022-05-18 09:47:28.861 | + lib/neutron-legacy:_configure_neutron_dhcp_agent:843 : cp /opt/stack/neutron/etc/dhcp_agent.ini.sample /etc/neutron/dhcp_agent.ini 2022-05-18 09:47:28.865 | + lib/neutron-legacy:_configure_neutron_dhcp_agent:845 : iniset /etc/neutron/dhcp_agent.ini DEFAULT debug True 2022-05-18 09:47:28.895 | + lib/neutron-legacy:_configure_neutron_dhcp_agent:847 : iniset /etc/neutron/dhcp_agent.ini DEFAULT dnsmasq_local_resolv True 2022-05-18 09:47:28.925 | + lib/neutron-legacy:_configure_neutron_dhcp_agent:848 : iniset /etc/neutron/dhcp_agent.ini AGENT root_helper 'sudo /usr/local/bin/neutron-rootwrap /etc/neutron/rootwrap.conf' 2022-05-18 09:47:28.958 | + lib/neutron-legacy:_configure_neutron_dhcp_agent:849 : [[ True == \T\r\u\e ]] 2022-05-18 09:47:28.960 | + lib/neutron-legacy:_configure_neutron_dhcp_agent:850 : iniset /etc/neutron/dhcp_agent.ini AGENT root_helper_daemon 'sudo /usr/local/bin/neutron-rootwrap-daemon /etc/neutron/rootwrap.conf' 2022-05-18 09:47:28.991 | + lib/neutron-legacy:_configure_neutron_dhcp_agent:853 : is_service_enabled q-l3 2022-05-18 09:47:29.009 | + functions-common:is_service_enabled:2093 : return 0 2022-05-18 09:47:29.012 | + lib/neutron-legacy:_configure_neutron_dhcp_agent:864 : _neutron_setup_interface_driver /etc/neutron/dhcp_agent.ini 2022-05-18 09:47:29.014 | + lib/neutron-legacy:_neutron_setup_interface_driver:1022 : iniset /etc/neutron/dhcp_agent.ini DEFAULT ovs_use_veth False 2022-05-18 09:47:29.043 | + lib/neutron-legacy:_neutron_setup_interface_driver:1024 : neutron_plugin_setup_interface_driver /etc/neutron/dhcp_agent.ini 2022-05-18 09:47:29.046 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_setup_interface_driver:66 : local conf_file=/etc/neutron/dhcp_agent.ini 2022-05-18 09:47:29.048 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_setup_interface_driver:67 : iniset /etc/neutron/dhcp_agent.ini DEFAULT interface_driver openvswitch 2022-05-18 09:47:29.077 | + lib/neutron-legacy:_configure_neutron_dhcp_agent:866 : neutron_plugin_configure_dhcp_agent /etc/neutron/dhcp_agent.ini 2022-05-18 09:47:29.080 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_configure_dhcp_agent:25 : local conf_file=/etc/neutron/dhcp_agent.ini 2022-05-18 09:47:29.082 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_configure_dhcp_agent:26 : : 2022-05-18 09:47:29.085 | + lib/neutron-legacy:configure_mutnauq:364 : is_service_enabled q-l3 2022-05-18 09:47:29.102 | + functions-common:is_service_enabled:2093 : return 0 2022-05-18 09:47:29.104 | + lib/neutron-legacy:configure_mutnauq:365 : _configure_neutron_l3_agent 2022-05-18 09:47:29.107 | + 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-05-18 09:47:29.112 | + lib/neutron_plugins/services/l3:_configure_neutron_l3_agent:116 : iniset /etc/neutron/l3_agent.ini DEFAULT debug True 2022-05-18 09:47:29.140 | + 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-05-18 09:47:29.173 | + lib/neutron_plugins/services/l3:_configure_neutron_l3_agent:118 : [[ True == \T\r\u\e ]] 2022-05-18 09:47:29.176 | + 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-05-18 09:47:29.209 | + lib/neutron_plugins/services/l3:_configure_neutron_l3_agent:122 : _neutron_setup_interface_driver /etc/neutron/l3_agent.ini 2022-05-18 09:47:29.211 | + lib/neutron-legacy:_neutron_setup_interface_driver:1022 : iniset /etc/neutron/l3_agent.ini DEFAULT ovs_use_veth False 2022-05-18 09:47:29.241 | + lib/neutron-legacy:_neutron_setup_interface_driver:1024 : neutron_plugin_setup_interface_driver /etc/neutron/l3_agent.ini 2022-05-18 09:47:29.244 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_setup_interface_driver:66 : local conf_file=/etc/neutron/l3_agent.ini 2022-05-18 09:47:29.251 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_setup_interface_driver:67 : iniset /etc/neutron/l3_agent.ini DEFAULT interface_driver openvswitch 2022-05-18 09:47:29.281 | + lib/neutron_plugins/services/l3:_configure_neutron_l3_agent:124 : neutron_plugin_configure_l3_agent /etc/neutron/l3_agent.ini 2022-05-18 09:47:29.283 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_configure_l3_agent:30 : local conf_file=/etc/neutron/l3_agent.ini 2022-05-18 09:47:29.286 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_configure_l3_agent:31 : _neutron_ovs_base_configure_l3_agent 2022-05-18 09:47:29.288 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_configure_l3_agent:112 : neutron-ovs-cleanup --config-file /etc/neutron/neutron.conf 2022-05-18 09:47:32.292 | INFO neutron.common.config [-] Logging enabled! 2022-05-18 09:47:32.292 | INFO neutron.common.config [-] /usr/local/bin/neutron-ovs-cleanup version 20.1.0.dev215 2022-05-18 09:47:32.293 | DEBUG neutron.common.config [-] command line: /usr/local/bin/neutron-ovs-cleanup --config-file /etc/neutron/neutron.conf {{(pid=249443) setup_logging /opt/stack/neutron/neutron/common/config.py:120}} 2022-05-18 09:47:32.344 | DEBUG ovsdbapp.backend.ovs_idl [-] Created lookup_table index Flow_Table.name {{(pid=249443) autocreate_indices /usr/local/lib/python3.8/dist-packages/ovsdbapp/backend/ovs_idl/__init__.py:85}} 2022-05-18 09:47:32.344 | DEBUG ovsdbapp.backend.ovs_idl [-] Created lookup_table index Mirror.name {{(pid=249443) autocreate_indices /usr/local/lib/python3.8/dist-packages/ovsdbapp/backend/ovs_idl/__init__.py:85}} 2022-05-18 09:47:32.345 | DEBUG ovsdbapp.backend.ovs_idl [-] Created schema index Bridge.name {{(pid=249443) autocreate_indices /usr/local/lib/python3.8/dist-packages/ovsdbapp/backend/ovs_idl/__init__.py:104}} 2022-05-18 09:47:32.345 | DEBUG ovsdbapp.backend.ovs_idl [-] Created schema index Port.name {{(pid=249443) autocreate_indices /usr/local/lib/python3.8/dist-packages/ovsdbapp/backend/ovs_idl/__init__.py:104}} 2022-05-18 09:47:32.345 | DEBUG ovsdbapp.backend.ovs_idl [-] Created schema index Interface.name {{(pid=249443) autocreate_indices /usr/local/lib/python3.8/dist-packages/ovsdbapp/backend/ovs_idl/__init__.py:104}} 2022-05-18 09:47:32.345 | DEBUG ovsdbapp.backend.ovs_idl [-] Created schema index Manager.target {{(pid=249443) autocreate_indices /usr/local/lib/python3.8/dist-packages/ovsdbapp/backend/ovs_idl/__init__.py:104}} 2022-05-18 09:47:32.405 | INFO neutron.cmd.ovs_cleanup [-] Cleaning bridge: br-int 2022-05-18 09:47:32.406 | DEBUG ovsdbapp.backend.ovs_idl.transaction [-] Running txn n=1 command(idx=0): OvsCleanup(bridge=br-int, all_ports=False) {{(pid=249443) do_commit /usr/local/lib/python3.8/dist-packages/ovsdbapp/backend/ovs_idl/transaction.py:90}} 2022-05-18 09:47:32.406 | DEBUG ovsdbapp.backend.ovs_idl.transaction [-] Transaction caused no change {{(pid=249443) do_commit /usr/local/lib/python3.8/dist-packages/ovsdbapp/backend/ovs_idl/transaction.py:141}} 2022-05-18 09:47:32.407 | INFO neutron.cmd.ovs_cleanup [-] OVS cleanup completed successfully 2022-05-18 09:47:32.407 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-05-18 09:47:32.407 | from cryptography.utils import int_from_bytes 2022-05-18 09:47:32.407 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-05-18 09:47:32.407 | from cryptography.utils import int_from_bytes 2022-05-18 09:47:32.793 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_configure_l3_agent:113 : [[ False = \T\r\u\e ]] 2022-05-18 09:47:32.796 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_configure_l3_agent:121 : _neutron_ovs_base_add_public_bridge 2022-05-18 09:47:32.798 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_add_public_bridge:127 : _neutron_ovs_base_add_bridge br-data 2022-05-18 09:47:32.801 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_add_bridge:27 : local bridge=br-data 2022-05-18 09:47:32.803 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_add_bridge:28 : local 'addbr_cmd=sudo ovs-vsctl -- --may-exist add-br br-data' 2022-05-18 09:47:32.806 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_add_bridge:30 : '[' system '!=' system ']' 2022-05-18 09:47:32.808 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_add_bridge:34 : sudo ovs-vsctl -- --may-exist add-br br-data 2022-05-18 09:47:32.825 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_add_public_bridge:128 : set_mtu br-data 1500 2022-05-18 09:47:32.828 | + functions:set_mtu:785 : local dev=br-data 2022-05-18 09:47:32.830 | + functions:set_mtu:786 : local mtu=1500 2022-05-18 09:47:32.833 | + functions:set_mtu:787 : sudo ip link set mtu 1500 dev br-data 2022-05-18 09:47:32.845 | + 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-05-18 09:47:32.866 | + lib/neutron_plugins/services/l3:_configure_neutron_l3_agent:126 : _configure_public_network_connectivity 2022-05-18 09:47:32.869 | + lib/neutron-legacy:_configure_public_network_connectivity:709 : [[ -n eth1 ]] 2022-05-18 09:47:32.872 | + lib/neutron-legacy:_configure_public_network_connectivity:710 : _move_neutron_addresses_route eth1 br-data True False inet 2022-05-18 09:47:32.875 | + lib/neutron-legacy:_move_neutron_addresses_route:650 : local from_intf=eth1 2022-05-18 09:47:32.877 | + lib/neutron-legacy:_move_neutron_addresses_route:651 : local to_intf=br-data 2022-05-18 09:47:32.880 | + lib/neutron-legacy:_move_neutron_addresses_route:652 : local add_ovs_port=True 2022-05-18 09:47:32.882 | + lib/neutron-legacy:_move_neutron_addresses_route:653 : local del_ovs_port=False 2022-05-18 09:47:32.885 | + lib/neutron-legacy:_move_neutron_addresses_route:654 : local af=inet 2022-05-18 09:47:32.888 | + lib/neutron-legacy:_move_neutron_addresses_route:656 : [[ -n eth1 ]] 2022-05-18 09:47:32.890 | + lib/neutron-legacy:_move_neutron_addresses_route:656 : [[ -n br-data ]] 2022-05-18 09:47:32.893 | + lib/neutron-legacy:_move_neutron_addresses_route:662 : local IP_REPLACE= 2022-05-18 09:47:32.895 | + lib/neutron-legacy:_move_neutron_addresses_route:663 : local IP_DEL= 2022-05-18 09:47:32.898 | + lib/neutron-legacy:_move_neutron_addresses_route:664 : local IP_UP= 2022-05-18 09:47:32.900 | + lib/neutron-legacy:_move_neutron_addresses_route:665 : local DEFAULT_ROUTE_GW 2022-05-18 09:47:32.905 | ++ lib/neutron-legacy:_move_neutron_addresses_route:666 : ip -f inet r 2022-05-18 09:47:32.905 | ++ lib/neutron-legacy:_move_neutron_addresses_route:666 : awk '/default.+eth1\s/ { print $3; exit }' 2022-05-18 09:47:32.911 | + lib/neutron-legacy:_move_neutron_addresses_route:666 : DEFAULT_ROUTE_GW= 2022-05-18 09:47:32.914 | + lib/neutron-legacy:_move_neutron_addresses_route:667 : local ADD_OVS_PORT= 2022-05-18 09:47:32.917 | + lib/neutron-legacy:_move_neutron_addresses_route:668 : local DEL_OVS_PORT= 2022-05-18 09:47:32.920 | + lib/neutron-legacy:_move_neutron_addresses_route:669 : local ARP_CMD= 2022-05-18 09:47:32.924 | ++ lib/neutron-legacy:_move_neutron_addresses_route:671 : ip -f inet a s dev eth1 scope global primary 2022-05-18 09:47:32.924 | ++ lib/neutron-legacy:_move_neutron_addresses_route:671 : grep inet 2022-05-18 09:47:32.925 | ++ lib/neutron-legacy:_move_neutron_addresses_route:671 : awk '{ print $2, $3, $4; exit }' 2022-05-18 09:47:32.932 | + lib/neutron-legacy:_move_neutron_addresses_route:671 : IP_BRD='192.168.0.64/22 brd 192.168.3.255' 2022-05-18 09:47:32.935 | + lib/neutron-legacy:_move_neutron_addresses_route:673 : '[' '' '!=' '' ']' 2022-05-18 09:47:32.937 | + lib/neutron-legacy:_move_neutron_addresses_route:677 : [[ True == \T\r\u\e ]] 2022-05-18 09:47:32.940 | + lib/neutron-legacy:_move_neutron_addresses_route:678 : ADD_OVS_PORT='sudo ovs-vsctl --may-exist add-port br-data eth1' 2022-05-18 09:47:32.943 | + lib/neutron-legacy:_move_neutron_addresses_route:681 : [[ False == \T\r\u\e ]] 2022-05-18 09:47:32.945 | + lib/neutron-legacy:_move_neutron_addresses_route:685 : [[ 192.168.0.64/22 brd 192.168.3.255 != '' ]] 2022-05-18 09:47:32.948 | + lib/neutron-legacy:_move_neutron_addresses_route:686 : IP_DEL='sudo ip addr del 192.168.0.64/22 brd 192.168.3.255 dev eth1' 2022-05-18 09:47:32.950 | + lib/neutron-legacy:_move_neutron_addresses_route:687 : IP_REPLACE='sudo ip addr replace 192.168.0.64/22 brd 192.168.3.255 dev br-data' 2022-05-18 09:47:32.953 | + lib/neutron-legacy:_move_neutron_addresses_route:688 : IP_UP='sudo ip link set br-data up' 2022-05-18 09:47:32.955 | + lib/neutron-legacy:_move_neutron_addresses_route:689 : [[ inet == \i\n\e\t ]] 2022-05-18 09:47:32.962 | ++ lib/neutron-legacy:_move_neutron_addresses_route:690 : awk '{ print $1; exit }' 2022-05-18 09:47:32.962 | ++ lib/neutron-legacy:_move_neutron_addresses_route:690 : echo 192.168.0.64/22 brd 192.168.3.255 2022-05-18 09:47:32.962 | ++ lib/neutron-legacy:_move_neutron_addresses_route:690 : grep -o -E '(.*)/' 2022-05-18 09:47:32.962 | ++ lib/neutron-legacy:_move_neutron_addresses_route:690 : cut -d / -f1 2022-05-18 09:47:32.966 | + lib/neutron-legacy:_move_neutron_addresses_route:690 : IP=192.168.0.64 2022-05-18 09:47:32.968 | + lib/neutron-legacy:_move_neutron_addresses_route:691 : ARP_CMD='sudo ping -c 3 -w 5 -I br-data 192.168.0.64 ' 2022-05-18 09:47:32.971 | + lib/neutron-legacy:_move_neutron_addresses_route:697 : sudo ip addr del 192.168.0.64/22 brd 192.168.3.255 dev eth1 2022-05-18 09:47:32.984 | + lib/neutron-legacy:_move_neutron_addresses_route:697 : sudo ip addr replace 192.168.0.64/22 brd 192.168.3.255 dev br-data 2022-05-18 09:47:32.996 | + lib/neutron-legacy:_move_neutron_addresses_route:697 : sudo ip link set br-data up 2022-05-18 09:47:33.009 | + lib/neutron-legacy:_move_neutron_addresses_route:697 : sudo ovs-vsctl --may-exist add-port br-data eth1 2022-05-18 09:47:33.031 | + lib/neutron-legacy:_move_neutron_addresses_route:697 : sudo ping -c 3 -w 5 -I br-data 192.168.0.64 2022-05-18 09:47:33.040 | PING 192.168.0.64 (192.168.0.64) from 192.168.0.64 br-data: 56(84) bytes of data. 2022-05-18 09:47:33.040 | 64 bytes from 192.168.0.64: icmp_seq=1 ttl=64 time=0.075 ms 2022-05-18 09:47:34.059 | 64 bytes from 192.168.0.64: icmp_seq=2 ttl=64 time=0.048 ms 2022-05-18 09:47:35.083 | 64 bytes from 192.168.0.64: icmp_seq=3 ttl=64 time=0.043 ms 2022-05-18 09:47:35.084 | 2022-05-18 09:47:35.084 | --- 192.168.0.64 ping statistics --- 2022-05-18 09:47:35.084 | 3 packets transmitted, 3 received, 0% packet loss, time 2043ms 2022-05-18 09:47:35.084 | rtt min/avg/max/mdev = 0.043/0.055/0.075/0.014 ms 2022-05-18 09:47:35.090 | ++ lib/neutron-legacy:_configure_public_network_connectivity:712 : ip -f inet6 a s dev eth1 2022-05-18 09:47:35.090 | ++ lib/neutron-legacy:_configure_public_network_connectivity:712 : grep -c global 2022-05-18 09:47:35.095 | + lib/neutron-legacy:_configure_public_network_connectivity:712 : [[ 0 != 0 ]] 2022-05-18 09:47:35.098 | + lib/neutron-legacy:configure_mutnauq:367 : is_service_enabled q-meta 2022-05-18 09:47:35.115 | + functions-common:is_service_enabled:2093 : return 0 2022-05-18 09:47:35.118 | + lib/neutron-legacy:configure_mutnauq:368 : _configure_neutron_metadata_agent 2022-05-18 09:47:35.121 | + lib/neutron-legacy:_configure_neutron_metadata_agent:871 : cp /opt/stack/neutron/etc/metadata_agent.ini.sample /etc/neutron/metadata_agent.ini 2022-05-18 09:47:35.125 | + lib/neutron-legacy:_configure_neutron_metadata_agent:873 : iniset /etc/neutron/metadata_agent.ini DEFAULT debug True 2022-05-18 09:47:35.155 | + lib/neutron-legacy:_configure_neutron_metadata_agent:874 : iniset /etc/neutron/metadata_agent.ini DEFAULT nova_metadata_host 10.222.0.71 2022-05-18 09:47:35.185 | + lib/neutron-legacy:_configure_neutron_metadata_agent:875 : iniset /etc/neutron/metadata_agent.ini DEFAULT metadata_workers 2 2022-05-18 09:47:35.215 | + lib/neutron-legacy:_configure_neutron_metadata_agent:876 : iniset /etc/neutron/metadata_agent.ini AGENT root_helper 'sudo /usr/local/bin/neutron-rootwrap /etc/neutron/rootwrap.conf' 2022-05-18 09:47:35.248 | + lib/neutron-legacy:_configure_neutron_metadata_agent:877 : [[ True == \T\r\u\e ]] 2022-05-18 09:47:35.250 | + lib/neutron-legacy:_configure_neutron_metadata_agent:878 : iniset /etc/neutron/metadata_agent.ini AGENT root_helper_daemon 'sudo /usr/local/bin/neutron-rootwrap-daemon /etc/neutron/rootwrap.conf' 2022-05-18 09:47:35.279 | + lib/neutron-legacy:configure_mutnauq:371 : [[ legacy != \l\e\g\a\c\y ]] 2022-05-18 09:47:35.282 | + lib/neutron-legacy:configure_mutnauq:374 : is_service_enabled ceilometer 2022-05-18 09:47:35.299 | + functions-common:is_service_enabled:2093 : return 1 2022-05-18 09:47:35.302 | + lib/neutron-legacy:configure_mutnauq:378 : [[ openvswitch == \o\v\n ]] 2022-05-18 09:47:35.304 | + lib/neutron-legacy:configure_mutnauq:384 : is_service_enabled q-placement neutron-placement 2022-05-18 09:47:35.322 | + functions-common:is_service_enabled:2093 : return 1 2022-05-18 09:47:35.325 | + lib/neutron-legacy:configure_mutnauq:387 : is_service_enabled q-trunk neutron-trunk 2022-05-18 09:47:35.344 | + functions-common:is_service_enabled:2093 : return 1 2022-05-18 09:47:35.346 | + lib/neutron-legacy:configure_mutnauq:390 : is_service_enabled q-qos neutron-qos 2022-05-18 09:47:35.364 | + functions-common:is_service_enabled:2093 : return 1 2022-05-18 09:47:35.367 | + lib/neutron-legacy:configure_mutnauq:398 : iniset /etc/neutron/neutron.conf DEFAULT api_workers 2 2022-05-18 09:47:35.397 | + lib/neutron-legacy:configure_mutnauq:402 : iniset /etc/neutron/neutron.conf DEFAULT rpc_state_report_workers 0 2022-05-18 09:47:35.428 | + lib/neutron:configure_neutron:627 : '[' False == True ']' 2022-05-18 09:47:35.430 | + ./stack.sh:main:1152 : is_service_enabled mysql postgresql 2022-05-18 09:47:35.449 | + functions-common:is_service_enabled:2093 : return 0 2022-05-18 09:47:35.451 | + ./stack.sh:main:1152 : is_service_enabled neutron 2022-05-18 09:47:35.469 | + functions-common:is_service_enabled:2093 : return 0 2022-05-18 09:47:35.472 | + ./stack.sh:main:1153 : async_runfunc init_neutron 2022-05-18 09:47:35.474 | + inc/async:async_runfunc:116 : async_run init_neutron init_neutron 2022-05-18 09:47:35.533 | + inc/async:async_inner:63 : init_neutron 2022-05-18 09:47:35.573 | [207558 Async init_neutron:249921]: running: init_neutron 2022-05-18 09:47:35.576 | + ./stack.sh:main:1161 : is_service_enabled q-dhcp 2022-05-18 09:47:35.603 | + functions-common:is_service_enabled:2093 : return 0 2022-05-18 09:47:35.607 | ++ ./stack.sh:main:1164 : pidof NetworkManager 2022-05-18 09:47:35.617 | ++ ./stack.sh:main:1164 : true 2022-05-18 09:47:35.621 | + ./stack.sh:main:1164 : netman_pid= 2022-05-18 09:47:35.624 | + ./stack.sh:main:1165 : '[' -z '' ']' 2022-05-18 09:47:35.626 | + ./stack.sh:main:1166 : sudo killall dnsmasq 2022-05-18 09:47:35.638 | dnsmasq: no process found 2022-05-18 09:47:35.642 | + ./stack.sh:main:1166 : true 2022-05-18 09:47:35.646 | + ./stack.sh:main:1171 : clean_iptables 2022-05-18 09:47:35.652 | + lib/nova:clean_iptables:186 : sudo iptables -S -v 2022-05-18 09:47:35.654 | + lib/nova:clean_iptables:186 : grep '\-A' 2022-05-18 09:47:35.654 | + lib/nova:clean_iptables:186 : grep nova 2022-05-18 09:47:35.656 | + lib/nova:clean_iptables:186 : awk '{print "sudo iptables",$0}' 2022-05-18 09:47:35.658 | + lib/nova:clean_iptables:186 : bash 2022-05-18 09:47:35.659 | + lib/nova:clean_iptables:186 : sed s/-A/-D/g 2022-05-18 09:47:35.663 | + lib/nova:clean_iptables:186 : sed 's/-c [0-9]* [0-9]* //g' 2022-05-18 09:47:35.671 | + lib/nova:clean_iptables:188 : sed 's/-c [0-9]* [0-9]* //g' 2022-05-18 09:47:35.682 | + lib/nova:clean_iptables:188 : grep '\-A' 2022-05-18 09:47:35.682 | + lib/nova:clean_iptables:188 : awk '{print "sudo iptables -t nat",$0}' 2022-05-18 09:47:35.682 | + lib/nova:clean_iptables:188 : sudo iptables -S -v -t nat 2022-05-18 09:47:35.682 | + lib/nova:clean_iptables:188 : grep nova 2022-05-18 09:47:35.682 | + lib/nova:clean_iptables:188 : bash 2022-05-18 09:47:35.682 | + lib/nova:clean_iptables:188 : sed s/-A/-D/g 2022-05-18 09:47:35.695 | + lib/nova:clean_iptables:190 : grep nova 2022-05-18 09:47:35.695 | + lib/nova:clean_iptables:190 : sudo iptables -S -v 2022-05-18 09:47:35.697 | + lib/nova:clean_iptables:190 : sed s/-N/-X/g 2022-05-18 09:47:35.698 | + lib/nova:clean_iptables:190 : grep '\-N' 2022-05-18 09:47:35.699 | + lib/nova:clean_iptables:190 : sed 's/-c [0-9]* [0-9]* //g' 2022-05-18 09:47:35.699 | + lib/nova:clean_iptables:190 : bash 2022-05-18 09:47:35.708 | + lib/nova:clean_iptables:190 : awk '{print "sudo iptables",$0}' 2022-05-18 09:47:35.719 | + lib/nova:clean_iptables:192 : grep nova 2022-05-18 09:47:35.719 | + lib/nova:clean_iptables:192 : sed 's/-c [0-9]* [0-9]* //g' 2022-05-18 09:47:35.727 | + lib/nova:clean_iptables:192 : sudo iptables -S -v -t nat 2022-05-18 09:47:35.727 | + lib/nova:clean_iptables:192 : grep '\-N' 2022-05-18 09:47:35.727 | + lib/nova:clean_iptables:192 : awk '{print "sudo iptables -t nat",$0}' 2022-05-18 09:47:35.727 | + lib/nova:clean_iptables:192 : bash 2022-05-18 09:47:35.727 | + lib/nova:clean_iptables:192 : sed s/-N/-X/g 2022-05-18 09:47:35.735 | + ./stack.sh:main:1174 : sudo sysctl -w net.ipv4.ip_forward=1 2022-05-18 09:47:35.743 | net.ipv4.ip_forward = 1 2022-05-18 09:47:35.747 | + ./stack.sh:main:1179 : is_service_enabled nova neutron 2022-05-18 09:47:35.765 | + functions-common:is_service_enabled:2093 : return 0 2022-05-18 09:47:35.768 | + ./stack.sh:main:1180 : configure_os_vif 2022-05-18 09:47:35.770 | + lib/os-vif:configure_os_vif:21 : [[ -e /etc/nova/nova.conf ]] 2022-05-18 09:47:35.774 | + lib/os-vif:configure_os_vif:22 : iniset /etc/nova/nova.conf os_vif_ovs ovsdb_interface vsctl 2022-05-18 09:47:35.810 | + lib/os-vif:configure_os_vif:23 : iniset /etc/nova/nova.conf os_vif_ovs isolate_vif False 2022-05-18 09:47:35.844 | + lib/os-vif:configure_os_vif:25 : [[ -e /etc/neutron/neutron.conf ]] 2022-05-18 09:47:35.847 | + lib/os-vif:configure_os_vif:26 : iniset /etc/neutron/neutron.conf os_vif_ovs ovsdb_interface vsctl 2022-05-18 09:47:35.883 | + lib/os-vif:configure_os_vif:27 : iniset /etc/neutron/neutron.conf os_vif_ovs isolate_vif False 2022-05-18 09:47:35.915 | + ./stack.sh:main:1186 : is_service_enabled swift 2022-05-18 09:47:35.934 | + functions-common:is_service_enabled:2093 : return 0 2022-05-18 09:47:35.937 | + ./stack.sh:main:1187 : echo_summary 'Configuring Swift' 2022-05-18 09:47:35.940 | + ./stack.sh:echo_summary:442 : [[ -t 3 ]] 2022-05-18 09:47:35.943 | + ./stack.sh:echo_summary:448 : echo -e Configuring Swift 2022-05-18 09:47:35.946 | + ./stack.sh:main:1188 : async_runfunc init_swift 2022-05-18 09:47:35.949 | + inc/async:async_runfunc:116 : async_run init_swift init_swift 2022-05-18 09:47:36.016 | + inc/async:async_inner:63 : init_swift 2022-05-18 09:47:36.060 | [207558 Async init_swift:250279]: running: init_swift 2022-05-18 09:47:36.063 | + ./stack.sh:main:1195 : is_service_enabled cinder 2022-05-18 09:47:36.084 | + functions-common:is_service_enabled:2093 : return 0 2022-05-18 09:47:36.087 | + ./stack.sh:main:1196 : echo_summary 'Configuring Cinder' 2022-05-18 09:47:36.090 | + ./stack.sh:echo_summary:442 : [[ -t 3 ]] 2022-05-18 09:47:36.093 | + ./stack.sh:echo_summary:448 : echo -e Configuring Cinder 2022-05-18 09:47:36.096 | + ./stack.sh:main:1197 : async_runfunc init_cinder 2022-05-18 09:47:36.098 | + inc/async:async_runfunc:116 : async_run init_cinder init_cinder 2022-05-18 09:47:36.170 | + inc/async:async_inner:63 : init_cinder 2022-05-18 09:47:36.229 | [207558 Async init_cinder:250374]: running: init_cinder 2022-05-18 09:47:36.239 | + ./stack.sh:main:1203 : is_service_enabled placement 2022-05-18 09:47:36.268 | + functions-common:is_service_enabled:2093 : return 0 2022-05-18 09:47:36.271 | + ./stack.sh:main:1204 : echo_summary 'Configuring placement' 2022-05-18 09:47:36.274 | + ./stack.sh:echo_summary:442 : [[ -t 3 ]] 2022-05-18 09:47:36.277 | + ./stack.sh:echo_summary:448 : echo -e Configuring placement 2022-05-18 09:47:36.279 | + ./stack.sh:main:1205 : async_runfunc init_placement 2022-05-18 09:47:36.282 | + inc/async:async_runfunc:116 : async_run init_placement init_placement 2022-05-18 09:47:36.359 | + inc/async:async_inner:63 : init_placement 2022-05-18 09:47:36.432 | [207558 Async init_placement:250493]: running: init_placement 2022-05-18 09:47:36.435 | + ./stack.sh:main:1209 : async_wait init_neutron 2022-05-18 09:47:36.539 | [207558 Async init_neutron:249921]: Waiting for completion of init_neutron running on PID 249921 (6 other jobs running) 2022-05-18 09:47:36.581 | [207558 Async init_neutron:249921]: Signaling child to exit 2022-05-18 09:47:47.165 | + inc/async:async_inner:64 : rc=0 2022-05-18 09:47:47.207 | [250374 Async init_cinder:250374]: finished successfully 2022-05-18 09:47:50.740 | + inc/async:async_inner:64 : rc=0 2022-05-18 09:47:50.781 | [250279 Async init_swift:250279]: finished successfully 2022-05-18 09:48:03.358 | + inc/async:async_inner:64 : rc=0 2022-05-18 09:48:03.384 | [249921 Async init_neutron:249921]: finished successfully 2022-05-18 09:48:03.404 | WAKEUP 2022-05-18 09:48:03.427 | [207558 Async init_neutron:249921]: Signaled 2022-05-18 09:48:03.429 | + lib/neutron:init_neutron:678 : is_neutron_legacy_enabled 2022-05-18 09:48:03.429 | ++ lib/neutron:is_neutron_legacy_enabled:136 : echo n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon 2022-05-18 09:48:03.429 | ++ lib/neutron:is_neutron_legacy_enabled:136 : sed s/neutron-//g 2022-05-18 09:48:03.429 | + lib/neutron:is_neutron_legacy_enabled:136 : disabled_services_copy=n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon 2022-05-18 09:48:03.429 | + lib/neutron:is_neutron_legacy_enabled:137 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon =~ ,neutron ]] 2022-05-18 09:48:03.429 | + lib/neutron:is_neutron_legacy_enabled:138 : [[ ,key,n-api,n-cond,n-sch,n-api-meta,placement-api,placement-client,g-api,c-sch,c-api,c-vol,ovn-controller,ovn-northd,ovs-vswitchd,ovsdb-server,q-svc,q-ovn-metadata-agent,rabbit,tempest,mysql,etcd3,dstat,n-crt,n-cauth,q-agt,q-dhcp,q-l3,q-meta,q-metering,q-vpn,g-reg,cinder,c-bak,s-proxy,s-object,s-container,s-account,heat,h-api,h-api-cfn,h-api-cw,h-eng,ceilometer-acentral,ceilometer-acompute,ceilometer-collector,ceilometer-api,ceilometer-anotification =~ ,q- ]] 2022-05-18 09:48:03.429 | + lib/neutron:is_neutron_legacy_enabled:138 : return 0 2022-05-18 09:48:03.429 | + lib/neutron:init_neutron:680 : init_mutnauq 2022-05-18 09:48:03.429 | + lib/neutron-legacy:init_mutnauq:456 : recreate_database neutron 2022-05-18 09:48:03.429 | + lib/database:recreate_database:112 : local db=neutron 2022-05-18 09:48:03.429 | + lib/database:recreate_database:113 : recreate_database_mysql neutron 2022-05-18 09:48:03.429 | + lib/databases/mysql:recreate_database_mysql:66 : local db=neutron 2022-05-18 09:48:03.429 | + lib/databases/mysql:recreate_database_mysql:67 : mysql -uroot -pPassw0rd -h127.0.0.1 -e 'DROP DATABASE IF EXISTS neutron;' 2022-05-18 09:48:03.429 | mysql: [Warning] Using a password on the command line interface can be insecure. 2022-05-18 09:48:03.429 | + lib/databases/mysql:recreate_database_mysql:68 : mysql -uroot -pPassw0rd -h127.0.0.1 -e 'CREATE DATABASE neutron CHARACTER SET utf8;' 2022-05-18 09:48:03.429 | mysql: [Warning] Using a password on the command line interface can be insecure. 2022-05-18 09:48:03.429 | + lib/neutron-legacy:init_mutnauq:457 : time_start dbsync 2022-05-18 09:48:03.429 | + functions-common:time_start:2423 : local name=dbsync 2022-05-18 09:48:03.429 | + functions-common:time_start:2424 : local start_time= 2022-05-18 09:48:03.429 | + functions-common:time_start:2425 : [[ -n '' ]] 2022-05-18 09:48:03.429 | ++ functions-common:time_start:2428 : date +%s%3N 2022-05-18 09:48:03.430 | + functions-common:time_start:2428 : _TIME_START[$name]=1652867258570 2022-05-18 09:48:03.430 | + lib/neutron-legacy:init_mutnauq:459 : /usr/local/bin/neutron-db-manage --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini upgrade head 2022-05-18 09:48:03.430 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-05-18 09:48:03.430 | from cryptography.utils import int_from_bytes 2022-05-18 09:48:03.430 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-05-18 09:48:03.430 | from cryptography.utils import int_from_bytes 2022-05-18 09:48:03.430 | INFO [alembic.runtime.migration] Context impl MySQLImpl. 2022-05-18 09:48:03.430 | INFO [alembic.runtime.migration] Will assume non-transactional DDL. 2022-05-18 09:48:03.430 | INFO [alembic.runtime.migration] Context impl MySQLImpl. 2022-05-18 09:48:03.430 | INFO [alembic.runtime.migration] Will assume non-transactional DDL. 2022-05-18 09:48:03.430 | INFO [alembic.runtime.migration] Running upgrade -> kilo 2022-05-18 09:48:03.430 | INFO [alembic.runtime.migration] Running upgrade kilo -> 354db87e3225 2022-05-18 09:48:03.430 | INFO [alembic.runtime.migration] Running upgrade 354db87e3225 -> 599c6a226151 2022-05-18 09:48:03.430 | INFO [alembic.runtime.migration] Running upgrade 599c6a226151 -> 52c5312f6baf 2022-05-18 09:48:03.430 | INFO [alembic.runtime.migration] Running upgrade 52c5312f6baf -> 313373c0ffee 2022-05-18 09:48:03.430 | INFO [alembic.runtime.migration] Running upgrade 313373c0ffee -> 8675309a5c4f 2022-05-18 09:48:03.430 | INFO [alembic.runtime.migration] Running upgrade 8675309a5c4f -> 45f955889773 2022-05-18 09:48:03.430 | INFO [alembic.runtime.migration] Running upgrade 45f955889773 -> 26c371498592 2022-05-18 09:48:03.430 | INFO [alembic.runtime.migration] Running upgrade 26c371498592 -> 1c844d1677f7 2022-05-18 09:48:03.430 | INFO [alembic.runtime.migration] Running upgrade 1c844d1677f7 -> 1b4c6e320f79 2022-05-18 09:48:03.430 | INFO [alembic.runtime.migration] Running upgrade 1b4c6e320f79 -> 48153cb5f051 2022-05-18 09:48:03.430 | INFO [alembic.runtime.migration] Running upgrade 48153cb5f051 -> 9859ac9c136 2022-05-18 09:48:03.430 | INFO [alembic.runtime.migration] Running upgrade 9859ac9c136 -> 34af2b5c5a59 2022-05-18 09:48:03.430 | INFO [alembic.runtime.migration] Running upgrade 34af2b5c5a59 -> 59cb5b6cf4d 2022-05-18 09:48:03.430 | INFO [alembic.runtime.migration] Running upgrade 59cb5b6cf4d -> 13cfb89f881a 2022-05-18 09:48:03.430 | INFO [alembic.runtime.migration] Running upgrade 13cfb89f881a -> 32e5974ada25 2022-05-18 09:48:03.430 | INFO [alembic.runtime.migration] Running upgrade 32e5974ada25 -> ec7fcfbf72ee 2022-05-18 09:48:03.430 | INFO [alembic.runtime.migration] Running upgrade ec7fcfbf72ee -> dce3ec7a25c9 2022-05-18 09:48:03.430 | INFO [alembic.runtime.migration] Running upgrade dce3ec7a25c9 -> c3a73f615e4 2022-05-18 09:48:03.430 | INFO [alembic.runtime.migration] Running upgrade c3a73f615e4 -> 659bf3d90664 2022-05-18 09:48:03.430 | INFO [alembic.runtime.migration] Running upgrade 659bf3d90664 -> 1df244e556f5 2022-05-18 09:48:03.430 | INFO [alembic.runtime.migration] Running upgrade 1df244e556f5 -> 19f26505c74f 2022-05-18 09:48:03.430 | INFO [alembic.runtime.migration] Running upgrade 19f26505c74f -> 15be73214821 2022-05-18 09:48:03.431 | INFO [alembic.runtime.migration] Running upgrade 15be73214821 -> b4caf27aae4 2022-05-18 09:48:03.431 | INFO [alembic.runtime.migration] Running upgrade b4caf27aae4 -> 15e43b934f81 2022-05-18 09:48:03.431 | INFO [alembic.runtime.migration] Running upgrade 15e43b934f81 -> 31ed664953e6 2022-05-18 09:48:03.431 | INFO [alembic.runtime.migration] Running upgrade 31ed664953e6 -> 2f9e956e7532 2022-05-18 09:48:03.431 | INFO [alembic.runtime.migration] Running upgrade 2f9e956e7532 -> 3894bccad37f 2022-05-18 09:48:03.431 | INFO [alembic.runtime.migration] Running upgrade 3894bccad37f -> 0e66c5227a8a 2022-05-18 09:48:03.431 | INFO [alembic.runtime.migration] Running upgrade 0e66c5227a8a -> 45f8dd33480b 2022-05-18 09:48:03.431 | INFO [alembic.runtime.migration] Running upgrade 45f8dd33480b -> 5abc0278ca73 2022-05-18 09:48:03.431 | INFO [alembic.runtime.migration] Running upgrade 5abc0278ca73 -> d3435b514502 2022-05-18 09:48:03.431 | INFO [alembic.runtime.migration] Running upgrade d3435b514502 -> 30107ab6a3ee 2022-05-18 09:48:03.431 | INFO [alembic.runtime.migration] Running upgrade 30107ab6a3ee -> c415aab1c048 2022-05-18 09:48:03.431 | INFO [alembic.runtime.migration] Running upgrade c415aab1c048 -> a963b38d82f4 2022-05-18 09:48:03.431 | INFO [alembic.runtime.migration] Running upgrade kilo -> 30018084ec99 2022-05-18 09:48:03.431 | INFO [alembic.runtime.migration] Running upgrade 30018084ec99 -> 4ffceebfada 2022-05-18 09:48:03.431 | INFO [alembic.runtime.migration] Running upgrade 4ffceebfada -> 5498d17be016 2022-05-18 09:48:03.431 | INFO [alembic.runtime.migration] Running upgrade 5498d17be016 -> 2a16083502f3 2022-05-18 09:48:03.431 | INFO [alembic.runtime.migration] Running upgrade 2a16083502f3 -> 2e5352a0ad4d 2022-05-18 09:48:03.431 | INFO [alembic.runtime.migration] Running upgrade 2e5352a0ad4d -> 11926bcfe72d 2022-05-18 09:48:03.431 | INFO [alembic.runtime.migration] Running upgrade 11926bcfe72d -> 4af11ca47297 2022-05-18 09:48:03.431 | INFO [alembic.runtime.migration] Running upgrade 4af11ca47297 -> 1b294093239c 2022-05-18 09:48:03.431 | INFO [alembic.runtime.migration] Running upgrade 1b294093239c -> 8a6d8bdae39 2022-05-18 09:48:03.431 | INFO [alembic.runtime.migration] Running upgrade 8a6d8bdae39 -> 2b4c2465d44b 2022-05-18 09:48:03.431 | INFO [alembic.runtime.migration] Running upgrade 2b4c2465d44b -> e3278ee65050 2022-05-18 09:48:03.431 | INFO [alembic.runtime.migration] Running upgrade e3278ee65050 -> c6c112992c9 2022-05-18 09:48:03.431 | INFO [alembic.runtime.migration] Running upgrade c6c112992c9 -> 5ffceebfada 2022-05-18 09:48:03.431 | INFO [alembic.runtime.migration] Running upgrade 5ffceebfada -> 4ffceebfcdc 2022-05-18 09:48:03.431 | INFO [alembic.runtime.migration] Running upgrade 4ffceebfcdc -> 7bbb25278f53 2022-05-18 09:48:03.431 | INFO [alembic.runtime.migration] Running upgrade 7bbb25278f53 -> 89ab9a816d70 2022-05-18 09:48:03.432 | INFO [alembic.runtime.migration] Running upgrade 89ab9a816d70 -> c879c5e1ee90 2022-05-18 09:48:03.432 | INFO [alembic.runtime.migration] Running upgrade c879c5e1ee90 -> 8fd3918ef6f4 2022-05-18 09:48:03.432 | INFO [alembic.runtime.migration] Running upgrade 8fd3918ef6f4 -> 4bcd4df1f426 2022-05-18 09:48:03.432 | INFO [alembic.runtime.migration] Running upgrade 4bcd4df1f426 -> b67e765a3524 2022-05-18 09:48:03.432 | INFO [alembic.runtime.migration] Running upgrade a963b38d82f4 -> 3d0e74aa7d37 2022-05-18 09:48:03.432 | INFO [alembic.runtime.migration] Running upgrade 3d0e74aa7d37 -> 030a959ceafa 2022-05-18 09:48:03.432 | INFO [alembic.runtime.migration] Running upgrade 030a959ceafa -> a5648cfeeadf 2022-05-18 09:48:03.432 | INFO [alembic.runtime.migration] Running upgrade a5648cfeeadf -> 0f5bef0f87d4 2022-05-18 09:48:03.432 | INFO [alembic.runtime.migration] Running upgrade 0f5bef0f87d4 -> 67daae611b6e 2022-05-18 09:48:03.432 | INFO [alembic.runtime.migration] Running upgrade b67e765a3524 -> a84ccf28f06a 2022-05-18 09:48:03.432 | INFO [alembic.runtime.migration] Running upgrade a84ccf28f06a -> 7d9d8eeec6ad 2022-05-18 09:48:03.432 | INFO [alembic.runtime.migration] Running upgrade 67daae611b6e -> 6b461a21bcfc 2022-05-18 09:48:03.432 | INFO [alembic.runtime.migration] Running upgrade 6b461a21bcfc -> 5cd92597d11d 2022-05-18 09:48:03.432 | INFO [alembic.runtime.migration] Running upgrade 5cd92597d11d -> 929c968efe70 2022-05-18 09:48:03.432 | INFO [alembic.runtime.migration] Running upgrade 929c968efe70 -> a9c43481023c 2022-05-18 09:48:03.432 | INFO [alembic.runtime.migration] Running upgrade a9c43481023c -> 804a3c76314c 2022-05-18 09:48:03.432 | INFO [alembic.runtime.migration] Running upgrade 804a3c76314c -> 2b42d90729da 2022-05-18 09:48:03.432 | INFO [alembic.runtime.migration] Running upgrade 2b42d90729da -> 62c781cb6192 2022-05-18 09:48:03.432 | INFO [alembic.runtime.migration] Running upgrade 62c781cb6192 -> c8c222d42aa9 2022-05-18 09:48:03.432 | INFO [alembic.runtime.migration] Running upgrade c8c222d42aa9 -> 349b6fd605a6 2022-05-18 09:48:03.432 | INFO [alembic.runtime.migration] Running upgrade 349b6fd605a6 -> 7d32f979895f 2022-05-18 09:48:03.432 | INFO [alembic.runtime.migration] Running upgrade 7d32f979895f -> 594422d373ee 2022-05-18 09:48:03.432 | INFO [alembic.runtime.migration] Running upgrade 594422d373ee -> 61663558142c 2022-05-18 09:48:03.432 | INFO [alembic.runtime.migration] Running upgrade 61663558142c -> 867d39095bf4, port forwarding 2022-05-18 09:48:03.432 | INFO [alembic.runtime.migration] Running upgrade 867d39095bf4 -> d72db3e25539, modify uniq port forwarding 2022-05-18 09:48:03.432 | INFO [alembic.runtime.migration] Running upgrade d72db3e25539 -> cada2437bf41 2022-05-18 09:48:03.432 | INFO [alembic.runtime.migration] Running upgrade cada2437bf41 -> 195176fb410d, router gateway IP QoS 2022-05-18 09:48:03.432 | INFO [alembic.runtime.migration] Running upgrade 195176fb410d -> fb0167bd9639 2022-05-18 09:48:03.432 | INFO [alembic.runtime.migration] Running upgrade fb0167bd9639 -> 0ff9e3881597 2022-05-18 09:48:03.432 | INFO [alembic.runtime.migration] Running upgrade 0ff9e3881597 -> 9bfad3f1e780 2022-05-18 09:48:03.432 | INFO [alembic.runtime.migration] Running upgrade 9bfad3f1e780 -> 63fd95af7dcd 2022-05-18 09:48:03.432 | INFO [alembic.runtime.migration] Running upgrade 63fd95af7dcd -> c613d0b82681 2022-05-18 09:48:03.432 | INFO [alembic.runtime.migration] Running upgrade c613d0b82681 -> c3e9d13c4367 2022-05-18 09:48:03.433 | INFO [alembic.runtime.migration] Running upgrade c3e9d13c4367 -> 86274d77933e 2022-05-18 09:48:03.433 | INFO [alembic.runtime.migration] Running upgrade 86274d77933e -> f4b9654dd40c 2022-05-18 09:48:03.433 | INFO [alembic.runtime.migration] Running upgrade f4b9654dd40c -> a010322604bc 2022-05-18 09:48:03.433 | INFO [alembic.runtime.migration] Running upgrade a010322604bc -> 263d454a9655 2022-05-18 09:48:03.433 | INFO [alembic.runtime.migration] Running upgrade 263d454a9655 -> Ibac91d24da2 2022-05-18 09:48:03.433 | INFO [alembic.runtime.migration] Running upgrade Ibac91d24da2 -> 2217c4222de6 2022-05-18 09:48:03.433 | INFO [alembic.runtime.migration] Running upgrade 2217c4222de6 -> 18a7e90ae768 2022-05-18 09:48:03.433 | INFO [alembic.runtime.migration] Running upgrade 18a7e90ae768 -> e4e236b0e1ff 2022-05-18 09:48:03.433 | INFO [alembic.runtime.migration] Running upgrade e4e236b0e1ff -> e88badaa9591 2022-05-18 09:48:03.433 | INFO [alembic.runtime.migration] Running upgrade e88badaa9591 -> d8bdf05313f4 2022-05-18 09:48:03.433 | INFO [alembic.runtime.migration] Running upgrade d8bdf05313f4 -> dfe425060830 2022-05-18 09:48:03.433 | INFO [alembic.runtime.migration] Running upgrade dfe425060830 -> fd6107509ccd 2022-05-18 09:48:03.433 | INFO [alembic.runtime.migration] Running upgrade fd6107509ccd -> 1ea5dab0897a 2022-05-18 09:48:03.433 | INFO [alembic.runtime.migration] Running upgrade 1ea5dab0897a -> 49d8622c5221 2022-05-18 09:48:03.433 | INFO [alembic.runtime.migration] Running upgrade 49d8622c5221 -> I38991de2b4 2022-05-18 09:48:03.433 | INFO [alembic.runtime.migration] Running upgrade I38991de2b4 -> 532aa95457e2 2022-05-18 09:48:03.433 | INFO [alembic.runtime.migration] Running upgrade 532aa95457e2 -> f010820fc498 2022-05-18 09:48:03.433 | INFO [alembic.runtime.migration] Running upgrade f010820fc498 -> a964d94b4677 2022-05-18 09:48:03.433 | INFO [alembic.runtime.migration] Running upgrade a964d94b4677 -> 26d1e9f5c766 2022-05-18 09:48:03.433 | INFO [alembic.runtime.migration] Running upgrade 26d1e9f5c766 -> 1e0744e4ffea 2022-05-18 09:48:03.433 | INFO [alembic.runtime.migration] Running upgrade 1e0744e4ffea -> 6135a7bd4425 2022-05-18 09:48:03.433 | INFO [alembic.runtime.migration] Running upgrade 6135a7bd4425 -> 8df53b0d2c0e 2022-05-18 09:48:03.433 | INFO [alembic.runtime.migration] Running upgrade 8df53b0d2c0e -> 1bb3393de75d, add qos policy rule Packet Rate Limit 2022-05-18 09:48:03.433 | INFO [alembic.runtime.migration] Running upgrade 1bb3393de75d -> c181bb1d89e4 2022-05-18 09:48:03.433 | INFO [alembic.runtime.migration] Running upgrade c181bb1d89e4 -> ba859d649675 2022-05-18 09:48:03.433 | INFO [alembic.runtime.migration] Running upgrade ba859d649675 -> e981acd076d3 2022-05-18 09:48:03.433 | INFO [alembic.runtime.migration] Running upgrade e981acd076d3 -> 76df7844a8c6, add Local IP tables 2022-05-18 09:48:03.433 | INFO [alembic.runtime.migration] Running upgrade 76df7844a8c6 -> 1ffef8d6f371, migrate RBAC registers from "target_tenant" to "target_project" 2022-05-18 09:48:03.433 | INFO [alembic.runtime.migration] Running upgrade 1ffef8d6f371 -> 8160f7a9cebb, drop portbindingports table 2022-05-18 09:48:03.433 | INFO [alembic.runtime.migration] Running upgrade 8160f7a9cebb -> cd9ef14ccf87 2022-05-18 09:48:03.433 | INFO [alembic.runtime.migration] Running upgrade cd9ef14ccf87 -> 34cf8b009713 2022-05-18 09:48:03.433 | INFO [alembic.runtime.migration] Running upgrade 34cf8b009713 -> I43e0b669096 2022-05-18 09:48:03.433 | INFO [alembic.runtime.migration] Running upgrade 7d9d8eeec6ad -> a8b517cff8ab 2022-05-18 09:48:03.433 | INFO [alembic.runtime.migration] Running upgrade a8b517cff8ab -> 3b935b28e7a0 2022-05-18 09:48:03.433 | INFO [alembic.runtime.migration] Running upgrade 3b935b28e7a0 -> b12a3ef66e62 2022-05-18 09:48:03.434 | INFO [alembic.runtime.migration] Running upgrade b12a3ef66e62 -> 97c25b0d2353 2022-05-18 09:48:03.434 | INFO [alembic.runtime.migration] Running upgrade 97c25b0d2353 -> 2e0d7a8a1586 2022-05-18 09:48:03.434 | INFO [alembic.runtime.migration] Running upgrade 2e0d7a8a1586 -> 5c85685d616d 2022-05-18 09:48:03.434 | Running upgrade for neutron ... 2022-05-18 09:48:03.434 | OK 2022-05-18 09:48:03.434 | + lib/neutron-legacy:init_mutnauq:460 : time_stop dbsync 2022-05-18 09:48:03.434 | + functions-common:time_stop:2437 : local name 2022-05-18 09:48:03.434 | + functions-common:time_stop:2438 : local end_time 2022-05-18 09:48:03.434 | + functions-common:time_stop:2439 : local elapsed_time 2022-05-18 09:48:03.434 | + functions-common:time_stop:2440 : local total 2022-05-18 09:48:03.434 | + functions-common:time_stop:2441 : local start_time 2022-05-18 09:48:03.434 | + functions-common:time_stop:2443 : name=dbsync 2022-05-18 09:48:03.434 | + functions-common:time_stop:2444 : start_time=1652867258570 2022-05-18 09:48:03.434 | + functions-common:time_stop:2446 : [[ -z 1652867258570 ]] 2022-05-18 09:48:03.434 | ++ functions-common:time_stop:2449 : date +%s%3N 2022-05-18 09:48:03.434 | + functions-common:time_stop:2449 : end_time=1652867283342 2022-05-18 09:48:03.434 | + functions-common:time_stop:2450 : elapsed_time=24772 2022-05-18 09:48:03.434 | + functions-common:time_stop:2451 : total=8478 2022-05-18 09:48:03.434 | + functions-common:time_stop:2453 : _TIME_START[$name]= 2022-05-18 09:48:03.434 | + functions-common:time_stop:2454 : _TIME_TOTAL[$name]=33250 2022-05-18 09:48:03.476 | [207558 Async init_neutron:249921]: finished init_neutron with result 0 in 27 seconds 2022-05-18 09:48:03.480 | + inc/async:async_wait:197 : return 0 2022-05-18 09:48:03.483 | + ./stack.sh:main:1210 : async_wait init_placement 2022-05-18 09:48:03.534 | [207558 Async init_placement:250493]: Waiting for completion of init_placement running on PID 250493 (5 other jobs running) 2022-05-18 09:48:03.560 | [207558 Async init_placement:250493]: Signaling child to exit 2022-05-18 09:48:22.363 | + inc/async:async_inner:64 : rc=0 2022-05-18 09:48:22.389 | [250493 Async init_placement:250493]: finished successfully 2022-05-18 09:48:22.408 | WAKEUP 2022-05-18 09:48:22.431 | [207558 Async init_placement:250493]: Signaled 2022-05-18 09:48:22.433 | + lib/placement:init_placement:130 : recreate_database placement 2022-05-18 09:48:22.433 | + lib/database:recreate_database:112 : local db=placement 2022-05-18 09:48:22.433 | + lib/database:recreate_database:113 : recreate_database_mysql placement 2022-05-18 09:48:22.433 | + lib/databases/mysql:recreate_database_mysql:66 : local db=placement 2022-05-18 09:48:22.433 | + lib/databases/mysql:recreate_database_mysql:67 : mysql -uroot -pPassw0rd -h127.0.0.1 -e 'DROP DATABASE IF EXISTS placement;' 2022-05-18 09:48:22.433 | mysql: [Warning] Using a password on the command line interface can be insecure. 2022-05-18 09:48:22.433 | + lib/databases/mysql:recreate_database_mysql:68 : mysql -uroot -pPassw0rd -h127.0.0.1 -e 'CREATE DATABASE placement CHARACTER SET utf8;' 2022-05-18 09:48:22.433 | mysql: [Warning] Using a password on the command line interface can be insecure. 2022-05-18 09:48:22.433 | + lib/placement:init_placement:131 : /usr/local/bin/placement-manage db sync 2022-05-18 09:48:22.433 | + lib/placement:init_placement:132 : create_placement_accounts 2022-05-18 09:48:22.433 | + lib/placement:create_placement_accounts:119 : create_service_user placement admin 2022-05-18 09:48:22.433 | + lib/keystone:create_service_user:431 : get_or_create_user placement Passw0rd Default 2022-05-18 09:48:22.433 | + functions-common:get_or_create_user:921 : local user_id 2022-05-18 09:48:22.433 | + functions-common:get_or_create_user:922 : [[ ! -z '' ]] 2022-05-18 09:48:22.433 | + functions-common:get_or_create_user:925 : local email= 2022-05-18 09:48:22.433 | ++ functions-common:get_or_create_user:939 : oscwrap --os-cloud devstack-system-admin user create placement --password Passw0rd --domain=Default --or-show -f value -c id 2022-05-18 09:48:22.434 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-05-18 09:48:22.434 | from cryptography.utils import int_from_bytes 2022-05-18 09:48:22.434 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-05-18 09:48:22.434 | from cryptography.utils import int_from_bytes 2022-05-18 09:48:22.434 | ++ functions-common:oscwrap:2477 : return 0 2022-05-18 09:48:22.434 | + functions-common:get_or_create_user:937 : user_id=76b496dae6cf40ac8f2eb0dbd9a43d70 2022-05-18 09:48:22.434 | + functions-common:get_or_create_user:938 : echo 76b496dae6cf40ac8f2eb0dbd9a43d70 2022-05-18 09:48:22.434 | 76b496dae6cf40ac8f2eb0dbd9a43d70 2022-05-18 09:48:22.434 | + lib/keystone:create_service_user:432 : get_or_add_user_project_role service placement service Default Default 2022-05-18 09:48:22.434 | + functions-common:get_or_add_user_project_role:985 : local user_role_id 2022-05-18 09:48:22.434 | ++ functions-common:get_or_add_user_project_role:987 : _get_domain_args Default Default 2022-05-18 09:48:22.434 | ++ functions-common:_get_domain_args:969 : local domain 2022-05-18 09:48:22.434 | ++ functions-common:_get_domain_args:970 : domain= 2022-05-18 09:48:22.434 | ++ functions-common:_get_domain_args:972 : [[ -n Default ]] 2022-05-18 09:48:22.434 | ++ functions-common:_get_domain_args:973 : domain=' --user-domain Default' 2022-05-18 09:48:22.434 | ++ functions-common:_get_domain_args:975 : [[ -n Default ]] 2022-05-18 09:48:22.434 | ++ functions-common:_get_domain_args:976 : domain=' --user-domain Default --project-domain Default' 2022-05-18 09:48:22.434 | ++ functions-common:_get_domain_args:979 : echo --user-domain Default --project-domain Default 2022-05-18 09:48:22.434 | + functions-common:get_or_add_user_project_role:987 : domain_args='--user-domain Default --project-domain Default' 2022-05-18 09:48:22.434 | ++ 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-05-18 09:48:22.434 | ++ functions-common:get_or_add_user_project_role:995 : get_field 1 2022-05-18 09:48:22.434 | ++ functions-common:get_or_add_user_project_role:995 : grep '^|\s[a-f0-9]\+' 2022-05-18 09:48:22.434 | ++ functions-common:get_field:823 : local data field 2022-05-18 09:48:22.434 | ++ functions-common:get_field:824 : read data 2022-05-18 09:48:22.434 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-05-18 09:48:22.434 | from cryptography.utils import int_from_bytes 2022-05-18 09:48:22.434 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-05-18 09:48:22.434 | from cryptography.utils import int_from_bytes 2022-05-18 09:48:22.434 | ++ functions-common:oscwrap:2477 : return 0 2022-05-18 09:48:22.435 | + functions-common:get_or_add_user_project_role:995 : user_role_id= 2022-05-18 09:48:22.435 | + functions-common:get_or_add_user_project_role:996 : [[ -z '' ]] 2022-05-18 09:48:22.435 | + functions-common:get_or_add_user_project_role:998 : openstack --os-cloud devstack-system-admin role add service --user placement --project service --user-domain Default --project-domain Default 2022-05-18 09:48:22.435 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-05-18 09:48:22.435 | from cryptography.utils import int_from_bytes 2022-05-18 09:48:22.435 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-05-18 09:48:22.435 | from cryptography.utils import int_from_bytes 2022-05-18 09:48:22.435 | ++ functions-common:get_or_add_user_project_role:1007 : get_field 1 2022-05-18 09:48:22.435 | ++ functions-common:get_or_add_user_project_role:1007 : oscwrap --os-cloud devstack-system-admin role assignment list --role service --user placement --project service --user-domain Default --project-domain Default 2022-05-18 09:48:22.435 | ++ functions-common:get_or_add_user_project_role:1007 : grep '^|\s[a-f0-9]\+' 2022-05-18 09:48:22.435 | ++ functions-common:get_field:823 : local data field 2022-05-18 09:48:22.435 | ++ functions-common:get_field:824 : read data 2022-05-18 09:48:22.435 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-05-18 09:48:22.435 | from cryptography.utils import int_from_bytes 2022-05-18 09:48:22.435 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-05-18 09:48:22.435 | from cryptography.utils import int_from_bytes 2022-05-18 09:48:22.435 | ++ functions-common:oscwrap:2477 : return 0 2022-05-18 09:48:22.435 | ++ functions-common:get_field:825 : '[' 1 -lt 0 ']' 2022-05-18 09:48:22.435 | ++ functions-common:get_field:828 : field='$2' 2022-05-18 09:48:22.435 | ++ functions-common:get_field:830 : echo '| ad3589aaeab6414497e12df3ddcc7f1c | 76b496dae6cf40ac8f2eb0dbd9a43d70 | | 53b7accf94c142989a8df173be271692 | | | False |' 2022-05-18 09:48:22.435 | ++ functions-common:get_field:830 : awk '-F[ \t]*\\|[ \t]*' '{print $2}' 2022-05-18 09:48:22.435 | ++ functions-common:get_field:824 : read data 2022-05-18 09:48:22.435 | + functions-common:get_or_add_user_project_role:1007 : user_role_id=ad3589aaeab6414497e12df3ddcc7f1c 2022-05-18 09:48:22.436 | + functions-common:get_or_add_user_project_role:1009 : echo ad3589aaeab6414497e12df3ddcc7f1c 2022-05-18 09:48:22.436 | ad3589aaeab6414497e12df3ddcc7f1c 2022-05-18 09:48:22.436 | + lib/keystone:create_service_user:434 : [[ -n admin ]] 2022-05-18 09:48:22.436 | + lib/keystone:create_service_user:435 : get_or_add_user_project_role admin placement service Default Default 2022-05-18 09:48:22.436 | + functions-common:get_or_add_user_project_role:985 : local user_role_id 2022-05-18 09:48:22.436 | ++ functions-common:get_or_add_user_project_role:987 : _get_domain_args Default Default 2022-05-18 09:48:22.436 | ++ functions-common:_get_domain_args:969 : local domain 2022-05-18 09:48:22.436 | ++ functions-common:_get_domain_args:970 : domain= 2022-05-18 09:48:22.436 | ++ functions-common:_get_domain_args:972 : [[ -n Default ]] 2022-05-18 09:48:22.436 | ++ functions-common:_get_domain_args:973 : domain=' --user-domain Default' 2022-05-18 09:48:22.436 | ++ functions-common:_get_domain_args:975 : [[ -n Default ]] 2022-05-18 09:48:22.436 | ++ functions-common:_get_domain_args:976 : domain=' --user-domain Default --project-domain Default' 2022-05-18 09:48:22.436 | ++ functions-common:_get_domain_args:979 : echo --user-domain Default --project-domain Default 2022-05-18 09:48:22.436 | + functions-common:get_or_add_user_project_role:987 : domain_args='--user-domain Default --project-domain Default' 2022-05-18 09:48:22.436 | ++ functions-common:get_or_add_user_project_role:995 : grep '^|\s[a-f0-9]\+' 2022-05-18 09:48:22.436 | ++ 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-05-18 09:48:22.436 | ++ functions-common:get_or_add_user_project_role:995 : get_field 1 2022-05-18 09:48:22.436 | ++ functions-common:get_field:823 : local data field 2022-05-18 09:48:22.436 | ++ functions-common:get_field:824 : read data 2022-05-18 09:48:22.436 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-05-18 09:48:22.436 | from cryptography.utils import int_from_bytes 2022-05-18 09:48:22.436 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-05-18 09:48:22.436 | from cryptography.utils import int_from_bytes 2022-05-18 09:48:22.436 | ++ functions-common:oscwrap:2477 : return 0 2022-05-18 09:48:22.436 | + functions-common:get_or_add_user_project_role:995 : user_role_id= 2022-05-18 09:48:22.436 | + functions-common:get_or_add_user_project_role:996 : [[ -z '' ]] 2022-05-18 09:48:22.436 | + functions-common:get_or_add_user_project_role:998 : openstack --os-cloud devstack-system-admin role add admin --user placement --project service --user-domain Default --project-domain Default 2022-05-18 09:48:22.436 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-05-18 09:48:22.436 | from cryptography.utils import int_from_bytes 2022-05-18 09:48:22.436 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-05-18 09:48:22.436 | from cryptography.utils import int_from_bytes 2022-05-18 09:48:22.436 | ++ functions-common:get_or_add_user_project_role:1007 : oscwrap --os-cloud devstack-system-admin role assignment list --role admin --user placement --project service --user-domain Default --project-domain Default 2022-05-18 09:48:22.437 | ++ functions-common:get_or_add_user_project_role:1007 : grep '^|\s[a-f0-9]\+' 2022-05-18 09:48:22.437 | ++ functions-common:get_or_add_user_project_role:1007 : get_field 1 2022-05-18 09:48:22.437 | ++ functions-common:get_field:823 : local data field 2022-05-18 09:48:22.437 | ++ functions-common:get_field:824 : read data 2022-05-18 09:48:22.437 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-05-18 09:48:22.437 | from cryptography.utils import int_from_bytes 2022-05-18 09:48:22.437 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-05-18 09:48:22.437 | from cryptography.utils import int_from_bytes 2022-05-18 09:48:22.437 | ++ functions-common:oscwrap:2477 : return 0 2022-05-18 09:48:22.437 | ++ functions-common:get_field:825 : '[' 1 -lt 0 ']' 2022-05-18 09:48:22.437 | ++ functions-common:get_field:828 : field='$2' 2022-05-18 09:48:22.437 | ++ functions-common:get_field:830 : awk '-F[ \t]*\\|[ \t]*' '{print $2}' 2022-05-18 09:48:22.437 | ++ functions-common:get_field:830 : echo '| 913df76e980c4ca38997dd8ea54f4c75 | 76b496dae6cf40ac8f2eb0dbd9a43d70 | | 53b7accf94c142989a8df173be271692 | | | False |' 2022-05-18 09:48:22.437 | ++ functions-common:get_field:824 : read data 2022-05-18 09:48:22.437 | + functions-common:get_or_add_user_project_role:1007 : user_role_id=913df76e980c4ca38997dd8ea54f4c75 2022-05-18 09:48:22.437 | + functions-common:get_or_add_user_project_role:1009 : echo 913df76e980c4ca38997dd8ea54f4c75 2022-05-18 09:48:22.437 | 913df76e980c4ca38997dd8ea54f4c75 2022-05-18 09:48:22.437 | + lib/placement:create_placement_accounts:120 : local placement_api_url=http://10.222.0.71/placement 2022-05-18 09:48:22.437 | + lib/placement:create_placement_accounts:121 : get_or_create_service placement placement 'Placement Service' 2022-05-18 09:48:22.437 | + functions-common:get_or_create_service:1094 : local service_id 2022-05-18 09:48:22.437 | ++ functions-common:get_or_create_service:1107 : oscwrap --os-cloud devstack-system-admin service show placement -f value -c id 2022-05-18 09:48:22.437 | ++ functions-common:get_or_create_service:1109 : oscwrap --os-cloud devstack-system-admin service create placement --name placement '--description=Placement Service' -f value -c id 2022-05-18 09:48:22.437 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-05-18 09:48:22.437 | from cryptography.utils import int_from_bytes 2022-05-18 09:48:22.437 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-05-18 09:48:22.437 | from cryptography.utils import int_from_bytes 2022-05-18 09:48:22.437 | ++ functions-common:oscwrap:2477 : return 0 2022-05-18 09:48:22.437 | + functions-common:get_or_create_service:1105 : service_id=' 2022-05-18 09:48:22.437 | d774463de3a1421b82a93f61a6026d13' 2022-05-18 09:48:22.437 | + functions-common:get_or_create_service:1106 : echo d774463de3a1421b82a93f61a6026d13 2022-05-18 09:48:22.437 | d774463de3a1421b82a93f61a6026d13 2022-05-18 09:48:22.437 | + lib/placement:create_placement_accounts:123 : get_or_create_endpoint placement RegionOne http://10.222.0.71/placement 2022-05-18 09:48:22.437 | + functions-common:get_or_create_endpoint:1138 : local public_id 2022-05-18 09:48:22.438 | ++ functions-common:get_or_create_endpoint:1139 : _get_or_create_endpoint_with_interface placement public http://10.222.0.71/placement RegionOne 2022-05-18 09:48:22.438 | ++ functions-common:_get_or_create_endpoint_with_interface:1112 : local endpoint_id 2022-05-18 09:48:22.438 | +++ functions-common:_get_or_create_endpoint_with_interface:1117 : oscwrap --os-cloud devstack-system-admin endpoint list --service placement --interface public --region RegionOne -c ID -f value 2022-05-18 09:48:22.438 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-05-18 09:48:22.438 | from cryptography.utils import int_from_bytes 2022-05-18 09:48:22.438 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-05-18 09:48:22.438 | from cryptography.utils import int_from_bytes 2022-05-18 09:48:22.438 | +++ functions-common:oscwrap:2477 : return 0 2022-05-18 09:48:22.438 | ++ functions-common:_get_or_create_endpoint_with_interface:1117 : endpoint_id= 2022-05-18 09:48:22.438 | ++ functions-common:_get_or_create_endpoint_with_interface:1118 : [[ -z '' ]] 2022-05-18 09:48:22.438 | +++ functions-common:_get_or_create_endpoint_with_interface:1121 : oscwrap --os-cloud devstack-system-admin endpoint create placement public http://10.222.0.71/placement --region RegionOne -f value -c id 2022-05-18 09:48:22.438 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-05-18 09:48:22.438 | from cryptography.utils import int_from_bytes 2022-05-18 09:48:22.438 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-05-18 09:48:22.438 | from cryptography.utils import int_from_bytes 2022-05-18 09:48:22.438 | +++ functions-common:oscwrap:2477 : return 0 2022-05-18 09:48:22.438 | ++ functions-common:_get_or_create_endpoint_with_interface:1121 : endpoint_id=565b8e031f804508a8579814d73c36f4 2022-05-18 09:48:22.438 | ++ functions-common:_get_or_create_endpoint_with_interface:1124 : echo 565b8e031f804508a8579814d73c36f4 2022-05-18 09:48:22.438 | + functions-common:get_or_create_endpoint:1139 : public_id=565b8e031f804508a8579814d73c36f4 2022-05-18 09:48:22.438 | + functions-common:get_or_create_endpoint:1141 : [[ -n '' ]] 2022-05-18 09:48:22.438 | + functions-common:get_or_create_endpoint:1144 : [[ -n '' ]] 2022-05-18 09:48:22.438 | + functions-common:get_or_create_endpoint:1148 : echo 565b8e031f804508a8579814d73c36f4 2022-05-18 09:48:22.438 | 565b8e031f804508a8579814d73c36f4 2022-05-18 09:48:22.479 | [207558 Async init_placement:250493]: finished init_placement with result 0 in 46 seconds 2022-05-18 09:48:22.484 | + inc/async:async_wait:197 : return 0 2022-05-18 09:48:22.486 | + ./stack.sh:main:1211 : async_wait init_glance 2022-05-18 09:48:22.537 | [207558 Async init_glance:247056]: Waiting for completion of init_glance running on PID 247056 (4 other jobs running) 2022-05-18 09:48:22.564 | [207558 Async init_glance:247056]: Signaling child to exit 2022-05-18 09:48:22.564 | WAKEUP 2022-05-18 09:48:22.588 | [207558 Async init_glance:247056]: Signaled 2022-05-18 09:48:22.590 | + lib/glance:init_glance:481 : rm -rf /opt/stack/data/glance/images 2022-05-18 09:48:22.590 | + lib/glance:init_glance:482 : mkdir -p /opt/stack/data/glance/images 2022-05-18 09:48:22.590 | + lib/glance:init_glance:485 : recreate_database glance 2022-05-18 09:48:22.590 | + lib/database:recreate_database:112 : local db=glance 2022-05-18 09:48:22.590 | + lib/database:recreate_database:113 : recreate_database_mysql glance 2022-05-18 09:48:22.590 | + lib/databases/mysql:recreate_database_mysql:66 : local db=glance 2022-05-18 09:48:22.590 | + lib/databases/mysql:recreate_database_mysql:67 : mysql -uroot -pPassw0rd -h127.0.0.1 -e 'DROP DATABASE IF EXISTS glance;' 2022-05-18 09:48:22.590 | mysql: [Warning] Using a password on the command line interface can be insecure. 2022-05-18 09:48:22.590 | + lib/databases/mysql:recreate_database_mysql:68 : mysql -uroot -pPassw0rd -h127.0.0.1 -e 'CREATE DATABASE glance CHARACTER SET utf8;' 2022-05-18 09:48:22.590 | mysql: [Warning] Using a password on the command line interface can be insecure. 2022-05-18 09:48:22.590 | + lib/glance:init_glance:487 : time_start dbsync 2022-05-18 09:48:22.590 | + functions-common:time_start:2423 : local name=dbsync 2022-05-18 09:48:22.590 | + functions-common:time_start:2424 : local start_time= 2022-05-18 09:48:22.590 | + functions-common:time_start:2425 : [[ -n '' ]] 2022-05-18 09:48:22.590 | ++ functions-common:time_start:2428 : date +%s%3N 2022-05-18 09:48:22.590 | + functions-common:time_start:2428 : _TIME_START[$name]=1652867204158 2022-05-18 09:48:22.590 | + lib/glance:init_glance:489 : /usr/local/bin/glance-manage --config-file /etc/glance/glance-api.conf db_sync 2022-05-18 09:48:22.590 | CRITICAL glance [-] Unhandled error: sqlalchemy.exc.NoSuchModuleError: Can't load plugin: sqlalchemy.plugins:dbcounterplugin=dbcounterplugin=dbcounterplugin=dbcounter 2022-05-18 09:48:22.590 | ERROR glance Traceback (most recent call last): 2022-05-18 09:48:22.591 | ERROR glance  File "/usr/local/bin/glance-manage", line 10, in 2022-05-18 09:48:22.591 | ERROR glance  sys.exit(main()) 2022-05-18 09:48:22.591 | ERROR glance  File "/opt/stack/glance/glance/cmd/manage.py", line 556, in main 2022-05-18 09:48:22.591 | ERROR glance  return CONF.command.action_fn() 2022-05-18 09:48:22.591 | ERROR glance  File "/opt/stack/glance/glance/cmd/manage.py", line 390, in sync 2022-05-18 09:48:22.591 | ERROR glance  self.command_object.sync(CONF.command.version) 2022-05-18 09:48:22.591 | ERROR glance  File "/opt/stack/glance/glance/cmd/manage.py", line 151, in sync 2022-05-18 09:48:22.591 | ERROR glance  curr_heads = alembic_migrations.get_current_alembic_heads() 2022-05-18 09:48:22.591 | ERROR glance  File "/opt/stack/glance/glance/db/sqlalchemy/alembic_migrations/__init__.py", line 46, in get_current_alembic_heads 2022-05-18 09:48:22.591 | ERROR glance  engine = db_api.get_engine() 2022-05-18 09:48:22.591 | ERROR glance  File "/opt/stack/glance/glance/db/sqlalchemy/api.py", line 95, in get_engine 2022-05-18 09:48:22.591 | ERROR glance  facade = _create_facade_lazily() 2022-05-18 09:48:22.591 | ERROR glance  File "/opt/stack/glance/glance/db/sqlalchemy/api.py", line 85, in _create_facade_lazily 2022-05-18 09:48:22.591 | ERROR glance  _FACADE = session.EngineFacade.from_config(CONF) 2022-05-18 09:48:22.591 | ERROR glance  File "/usr/local/lib/python3.8/dist-packages/oslo_db/sqlalchemy/enginefacade.py", line 1366, in from_config 2022-05-18 09:48:22.591 | ERROR glance  return cls( 2022-05-18 09:48:22.591 | ERROR glance  File "/usr/local/lib/python3.8/dist-packages/oslo_db/sqlalchemy/enginefacade.py", line 1289, in __init__ 2022-05-18 09:48:22.591 | ERROR glance  self._factory._start( 2022-05-18 09:48:22.591 | ERROR glance  File "/usr/local/lib/python3.8/dist-packages/oslo_db/sqlalchemy/enginefacade.py", line 504, in _start 2022-05-18 09:48:22.591 | ERROR glance  self._setup_for_connection( 2022-05-18 09:48:22.591 | ERROR glance  File "/usr/local/lib/python3.8/dist-packages/oslo_db/sqlalchemy/enginefacade.py", line 529, in _setup_for_connection 2022-05-18 09:48:22.591 | ERROR glance  engine = engines.create_engine( 2022-05-18 09:48:22.591 | ERROR glance  File "/usr/local/lib/python3.8/dist-packages/debtcollector/renames.py", line 41, in decorator 2022-05-18 09:48:22.591 | ERROR glance  return wrapped(*args, **kwargs) 2022-05-18 09:48:22.591 | ERROR glance  File "/usr/local/lib/python3.8/dist-packages/oslo_db/sqlalchemy/engines.py", line 187, in create_engine 2022-05-18 09:48:22.591 | ERROR glance  engine = sqlalchemy.create_engine(url, **engine_args) 2022-05-18 09:48:22.591 | ERROR glance  File "", line 2, in create_engine 2022-05-18 09:48:22.591 | ERROR glance  File "/usr/local/lib/python3.8/dist-packages/sqlalchemy/util/deprecations.py", line 309, in warned 2022-05-18 09:48:22.591 | ERROR glance  return fn(*args, **kwargs) 2022-05-18 09:48:22.591 | ERROR glance  File "/usr/local/lib/python3.8/dist-packages/sqlalchemy/engine/create.py", line 532, in create_engine 2022-05-18 09:48:22.591 | ERROR glance  u, plugins, kwargs = u._instantiate_plugins(kwargs) 2022-05-18 09:48:22.591 | ERROR glance  File "/usr/local/lib/python3.8/dist-packages/sqlalchemy/engine/url.py", line 634, in _instantiate_plugins 2022-05-18 09:48:22.592 | ERROR glance  loaded_plugins = [ 2022-05-18 09:48:22.592 | ERROR glance  File "/usr/local/lib/python3.8/dist-packages/sqlalchemy/engine/url.py", line 635, in 2022-05-18 09:48:22.592 | ERROR glance  plugins.load(plugin_name)(self, kwargs) 2022-05-18 09:48:22.592 | ERROR glance  File "/usr/local/lib/python3.8/dist-packages/sqlalchemy/util/langhelpers.py", line 343, in load 2022-05-18 09:48:22.592 | ERROR glance  raise exc.NoSuchModuleError( 2022-05-18 09:48:22.592 | ERROR glance sqlalchemy.exc.NoSuchModuleError: Can't load plugin: sqlalchemy.plugins:dbcounterplugin=dbcounterplugin=dbcounterplugin=dbcounter 2022-05-18 09:48:22.592 | ERROR glance  2022-05-18 09:48:22.592 | + lib/glance:init_glance:492 : /usr/local/bin/glance-manage --config-file /etc/glance/glance-api.conf db_load_metadefs 2022-05-18 09:48:22.592 | CRITICAL glance [-] Unhandled error: sqlalchemy.exc.NoSuchModuleError: Can't load plugin: sqlalchemy.plugins:dbcounterplugin=dbcounterplugin=dbcounterplugin=dbcounter 2022-05-18 09:48:22.592 | ERROR glance Traceback (most recent call last): 2022-05-18 09:48:22.592 | ERROR glance  File "/usr/local/bin/glance-manage", line 10, in 2022-05-18 09:48:22.592 | ERROR glance  sys.exit(main()) 2022-05-18 09:48:22.592 | ERROR glance  File "/opt/stack/glance/glance/cmd/manage.py", line 556, in main 2022-05-18 09:48:22.592 | ERROR glance  return CONF.command.action_fn() 2022-05-18 09:48:22.592 | ERROR glance  File "/opt/stack/glance/glance/cmd/manage.py", line 406, in load_metadefs 2022-05-18 09:48:22.592 | ERROR glance  self.command_object.load_metadefs(CONF.command.path, 2022-05-18 09:48:22.592 | ERROR glance  File "/opt/stack/glance/glance/cmd/manage.py", line 312, in load_metadefs 2022-05-18 09:48:22.592 | ERROR glance  metadata.db_load_metadefs(db_api.get_engine(), path, merge, 2022-05-18 09:48:22.592 | ERROR glance  File "/opt/stack/glance/glance/db/sqlalchemy/api.py", line 95, in get_engine 2022-05-18 09:48:22.592 | ERROR glance  facade = _create_facade_lazily() 2022-05-18 09:48:22.592 | ERROR glance  File "/opt/stack/glance/glance/db/sqlalchemy/api.py", line 85, in _create_facade_lazily 2022-05-18 09:48:22.592 | ERROR glance  _FACADE = session.EngineFacade.from_config(CONF) 2022-05-18 09:48:22.592 | ERROR glance  File "/usr/local/lib/python3.8/dist-packages/oslo_db/sqlalchemy/enginefacade.py", line 1366, in from_config 2022-05-18 09:48:22.592 | ERROR glance  return cls( 2022-05-18 09:48:22.592 | ERROR glance  File "/usr/local/lib/python3.8/dist-packages/oslo_db/sqlalchemy/enginefacade.py", line 1289, in __init__ 2022-05-18 09:48:22.593 | ERROR glance  self._factory._start( 2022-05-18 09:48:22.593 | ERROR glance  File "/usr/local/lib/python3.8/dist-packages/oslo_db/sqlalchemy/enginefacade.py", line 504, in _start 2022-05-18 09:48:22.593 | ERROR glance  self._setup_for_connection( 2022-05-18 09:48:22.593 | ERROR glance  File "/usr/local/lib/python3.8/dist-packages/oslo_db/sqlalchemy/enginefacade.py", line 529, in _setup_for_connection 2022-05-18 09:48:22.593 | ERROR glance  engine = engines.create_engine( 2022-05-18 09:48:22.593 | ERROR glance  File "/usr/local/lib/python3.8/dist-packages/debtcollector/renames.py", line 41, in decorator 2022-05-18 09:48:22.593 | ERROR glance  return wrapped(*args, **kwargs) 2022-05-18 09:48:22.593 | ERROR glance  File "/usr/local/lib/python3.8/dist-packages/oslo_db/sqlalchemy/engines.py", line 187, in create_engine 2022-05-18 09:48:22.593 | ERROR glance  engine = sqlalchemy.create_engine(url, **engine_args) 2022-05-18 09:48:22.593 | ERROR glance  File "", line 2, in create_engine 2022-05-18 09:48:22.593 | ERROR glance  File "/usr/local/lib/python3.8/dist-packages/sqlalchemy/util/deprecations.py", line 309, in warned 2022-05-18 09:48:22.593 | ERROR glance  return fn(*args, **kwargs) 2022-05-18 09:48:22.593 | ERROR glance  File "/usr/local/lib/python3.8/dist-packages/sqlalchemy/engine/create.py", line 532, in create_engine 2022-05-18 09:48:22.593 | ERROR glance  u, plugins, kwargs = u._instantiate_plugins(kwargs) 2022-05-18 09:48:22.593 | ERROR glance  File "/usr/local/lib/python3.8/dist-packages/sqlalchemy/engine/url.py", line 634, in _instantiate_plugins 2022-05-18 09:48:22.593 | ERROR glance  loaded_plugins = [ 2022-05-18 09:48:22.593 | ERROR glance  File "/usr/local/lib/python3.8/dist-packages/sqlalchemy/engine/url.py", line 635, in 2022-05-18 09:48:22.594 | ERROR glance  plugins.load(plugin_name)(self, kwargs) 2022-05-18 09:48:22.594 | ERROR glance  File "/usr/local/lib/python3.8/dist-packages/sqlalchemy/util/langhelpers.py", line 343, in load 2022-05-18 09:48:22.594 | ERROR glance  raise exc.NoSuchModuleError( 2022-05-18 09:48:22.594 | ERROR glance sqlalchemy.exc.NoSuchModuleError: Can't load plugin: sqlalchemy.plugins:dbcounterplugin=dbcounterplugin=dbcounterplugin=dbcounter 2022-05-18 09:48:22.594 | ERROR glance  2022-05-18 09:48:22.594 | + lib/glance:init_glance:493 : time_stop dbsync 2022-05-18 09:48:22.594 | + functions-common:time_stop:2437 : local name 2022-05-18 09:48:22.594 | + functions-common:time_stop:2438 : local end_time 2022-05-18 09:48:22.594 | + functions-common:time_stop:2439 : local elapsed_time 2022-05-18 09:48:22.594 | + functions-common:time_stop:2440 : local total 2022-05-18 09:48:22.594 | + functions-common:time_stop:2441 : local start_time 2022-05-18 09:48:22.594 | + functions-common:time_stop:2443 : name=dbsync 2022-05-18 09:48:22.594 | + functions-common:time_stop:2444 : start_time=1652867204158 2022-05-18 09:48:22.594 | + functions-common:time_stop:2446 : [[ -z 1652867204158 ]] 2022-05-18 09:48:22.594 | ++ functions-common:time_stop:2449 : date +%s%3N 2022-05-18 09:48:22.594 | + functions-common:time_stop:2449 : end_time=1652867209232 2022-05-18 09:48:22.594 | + functions-common:time_stop:2450 : elapsed_time=5074 2022-05-18 09:48:22.594 | + functions-common:time_stop:2451 : total=8478 2022-05-18 09:48:22.595 | + functions-common:time_stop:2453 : _TIME_START[$name]= 2022-05-18 09:48:22.595 | + functions-common:time_stop:2454 : _TIME_TOTAL[$name]=13552 2022-05-18 09:48:22.636 | [207558 Async init_glance:247056]: finished init_glance with result 0 in 5 seconds 2022-05-18 09:48:22.640 | + inc/async:async_wait:197 : return 0 2022-05-18 09:48:22.643 | + ./stack.sh:main:1212 : async_wait init_swift 2022-05-18 09:48:22.695 | [207558 Async init_swift:250279]: Waiting for completion of init_swift running on PID 250279 (3 other jobs running) 2022-05-18 09:48:22.721 | [207558 Async init_swift:250279]: Signaling child to exit 2022-05-18 09:48:22.721 | WAKEUP 2022-05-18 09:48:22.744 | [207558 Async init_swift:250279]: Signaled 2022-05-18 09:48:22.745 | + lib/swift:init_swift:668 : local node_number 2022-05-18 09:48:22.745 | + lib/swift:init_swift:670 : /usr/local/bin/swift-init --run-dir=/opt/stack/data/swift/run all stop 2022-05-18 09:48:22.745 | No container-replicator running 2022-05-18 09:48:22.745 | No object-updater running 2022-05-18 09:48:22.746 | No container-sharder running 2022-05-18 09:48:22.746 | No container-auditor running 2022-05-18 09:48:22.746 | No object-reconstructor running 2022-05-18 09:48:22.746 | No container-reconciler running 2022-05-18 09:48:22.746 | No container-updater running 2022-05-18 09:48:22.746 | No account-replicator running 2022-05-18 09:48:22.746 | No account-server running 2022-05-18 09:48:22.746 | No proxy-server running 2022-05-18 09:48:22.746 | No container-server running 2022-05-18 09:48:22.746 | No account-reaper running 2022-05-18 09:48:22.746 | No account-auditor running 2022-05-18 09:48:22.746 | No object-server running 2022-05-18 09:48:22.746 | No object-replicator running 2022-05-18 09:48:22.746 | No container-sync running 2022-05-18 09:48:22.746 | No object-expirer running 2022-05-18 09:48:22.746 | No object-auditor running 2022-05-18 09:48:22.746 | + lib/swift:init_swift:670 : true 2022-05-18 09:48:22.746 | + lib/swift:init_swift:673 : create_swift_disk 2022-05-18 09:48:22.746 | + lib/swift:create_swift_disk:565 : local node_number 2022-05-18 09:48:22.746 | + lib/swift:create_swift_disk:570 : local user_group 2022-05-18 09:48:22.746 | ++ lib/swift:create_swift_disk:571 : id -g ubuntu 2022-05-18 09:48:22.746 | + lib/swift:create_swift_disk:571 : user_group=1000 2022-05-18 09:48:22.746 | + lib/swift:create_swift_disk:572 : 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-05-18 09:48:22.747 | + lib/swift:create_swift_disk:575 : create_disk /opt/stack/data/swift/drives/images/swift.img /opt/stack/data/swift/drives/sdb1 6G 2022-05-18 09:48:22.747 | + functions:create_disk:732 : local node_number 2022-05-18 09:48:22.747 | + functions:create_disk:733 : local disk_image=/opt/stack/data/swift/drives/images/swift.img 2022-05-18 09:48:22.747 | + functions:create_disk:734 : local storage_data_dir=/opt/stack/data/swift/drives/sdb1 2022-05-18 09:48:22.747 | + functions:create_disk:735 : local loopback_disk_size=6G 2022-05-18 09:48:22.747 | + functions:create_disk:736 : local key 2022-05-18 09:48:22.747 | ++ functions:create_disk:738 : echo /opt/stack/data/swift/drives/images/swift.img 2022-05-18 09:48:22.747 | ++ functions:create_disk:738 : sed s#/.## 2022-05-18 09:48:22.747 | + functions:create_disk:738 : key=pt/stack/data/swift/drives/images/swift.img 2022-05-18 09:48:22.747 | + functions:create_disk:739 : key=devstack-pt/stack/data/swift/drives/images/swift.img 2022-05-18 09:48:22.747 | + functions:create_disk:741 : destroy_disk /opt/stack/data/swift/drives/images/swift.img /opt/stack/data/swift/drives/sdb1 2022-05-18 09:48:22.747 | + functions:destroy_disk:763 : local disk_image=/opt/stack/data/swift/drives/images/swift.img 2022-05-18 09:48:22.747 | + functions:destroy_disk:764 : local storage_data_dir=/opt/stack/data/swift/drives/sdb1 2022-05-18 09:48:22.747 | + functions:destroy_disk:765 : local key 2022-05-18 09:48:22.747 | ++ functions:destroy_disk:767 : sed s#/.## 2022-05-18 09:48:22.747 | ++ functions:destroy_disk:767 : echo /opt/stack/data/swift/drives/images/swift.img 2022-05-18 09:48:22.747 | + functions:destroy_disk:767 : key=pt/stack/data/swift/drives/images/swift.img 2022-05-18 09:48:22.747 | + functions:destroy_disk:768 : key=devstack-pt/stack/data/swift/drives/images/swift.img 2022-05-18 09:48:22.747 | + functions:destroy_disk:771 : egrep -q /opt/stack/data/swift/drives/sdb1 /proc/mounts 2022-05-18 09:48:22.747 | + functions:destroy_disk:776 : sudo sed -i '/.*comment=$key.*/ d' /etc/fstab 2022-05-18 09:48:22.747 | + functions:destroy_disk:779 : sudo rm -f /opt/stack/data/swift/drives/images/swift.img 2022-05-18 09:48:22.747 | ++ functions:create_disk:745 : dirname /opt/stack/data/swift/drives/images/swift.img 2022-05-18 09:48:22.747 | + functions:create_disk:745 : sudo mkdir -p /opt/stack/data/swift/drives/images 2022-05-18 09:48:22.747 | + functions:create_disk:746 : sudo truncate -s 6G /opt/stack/data/swift/drives/images/swift.img 2022-05-18 09:48:22.748 | + functions:create_disk:753 : sudo mkfs.xfs -f -i size=1024 /opt/stack/data/swift/drives/images/swift.img 2022-05-18 09:48:22.748 | meta-data=/opt/stack/data/swift/drives/images/swift.img isize=1024 agcount=4, agsize=393216 blks 2022-05-18 09:48:22.748 | = sectsz=512 attr=2, projid32bit=1 2022-05-18 09:48:22.748 | = crc=1 finobt=1, sparse=1, rmapbt=0 2022-05-18 09:48:22.748 | = reflink=1 2022-05-18 09:48:22.748 | data = bsize=4096 blocks=1572864, imaxpct=25 2022-05-18 09:48:22.748 | = sunit=0 swidth=0 blks 2022-05-18 09:48:22.748 | naming =version 2 bsize=4096 ascii-ci=0, ftype=1 2022-05-18 09:48:22.748 | log =internal log bsize=4096 blocks=2560, version=2 2022-05-18 09:48:22.748 | = sectsz=512 sunit=0 blks, lazy-count=1 2022-05-18 09:48:22.748 | realtime =none extsz=4096 blocks=0, rtextents=0 2022-05-18 09:48:22.748 | + functions:create_disk:756 : sudo tee -a /etc/fstab 2022-05-18 09:48:22.748 | + 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-05-18 09:48:22.748 | /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-05-18 09:48:22.748 | + functions:create_disk:757 : sudo mkdir -p /opt/stack/data/swift/drives/sdb1 2022-05-18 09:48:22.748 | + functions:create_disk:758 : sudo mount -v /opt/stack/data/swift/drives/sdb1 2022-05-18 09:48:22.748 | mount: /dev/loop3 mounted on /opt/stack/data/swift/drives/sdb1. 2022-05-18 09:48:22.748 | + lib/swift:create_swift_disk:579 : local node_number 2022-05-18 09:48:22.748 | + lib/swift:create_swift_disk:580 : for node_number in ${SWIFT_REPLICAS_SEQ} 2022-05-18 09:48:22.748 | + lib/swift:create_swift_disk:582 : local node_devices=/opt/stack/data/swift/1 2022-05-18 09:48:22.748 | + lib/swift:create_swift_disk:583 : local real_devices=/opt/stack/data/swift/drives/sdb1/1 2022-05-18 09:48:22.748 | + lib/swift:create_swift_disk:584 : sudo ln -sf /opt/stack/data/swift/drives/sdb1/1 /opt/stack/data/swift/1 2022-05-18 09:48:22.748 | + lib/swift:create_swift_disk:585 : local device=/opt/stack/data/swift/drives/sdb1/1/sdb1 2022-05-18 09:48:22.748 | + lib/swift:create_swift_disk:586 : [[ -d /opt/stack/data/swift/drives/sdb1/1/sdb1 ]] 2022-05-18 09:48:22.748 | + lib/swift:create_swift_disk:587 : sudo install -o ubuntu -g 1000 -d /opt/stack/data/swift/drives/sdb1/1/sdb1 2022-05-18 09:48:22.748 | + lib/swift:init_swift:677 : pushd /etc/swift 2022-05-18 09:48:22.749 | + lib/swift:init_swift:679 : rm -f account.builder container.builder object.builder account.ring.gz container.ring.gz object.ring.gz backups/1652866583.object.builder backups/1652866584.container.builder backups/1652866585.account.builder backups/1652866592.object.builder backups/1652866593.container.builder backups/1652866594.account.builder backups/1652866592.object.ring.gz backups/1652866593.container.ring.gz backups/1652866594.account.ring.gz 2022-05-18 09:48:22.749 | + lib/swift:init_swift:681 : /usr/local/bin/swift-ring-builder object.builder create 9 1 1 2022-05-18 09:48:22.749 | + lib/swift:init_swift:682 : /usr/local/bin/swift-ring-builder container.builder create 9 1 1 2022-05-18 09:48:22.749 | + lib/swift:init_swift:683 : /usr/local/bin/swift-ring-builder account.builder create 9 1 1 2022-05-18 09:48:22.749 | + lib/swift:init_swift:689 : [[ -n '' ]] 2022-05-18 09:48:22.749 | + lib/swift:init_swift:702 : for node_number in ${SWIFT_REPLICAS_SEQ} 2022-05-18 09:48:22.749 | + lib/swift:init_swift:703 : /usr/local/bin/swift-ring-builder object.builder add z1-127.0.0.1:6613/sdb1 1 2022-05-18 09:48:22.749 | WARNING: No region specified for z1-127.0.0.1:6613/sdb1. Defaulting to region 1. 2022-05-18 09:48:22.749 | Device d0r1z1-127.0.0.1:6613R127.0.0.1:6613/sdb1_"" with 1.0 weight got id 0 2022-05-18 09:48:22.749 | + lib/swift:init_swift:704 : /usr/local/bin/swift-ring-builder container.builder add z1-127.0.0.1:6611/sdb1 1 2022-05-18 09:48:22.749 | WARNING: No region specified for z1-127.0.0.1:6611/sdb1. Defaulting to region 1. 2022-05-18 09:48:22.749 | Device d0r1z1-127.0.0.1:6611R127.0.0.1:6611/sdb1_"" with 1.0 weight got id 0 2022-05-18 09:48:22.749 | + lib/swift:init_swift:705 : /usr/local/bin/swift-ring-builder account.builder add z1-127.0.0.1:6612/sdb1 1 2022-05-18 09:48:22.749 | WARNING: No region specified for z1-127.0.0.1:6612/sdb1. Defaulting to region 1. 2022-05-18 09:48:22.749 | Device d0r1z1-127.0.0.1:6612R127.0.0.1:6612/sdb1_"" with 1.0 weight got id 0 2022-05-18 09:48:22.749 | + lib/swift:init_swift:711 : /usr/local/bin/swift-ring-builder object.builder rebalance 42 2022-05-18 09:48:22.749 | Reassigned 512 (100.00%) partitions. Balance is now 0.00. Dispersion is now 0.00 2022-05-18 09:48:22.749 | + lib/swift:init_swift:712 : /usr/local/bin/swift-ring-builder container.builder rebalance 42 2022-05-18 09:48:22.749 | Reassigned 512 (100.00%) partitions. Balance is now 0.00. Dispersion is now 0.00 2022-05-18 09:48:22.749 | + lib/swift:init_swift:713 : /usr/local/bin/swift-ring-builder account.builder rebalance 42 2022-05-18 09:48:22.749 | Reassigned 512 (100.00%) partitions. Balance is now 0.00. Dispersion is now 0.00 2022-05-18 09:48:22.749 | + lib/swift:init_swift:714 : popd 2022-05-18 09:48:22.793 | [207558 Async init_swift:250279]: finished init_swift with result 0 in 14 seconds 2022-05-18 09:48:22.797 | + inc/async:async_wait:197 : return 0 2022-05-18 09:48:22.799 | + ./stack.sh:main:1213 : async_wait init_cinder 2022-05-18 09:48:22.854 | [207558 Async init_cinder:250374]: Waiting for completion of init_cinder running on PID 250374 (2 other jobs running) 2022-05-18 09:48:22.879 | [207558 Async init_cinder:250374]: Signaling child to exit 2022-05-18 09:48:22.879 | WAKEUP 2022-05-18 09:48:22.903 | [207558 Async init_cinder:250374]: Signaled 2022-05-18 09:48:22.905 | + lib/cinder:init_cinder:434 : is_service_enabled mysql postgresql 2022-05-18 09:48:22.905 | + functions-common:is_service_enabled:2093 : return 0 2022-05-18 09:48:22.905 | + lib/cinder:init_cinder:436 : recreate_database cinder 2022-05-18 09:48:22.905 | + lib/database:recreate_database:112 : local db=cinder 2022-05-18 09:48:22.905 | + lib/database:recreate_database:113 : recreate_database_mysql cinder 2022-05-18 09:48:22.905 | + lib/databases/mysql:recreate_database_mysql:66 : local db=cinder 2022-05-18 09:48:22.905 | + lib/databases/mysql:recreate_database_mysql:67 : mysql -uroot -pPassw0rd -h127.0.0.1 -e 'DROP DATABASE IF EXISTS cinder;' 2022-05-18 09:48:22.905 | mysql: [Warning] Using a password on the command line interface can be insecure. 2022-05-18 09:48:22.905 | + lib/databases/mysql:recreate_database_mysql:68 : mysql -uroot -pPassw0rd -h127.0.0.1 -e 'CREATE DATABASE cinder CHARACTER SET utf8;' 2022-05-18 09:48:22.905 | mysql: [Warning] Using a password on the command line interface can be insecure. 2022-05-18 09:48:22.905 | + lib/cinder:init_cinder:438 : time_start dbsync 2022-05-18 09:48:22.905 | + functions-common:time_start:2423 : local name=dbsync 2022-05-18 09:48:22.905 | + functions-common:time_start:2424 : local start_time= 2022-05-18 09:48:22.905 | + functions-common:time_start:2425 : [[ -n '' ]] 2022-05-18 09:48:22.905 | ++ functions-common:time_start:2428 : date +%s%3N 2022-05-18 09:48:22.905 | + functions-common:time_start:2428 : _TIME_START[$name]=1652867256983 2022-05-18 09:48:22.905 | + lib/cinder:init_cinder:440 : /usr/local/bin/cinder-manage --config-file /etc/cinder/cinder.conf db sync 2022-05-18 09:48:22.905 | INFO dbcounter [-] Registered counter for database cinder 2022-05-18 09:48:22.905 | 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=250612) _check_effective_sql_mode /usr/local/lib/python3.8/dist-packages/oslo_db/sqlalchemy/engines.py:314}} 2022-05-18 09:48:22.905 | DEBUG dbcounter [-] [250612] Writer thread running {{(pid=250612) stat_writer /usr/local/lib/python3.8/dist-packages/dbcounter.py:99}} 2022-05-18 09:48:22.905 | DEBUG migrate.versioning.repository [-] Loading repository /opt/stack/cinder/cinder/db/legacy_migrations... {{(pid=250612) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/repository.py:76}} 2022-05-18 09:48:22.905 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/cinder/cinder/db/legacy_migrations/versions/144_placeholder.py... {{(pid=250612) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-05-18 09:48:22.905 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/cinder/cinder/db/legacy_migrations/versions/144_placeholder.py loaded successfully {{(pid=250612) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-05-18 09:48:22.906 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/cinder/cinder/db/legacy_migrations/versions/136_make_vol_type_col_non_nullable.py... {{(pid=250612) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-05-18 09:48:22.906 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/cinder/cinder/db/legacy_migrations/versions/136_make_vol_type_col_non_nullable.py loaded successfully {{(pid=250612) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-05-18 09:48:22.906 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/cinder/cinder/db/legacy_migrations/versions/140_create_project_default_volume_type.py... {{(pid=250612) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-05-18 09:48:22.906 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/cinder/cinder/db/legacy_migrations/versions/140_create_project_default_volume_type.py loaded successfully {{(pid=250612) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-05-18 09:48:22.906 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/cinder/cinder/db/legacy_migrations/versions/135_cinder_init.py... {{(pid=250612) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-05-18 09:48:22.906 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/cinder/cinder/db/legacy_migrations/versions/135_cinder_init.py loaded successfully {{(pid=250612) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-05-18 09:48:22.906 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/cinder/cinder/db/legacy_migrations/versions/143_placeholder.py... {{(pid=250612) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-05-18 09:48:22.906 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/cinder/cinder/db/legacy_migrations/versions/143_placeholder.py loaded successfully {{(pid=250612) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-05-18 09:48:22.906 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/cinder/cinder/db/legacy_migrations/versions/142_placeholder.py... {{(pid=250612) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-05-18 09:48:22.906 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/cinder/cinder/db/legacy_migrations/versions/142_placeholder.py loaded successfully {{(pid=250612) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-05-18 09:48:22.906 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/cinder/cinder/db/legacy_migrations/versions/145_add_use_quota_fields.py... {{(pid=250612) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-05-18 09:48:22.906 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/cinder/cinder/db/legacy_migrations/versions/145_add_use_quota_fields.py loaded successfully {{(pid=250612) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-05-18 09:48:22.906 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/cinder/cinder/db/legacy_migrations/versions/138_placeholder.py... {{(pid=250612) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-05-18 09:48:22.906 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/cinder/cinder/db/legacy_migrations/versions/138_placeholder.py loaded successfully {{(pid=250612) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-05-18 09:48:22.906 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/cinder/cinder/db/legacy_migrations/versions/137_placeholder.py... {{(pid=250612) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-05-18 09:48:22.906 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/cinder/cinder/db/legacy_migrations/versions/137_placeholder.py loaded successfully {{(pid=250612) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-05-18 09:48:22.906 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/cinder/cinder/db/legacy_migrations/versions/141_add_quota_usage_unique_constraint.py... {{(pid=250612) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-05-18 09:48:22.906 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/cinder/cinder/db/legacy_migrations/versions/141_add_quota_usage_unique_constraint.py loaded successfully {{(pid=250612) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-05-18 09:48:22.906 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/cinder/cinder/db/legacy_migrations/versions/139_placeholder.py... {{(pid=250612) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-05-18 09:48:22.906 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/cinder/cinder/db/legacy_migrations/versions/139_placeholder.py loaded successfully {{(pid=250612) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-05-18 09:48:22.906 | DEBUG migrate.versioning.repository [-] Repository /opt/stack/cinder/cinder/db/legacy_migrations loaded successfully {{(pid=250612) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/repository.py:82}} 2022-05-18 09:48:22.906 | DEBUG migrate.versioning.repository [-] Config: {'db_settings': {'repository_id': 'cinder', 'version_table': 'migrate_version', 'required_dbs': '[]'}} {{(pid=250612) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/repository.py:83}} 2022-05-18 09:48:22.906 | INFO cinder.db.migration [-] Applying migration(s) 2022-05-18 09:48:22.906 | INFO alembic.runtime.migration [-] Context impl MySQLImpl. 2022-05-18 09:48:22.906 | INFO alembic.runtime.migration [-] Will assume non-transactional DDL. 2022-05-18 09:48:22.906 | INFO alembic.runtime.migration [-] Running upgrade -> 921e1a36b076, Initial migration. 2022-05-18 09:48:22.907 | DEBUG dbcounter [-] [250612] Writing DB stats cinder:SELECT=6,cinder:SHOW=1,cinder:CREATE=74,cinder:SET=1,cinder:ALTER=18 {{(pid=250612) stat_writer /usr/local/lib/python3.8/dist-packages/dbcounter.py:114}} 2022-05-18 09:48:22.907 | DEBUG alembic.runtime.migration [-] new branch insert 921e1a36b076 {{(pid=250612) update_to_step /usr/local/lib/python3.8/dist-packages/alembic/runtime/migration.py:815}} 2022-05-18 09:48:22.907 | INFO cinder.db.migration [-] Migration(s) applied 2022-05-18 09:48:22.907 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-05-18 09:48:22.907 | from cryptography.utils import int_from_bytes 2022-05-18 09:48:22.907 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-05-18 09:48:22.907 | from cryptography.utils import int_from_bytes 2022-05-18 09:48:22.907 | /opt/stack/cinder/cinder/db/sqlalchemy/models.py:152: SAWarning: implicitly coercing SELECT object to scalar subquery; please use the .scalar_subquery() method to produce a scalar subquery. 2022-05-18 09:48:22.907 | last_heartbeat = column_property( 2022-05-18 09:48:22.907 | /opt/stack/cinder/cinder/db/sqlalchemy/models.py:160: SAWarning: implicitly coercing SELECT object to scalar subquery; please use the .scalar_subquery() method to produce a scalar subquery. 2022-05-18 09:48:22.907 | num_hosts = column_property( 2022-05-18 09:48:22.907 | /opt/stack/cinder/cinder/db/sqlalchemy/models.py:169: SAWarning: implicitly coercing SELECT object to scalar subquery; please use the .scalar_subquery() method to produce a scalar subquery. 2022-05-18 09:48:22.907 | num_down_hosts = column_property( 2022-05-18 09:48:22.907 | + lib/cinder:init_cinder:441 : time_stop dbsync 2022-05-18 09:48:22.907 | + functions-common:time_stop:2437 : local name 2022-05-18 09:48:22.907 | + functions-common:time_stop:2438 : local end_time 2022-05-18 09:48:22.907 | + functions-common:time_stop:2439 : local elapsed_time 2022-05-18 09:48:22.907 | + functions-common:time_stop:2440 : local total 2022-05-18 09:48:22.907 | + functions-common:time_stop:2441 : local start_time 2022-05-18 09:48:22.907 | + functions-common:time_stop:2443 : name=dbsync 2022-05-18 09:48:22.907 | + functions-common:time_stop:2444 : start_time=1652867256983 2022-05-18 09:48:22.907 | + functions-common:time_stop:2446 : [[ -z 1652867256983 ]] 2022-05-18 09:48:22.907 | ++ functions-common:time_stop:2449 : date +%s%3N 2022-05-18 09:48:22.907 | + functions-common:time_stop:2449 : end_time=1652867264147 2022-05-18 09:48:22.907 | + functions-common:time_stop:2450 : elapsed_time=7164 2022-05-18 09:48:22.907 | + functions-common:time_stop:2451 : total=8478 2022-05-18 09:48:22.907 | + functions-common:time_stop:2453 : _TIME_START[$name]= 2022-05-18 09:48:22.907 | + functions-common:time_stop:2454 : _TIME_TOTAL[$name]=15642 2022-05-18 09:48:22.907 | + lib/cinder:init_cinder:444 : is_service_enabled c-vol 2022-05-18 09:48:22.907 | + functions-common:is_service_enabled:2093 : return 0 2022-05-18 09:48:22.907 | + lib/cinder:init_cinder:444 : [[ -n lvm:lvmdriver-1 ]] 2022-05-18 09:48:22.908 | + lib/cinder:init_cinder:445 : local be be_name be_type 2022-05-18 09:48:22.908 | + lib/cinder:init_cinder:446 : for be in ${CINDER_ENABLED_BACKENDS//,/ } 2022-05-18 09:48:22.908 | + lib/cinder:init_cinder:447 : be_type=lvm 2022-05-18 09:48:22.908 | + lib/cinder:init_cinder:448 : be_name=lvmdriver-1 2022-05-18 09:48:22.908 | + lib/cinder:init_cinder:449 : type init_cinder_backend_lvm 2022-05-18 09:48:22.908 | + lib/cinder:init_cinder:450 : init_cinder_backend_lvm lvmdriver-1 2022-05-18 09:48:22.908 | + lib/cinder_backends/lvm:init_cinder_backend_lvm:61 : local be_name=lvmdriver-1 2022-05-18 09:48:22.908 | + lib/cinder_backends/lvm:init_cinder_backend_lvm:64 : init_lvm_volume_group stack-volumes-lvmdriver-1 50000M 2022-05-18 09:48:22.908 | + lib/lvm:init_lvm_volume_group:129 : local vg=stack-volumes-lvmdriver-1 2022-05-18 09:48:22.908 | + lib/lvm:init_lvm_volume_group:130 : local size=50000M 2022-05-18 09:48:22.908 | + lib/lvm:init_lvm_volume_group:133 : is_fedora 2022-05-18 09:48:22.908 | + functions-common:is_fedora:524 : [[ -z Ubuntu ]] 2022-05-18 09:48:22.908 | + functions-common:is_fedora:528 : '[' Ubuntu = Fedora ']' 2022-05-18 09:48:22.908 | + functions-common:is_fedora:528 : '[' Ubuntu = 'Red Hat' ']' 2022-05-18 09:48:22.908 | + functions-common:is_fedora:529 : '[' Ubuntu = openEuler ']' 2022-05-18 09:48:22.908 | + functions-common:is_fedora:530 : '[' Ubuntu = RedHatEnterpriseServer ']' 2022-05-18 09:48:22.908 | + functions-common:is_fedora:531 : '[' Ubuntu = RedHatEnterprise ']' 2022-05-18 09:48:22.908 | + functions-common:is_fedora:532 : '[' Ubuntu = CentOS ']' 2022-05-18 09:48:22.908 | + functions-common:is_fedora:532 : '[' Ubuntu = CentOSStream ']' 2022-05-18 09:48:22.908 | + functions-common:is_fedora:533 : '[' Ubuntu = AlmaLinux ']' 2022-05-18 09:48:22.908 | + functions-common:is_fedora:534 : '[' Ubuntu = OracleServer ']' 2022-05-18 09:48:22.908 | + functions-common:is_fedora:534 : '[' Ubuntu = Virtuozzo ']' 2022-05-18 09:48:22.908 | + lib/lvm:init_lvm_volume_group:133 : is_suse 2022-05-18 09:48:22.908 | + functions-common:is_suse:542 : is_opensuse 2022-05-18 09:48:22.908 | + functions-common:is_opensuse:549 : [[ -z Ubuntu ]] 2022-05-18 09:48:22.908 | + functions-common:is_opensuse:553 : [[ Ubuntu =~ (openSUSE) ]] 2022-05-18 09:48:22.908 | + functions-common:is_suse:542 : is_suse_linux_enterprise 2022-05-18 09:48:22.908 | + functions-common:is_suse_linux_enterprise:561 : [[ -z Ubuntu ]] 2022-05-18 09:48:22.908 | + functions-common:is_suse_linux_enterprise:565 : [[ Ubuntu =~ (^SUSE) ]] 2022-05-18 09:48:22.908 | + lib/lvm:init_lvm_volume_group:138 : _create_lvm_volume_group stack-volumes-lvmdriver-1 50000M 2022-05-18 09:48:22.908 | + lib/lvm:_create_lvm_volume_group:88 : local vg=stack-volumes-lvmdriver-1 2022-05-18 09:48:22.908 | + lib/lvm:_create_lvm_volume_group:89 : local size=50000M 2022-05-18 09:48:22.908 | + lib/lvm:_create_lvm_volume_group:91 : local backing_file=/opt/stack/data/stack-volumes-lvmdriver-1-backing-file 2022-05-18 09:48:22.908 | + lib/lvm:_create_lvm_volume_group:92 : sudo vgs stack-volumes-lvmdriver-1 2022-05-18 09:48:22.909 | Volume group "stack-volumes-lvmdriver-1" not found 2022-05-18 09:48:22.909 | Cannot process volume group stack-volumes-lvmdriver-1 2022-05-18 09:48:22.909 | + lib/lvm:_create_lvm_volume_group:94 : [[ -f /opt/stack/data/stack-volumes-lvmdriver-1-backing-file ]] 2022-05-18 09:48:22.909 | + lib/lvm:_create_lvm_volume_group:94 : truncate -s 50000M /opt/stack/data/stack-volumes-lvmdriver-1-backing-file 2022-05-18 09:48:22.909 | + lib/lvm:_create_lvm_volume_group:96 : local directio= 2022-05-18 09:48:22.909 | + lib/lvm:_create_lvm_volume_group:98 : grep -q direct-io 2022-05-18 09:48:22.909 | + lib/lvm:_create_lvm_volume_group:98 : losetup -h 2022-05-18 09:48:22.909 | + lib/lvm:_create_lvm_volume_group:99 : directio=--direct-io=on 2022-05-18 09:48:22.909 | + lib/lvm:_create_lvm_volume_group:103 : [[ ! -e /etc/systemd/system/stack-volumes-lvmdriver-1-backing-file.service ]] 2022-05-18 09:48:22.909 | + lib/lvm:_create_lvm_volume_group:107 : sudo tee /etc/systemd/system/stack-volumes-lvmdriver-1-backing-file.service 2022-05-18 09:48:22.909 | + lib/lvm:_create_lvm_volume_group:104 : sed -e ' 2022-05-18 09:48:22.909 | s|%DIRECTIO%|--direct-io=on|g; 2022-05-18 09:48:22.909 | s|%BACKING_FILE%|/opt/stack/data/stack-volumes-lvmdriver-1-backing-file|g; 2022-05-18 09:48:22.909 | ' /home/ubuntu/devstack/files/lvm-backing-file.template 2022-05-18 09:48:22.909 | [Unit] 2022-05-18 09:48:22.909 | Description=Activate LVM backing file /opt/stack/data/stack-volumes-lvmdriver-1-backing-file 2022-05-18 09:48:22.909 | DefaultDependencies=no 2022-05-18 09:48:22.909 | After=systemd-udev-settle.service 2022-05-18 09:48:22.909 | Before=lvm2-activation-early.service 2022-05-18 09:48:22.909 | Wants=systemd-udev-settle.service 2022-05-18 09:48:22.909 | 2022-05-18 09:48:22.909 | [Service] 2022-05-18 09:48:22.909 | ExecStart=/sbin/losetup --find --show --direct-io=on /opt/stack/data/stack-volumes-lvmdriver-1-backing-file 2022-05-18 09:48:22.909 | ExecStop=/bin/sh -c '/sbin/losetup -d $$(/sbin/losetup --associated /opt/stack/data/stack-volumes-lvmdriver-1-backing-file -O NAME -n)' 2022-05-18 09:48:22.909 | RemainAfterExit=yes 2022-05-18 09:48:22.909 | Type=oneshot 2022-05-18 09:48:22.909 | 2022-05-18 09:48:22.909 | [Install] 2022-05-18 09:48:22.909 | WantedBy=local-fs.target 2022-05-18 09:48:22.909 | Also=systemd-udev-settle.service 2022-05-18 09:48:22.909 | + lib/lvm:_create_lvm_volume_group:110 : sudo systemctl daemon-reload 2022-05-18 09:48:22.909 | + lib/lvm:_create_lvm_volume_group:111 : sudo systemctl enable --now stack-volumes-lvmdriver-1-backing-file.service 2022-05-18 09:48:22.909 | Created symlink /etc/systemd/system/local-fs.target.wants/stack-volumes-lvmdriver-1-backing-file.service → /etc/systemd/system/stack-volumes-lvmdriver-1-backing-file.service. 2022-05-18 09:48:22.910 | + lib/lvm:_create_lvm_volume_group:114 : local vg_dev 2022-05-18 09:48:22.910 | ++ lib/lvm:_create_lvm_volume_group:115 : sudo losetup --associated /opt/stack/data/stack-volumes-lvmdriver-1-backing-file -O NAME -n 2022-05-18 09:48:22.910 | + lib/lvm:_create_lvm_volume_group:115 : vg_dev=/dev/loop4 2022-05-18 09:48:22.910 | + lib/lvm:_create_lvm_volume_group:118 : sudo vgs stack-volumes-lvmdriver-1 2022-05-18 09:48:22.910 | Volume group "stack-volumes-lvmdriver-1" not found 2022-05-18 09:48:22.910 | Cannot process volume group stack-volumes-lvmdriver-1 2022-05-18 09:48:22.910 | + lib/lvm:_create_lvm_volume_group:119 : sudo vgcreate stack-volumes-lvmdriver-1 /dev/loop4 2022-05-18 09:48:22.910 | Physical volume "/dev/loop4" successfully created. 2022-05-18 09:48:22.910 | Volume group "stack-volumes-lvmdriver-1" successfully created 2022-05-18 09:48:22.910 | + lib/lvm:init_lvm_volume_group:141 : '[' lioadm = lioadm ']' 2022-05-18 09:48:22.910 | + lib/lvm:init_lvm_volume_group:142 : sudo xargs -rn 1 cinder-rtstool delete 2022-05-18 09:48:22.910 | + lib/lvm:init_lvm_volume_group:142 : sudo cinder-rtstool get-targets 2022-05-18 09:48:22.910 | + lib/lvm:init_lvm_volume_group:146 : _clean_lvm_volume_group stack-volumes-lvmdriver-1 2022-05-18 09:48:22.910 | + lib/lvm:_clean_lvm_volume_group:40 : local vg=stack-volumes-lvmdriver-1 2022-05-18 09:48:22.910 | + lib/lvm:_clean_lvm_volume_group:43 : sudo lvremove -f stack-volumes-lvmdriver-1 2022-05-18 09:48:22.910 | + lib/cinder:init_cinder:455 : is_service_enabled c-bak 2022-05-18 09:48:22.910 | + functions-common:is_service_enabled:2093 : return 0 2022-05-18 09:48:22.910 | + lib/cinder:init_cinder:455 : [[ -n swift ]] 2022-05-18 09:48:22.910 | + lib/cinder:init_cinder:456 : type init_cinder_backup_swift 2022-05-18 09:48:22.910 | + lib/cinder:init_cinder:461 : mkdir -p /opt/stack/data/cinder/volumes 2022-05-18 09:48:22.952 | [207558 Async init_cinder:250374]: finished init_cinder with result 0 in 11 seconds 2022-05-18 09:48:22.956 | + inc/async:async_wait:197 : return 0 2022-05-18 09:48:22.959 | + ./stack.sh:main:1218 : is_service_enabled nova 2022-05-18 09:48:22.976 | + functions-common:is_service_enabled:2093 : return 0 2022-05-18 09:48:22.979 | + ./stack.sh:main:1219 : echo_summary 'Configuring Nova' 2022-05-18 09:48:22.981 | + ./stack.sh:echo_summary:442 : [[ -t 3 ]] 2022-05-18 09:48:22.984 | + ./stack.sh:echo_summary:448 : echo -e Configuring Nova 2022-05-18 09:48:22.987 | + ./stack.sh:main:1220 : init_nova 2022-05-18 09:48:22.989 | + lib/nova:init_nova:829 : is_service_enabled mysql postgresql 2022-05-18 09:48:23.007 | + functions-common:is_service_enabled:2093 : return 0 2022-05-18 09:48:23.011 | + lib/nova:init_nova:829 : is_service_enabled n-api 2022-05-18 09:48:23.027 | + functions-common:is_service_enabled:2093 : return 0 2022-05-18 09:48:23.030 | + lib/nova:init_nova:831 : [[ superconductor == \s\i\n\g\l\e\c\o\n\d\u\c\t\o\r ]] 2022-05-18 09:48:23.033 | + lib/nova:init_nova:839 : async_run nova-cell-0 init_nova_db nova_cell0 /etc/nova/nova.conf 2022-05-18 09:48:23.091 | + inc/async:async_inner:63 : init_nova_db nova_cell0 /etc/nova/nova.conf 2022-05-18 09:48:23.131 | [207558 Async nova-cell-0:252851]: running: init_nova_db nova_cell0 /etc/nova/nova.conf 2022-05-18 09:48:23.136 | ++ lib/nova:init_nova:842 : seq 1 1 2022-05-18 09:48:23.141 | + lib/nova:init_nova:842 : for i in $(seq 1 $NOVA_NUM_CELLS) 2022-05-18 09:48:23.144 | ++ lib/nova:init_nova:843 : conductor_conf 1 2022-05-18 09:48:23.147 | ++ lib/nova:conductor_conf:808 : local cell=1 2022-05-18 09:48:23.150 | ++ lib/nova:conductor_conf:809 : echo /etc/nova/nova_cell1.conf 2022-05-18 09:48:23.154 | + lib/nova:init_nova:843 : async_run nova-cell-1 init_nova_db nova_cell1 /etc/nova/nova_cell1.conf 2022-05-18 09:48:23.219 | + inc/async:async_inner:63 : init_nova_db nova_cell1 /etc/nova/nova_cell1.conf 2022-05-18 09:48:23.262 | [207558 Async nova-cell-1:252949]: running: init_nova_db nova_cell1 /etc/nova/nova_cell1.conf 2022-05-18 09:48:23.265 | + lib/nova:init_nova:846 : recreate_database nova_api 2022-05-18 09:48:23.268 | + lib/database:recreate_database:112 : local db=nova_api 2022-05-18 09:48:23.271 | + lib/database:recreate_database:113 : recreate_database_mysql nova_api 2022-05-18 09:48:23.273 | + lib/databases/mysql:recreate_database_mysql:66 : local db=nova_api 2022-05-18 09:48:23.276 | + lib/databases/mysql:recreate_database_mysql:67 : mysql -uroot -pPassw0rd -h127.0.0.1 -e 'DROP DATABASE IF EXISTS nova_api;' 2022-05-18 09:48:23.281 | mysql: [Warning] Using a password on the command line interface can be insecure. 2022-05-18 09:48:23.305 | + lib/databases/mysql:recreate_database_mysql:68 : mysql -uroot -pPassw0rd -h127.0.0.1 -e 'CREATE DATABASE nova_api CHARACTER SET utf8;' 2022-05-18 09:48:23.311 | mysql: [Warning] Using a password on the command line interface can be insecure. 2022-05-18 09:48:23.330 | + lib/nova:init_nova:847 : /usr/local/bin/nova-manage --config-file /etc/nova/nova.conf api_db sync 2022-05-18 09:48:24.401 | 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-05-18 09:48:25.913 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-05-18 09:48:25.913 | from cryptography.utils import int_from_bytes 2022-05-18 09:48:25.913 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-05-18 09:48:25.913 | from cryptography.utils import int_from_bytes 2022-05-18 09:48:25.914 | Traceback (most recent call last): 2022-05-18 09:48:25.914 | File "/usr/local/bin/nova-manage", line 6, in 2022-05-18 09:48:25.914 | from nova.cmd.manage import main 2022-05-18 09:48:25.914 | File "/opt/stack/nova/nova/cmd/manage.py", line 49, in 2022-05-18 09:48:25.914 | from nova.cmd import common as cmd_common 2022-05-18 09:48:25.914 | File "/opt/stack/nova/nova/cmd/common.py", line 26, in 2022-05-18 09:48:25.914 | import nova.db.main.api 2022-05-18 09:48:25.914 | File "/opt/stack/nova/nova/db/main/api.py", line 45, in 2022-05-18 09:48:25.914 | from nova import block_device 2022-05-18 09:48:25.914 | File "/opt/stack/nova/nova/block_device.py", line 27, in 2022-05-18 09:48:25.914 | from nova.virt import driver 2022-05-18 09:48:25.914 | File "/opt/stack/nova/nova/virt/driver.py", line 31, in 2022-05-18 09:48:25.914 | from nova import context as nova_context 2022-05-18 09:48:25.914 | File "/opt/stack/nova/nova/context.py", line 35, in 2022-05-18 09:48:25.914 | from nova import policy 2022-05-18 09:48:25.914 | File "/opt/stack/nova/nova/policy.py", line 28, in 2022-05-18 09:48:25.914 | from nova import policies 2022-05-18 09:48:25.914 | File "/opt/stack/nova/nova/policies/__init__.py", line 31, in 2022-05-18 09:48:25.915 | from nova.policies import flavor_access 2022-05-18 09:48:25.915 | File "/opt/stack/nova/nova/policies/flavor_access.py", line 47, in 2022-05-18 09:48:25.915 | base.SYSTEM_ADMIN, 2022-05-18 09:48:25.915 | AttributeError: module 'nova.policies.base' has no attribute 'SYSTEM_ADMIN' 2022-05-18 09:48:26.229 | + inc/async:async_inner:68 : rc=1 2022-05-18 09:48:26.232 | + inc/async:async_inner:68 : rc=1 2022-05-18 09:48:26.241 | + lib/nova:init_nova:1 : exit_trap 2022-05-18 09:48:26.244 | + ./stack.sh:exit_trap:523 : local r=1 2022-05-18 09:48:26.247 | ++ ./stack.sh:exit_trap:524 : jobs -p 2022-05-18 09:48:26.251 | + ./stack.sh:exit_trap:524 : jobs='233225 2022-05-18 09:48:26.251 | 252851 2022-05-18 09:48:26.251 | 252949' 2022-05-18 09:48:26.254 | + ./stack.sh:exit_trap:527 : [[ -n 233225 2022-05-18 09:48:26.254 | 252851 2022-05-18 09:48:26.254 | 252949 ]] 2022-05-18 09:48:26.257 | + ./stack.sh:exit_trap:527 : [[ -n /opt/stack/logs/stack.sh.log.2022-05-18-093738 ]] 2022-05-18 09:48:26.258 | [252949 Async nova-cell-1:252949]: FAILED with rc 1 2022-05-18 09:48:26.261 | + ./stack.sh:exit_trap:527 : [[ True == \T\r\u\e ]] 2022-05-18 09:48:26.263 | [252851 Async nova-cell-0:252851]: FAILED with rc 1 2022-05-18 09:48:26.264 | + ./stack.sh:exit_trap:528 : echo 'exit_trap: cleaning up child processes' 2022-05-18 09:48:26.264 | exit_trap: cleaning up child processes 2022-05-18 09:48:26.267 | + ./stack.sh:exit_trap:529 : kill 233225 252851 252949 2022-05-18 09:48:26.270 | + ./stack.sh:exit_trap:533 : '[' -f /tmp/tmp.XpyB3NZaaY ']' 2022-05-18 09:48:26.273 | + ./stack.sh:exit_trap:534 : rm /tmp/tmp.XpyB3NZaaY 2022-05-18 09:48:26.277 | + ./stack.sh:exit_trap:538 : kill_spinner 2022-05-18 09:48:26.280 | + ./stack.sh:kill_spinner:433 : '[' '!' -z '' ']' 2022-05-18 09:48:26.282 | + ./stack.sh:exit_trap:540 : [[ 1 -ne 0 ]] 2022-05-18 09:48:26.285 | + ./stack.sh:exit_trap:541 : echo 'Error on exit' 2022-05-18 09:48:26.285 | Error on exit 2022-05-18 09:48:26.287 | + ./stack.sh:exit_trap:543 : type -p generate-subunit 2022-05-18 09:48:26.290 | + ./stack.sh:exit_trap:544 : generate-subunit 1652866654 652 fail 2022-05-18 09:48:27.015 | + ./stack.sh:exit_trap:546 : [[ -z /opt/stack/logs ]] 2022-05-18 09:48:27.017 | + ./stack.sh:exit_trap:549 : /usr/bin/python3.8 /home/ubuntu/devstack/tools/worlddump.py -d /opt/stack/logs 2022-05-18 09:48:28.160 | + ./stack.sh:exit_trap:558 : exit 1